summaryrefslogtreecommitdiffstats
path: root/server/lib/authentication.js
Commit message (Collapse)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
| | | | | 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-66/+77
|
* [account] Fix for the changePassword methodJannik Schönartz2019-02-261-30/+38
| | | | | | 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-1/+1
| | | | small fixes
* [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
| | | | | | | | | | | | | | [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
* [Account] Add password change functionalityJannik Schönartz2019-02-231-5/+31
| | | | | | | | | | [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
* [authentication] Implement initial root account setupJannik Schönartz2019-02-221-97/+109
| | | | | | | | | | [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
* Implement Middlware for Permission ManagerChristian Hofmaier2019-02-041-0/+3
|
* [webapp+server] Add first implementation of a websocket to alert webclients ↵Udo Walter2018-11-261-2/+6
| | | | | | of events and to synchronize notification across multiple webapp instances of the same user
* eslint fixes :)Jannik Schönartz2018-11-221-1/+1
|
* [server/database] Delete old database libJannik Schönartz2018-08-081-20/+0Star
| | | | | Because of the use of sequelize, the old mysql database lib becomes unnecessary. Remove old code that was not used anymore.
* [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