summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | [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
| * | | | | [locationinfo] make colors consistent for summary and default panelChristian Hofmaier2019-01-081-3/+3
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | - black is now status 'offline' - grey is now status 'broken'
| * | | | [inc/Util] Improve prettyTime year cutoff logicSimon Rettberg2019-01-021-3/+3
| | |_|/ | |/| | | | | | | | | | Closes #3518
| * | | [locations] Fix invalid array accessSimon Rettberg2019-01-021-1/+1
| | |/ | |/|
| * | [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
| | |
| * | [locationinfo] fix summary pannel always in germanChristian Hofmaier2018-12-081-4/+42
| | |
| * | Merge branch 'master' of git.openslx.org:openslx-ng/slx-adminChristian Hofmaier2018-12-088-18/+18
| |\ \
| | * | [locationinfo] roomplaner -> roomplannerSimon Rettberg2018-12-058-18/+18
| | | |
| * | | [locationinfo] fix header not detecting events in only room modeChristian Hofmaier2018-12-081-3/+31
| |/ / | | | | | | | | | - fix redundant initialize when only calendar mode
| * | [locationinfo] fix panel being closed all day long in summaryChristian Hofmaier2018-12-041-1/+1
| | |
| * | [locationinfo] fix panel being closed all day longChristian Hofmaier2018-12-041-1/+1
| | |
| * | [locationinfo] Prevent undefined index accessSimon Rettberg2018-12-041-5/+7
| | |
| * | [statistics] Filter malformed screen namesSimon Rettberg2018-12-041-0/+4
| | |
| * | [locationinfo] add new settings for panels (counter, updaterate)Christian Hofmaier2018-12-039-72/+139
| | | | | | | | | | | | | | | | | | | | | | | | - setting: consider only clients in roomplaner, instead of ip range - add option to set update rate in summary panels - directly initialize when mode is "only calendar" - Set counter to "-" if room has ongoing event - fix some spelling / unused code
| * | [dozmod] networkshares: Use {{password_type}} for password fieldSimon Rettberg2018-12-031-2/+2
| | |
| * | [dozmod] Update translationsSimon Rettberg2018-12-034-7/+22
| | |
| * | [dozmod] Networkshares: New DB scheme, error checksSimon Rettberg2018-12-034-40/+107
| | |