summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* [configloader] eslint fixesUdo Walter2019-12-012-19/+9Star
|
* [server/log] Add iprange log when a group was editedJannik Schönartz2019-12-013-3/+17
|
* [configloader] enabled new configloaderUdo Walter2019-12-011-307/+3Star
|
* [server/infoblox] Fix unreachable code bug / fix eslintJannik Schönartz2019-12-011-5/+4Star
|
* [server/log] Add logging to all modulesJannik Schönartz2019-12-0114-70/+1178
| | | | | | | | | | | | | | | | | | | Logging with snapshots: Client: create / edit / delete / added to group / removed from group Group: create / edit / delete / added to group / removed from group Logging without snapshot: Wake-on-lan: wakup Ipxe-Builder: build / clear / cancel / script save IP-Ranges: create / edit / delete Logging: with info in description: User: create / edit / delete / grant role / revoke role Event: create / edit / delete Permission-Manager-Role: create / edit / delete Registration-Hook: create / delete / edit / change order Ipxe Configuration: create / delete / edit Backend: create / edit / delete
* [configloader] bugfixes in the beta configloader:Udo Walter2019-11-272-82/+123
| | | | | | add hook sources correct handeling of multiple sources remove merging of multiple sources with the same config
* [server/external-backends/infoblox] Add infoblox fix for a client ↵Jannik Schönartz2019-11-272-5/+12
| | | | registration in a network where the bas has no permission
* [server/configloader] Add a better (dynamic) default config, delete the old ↵Jannik Schönartz2019-10-284-45/+36Star
| | | | default config & eslint fix
* [groups] Add first implementation of the new config path uiUdo Walter2019-10-242-6/+51
|
* [configloader] new confighelper and test api to get a priority list of ↵Udo Walter2019-10-243-13/+250
| | | | loaded configs
* [server/registration] Fix ipxe url bug and add delay before chainingJannik Schönartz2019-10-231-3/+4
| | | | | Ipxe can't handle url chains with a specific ports. Port forwarding has to be done on the server e.g. via haproxy 5s delay after adding a client to prevent the ipxe script from chaining to fast and booting the wrong config
* [server/registration] Automatic registration now sets the hostname (dhcp) as ↵Jannik Schönartz2019-10-161-9/+24
| | | | the name for the client
* [webapp/clients] Add the choice to select backends when deleting clientsJannik Schönartz2019-10-162-3/+9
| | | | | | | | [group/clients] Checkbox list of the clients in the permanently delete dialog [server/backendhelper] Only deletes from the selected backends (array with backendids)
* [external-backends/idoit] Add more information in idoitJannik Schönartz2019-07-222-9/+114
| | | | | | | | | | Add contact assignment (Search by name in the idoit persons and link them) Add OS + version information Add network device speed/type/name Add dhcp active check for adding a client Small bugfixes Add console logs for the idoit add server requests
* [external-backends/idoit] Small bug fixJannik Schönartz2019-06-071-1/+1
|
* eslintJannik Schönartz2019-06-071-5/+4Star
|
* [external-backends/idoit] Add bay assignment to the rack segments.Jannik Schönartz2019-06-071-2/+16
|
* [registration] Skip dhcp stuff for SERVERSJannik Schönartz2019-06-071-1/+1
|
* [external-backends/idoit] New idoit version -> bugfixes -> remove workaroundsJannik Schönartz2019-06-071-15/+13Star
|
* [permissionmanager] remove console log and tab animationChristian Hofmaier2019-05-201-1/+0Star
|
* [permissionmanager] frontend reworkChristian Hofmaier2019-05-202-16/+18
| | | | | | | | | - bulk call for loading childs of groups - change submit to save/create - reload site after role changes - skip blacklist when no groups selected - performance improvements - new dialog system
* [registration] Add even more labels and spacesJannik Schönartz2019-05-161-0/+2
|
* [registration] Add categories to the registration ipxe menuJannik Schönartz2019-05-161-0/+3
|
* [registration] Little clean up of the registration ipxe menuJannik Schönartz2019-05-161-15/+0Star
|
* [eventmanager] fix date/time picker languageChristian Hofmaier2019-05-061-1/+2
|
* [ipxe builder] Merge efi and bios ipxe builder to one tab & add parameters uiJannik Schönartz2019-05-0510-412/+122Star
| | | | | | | | | | | [server] Remove all req, res from the shell.js library Add ipxe config for the build parameters & parameter list Add api getter/setter methods for the ipxe config [webapp] Add ui for repository, branch and build targets Output: All of the scroll to bottom is now clickable
* [eventmanager + configloader] safe time string instead of unix timestampChristian Hofmaier2019-04-192-11/+12
|
* [server/eventhelper] bugfixUdo Walter2019-04-191-1/+8
|
* mergeUdo Walter2019-04-195-271/+188Star
|\
| * [server/external-backends] Parseint in the idoit update method because of ↵Jannik Schönartz2019-04-191-1/+5
| | | | | | | | externalId rework to string
| * [server/external-backends] Add hostname and domain to the network object for ↵Jannik Schönartz2019-04-193-2/+5
| | | | | | | | the backends
| * [server/bashscript] Remove old grep hw data script and add NMVe support.Jannik Schönartz2019-04-192-268/+178Star
| |
* | [server] add rrule npm module; new eventhelper (untested and WIP)Udo Walter2019-04-194-38/+76
|/
* [scheduler] allow timeouts greater than 25 daysChristian Hofmaier2019-04-183-9/+12
|
* [wolhelper] add sanity checksChristian Hofmaier2019-04-181-3/+5
|
* [scheduler] schedule events on startupChristian Hofmaier2019-04-181-1/+11
|
* [server/external-backends/infoblox] Fix update domainJannik Schönartz2019-04-181-2/+2
|
* [server] env variable PORT -> BAS_PORTUdo Walter2019-04-171-1/+1
|
* [server] remove laterjs; intergrate documentation into serverUdo Walter2019-04-175-9/+3Star
|
* [server/external-backends/idoit] Network requests only send if a object gets ↵Jannik Schönartz2019-04-171-2/+2
| | | | updated.
* [server/registration] If domain gets updated without a hostname, use ↵Jannik Schönartz2019-04-175-7/+11
| | | | clientname as hostname
* [server/external-backends] Fix for the update client mehtod (unnecessary ↵Jannik Schönartz2019-04-174-30/+39
| | | | idoit calls)
* [public] Add minilinux to public folderJannik Schönartz2019-04-177-0/+2
|
* [ipxe] Adjust minilinux path for the new public file structureJannik Schönartz2019-04-172-2/+3
|
* [server] Add public file directoryJannik Schönartz2019-04-165-5/+8
|
* [server/external-backends] Fix iDoIT parent id String -> INTJannik Schönartz2019-04-161-0/+1
| | | | | Because of the rework of externalId from Integer -> String, which was needed for the Infoblox api, the idoit parents weren't set correctly
* [registration] Fix dhcp mapping when adding a client & better overview ipxe menuJannik Schönartz2019-04-161-6/+18
|
* [ipxe] Wallpaper and minilinux: tftp -> httpsJannik Schönartz2019-04-163-4/+4
|
* [wol] move wol stuff to libUdo Walter2019-04-163-28/+22Star
|
* [server] add 10ms delay between wol packetsUdo Walter2019-04-162-7/+26
|