summaryrefslogtreecommitdiffstats
path: root/server/api/configloader.js
Commit message (Collapse)AuthorAgeFilesLines
* [configloader] add api to get a config by idUdo Walter2019-12-011-0/+6
|
* [configloader] eslint fixesUdo Walter2019-12-011-2/+0Star
|
* [configloader] enabled new configloaderUdo Walter2019-12-011-307/+3Star
|
* [configloader] bugfixes in the beta configloader:Udo Walter2019-11-271-3/+15
| | | | | | add hook sources correct handeling of multiple sources remove merging of multiple sources with the same config
* [server/configloader] Add a better (dynamic) default config, delete the old ↵Jannik Schönartz2019-10-281-5/+2Star
| | | | default config & eslint fix
* [groups] Add first implementation of the new config path uiUdo Walter2019-10-241-2/+16
|
* [configloader] new confighelper and test api to get a priority list of ↵Udo Walter2019-10-241-0/+14
| | | | loaded configs
* [eventmanager + configloader] safe time string instead of unix timestampChristian Hofmaier2019-04-191-10/+11
|
* [configlaoder] adjust to new column nameChristian Hofmaier2019-04-161-4/+4
|
* [configloader] small logic simplificationChristian Hofmaier2019-04-161-3/+2Star
|
* [eventmanager] fix bug tab-content not loading correctlyChristian Hofmaier2019-04-041-2/+1Star
| | | | | | - fix blacklist not resetting when new edit dialog - remove unwanted paddings - [configloader] remove console logs
* [configloader] eslint is greatChristian Hofmaier2019-04-031-9/+6Star
|
* [configloader] implement time filter for eventsChristian Hofmaier2019-04-021-132/+155
|
* [configloader] fix default config if no parents foundChristian Hofmaier2019-03-261-0/+16
|
* [configloader] fix hardcoded urlChristian Hofmaier2019-03-251-1/+3
|
* [configloader] fix sendFile async bugChristian Hofmaier2019-03-251-7/+30
|
* eslint fixChristian Hofmaier2019-03-241-6/+6
|
* [eventmanager] Add module and functionalityChristian Hofmaier2019-03-241-76/+154
| | | | | | - list to show all events, buttons to create/delete events - can add groups/clients to event - can add blacklist to event
* [configloader] fix non-expert-mode not loading correctlyChristian Hofmaier2019-02-251-2/+2
|
* Timeout dynamic config menuChristian Hofmaier2019-01-101-2/+8
|
* Fix Error when no parent has a configChristian Hofmaier2018-12-031-1/+2
|
* [registration] Set registration state when client is addedJannik Schönartz2018-10-111-0/+9
| | | | | | [configloader] Add functionality to boot the ipxe script or minilinux. Add ipxe script, which boots the minilinux. Add script to grep the hw data with dmidecode
* [configloader] add missing line to make the dynamic menu selectableChristian Hofmaier2018-10-111-1/+1
|
* [configloader] load parent configChristian Hofmaier2018-10-111-23/+91
| | | | | | if client has no config, search the parents if multiple parents of a layer have a config, build a dynamic menu if client has no parents or no parent has a config, load default
* fix eslintChristian Hofmaier2018-09-181-5/+2Star
|
* [configloader] improved pathfindingChristian Hofmaier2018-09-181-1/+1
|
* [configloader] Load specific configurationChristian Hofmaier2018-09-181-3/+76
| | | | | | If client has a config assigned load it else look if groups have a config (first layer only) else load default config
* [configloader] made the code actually workChristian Hofmaier2018-08-201-1/+3
|
* [configloader] add configloaderChristian Hofmaier2018-08-201-0/+19
loads default config or first registration config for testing purposes of first registration of clients