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 | 9 | -34/+226 |
| | |||||
* | 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 | 22 | -115/+198 |
|\ | |||||
| * | [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 |
| | | |||||
| * | [inc/Paginate] Use Count(*) instead of SQL_CALC_FOUND_ROWS, which is faster | Simon Rettberg | 2017-11-29 | 2 | -58/+12 |
| | | | | | | | | Most of the time. | ||||
| * | [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 |
|/ | |||||
* | [inc/Database] Do EXPLAIN SELECT at shutdown so we don't interfere with ↵ | Simon Rettberg | 2017-11-29 | 1 | -2/+15 |
| | | | | SQL_CAL_FOUND_ROWS | ||||
* | [js] Move all our fixes into one file, add browser history/URL fix for messages | Simon Rettberg | 2017-11-29 | 4 | -26/+44 |
| | | | | | Hides all the ugly message[]= entries from the URL string, so copy/paste won't show the message out of context again | ||||
* | [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 |
| | |||||
* | Installer: Properly check preconditions for adding constraints | Simon Rettberg | 2017-11-24 | 1 | -3/+8 |
| | |||||
* | [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 |
| | |||||
* | Installer: Add more helper functions (constraints, response) | Simon Rettberg | 2017-11-24 | 1 | -1/+57 |
| | |||||
* | [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 |
| | |||||
* | added design guidelines doc | Udo Walter | 2017-11-16 | 1 | -0/+33 |
| |