summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* [server] configurator api -> ipxeconfigs and ipxeentries api; [webapp] ui pol...Udo Walter2019-03-302-38/+80
* [server] disable sequelize logging; [webapp] group module reload on open; loa...Udo Walter2019-03-291-1/+2
* rename api log to systemlog to prevent adblocker blocking itUdo Walter2019-03-271-0/+0
* [log] add filter functionalityUdo Walter2019-03-271-1/+11
* [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
* [external-backends/idoit] Add server rack segmentation & add multiple ip supportJannik Schönartz2019-03-255-40/+296
* eslint fixChristian Hofmaier2019-03-243-9/+7Star
* [eventmanager] Add module and functionalityChristian Hofmaier2019-03-249-83/+379
* [webapp] add back to top button + log improvementsUdo Walter2019-03-221-1/+6
* [server/registration/backends] Rework addClient and updateClient to receive jsonJannik Schönartz2019-03-207-299/+386
* [server/registration] Add client with json instead of parameters (ipxe)Jannik Schönartz2019-03-184-17/+36
* [server/registration] Add server registrationJannik Schönartz2019-03-189-317/+627
* [server/log] sql JSON to TEXT for mariadb compatibilityUdo Walter2019-03-153-12/+12
* [server/registration] Add log to the first registration.Jannik Schönartz2019-03-156-14/+45
* [external-backeds] Big idoit rework, to match the updated apiJannik Schönartz2019-03-156-853/+482Star
* mergeUdo Walter2019-03-156-49/+86
|\
| * [external-backends] Small bugfix to save the switch again & add tooltips to t...Jannik Schönartz2019-03-101-1/+1
| * [external-backends] Passwords are not send to the frontend anymoreJannik Schönartz2019-03-105-49/+80
| * [ipxe] Add parameter to api how many lines the response should send and adjus...Jannik Schönartz2019-03-101-3/+9
| * [webapp] Add require symbol for the user / account formsJannik Schönartz2019-03-081-1/+1
* | [server/log] add log libUdo Walter2019-03-154-0/+124
|/
* [server] New clients are automaticly added to the groups of the fitting subra...Jannik Schönartz2019-03-0715-103/+213
* [server/ipranges] Forgot to commit the lib. ¯\_(ツ)_/¯Jannik Schönartz2019-03-061-0/+21
* [server/ipranges] Store ipranges as integers in the db. Add converting ip -> ...Jannik Schönartz2019-03-063-5/+16
* [server] Fix ipxe sendlog. Fix idoit missing try catch.Jannik Schönartz2019-03-052-4/+8
* [external-backends/idoit] Fix idoit objecttype idsJannik Schönartz2019-03-051-4/+4
* [server] Fix idoit client id and default efi chainJannik Schönartz2019-03-052-2/+4
* [server/authentication] Fix api syntax and eslintJannik Schönartz2019-03-053-3/+2Star
* [server/setup] Move (initial) setup in it's own api fileJannik Schönartz2019-03-042-28/+37
* [webapp/log] first system log implementation (wip, frontend only atm)Udo Walter2019-03-041-1/+1
* [authentication] Restructure api to match our new error code standardJannik Schönartz2019-03-043-138/+143
* [webapp/ipxe] Add scroll to bottom feature, fix multiline bug and fix cancelJannik Schönartz2019-02-281-4/+22
* [server/ipxe] Fix codemirror only loading on click bug & add the fixes for th...Jannik Schönartz2019-02-279-13/+34
* [api/permissions][api/roles] update commentsChristian Hofmaier2019-02-262-3/+3
* [permissionmanager] api function to await asyncChristian Hofmaier2019-02-261-4/+3Star
* [webapp/dashboard] User data now stores in the global storage & [usermanageme...Jannik Schönartz2019-02-261-0/+4
* [permissionmanager] Fix security bug: Code was executed weather the user had ...Jannik Schönartz2019-02-262-12/+8Star
* [authentication] Rewrite code in async/await, fix edit account moduleJannik Schönartz2019-02-263-109/+127
* [webapp/configurator] add ability to assign configs to groups/clientsUdo Walter2019-02-263-4/+35
* [account] Fix for the changePassword methodJannik Schönartz2019-02-263-35/+64
* [webapp/setup] StartPageSetup now uses the new UserCreateForm component & sma...Jannik Schönartz2019-02-262-3/+3
* [configloader] fix non-expert-mode not loading correctlyChristian Hofmaier2019-02-251-2/+2
* MergeJannik Schönartz2019-02-2511-99/+221
|\
| * [permissionmanager] rework for blacklist systemChristian Hofmaier2019-02-2511-99/+221
* | [webapp/user] Add user management module for creating / deleting user accountsJannik Schönartz2019-02-252-28/+52
|/
* [account] Add editable user info, change statuscodes, delete accountJannik Schönartz2019-02-242-21/+60
* [webapp/groups] rework old tables to new data tableUdo Walter2019-02-242-8/+1Star
* [groups] add iprange functionality to groups; add refresh buttonUdo Walter2019-02-234-3/+88