Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [locationinfo] Fix room scaling | Simon Rettberg | 2017-12-01 | 1 | -36/+16 |
| | |||||
* | [locationinfo] Month is 0-based in js | Simon Rettberg | 2017-12-01 | 1 | -1/+1 |
| | |||||
* | [runmode] Varname mismatch | Simon Rettberg | 2017-12-01 | 1 | -1/+1 |
| | |||||
* | [runmode] Fix syntax error in SQL query | Simon Rettberg | 2017-12-01 | 1 | -1/+23 |
| | |||||
* | [roomplanner] Set SLX_AUTOLOGIN for dedicated managers | Simon Rettberg | 2017-11-30 | 1 | -1/+1 |
| | |||||
* | [roomplanner] Refactor to use runmode | Simon Rettberg | 2017-11-30 | 8 | -34/+205 |
| | |||||
* | Update translations | Steffen Ritter | 2017-11-30 | 13 | -24/+33 |
| | |||||
* | [locationinfo] removed seconds from the time. More than 4 locations are ↵ | Jannik Schönartz | 2017-11-30 | 2 | -4/+7 |
| | | | | allowed for the summary panel | ||||
* | [statistics] Reset session name on login to vmchooser | Simon Rettberg | 2017-11-30 | 1 | -1/+1 |
| | |||||
* | [statistics] Update translations | Simon Rettberg | 2017-11-30 | 4 | -6/+12 |
| | |||||
* | [runmode] Overhauled getRunMode with its params | Simon Rettberg | 2017-11-30 | 1 | -11/+39 |
| | |||||
* | [statistics] Handle runmode and its isclient flag | Simon Rettberg | 2017-11-30 | 7 | -53/+140 |
| | |||||
* | [locationinfo] Added standby to the summary panel | Jannik Schönartz | 2017-11-30 | 2 | -12/+19 |
| | |||||
* | [locationinfo] Fix prettytime, fix standby, check dependency on weekcalendar | Simon Rettberg | 2017-11-30 | 1 | -12/+14 |
| | |||||
* | [locationinfo] Merge branch 'master' of git.openslx.org:openslx-ng/slx-admin | Jannik Schönartz | 2017-11-30 | 20 | -57/+186 |
|\ | |||||
| * | [sessions] english text in en template | Jonathan Bauer | 2017-11-30 | 1 | -2/+2 |
| | | |||||
| * | [locations] english text in en template | Jonathan Bauer | 2017-11-30 | 1 | -2/+2 |
| | | |||||
| * | english text for backend-hisinone en temlpate | Jonathan Bauer | 2017-11-30 | 1 | -3/+3 |
| | | |||||
| * | [main] Detect clock mismatch, fix translations | Simon Rettberg | 2017-11-30 | 7 | -6/+31 |
| | | |||||
| * | Update translations | Steffen Ritter | 2017-11-29 | 7 | -39/+139 |
| | | |||||
| * | [news] install: Better index for table | Simon Rettberg | 2017-11-29 | 1 | -1/+3 |
| | | |||||
| * | [baseconfig_bwlp] Update translations | Simon Rettberg | 2017-11-29 | 2 | -4/+6 |
| | | |||||
* | | [locationinfo] Reworked summary-panel to the new panel uuid stuff. | Jannik Schönartz | 2017-11-30 | 7 | -88/+342 |
|/ | |||||
* | [runmode] Implement delete-machine action | Simon Rettberg | 2017-11-29 | 3 | -24/+30 |
| | |||||
* | [statistics] Introduce state column to get rid of complicated state ↵ | Simon Rettberg | 2017-11-28 | 12 | -129/+226 |
| | | | | | | determination This also adds support for the STANDBY state | ||||
* | [dnbd3] Disable SLX_SYSTEM_STANDBY_TIMEOUT | Simon Rettberg | 2017-11-28 | 1 | -0/+1 |
| | |||||
* | [sysconfig] Don't delete default config... | Simon Rettberg | 2017-11-28 | 1 | -1/+1 |
| | |||||
* | [sysconfig] Revert contraint to location table: Breaks default config | Simon Rettberg | 2017-11-28 | 2 | -12/+6 |
| | | | | | | | Default config is locationid = 0, which obviously doesn't work with the constraint. Using NULL proves difficult here (dups etc.), so don't for now, and add code to the cron hook that will clean up deleted locations. | ||||
* | [baseconfig] Add current unix timestamp to config | Simon Rettberg | 2017-11-27 | 1 | -0/+2 |
| | |||||
* | [baseconfig_bwlp] Add SLX_WAKEUP_SCHEDULE | Simon Rettberg | 2017-11-27 | 1 | -0/+6 |
| | |||||
* | [sysconfig] Simplify installer, add constraint to location table | Simon Rettberg | 2017-11-24 | 1 | -17/+20 |
| | |||||
* | [runmode] Simplify installer | Simon Rettberg | 2017-11-24 | 1 | -21/+3 |
| | |||||
* | [statistics] Warn about suspicious hardware changes (RAM, CPU) | Simon Rettberg | 2017-11-24 | 1 | -18/+42 |
| | | | | | | If the CPU model changes or the amount of RAM decreases we issue a warning message to the server log, since at least in the RAM case it might not have been an authorized access.... :/ | ||||
* | [dnbd3] Add installer script | Simon Rettberg | 2017-11-24 | 1 | -0/+41 |
| | |||||
* | [baseconfig_bwlp] Add new config vars | Simon Rettberg | 2017-11-23 | 3 | -3/+42 |
| | | | | | | | | | SLX_AUTOLOGIN SLX_VMCHOOSER_TIMEOUT SLX_SYSTEM_STANDBY_TIMEOUT SLX_BRIDGE_OTHER_NICS Support in MiniLinux will follow | ||||
* | [baseconfig] Fix shadow variable handling on unset vars | Simon Rettberg | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | [syslog] Fixed sql injection prevention | Jannik Schönartz | 2017-11-23 | 1 | -2/+1 |
| | |||||
* | [syslog] Added sql injection prevention | Jannik Schönartz | 2017-11-23 | 1 | -1/+3 |
| | |||||
* | [statistics] Filter 'state' was missing in the client statistics filter | Jannik Schönartz | 2017-11-23 | 1 | -1/+6 |
| | |||||
* | Merge branch 'master' of git.openslx.org:openslx-ng/slx-admin | Jannik Schönartz | 2017-11-23 | 1 | -1/+1 |
|\ | |||||
| * | [statistics] Also adapt MAC-UUID fixing code to mltk changes | Simon Rettberg | 2017-11-21 | 1 | -1/+1 |
| | | | | | | | | Refs #3227 | ||||
* | | [statistics&syslog] Changed ip to machine-uuid for filtering. Fixed a bug ↵ | Jannik Schönartz | 2017-11-20 | 4 | -13/+14 |
|/ | | | | where the client-log was losing the specific client when a filter was added. | ||||
* | [dozmod] Add missing labels for check boxes | Simon Rettberg | 2017-11-17 | 1 | -10/+10 |
| | |||||
* | [dozmod] Add config option for max. locations per lecture | Simon Rettberg | 2017-11-17 | 5 | -6/+16 |
| | |||||
* | [statistics&syslog] Fix possible cron delete query overflow | Simon Rettberg | 2017-11-15 | 2 | -4/+18 |
| | |||||
* | [dozmod] Improve location & exam mode detection | Simon Rettberg | 2017-11-14 | 2 | -7/+18 |
| | |||||
* | [backup] Show warning on main page when last backup was more than 30 days ago | Simon Rettberg | 2017-11-14 | 7 | -1/+31 |
| | |||||
* | [exams/roomplanner] Smarter coordination of run mode (exam mode on/off etc) | Simon Rettberg | 2017-11-14 | 2 | -3/+8 |
| | |||||
* | [runmode] Fix var typo in install script | Simon Rettberg | 2017-11-14 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Set SLX_AUTOLOGIN in config | Simon Rettberg | 2017-11-14 | 1 | -0/+1 |
| |