summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/StartPageSetup.vue
Commit message (Collapse)AuthorAgeFilesLines
* [webapp] upgrade/migration from vuetify 1.5 to 2.XUdo Walter2020-01-191-1/+1
| | | | still TODO: switch from old grid system (v-layout/v-flex) to the new one (v-row/v-col)
* [server/setup] Move (initial) setup in it's own api fileJannik Schönartz2019-03-041-5/+6
|
* [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
* [authentication] Rewrite code in async/await, fix edit account moduleJannik Schönartz2019-02-261-4/+5
|
* [account] Fix for the changePassword methodJannik Schönartz2019-02-261-1/+3
| | | | | | 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-69/+16Star
| | | | small fixes
* [account] Add editable user info, change statuscodes, delete accountJannik Schönartz2019-02-241-7/+1Star
| | | | | | | | | | | | | | [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
* [authentication] Implement initial root account setupJannik Schönartz2019-02-221-0/+156
[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