summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [server/registration] Fix manual registraionJannik Schönartz2020-04-211-0/+1
|
* [server/registration] Add domain selection to the semi-automatic registrationJannik Schönartz2020-04-173-9/+55
|
* [webapp/Backends] Add docu overlay styles, used for the screenshotsJannik Schönartz2020-04-171-8/+42
|
* [documentation] Add documentation for external backends.Jannik Schönartz2020-04-1514-22/+150
|
* [permissionmanager] split permissions in one file per moduleChristian Hofmaier2020-04-134-40/+45
|
* [npm] add directory require moduleChristian Hofmaier2020-04-091-0/+1
| | | | dont forget to npm install
* [server/external-backends] Infoblox: Instead of only getting the next 20 ↵Jannik Schönartz2020-04-081-5/+15
| | | | free IPs, GET THEM ALL!
* [server/log] Add log when setting dhcp ip in the client registration failedJannik Schönartz2020-04-081-1/+6
|
* [permissionmanager] fix bug blacklist getting deleted when resavingChristian Hofmaier2020-03-291-5/+4Star
|
* [permissionmanager] reload blacklist when navigating with stepperChristian Hofmaier2020-03-291-1/+1
|
* [permissionmanager] allow whitelist inside blacklistChristian Hofmaier2020-03-291-20/+27
|
* [eventmanager] fix lang tag delete modalChristian Hofmaier2020-03-291-6/+8
|
* [permissionmanager] fix lang tag delete modalChristian Hofmaier2020-03-291-6/+8
|
* [documentation/de] some lang fixesChristian Hofmaier2020-03-294-40/+41
|
* [documentation/en] some lang fixesChristian Hofmaier2020-03-295-44/+44
|
* [webapp] show part of the path (full path on hover) in the select boxes for ↵Udo Walter2020-03-258-25/+122
| | | | selecting groups and clients
* mergeUdo Walter2020-01-191-36/+11Star
|\
| * [permissionmanager] rework list gettersChristian Hofmaier2020-01-171-36/+11Star
| |
* | [webapp] upgrade/migration from vuetify 1.5 to 2.XUdo Walter2020-01-1953-411/+548
|/ | | | still TODO: switch from old grid system (v-layout/v-flex) to the new one (v-row/v-col)
* [configloader] remove port from dynamic menuUdo Walter2019-12-011-2/+1Star
|
* [configloader] add api to get a config by idUdo Walter2019-12-012-11/+17
|
* [configloader] eslint fixesUdo Walter2019-12-012-19/+9Star
|
* [server/log] Add iprange log when a group was editedJannik Schönartz2019-12-014-3/+20
|
* [configloader] enabled new configloaderUdo Walter2019-12-012-309/+5Star
|
* [server/infoblox] Fix unreachable code bug / fix eslintJannik Schönartz2019-12-011-5/+4Star
|
* [server/log] Add logging to all modulesJannik Schönartz2019-12-0115-74/+1261
| | | | | | | | | | | | | | | | | | | 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-273-97/+155
| | | | | | 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-246-48/+253
|
* [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-164-7/+35
| | | | | | | | [group/clients] Checkbox list of the clients in the permanently delete dialog [server/backendhelper] Only deletes from the selected backends (array with backendids)
* [documentation] Add more information about the automatic registration & ↵Jannik Schönartz2019-07-236-5/+10
| | | | change user management pictures
* [documentation] add groups/clients module documentationUdo Walter2019-07-2210-14/+112
|
* [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
* [documentation] Added ipxe builder module.Jannik Schönartz2019-06-269-8/+69
|
* [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-202-3/+2Star
|
* [permissionmanager] frontend reworkChristian Hofmaier2019-05-209-579/+356Star
| | | | | | | | | - 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
* [eventmanager] add tutorial classes + fix 'name not empty' bugChristian Hofmaier2019-05-203-14/+18
|
* [documentation] pictures event managerChristian Hofmaier2019-05-198-0/+0
|
* [Documentation] some stylingChristian Hofmaier2019-05-191-2/+23
|
* [Documentation] Add Eventmanager ModuleChristian Hofmaier2019-05-192-0/+113
|
* [documentation] Some corrections + image border dark / light theme image.Jannik Schönartz2019-05-196-25/+22Star
|