summaryrefslogtreecommitdiffstats
path: root/server/api/authentication.js
Commit message (Collapse)AuthorAgeFilesLines
* [server/authentication] Fix api syntax and eslintJannik Schönartz2019-03-051-1/+0Star
|
* [server/setup] Move (initial) setup in it's own api fileJannik Schönartz2019-03-041-28/+0Star
|
* [authentication] Restructure api to match our new error code standardJannik Schönartz2019-03-041-7/+48
| | | | | Moved most of the res.send from the lib to the api Fixed frontend to match the new api
* [authentication] Rewrite code in async/await, fix edit account moduleJannik Schönartz2019-02-261-6/+13
|
* [account] Fix for the changePassword methodJannik Schönartz2019-02-261-3/+10
| | | | | | 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/setup] StartPageSetup now uses the new UserCreateForm component & ↵Jannik Schönartz2019-02-261-2/+2
| | | | small fixes
* [users] Move user based calls from the authentication to the users apiJannik Schönartz2019-02-221-13/+0Star
|
* [authentication] Implement initial root account setupJannik Schönartz2019-02-221-0/+42
[backend] Reworked authentication library to the api structure Add authentication api to remove the login routes from the router.js [webapp] Split login Page in StartPage + Login/Setup Add Setup Page for the initial root creation