summaryrefslogtreecommitdiffstats
path: root/server/lib/authentication.js
Commit message (Expand)AuthorAgeFilesLines
* [server/authentication] Fix api syntax and eslintJannik Schönartz2019-03-051-1/+1
* [authentication] Restructure api to match our new error code standardJannik Schönartz2019-03-041-104/+66Star
* [authentication] Rewrite code in async/await, fix edit account moduleJannik Schönartz2019-02-261-66/+77
* [account] Fix for the changePassword methodJannik Schönartz2019-02-261-30/+38
* [webapp/setup] StartPageSetup now uses the new UserCreateForm component & sma...Jannik Schönartz2019-02-261-1/+1
* [webapp/user] Add user management module for creating / deleting user accountsJannik Schönartz2019-02-251-26/+32
* [account] Add editable user info, change statuscodes, delete accountJannik Schönartz2019-02-241-21/+27
* [Account] Add password change functionalityJannik Schönartz2019-02-231-5/+31
* [authentication] Implement initial root account setupJannik Schönartz2019-02-221-97/+109
* Implement Middlware for Permission ManagerChristian Hofmaier2019-02-041-0/+3
* [webapp+server] Add first implementation of a websocket to alert webclients o...Udo Walter2018-11-261-2/+6
* eslint fixes :)Jannik Schönartz2018-11-221-1/+1
* [server/database] Delete old database libJannik Schönartz2018-08-081-20/+0Star
* [server] Fixed eslint errors. (Standard ESLint is used)Jannik Schönartz2018-07-171-188/+178Star
* [server] Initial commit to add the node server stuff.Jannik Schönartz2018-07-021-0/+203