summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [baseconfig] Remove "enabled" checkbox, reset field on override disableSimon Rettberg2019-04-094-61/+30Star
| | | | | Closes #3570 Closes #3569
* [locationinfo] Update translationsSimon Rettberg2019-04-081-1/+1
|
* [statistics] Fix smartctl attribute parsingSimon Rettberg2019-04-041-1/+1
|
* [dozmod] Add warning regarding clear text passwordsSimon Rettberg2019-04-043-0/+5
| | | | Closes #3566
* [statistics/locations] Add locationid constraints; update on deleteSimon Rettberg2019-04-034-21/+43
| | | | | We didn't update subnetlocationid when deleting a location, leading to machines pointing to invalid locations.
* [serversetup-bwlp-ipxe] Fix resetting of default bootentries on installSimon Rettberg2019-04-032-2/+5
|
* [locationinfo] Style checkboxes, use icon in save buttonSimon Rettberg2019-04-032-13/+23
|
* [locationinfo] Update translationsSimon Rettberg2019-04-034-8/+6Star
|
* [serversetup-bwlp-ipxe] Reset bwlp bootentries on installSimon Rettberg2019-04-032-3/+5
|
* [serversetup-bwlp-ipxe] Use --nouser for OpenSLX iPXESimon Rettberg2019-04-031-1/+3
|
* [exams] Add constraints to exams_x_location tableSimon Rettberg2019-04-011-9/+7Star
|
* [exams] Shortcut for permcheckSimon Rettberg2019-04-011-0/+2
|
* slx-fixes.js: Move more code to document.ready eventSimon Rettberg2019-04-011-16/+18
| | | | Web people say it makes the page appear to load faster.
* [main] Incorporate taskmanager callbacks into slx-fixes.jsSimon Rettberg2019-04-013-17/+17
|
* [serversetup-bwlp-ipxe] imgfree on localbootSimon Rettberg2019-04-011-0/+1
|
* [locationinfo] Fix translations (merge)Simon Rettberg2019-03-282-2/+2
|
* [serversetup-bwlp-ipxe] PHP 5.6 compatSimon Rettberg2019-03-281-2/+2
|
* [serversetup-bwlp-ipxe] Fix duplicating builtin bootentrySimon Rettberg2019-03-281-1/+1
|
* [serversetup-bwlp-ipxe] Escape model names for form field namesSimon Rettberg2019-03-272-3/+4
|
* [baseconfig_bwlp] Update translationsSimon Rettberg2019-03-272-4/+4
|
* [baseconfig] Activate enable/override checkbox when changing a settingSimon Rettberg2019-03-271-30/+37
| | | | | | A common mistake is trying to override a setting for a location, but actually forgetting to check the "override" checkbox. Do this automatically as soon as a field is being changed.
* [baseconfig] Remove bootstrap-switch, use checkboxSimon Rettberg2019-03-272-6/+7
|
* [locationinfo] PC counting config via comboboxSimon Rettberg2019-03-275-5/+16
|
* [locationinfo] add nowrap to clients columnSimon Rettberg2019-03-271-1/+1
|
* [serversetup-bwlp-ipxe] Localboot: Individual settings for BIOS/EFISimon Rettberg2019-03-277-60/+127
|
* [serversetup-bwlp-ipxe] Fix: Menu titles won't be used as defaultSimon Rettberg2019-03-261-3/+3
| | | | | When adding a new menu item and linking it to another menu, the menu's name wouldn't be used as the item's default name. Fix that.
* [serversetup-bwlp-ipxe] Check for valid IP address before importSimon Rettberg2019-03-263-0/+6
|
* Update translationsSimon Rettberg2019-03-266-3/+5
|
* Use collapse mode for translations, runmode, rebootcontrolSimon Rettberg2019-03-268-13/+17
| | | | Also shuffle around modules.
* [inc/Dashboard] Add feature to collapse sections in sidebar modeSimon Rettberg2019-03-262-1/+14
| | | | | | Modules can now declare that they should be collapsed by default. If a menu category only contains such modules, it will be collapsed in the sidebar mode of the menu.
* [serversetup-bwlp-ipxe] Fix: Autoboot not working for chained menusSimon Rettberg2019-03-261-0/+1
| | | | | | If chaining from one menu to another, the menu-with-single-entry autoboot rule would not work and yield a menu with a single item and no timeout. Fix the ipxe spaghetti code to do the right thing.
* [locationinfo] Change glyphicons for panel listSimon Rettberg2019-03-261-4/+4
|
* Delete unused legacy API tooSimon Rettberg2019-03-265-211/+0Star
|
* Delete unused and unmaintained modulesSimon Rettberg2019-03-2674-2238/+0Star
|
* [serversetup-bwlp-ipxe] Don't show compile progress on every subpageSimon Rettberg2019-03-261-8/+12
| | | | Only show on menulist, address-config and download
* api/taskman: Improve loggingSimon Rettberg2019-03-253-8/+22
|
* [inc/Event] autoUpdateIp first thing on bootupSimon Rettberg2019-03-251-2/+3
| | | | Other stuff might depend on the proper serverIp
* [inc/Trigger] Fix Trigger::ipxe() when called multiple timesSimon Rettberg2019-03-251-1/+1
| | | | | | | If during one execution we end up in Trigger::ipxe multiple times, we wouldn't execute any hooks because of include_once. This should be OK however, so instead of changing it to include, just remember the $taskId and return it later.
* [serversetup-bwlp-ipxe] Don't compile iPXE if serverip is invalidSimon Rettberg2019-03-251-1/+3
|
* [statistics] clientlist: Add (de)select all buttonSimon Rettberg2019-03-251-2/+13
|
* [serversetup-bwlp-ipxe] Kill unused PxeMenu->hash()Simon Rettberg2019-03-251-33/+0Star
|
* [serversetup-bwlp-ipxe] Direct boot for menus with one itemSimon Rettberg2019-03-252-1/+31
|
* [serversetup-bwlp-ipxe] Support DEFAULT directive of pxelinuxSimon Rettberg2019-03-252-1/+21
|
* [serversetup-bwlp-ipxe] Fix type error (BootEntry vs PxeSection)Simon Rettberg2019-03-251-7/+6Star
|
* [api/init] Add logging function for crashesSimon Rettberg2019-03-251-0/+6
|
* [inc/Trigger] Wait for taskmanager on bootupSimon Rettberg2019-03-252-2/+7
|
* [serversetup-bwlp-ipxe] Redirect to serveraddr page if invalidSimon Rettberg2019-03-251-0/+4
|
* [sysconfig] Add missing field to querySimon Rettberg2019-03-251-1/+1
|
* [serversetup-bwlp-ipxe] On empty bootentry list, import subnets tooSimon Rettberg2019-03-251-0/+6
|
* [sysconfig] Try passing arguments in proper orderSimon Rettberg2019-03-251-2/+2
|