summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/UserModuleEdit.vue
Commit message (Collapse)AuthorAgeFilesLines
* [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-8/+11
| | | | [usermanagement] fix 'username already exist' error not workling properly
* [account] Fix for the changePassword methodJannik Schönartz2019-02-261-3/+5
| | | | | | 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] small ui fixesUdo Walter2019-02-261-1/+1
|
* [webapp/user] Add user management module for creating / deleting user accountsJannik Schönartz2019-02-251-0/+95