Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into ipxeipxe | Simon Rettberg | 2019-02-12 | 20 | -138/+302 |
|\ | |||||
| * | [systemstatus] Don't show swap warning too early | Simon Rettberg | 2019-01-30 | 1 | -1/+1 |
| | | |||||
| * | [locationinfo] HisInOne: Properly handle multiple plannedDates | Simon Rettberg | 2019-01-29 | 1 | -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 spam | Simon Rettberg | 2019-01-29 | 1 | -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 copypasta | Simon Rettberg | 2019-01-28 | 2 | -2/+2 |
| | | |||||
| * | [statistics] Cleanup template | Simon Rettberg | 2019-01-28 | 1 | -1/+0 |
| | | |||||
| * | [statistics] Track and display memory/tmp usage of clients | Simon Rettberg | 2019-01-28 | 9 | -19/+135 |
| | | |||||
| * | [statistics] Minor refactoring (PHP >= 5.6) | Simon Rettberg | 2019-01-24 | 2 | -36/+38 |
| | | |||||
| * | [statistics] Handling of standby state in statistics, log crashes | Simon Rettberg | 2019-01-24 | 5 | -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 panels | Christian Hofmaier | 2019-01-22 | 1 | -2/+2 |
| | | |||||
| * | [locationinfo] some design rework | Christian Hofmaier | 2019-01-22 | 4 | -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-side | Simon Rettberg | 2019-02-12 | 56 | -1/+776 |
| | | |||||
* | | [serversetup-bwlp] Auto-import of old PXELinux config on bootup | Simon Rettberg | 2019-02-12 | 12 | -47/+200 |
| | | | | | | | | Also minor improvements to UI and structuring | ||||
* | | [serversetup-bwlp] Fix case of platform var | Simon Rettberg | 2019-01-24 | 2 | -3/+2 |
| | | |||||
* | | Merge branch 'master' into ipxe | Simon Rettberg | 2019-01-21 | 3 | -10/+44 |
|\| | |||||
| * | [statistics] Log if client seems to have crashed | Simon Rettberg | 2019-01-21 | 2 | -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 matching | Simon Rettberg | 2019-01-21 | 1 | -10/+14 |
| | | |||||
* | | [serversetup-bwlp] Fix saving default; add missing lang tag | Simon Rettberg | 2019-01-18 | 4 | -3/+5 |
| | | |||||
* | | [serversetup-bwlp] Link systemmodel to machine list | Simon Rettberg | 2019-01-18 | 1 | -1/+1 |
| | | |||||
* | | [serversetup-bwlp] Make localboot method configurable | Simon Rettberg | 2019-01-18 | 7 | -17/+169 |
| | | |||||
* | | [serversetup-bwlp] More detailed download page (size, date) | Simon Rettberg | 2019-01-17 | 2 | -8/+20 |
| | | |||||
* | | [serversetup-bwlp] Make ipxe trigger a hook for modularity | Simon Rettberg | 2019-01-17 | 1 | -0/+10 |
| | | |||||
* | | [serversetup-bwlp] Respect overriden default entry for location menu | Simon Rettberg | 2019-01-17 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into ipxe | Simon Rettberg | 2019-01-15 | 1 | -1/+1 |
|\| | |||||
| * | [dozmod] Re-allow old resources for migration | Simon Rettberg | 2019-01-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into ipxe | Simon Rettberg | 2019-01-15 | 1 | -2/+10 |
|\| | |||||
| * | [dozmod] Re-allow old resources for migration | Simon Rettberg | 2019-01-15 | 1 | -2/+10 |
| | | |||||
* | | Merge branch 'master' into ipxe | Simon Rettberg | 2019-01-15 | 3 | -3/+9 |
|\| | |||||
| * | [locationinfo] set roomplanner default on false for existing panels | Christian Hofmaier | 2019-01-08 | 2 | -0/+6 |
| | | | | | | | | - if panel is already existing without roomplanner value in database | ||||
| * | [locationinfo] make colors consistent for summary and default panel | Christian Hofmaier | 2019-01-08 | 1 | -3/+3 |
| | | | | | | | | | | - black is now status 'offline' - grey is now status 'broken' | ||||
* | | [serversetup-bwlp] Update translations | Simon Rettberg | 2019-01-11 | 4 | -2/+20 |
| | | |||||
* | | [serversetup-bwlp] Implement download page | Simon Rettberg | 2019-01-11 | 2 | -11/+52 |
| | | |||||
* | | [locations] Show current boot menu per location, add edit button | Simon Rettberg | 2019-01-11 | 4 | -18/+61 |
| | | |||||
* | | [serversetup-bwlp] Decouple location assigning from menu editing | Simon Rettberg | 2019-01-11 | 5 | -90/+169 |
| | | |||||
* | | [serversetup-bwlp] Add column to override default menuentry of location | Simon Rettberg | 2019-01-02 | 1 | -1/+15 |
| | | |||||
* | | Merge branch 'master' into ipxe | Simon Rettberg | 2019-01-02 | 1 | -1/+1 |
|\| | |||||
| * | [locations] Fix invalid array access | Simon Rettberg | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into ipxe | Simon Rettberg | 2018-12-12 | 59 | -267/+1595 |
|\| | |||||
| * | [dozmod] ldapfilters: Fix list (attr/value) | Simon Rettberg | 2018-12-12 | 1 | -2/+2 |
| | | |||||
| * | [locationinfo] fix summary panel showing "closed" when room without opening ↵ | Christian Hofmaier | 2018-12-11 | 1 | -68/+44 |
| | | | | | | | | times | ||||
| * | [dozmod] Update translations | Christian Rößler | 2018-12-11 | 2 | -18/+18 |
| | | |||||
| * | [dozmod] Add editor for predefined run scripts | Simon Rettberg | 2018-12-10 | 10 | -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 button | Steffen Ritter | 2018-12-10 | 1 | -0/+1 |
| | | |||||
| * | [locationinfo] fix summary pannel always in german | Christian Hofmaier | 2018-12-08 | 1 | -4/+42 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/slx-admin | Christian Hofmaier | 2018-12-08 | 8 | -18/+18 |
| |\ | |||||
| | * | [locationinfo] roomplaner -> roomplanner | Simon Rettberg | 2018-12-05 | 8 | -18/+18 |
| | | | |||||
| * | | [locationinfo] fix header not detecting events in only room mode | Christian Hofmaier | 2018-12-08 | 1 | -3/+31 |
| |/ | | | | | | | - fix redundant initialize when only calendar mode | ||||
| * | [locationinfo] fix panel being closed all day long in summary | Christian Hofmaier | 2018-12-04 | 1 | -1/+1 |
| | | |||||
| * | [locationinfo] fix panel being closed all day long | Christian Hofmaier | 2018-12-04 | 1 | -1/+1 |
| | | |||||
| * | [locationinfo] Prevent undefined index access | Simon Rettberg | 2018-12-04 | 1 | -5/+7 |
| | |