summaryrefslogtreecommitdiffstats
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* [groups] Add first implementation of the new config path uiUdo Walter2019-10-241-4/+35
|
* [configloader] new confighelper and test api to get a priority list of ↵Udo Walter2019-10-242-13/+236
| | | | loaded configs
* [webapp/clients] Add the choice to select backends when deleting clientsJannik Schönartz2019-10-161-2/+8
| | | | | | | | [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
|
* [external-backends/idoit] New idoit version -> bugfixes -> remove workaroundsJannik Schönartz2019-06-071-15/+13Star
|
* [ipxe builder] Merge efi and bios ipxe builder to one tab & add parameters uiJannik Schönartz2019-05-051-85/+55Star
| | | | | | | | | | | [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-191-1/+1
|
* [server/eventhelper] bugfixUdo Walter2019-04-191-1/+8
|
* mergeUdo Walter2019-04-192-3/+8
|\
| * [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-192-2/+3
| | | | | | | | the backends
* | [server] add rrule npm module; new eventhelper (untested and WIP)Udo Walter2019-04-191-38/+60
|/
* [wolhelper] add sanity checksChristian Hofmaier2019-04-181-3/+5
|
* [server/external-backends/infoblox] Fix update domainJannik Schönartz2019-04-181-2/+2
|
* [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-174-6/+5Star
| | | | clientname as hostname
* [server/external-backends] Fix for the update client mehtod (unnecessary ↵Jannik Schönartz2019-04-173-29/+36
| | | | idoit calls)
* [server] Add public file directoryJannik Schönartz2019-04-161-1/+2
|
* [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
* [wol] move wol stuff to libUdo Walter2019-04-161-0/+17
|
* [grouphelper] bugfixUdo Walter2019-04-161-1/+1
|
* [eventhelper] bugfixUdo Walter2019-04-161-12/+4Star
|
* [grouphelper] bugfixUdo Walter2019-04-161-1/+1
|
* eslint fixesUdo Walter2019-04-162-9/+7Star
|
* [server/external-backends] Add dhcp update method & object mapping from ↵Jannik Schönartz2019-04-163-9/+86
| | | | existing entries
* laterjs testsUdo Walter2019-04-161-0/+53
|
* server crash hotfixUdo Walter2019-04-151-5/+5
|
* [server] grouputils -> grouphelperUdo Walter2019-04-151-2/+10
|
* [server/registration] Bugfix: DHCP mapping was not correctly created if the ↵Jannik Schönartz2019-04-141-1/+1
| | | | dhcp record already existed.
* [server/registration] Set hostname as client name for clients with a fixed ipJannik Schönartz2019-04-141-3/+6
|
* [server/external-backends] Add delete method for the infoblox backend & add ↵Jannik Schönartz2019-04-142-5/+54
| | | | infoblox client mappings method
* eslint fixesUdo Walter2019-04-141-1/+1
|
* [server/grouputil] fix bug: not checking for duplicate childrenUdo Walter2019-04-131-6/+20
|
* [server/external-backends] Fix dhcp registration stuffJannik Schönartz2019-04-081-11/+29
|
* [server/backends] Add infoblox ipxe ip selection stuffJannik Schönartz2019-04-083-26/+132
|
* [server/external-backends] Add direct sync in idoit for some functions ↵Jannik Schönartz2019-04-012-12/+59
| | | | (create client, add/remove client to/from groups)
* [webapp/systemlog] add colors to categoryUdo Walter2019-04-011-1/+1
|
* [server/httpresponse] small reworkUdo Walter2019-03-311-13/+39
|
* Merge because Udo committed eslint errors :|Jannik Schönartz2019-03-311-1/+5
|\
| * [server/ipxeconfigs] eslint fixesUdo Walter2019-03-311-1/+1
| |
| * [server/ipxeconfigs] add more responsesUdo Walter2019-03-311-3/+7
| |
* | [server/registration] Performance improvements & add automatic registration ↵Jannik Schönartz2019-03-315-33/+31Star
|/ | | | | | | | | with custom name Manual registration now sends the client as json idoit: Add server bug fixes shell: Fix building pcbios ipxe version eslint fixes
* [server/groups] add more responsesUdo Walter2019-03-311-0/+13
|
* [server] disable sequelize logging; [webapp] group module reload on open; ↵Udo Walter2019-03-291-1/+2
| | | | loadinbar bug fix
* [external-backends/idoit] Add server rack segmentation & add multiple ip supportJannik Schönartz2019-03-251-22/+141
|
* [server/registration/backends] Rework addClient and updateClient to receive jsonJannik Schönartz2019-03-204-159/+192
| | | | | Add idoit workaround for saving floats again Rework the grepSystemInfo bash script to match the new api
* [server/registration] Add client with json instead of parameters (ipxe)Jannik Schönartz2019-03-182-9/+27
|