Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | [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 |
| | |||||
* | [locationinfo] Fix misspelled class, typedef in phpdoc | Simon Rettberg | 2017-11-14 | 1 | -2/+2 |
| | |||||
* | [locationinfo] Disable exchange | Simon Rettberg | 2017-11-14 | 1 | -0/+0 |
| | |||||
* | [dnbd3] Extend server details page (altservers, config) | Simon Rettberg | 2017-11-13 | 12 | -25/+137 |
| | |||||
* | [inc/Taskmanager] Fix phpdoc | Simon Rettberg | 2017-11-13 | 1 | -1/+1 |
| | |||||
* | [style/default.css] Fix style of radio inputs in "checkbox" class | Simon Rettberg | 2017-11-13 | 1 | -8/+20 |
| | | | | | They displayed just like the pretty boostrap-like checkboxes but acted like radio buttons, which was rather confusing. | ||||
* | [inc/Download] Keep curl handle open for connection reuse | Simon Rettberg | 2017-11-13 | 1 | -15/+19 |
| | |||||
* | [statistics] Show client details if filter has exactly one result | Simon Rettberg | 2017-11-13 | 1 | -0/+21 |
| | |||||
* | [syslog] Tweak machineuuid index in installer | Simon Rettberg | 2017-11-03 | 1 | -2/+8 |
| | |||||
* | [sysconfig/runmode] Deliver bare config.tgz with just global hook data when ↵ | Simon Rettberg | 2017-11-03 | 5 | -56/+104 |
| | | | | "no sysconfig" is set for a runmode | ||||
* | [sysconfig] Fix: Empty config.tgz modules disappeared from the list | Simon Rettberg | 2017-11-03 | 1 | -1/+1 |
| | |||||
* | [sysconfig] Fix selection of "none from this group" (add/edit config) | Simon Rettberg | 2017-11-03 | 1 | -2/+3 |
| | |||||
* | [rebootcontrol] Conditional rebuild of config.tgz, proper permissions for ↵ | Simon Rettberg | 2017-11-03 | 3 | -5/+12 |
| | | | | authorized_keys | ||||
* | [inc/event] Don't try to start DozmodLauncher task - doesn't exist | Simon Rettberg | 2017-11-03 | 1 | -4/+0 |
| | |||||
* | [syslog] api: Relax spam protection | Simon Rettberg | 2017-11-03 | 1 | -2/+4 |
| | |||||
* | [statistics] api: Allow specifying client type | Simon Rettberg | 2017-11-03 | 1 | -27/+42 |
| | |||||
* | [locations] Missing typecast for locationid | Simon Rettberg | 2017-11-03 | 1 | -1/+1 |
| | |||||
* | [dozmod] Refactor dmsd proxing, better error handling, less c & p | Simon Rettberg | 2017-11-03 | 1 | -81/+26 |
| | |||||
* | [baseconfig_bwlp] Add SLX_NET_SEARCH | Simon Rettberg | 2017-11-03 | 1 | -0/+6 |
| | |||||
* | [baseconfig] Don't leak content of overridden vars in api output | Simon Rettberg | 2017-11-03 | 1 | -1/+1 |
| | |||||
* | [dnbd3] Add reboot button for managed proxies | Simon Rettberg | 2017-11-03 | 2 | -2/+98 |
| | |||||
* | [rebootcontrol] Move reboot function to helper class | Simon Rettberg | 2017-11-03 | 2 | -8/+31 |
| |