summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* [server/groups] add 404 status code if group / client id not foundUdo Walter2018-08-042-32/+34
|
* [server/external-backends] Added sync settings for the backends. Method for ↵Jannik Schönartz2018-08-025-5/+102
| | | | getting the backend oject types and the client / group mapping saved in the db.
* [groups] add dialog to delete, remove and add groups/clientsUdo Walter2018-08-022-3/+43
|
* [groups] add delete client/group functionalityUdo Walter2018-08-022-2/+12
|
* [groups] add ability to show all groups and clientsUdo Walter2018-08-022-0/+14
|
* [groups] add create functionalityUdo Walter2018-08-022-4/+8
|
* [groups] add client edit functionalityUdo Walter2018-08-012-6/+24
|
* [groups] add edit functionality to group infosUdo Walter2018-08-018-36/+45
|
* [server/idoit] iDoIT api call returns now the object itself and the childs.Jannik Schönartz2018-07-311-1/+9
|
* [server/ipxe] Fixed the embedded ipxe script to the router restructure.Jannik Schönartz2018-07-313-3/+12
|
* [server/external-backends] Added iDoIT Api call for getting the locationtree ↵Jannik Schönartz2018-07-313-42/+82
| | | | of an object.
* [groups] add edit form for groups; add description to groups and clientsUdo Walter2018-07-316-41/+54
|
* [server] Refactored redundant variable naming. Fixed eslint. :|Jannik Schönartz2018-07-302-16/+16
|
* [server] Changed old modules to the new rounter restructure.Jannik Schönartz2018-07-304-42/+41Star
|
* [server/external-backends] Implemented checkConnection of iDoIT. Simple auth ↵Jannik Schönartz2018-07-3010-16/+92
| | | | call is made with error handling.
* [server/router] api calls are now dynamicly routed to the corresponding api ↵Udo Walter2018-07-301-20/+18Star
| | | | module
* [server/migrations] add ondelete cascade to group_x_group and group_x_clientUdo Walter2018-07-302-0/+4
|
* mergeUdo Walter2018-07-308-24/+94
|\
| * [server/backends] Added iDoII Backend. Implemented a checkConnection method ↵Jannik Schönartz2018-07-267-15/+85
| | | | | | | | for each individual backend. Switches in backends can now have recursive elements. They are only shown if the switch is set to true.
| * [server/ipxe-loader] Fixed the script for booting a pxe-linux.Jannik Schönartz2018-07-251-9/+9
| |
* | [server/router] changed api routing from query keyword to url parameter for ↵Udo Walter2018-07-305-47/+55
|/ | | | group and client api (todo: the rest)
* [webapp/settings] added switch to enable colored tab panelsUdo Walter2018-07-201-4/+6
|
* mergeUdo Walter2018-07-195-8/+23
|\
| * [server/external-backends] Added ids to the backend credentials to reduce ↵Jannik Schönartz2018-07-195-8/+23
| | | | | | | | 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-1910-26/+197
|/
* [server] Fixed eslint errors. (Standard ESLint is used)Jannik Schönartz2018-07-1727-652/+1618
|
* [external-backends] Added API and Frontend module external-backends.Jannik Schönartz2018-07-178-0/+190
|
* [server/ipxe] Building ipxe with external configs.Jannik Schönartz2018-07-177-10/+330
|
* [server] Initial commit to add the node server stuff.Jannik Schönartz2018-07-0224-0/+2861