summaryrefslogtreecommitdiffstats
path: root/webapp/src/router.js
Commit message (Collapse)AuthorAgeFilesLines
* [webapp] Add a simple home / welcome landing pageJannik Schönartz2019-05-101-2/+2
|
* [webapp/dashboard] add categoriesUdo Walter2019-04-141-3/+4
|
* [webapp/router] Fix forwarding bug while loggedout calling /Jannik Schönartz2019-02-231-2/+8
|
* [authentication] Implement initial root account setupJannik Schönartz2019-02-221-6/+7
| | | | | | | | | | [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
* [webapp/router] changed dynamic route namespacingUdo Walter2018-08-041-10/+6Star
|
* small changesUdo Walter2018-08-041-2/+6
|
* [webapp+server] switched from hash mode routing to history modeUdo Walter2018-08-041-0/+1
|
* [webapp] login now redirect to the requested routeUdo Walter2018-08-041-14/+17
|
* [webapp/groups] add routes; groups and clients can now be accessed directly ↵Udo Walter2018-08-041-3/+5
| | | | using a url
* [webapp/router] small bugfixUdo Walter2018-08-041-6/+5Star
|
* [webapp] everythiing configurable (dashboardmodule, stores and global i18n ↵Udo Walter2018-08-031-1/+12
| | | | messages is now in the config folder; router rework: modules can now set their own subroutes
* [webapp/dashboard] added first implementation of global snackbarsUdo Walter2018-07-171-4/+0Star
|
* [webapp] Initial commit to add the node webapp stuff.Jannik Schönartz2018-07-021-0/+44