summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'master' into ipxeSimon Rettberg2019-01-021-3/+3
| |\ \ \ \ \ \
| * | | | | | | [serversetup-bwlp] Add column to override default menuentry of locationSimon Rettberg2019-01-021-1/+15
| | | | | | | |
| * | | | | | | Merge branch 'master' into ipxeSimon Rettberg2019-01-021-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into ipxeSimon Rettberg2018-12-1262-270/+1604
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [serversetup-bwlp] Simplify permissionsSimon Rettberg2018-12-114-41/+20Star
| | | | | | | | | |
| * | | | | | | | | [serversetup-bwlp] Fix new menu entries not using the preset titlesUdo Walter2018-11-231-6/+16
| | | | | | | | | |
| * | | | | | | | | [serversetup-bwlp] Fix adding boot entry of type execSimon Rettberg2018-11-231-0/+4
| | | | | | | | | |
| * | | | | | | | | [serversetup-bwlp] Add de translationsSimon Rettberg2018-11-212-4/+16
| | | | | | | | | |
| * | | | | | | | | [serversetup-bwlp] Add de translationsSimon Rettberg2018-11-212-8/+45
| | | | | | | | | |
| * | | | | | | | | [serversetup-bwlp] Minor html tweaksSimon Rettberg2018-11-213-5/+7
| | | | | | | | | |
| * | | | | | | | | [serversetup-bwlp] Compilation front-endSimon Rettberg2018-11-212-13/+32
| | | | | | | | | |
| * | | | | | | | | [serversetup-bwlp] add location selection to menu edit + ui improvementsUdo Walter2018-11-094-98/+261
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add multiselect to select the locations - add architecture information to the bootentry select modal - add glyphicon to the hide entry column header - default menu is now selected in the menu list - fixed error when creating a menu (isdefault has no default value) and when creating a menu without bootentries
| * | | | | | | | | [serversetup-bwlp] bootmenu-edit UI improvementsUdo Walter2018-10-042-86/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add cancel button - add checkbox to hide menu entries - add button to remove menu entries - hide input fields not relevant for spacers - add modal to select an entry that shows some information about the selected entry
| * | | | | | | | | [serversetup-bwlp] Don't allow recompilation if already in progressSimon Rettberg2018-09-263-25/+40
| | | | | | | | | |
| * | | | | | | | | [serversetup-bwlp] Detect wether we run our modified iPXESimon Rettberg2018-09-263-22/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Try not to use special features if stock iPXE is running
| * | | | | | | | | [serversetup-bwlp] Fix access to editing IP addressSimon Rettberg2018-09-242-30/+28Star
| | | | | | | | | |
| * | | | | | | | | [serversetup-bwlp] Implement chain-to-self for missing paramsSimon Rettberg2018-09-202-51/+49Star
| | | | | | | | | |
| * | | | | | | | | [serversetup-bwlp] Differentiate between EFI/BIOSSimon Rettberg2018-09-196-78/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Different executable/initrd etc. can be given for a simple boot entry of type "exec", or it can be specified that only one of them is supported. For bootentry type "script" there can still be only one entry, since you can just check the ${platform} variable within the script.
| * | | | | | | | | [serversetup-bwlp] Pass initrd= on KCL for EFI modeSimon Rettberg2018-09-131-1/+2
| | | | | | | | | |
| * | | | | | | | | [serversetup-bwlp] Fix some menu edit issuesSimon Rettberg2018-07-252-36/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Newly created menu entries couldn't be made default - Saving a new menu was broken
| * | | | | | | | | [ipxe] Add Bootentry listChristian Hofmaier2018-07-245-1/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bootentry list with add/edit/delete functionality
| * | | | | | | | | [ipxe] added add-menu-button, added delete-menu-buttons, fixed bug that ↵Christian Hofmaier2018-07-245-16/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timeoutms didn't save, fixed bug that last edited menu gets the isDefault value, some table styling + language tags
| * | | | | | | | | [serversetup-bwlp] Delete menu entries missing from POST dataSimon Rettberg2018-07-041-6/+10
| | | | | | | | | |
| * | | | | | | | | [serversetup-bwlp] Fix hotkey saving, adding new entriesSimon Rettberg2018-07-043-36/+134
| | | | | | | | | |
| * | | | | | | | | [serversetup-bwlp] Slightly nicer colors; html cleanupSimon Rettberg2018-06-281-4/+4
| | | | | | | | | |
| * | | | | | | | | [serversetup-bwlp] Simplify sorting of menu entriesSimon Rettberg2018-06-281-7/+1Star
| | | | | | | | | |
| * | | | | | | | | [serversetup-bwlp] Added drag and drop to the editmenu. Fixed radiobutton ↵Jannik Schönartz2018-06-203-11/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alignment and it's now saved/updated properly.
| * | | | | | | | | [serversetup-bwlp] Start rewrite as purely iPXE-basedSimon Rettberg2018-06-1216-332/+2049
| | | | | | | | | |
| * | | | | | | | | [inc/Database] Method to return single-column queries as arraySimon Rettberg2018-06-121-0/+13
| | | | | | | | | |
| * | | | | | | | | [inc/Dashboard] getter for currently defined sub menusSimon Rettberg2018-06-121-0/+5
| | | | | | | | | |
* | | | | | | | | | [dozmod] Add UI to create preset network rulesUdo Walter2019-02-1213-1/+256
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | [inc/Dictionary] Teh evil unvalidated redirects must die!Simon Rettberg2019-01-301-3/+8
| | | | | | | | |
* | | | | | | | | [systemstatus] Don't show swap warning too earlySimon Rettberg2019-01-301-1/+1
| | | | | | | | |
* | | | | | | | | [locationinfo] HisInOne: Properly handle multiple plannedDatesSimon Rettberg2019-01-291-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a course has been running for several semesters, older plannedDate entries tend to have no individualDate entries. Ignore those and don't error_log about it.
* | | | | | | | | [locationinfo] Suppress XML parsing error spamSimon Rettberg2019-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The SimpleXML constructor is quite verbose if you pass it e.g. an HTML error page instead of the expected XML. Suppress those errors, we'll do our own (more concise) logging in the exception handler.
* | | | | | | | | [statistics] Fix copypastaSimon Rettberg2019-01-282-2/+2
| | | | | | | | |
* | | | | | | | | [statistics] Cleanup templateSimon Rettberg2019-01-281-1/+0Star
| | | | | | | | |
* | | | | | | | | [statistics] Track and display memory/tmp usage of clientsSimon Rettberg2019-01-289-19/+135
| | | | | | | | |
* | | | | | | | | [inc/Util] readableFileSize: support input in KB/MB/...Simon Rettberg2019-01-281-2/+3
| | | | | | | | |
* | | | | | | | | [statistics] Minor refactoring (PHP >= 5.6)Simon Rettberg2019-01-242-36/+38
| | | | | | | | |
* | | | | | | | | [default.css] Make slx-table columns a bit widerSimon Rettberg2019-01-241-1/+1
| | | | | | | | |
* | | | | | | | | [statistics] Handling of standby state in statistics, log crashesSimon Rettberg2019-01-245-71/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Or rather, not really crashes, but log whenever a client reports a poweron event without reporting a proper shutdown first. This isn't neccessarily a crash but could also be due to power loss, hard poweroff, or network failures.
* | | | | | | | | [locationinfo] use set config language for panelsChristian Hofmaier2019-01-221-2/+2
| | | | | | | | |
* | | | | | | | | [inc/Render] new optional argument to change rendered languageChristian Hofmaier2019-01-221-2/+2
| | | | | | | | |
* | | | | | | | | [locationinfo] some design reworkChristian Hofmaier2019-01-224-11/+15
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change "free" to "open" - h/min display in summary - do not display colors of unused states in summary - change seatcounter to emDash when room has current event
* | | | | | | | [statistics] Log if client seems to have crashedSimon Rettberg2019-01-212-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log when we reset a client's state in the cron job, as well as if we receive a poweron event even though the state in the DB is still IDLE or OCCUPIED.
* | | | | | | | [statistics] Improve ID44 filter matchingSimon Rettberg2019-01-211-10/+14
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | [dozmod] Re-allow old resources for migrationSimon Rettberg2019-01-151-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | [dozmod] Re-allow old resources for migrationSimon Rettberg2019-01-151-2/+10
| |_|_|_|/ |/| | | |
* | | | | [locationinfo] set roomplanner default on false for existing panelsChristian Hofmaier2019-01-082-0/+6
| | | | | | | | | | | | | | | | | | | | - if panel is already existing without roomplanner value in database