summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/AccountModule.vue
Commit message (Collapse)AuthorAgeFilesLines
* [users/ipxe/backends] PM integrationJannik Schönartz2020-06-021-5/+1Star
|
* [webapp] upgrade/migration from vuetify 1.5 to 2.XUdo Walter2020-01-191-9/+9
| | | | still TODO: switch from old grid system (v-layout/v-flex) to the new one (v-row/v-col)
* [documentation] Add FAQ registration and basic webapp docu stuffJannik Schönartz2019-05-191-4/+8
| | | | webapp add Account tutorial overlay
* [webapp] small polishing fixesUdo Walter2019-03-311-134/+131Star
|
* [webapp] Add require symbol for the user / account formsJannik Schönartz2019-03-081-6/+9
|
* [authentication] Restructure api to match our new error code standardJannik Schönartz2019-03-041-1/+1
| | | | | Moved most of the res.send from the lib to the api Fixed frontend to match the new api
* [webapp/dashboard] User data now stores in the global storage & ↵Jannik Schönartz2019-02-261-14/+3Star
| | | | [usermanagement] fix 'username already exist' error not workling properly
* [account] Fix for the changePassword methodJannik Schönartz2019-02-261-1/+1
| | | | | | User upadate changes didn't hashed the new password correctly changePassword from promises reworked to async / await (much cleaner) Check weather the usertable is empty is now a get request and not mixed in the post request
* [webapp] fix tabsbar card missing classUdo Walter2019-02-261-1/+1
|
* [webapp] small tabbar design tweaksUdo Walter2019-02-261-2/+3
|
* [webapp] small ui fixesUdo Walter2019-02-261-1/+1
|
* [webapp/groups] ipranges design change; add icons to some tabsUdo Walter2019-02-251-0/+1
|
* [webapp/registration] use datatable to select groupsUdo Walter2019-02-241-1/+1
|
* [webapp/dashboard] Add username to the topbar & put fullname in the global storeJannik Schönartz2019-02-241-1/+3
|
* [account] Add editable user info, change statuscodes, delete accountJannik Schönartz2019-02-241-20/+128
| | | | | | | | | | | | | | [server] Add method for updating user info Add method for deleteing user Switch from statuscode 500 to 401 Fixed stauts null exception Validate Email now allows empty email [webapp/AccountPage] Add button to delete the user account (including a dialog) Some order fixes with the info fields User info is now editable
* [webapp/alerts] Fix position to be attached to the topbar & fix overflowJannik Schönartz2019-02-231-1/+1
|
* [account] Language tags and small design fixJannik Schönartz2019-02-231-19/+29
|
* [Account] Add password change functionalityJannik Schönartz2019-02-231-7/+237
| | | | | | | | | | [server] Remove hased password from userinfo api Implement change password function [webapp] Fix z-index for the fixed tab bar (udo) Implement userinfo and change password in the account module
* [webapp+server] Add first implementation of a websocket to alert webclients ↵Udo Walter2018-11-261-1/+8
| | | | | | of events and to synchronize notification across multiple webapp instances of the same user
* [webapp] Initial commit to add the node webapp stuff.Jannik Schönartz2018-07-021-0/+32