summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into ipxeipxeSimon Rettberg2019-02-1224-146/+316
|\
| * [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
* | [serversetup*] PXELinux and iPXE side-by-sideSimon Rettberg2019-02-1256-1/+776
| |
* | [serversetup-bwlp] Auto-import of old PXELinux config on bootupSimon Rettberg2019-02-1213-47/+211
| | | | | | | | Also minor improvements to UI and structuring
* | [serversetup-bwlp] Fix case of platform varSimon Rettberg2019-01-242-3/+2Star
| |
* | Merge branch 'master' into ipxeSimon Rettberg2019-01-213-10/+44
|\|
| * [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
| |
* | [serversetup-bwlp] Fix saving default; add missing lang tagSimon Rettberg2019-01-184-3/+5
| |
* | [serversetup-bwlp] Link systemmodel to machine listSimon Rettberg2019-01-181-1/+1
| |
* | [serversetup-bwlp] Make localboot method configurableSimon Rettberg2019-01-187-17/+169
| |
* | [inc/Trigger] PHP 5.6 compatSimon Rettberg2019-01-181-2/+3
| |
* | [serversetup-bwlp] More detailed download page (size, date)Simon Rettberg2019-01-172-8/+20
| |
* | [serversetup-bwlp] Make ipxe trigger a hook for modularitySimon Rettberg2019-01-172-7/+27
| |
* | [serversetup-bwlp] Respect overriden default entry for location menuSimon Rettberg2019-01-171-1/+1
| |
* | Merge branch 'master' into ipxeSimon Rettberg2019-01-151-1/+1
|\|
| * [dozmod] Re-allow old resources for migrationSimon Rettberg2019-01-151-1/+1
| |
* | Merge branch 'master' into ipxeSimon Rettberg2019-01-151-2/+10
|\|
| * [dozmod] Re-allow old resources for migrationSimon Rettberg2019-01-151-2/+10
| |
* | Merge branch 'master' into ipxeSimon Rettberg2019-01-153-3/+9
|\|
| * [locationinfo] set roomplanner default on false for existing panelsChristian Hofmaier2019-01-082-0/+6
| | | | | | | | - if panel is already existing without roomplanner value in database
| * [locationinfo] make colors consistent for summary and default panelChristian Hofmaier2019-01-081-3/+3
| | | | | | | | | | - black is now status 'offline' - grey is now status 'broken'
* | [serversetup-bwlp] Update translationsSimon Rettberg2019-01-114-2/+20
| |
* | [serversetup-bwlp] Implement download pageSimon Rettberg2019-01-112-11/+52
| |
* | [locations] Show current boot menu per location, add edit buttonSimon Rettberg2019-01-114-18/+61
| |
* | [serversetup-bwlp] Decouple location assigning from menu editingSimon Rettberg2019-01-115-90/+169
| |
* | Merge branch 'master' into ipxeSimon Rettberg2019-01-021-3/+3
|\|
| * [inc/Util] Improve prettyTime year cutoff logicSimon Rettberg2019-01-021-3/+3
| | | | | | | | Closes #3518
* | [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
|\|
| * [locations] Fix invalid array accessSimon Rettberg2019-01-021-1/+1
| |
* | Merge branch 'master' into ipxeSimon Rettberg2018-12-1262-270/+1604
|\|
| * [dozmod] ldapfilters: Fix list (attr/value)Simon Rettberg2018-12-121-2/+2
| |
| * [locationinfo] fix summary panel showing "closed" when room without opening ↵Christian Hofmaier2018-12-111-68/+44Star
| | | | | | | | times
| * [dozmod] Update translationsChristian Rößler2018-12-112-18/+18
| |
| * [dozmod] Add editor for predefined run scriptsSimon Rettberg2018-12-1010-1/+362
| | | | | | | | | | | | | | | | Assigning scripts to certain locations only is currently not possible. Whether this is required is to be discussed, since predefined scripts selectable by bwLehrpool-Suite users would almost cover this use case. Refs #3145
| * [runmode] Simple back/cancel buttonSteffen Ritter2018-12-101-0/+1
| |