summaryrefslogtreecommitdiffstats
path: root/server/router.js
Commit message (Collapse)AuthorAgeFilesLines
* server crash hotfixUdo Walter2019-04-151-2/+2
|
* [router] All modules have the new api style, deleted old unnecessary codeJannik Schönartz2019-02-221-24/+0Star
|
* [authentication] Implement initial root account setupJannik Schönartz2019-02-221-7/+0Star
| | | | | | | | | | [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-1/+2
|
* [firstregistration] First start of the new client registrationJannik Schönartz2018-08-171-4/+3Star
| | | | | | Router now also can use non auth methods. (Used for the registration calls) Added ipxe scripts for the registration Added backend methods for dynamic ipxe scripts and first try of a dhcp api call
* [server/router] Fix eslint errorsJannik Schönartz2018-08-101-1/+1
|
* [server/router] Rework routerJannik Schönartz2018-08-101-0/+15
| | | | Reworked the router to match more design guidlines with the REST apis
* code adaptionChristian Hofmaier2018-08-051-12/+0Star
|
* nvmUdo Walter2018-08-041-0/+4
|
* [server] revert unnecessary changeUdo Walter2018-08-041-4/+0Star
|
* [webapp+server] switched from hash mode routing to history modeUdo Walter2018-08-041-0/+4
|
* [server/ipxe] Fixed the embedded ipxe script to the router restructure.Jannik Schönartz2018-07-311-0/+4
|
* [server] Changed old modules to the new rounter restructure.Jannik Schönartz2018-07-301-23/+1Star
|
* [server/router] api calls are now dynamicly routed to the corresponding api ↵Udo Walter2018-07-301-20/+18Star
| | | | module
* mergeUdo Walter2018-07-301-1/+2
|\
| * [server/backends] Added iDoII Backend. Implemented a checkConnection method ↵Jannik Schönartz2018-07-261-1/+2
| | | | | | | | for each individual backend. Switches in backends can now have recursive elements. They are only shown if the switch is set to true.
* | [server/router] changed api routing from query keyword to url parameter for ↵Udo Walter2018-07-301-4/+14
|/ | | | group and client api (todo: the rest)
* mergeUdo Walter2018-07-191-1/+2
|\
| * [server/external-backends] Added ids to the backend credentials to reduce ↵Jannik Schönartz2018-07-191-1/+2
| | | | | | | | overhead in the db. Only the values of the credentials are saved. Added dummy method for check connection.
* | [server/groups][webapp/groups] added first version of the groups moduleUdo Walter2018-07-191-4/+4
|/
* [server] Fixed eslint errors. (Standard ESLint is used)Jannik Schönartz2018-07-171-33/+33
|
* [external-backends] Added API and Frontend module external-backends.Jannik Schönartz2018-07-171-0/+13
|
* [server] Initial commit to add the node server stuff.Jannik Schönartz2018-07-021-0/+40