summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] Warn about suspicious hardware changes (RAM, CPU)Simon Rettberg2017-11-241-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 scriptSimon Rettberg2017-11-241-0/+41
|
* [baseconfig_bwlp] Add new config varsSimon Rettberg2017-11-233-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 varsSimon Rettberg2017-11-231-1/+1
|
* [syslog] Fixed sql injection preventionJannik Schönartz2017-11-231-2/+1Star
|
* [syslog] Added sql injection preventionJannik Schönartz2017-11-231-1/+3
|
* [statistics] Filter 'state' was missing in the client statistics filterJannik Schönartz2017-11-231-1/+6
|
* Merge branch 'master' of git.openslx.org:openslx-ng/slx-adminJannik Schönartz2017-11-231-1/+1
|\
| * [statistics] Also adapt MAC-UUID fixing code to mltk changesSimon Rettberg2017-11-211-1/+1
| | | | | | | | Refs #3227
* | [statistics&syslog] Changed ip to machine-uuid for filtering. Fixed a bug ↵Jannik Schönartz2017-11-204-13/+14
|/ | | | where the client-log was losing the specific client when a filter was added.
* [dozmod] Add missing labels for check boxesSimon Rettberg2017-11-171-10/+10
|
* [dozmod] Add config option for max. locations per lectureSimon Rettberg2017-11-175-6/+16
|
* [statistics&syslog] Fix possible cron delete query overflowSimon Rettberg2017-11-152-4/+18
|
* [dozmod] Improve location & exam mode detectionSimon Rettberg2017-11-142-7/+18
|
* [backup] Show warning on main page when last backup was more than 30 days agoSimon Rettberg2017-11-147-1/+31
|
* [exams/roomplanner] Smarter coordination of run mode (exam mode on/off etc)Simon Rettberg2017-11-142-3/+8
|
* [runmode] Fix var typo in install scriptSimon Rettberg2017-11-141-1/+1
|
* [locationinfo] Set SLX_AUTOLOGIN in configSimon Rettberg2017-11-141-0/+1
|
* [locationinfo] Fix misspelled class, typedef in phpdocSimon Rettberg2017-11-141-2/+2
|
* [locationinfo] Disable exchangeSimon Rettberg2017-11-141-0/+0
|
* [dnbd3] Extend server details page (altservers, config)Simon Rettberg2017-11-1312-25/+137
|
* [statistics] Show client details if filter has exactly one resultSimon Rettberg2017-11-131-0/+21
|
* [syslog] Tweak machineuuid index in installerSimon Rettberg2017-11-031-2/+8
|
* [sysconfig/runmode] Deliver bare config.tgz with just global hook data when ↵Simon Rettberg2017-11-035-56/+104
| | | | "no sysconfig" is set for a runmode
* [sysconfig] Fix: Empty config.tgz modules disappeared from the listSimon Rettberg2017-11-031-1/+1
|
* [sysconfig] Fix selection of "none from this group" (add/edit config)Simon Rettberg2017-11-031-2/+3
|
* [rebootcontrol] Conditional rebuild of config.tgz, proper permissions for ↵Simon Rettberg2017-11-033-5/+12
| | | | authorized_keys
* [syslog] api: Relax spam protectionSimon Rettberg2017-11-031-2/+4
|
* [statistics] api: Allow specifying client typeSimon Rettberg2017-11-031-27/+42
|
* [locations] Missing typecast for locationidSimon Rettberg2017-11-031-1/+1
|
* [dozmod] Refactor dmsd proxing, better error handling, less c & pSimon Rettberg2017-11-031-81/+26Star
|
* [baseconfig_bwlp] Add SLX_NET_SEARCHSimon Rettberg2017-11-031-0/+6
|
* [baseconfig] Don't leak content of overridden vars in api outputSimon Rettberg2017-11-031-1/+1
|
* [dnbd3] Add reboot button for managed proxiesSimon Rettberg2017-11-032-2/+98
|
* [rebootcontrol] Move reboot function to helper classSimon Rettberg2017-11-032-8/+31
|
* [dnbd3] Improve server sorting, main-warning, errormsg, Taskmanager intergrationSimon Rettberg2017-10-269-27/+117
|
* [dnbd3] Implement settings dialog for automatic proxiesSimon Rettberg2017-10-136-46/+109
|
* [dnbd3] Show free space, fix styling, add help texts and strings (de)Simon Rettberg2017-10-127-113/+331
|
* [runmode] Return lastseen too in detailed modeSimon Rettberg2017-10-121-2/+3
|
* [dnbd3] sadfSimon Rettberg2017-10-121-1/+0Star
|
* [dnbd3] Implement adding and deleting serversSimon Rettberg2017-10-113-8/+168
|
* [dnbd3] Fix CIDR generation for proxies, add baseconfig hook for clientsSimon Rettberg2017-10-113-12/+80
|
* [dnbd3] More progress, manage location restrictions for proxiesSimon Rettberg2017-10-1011-80/+497
|
* [dnbd3] New module for managing dnbd3 servers - WIPSimon Rettberg2017-10-0612-0/+283
|
* [runmode] Support returning associative arraySimon Rettberg2017-10-061-4/+10
|
* [dozmod] network shares ressourceJonathan Bauer2017-09-061-2/+21
| | | | preparation for network share support
* [translation] Added translation for 'subnet' filterSteffen Ritter2017-09-053-3/+6
|
* [locations] fix missing locationId on ip/uuid ...Jonathan Bauer2017-09-051-19/+18Star
| | | | | ... when the client's ip falls within a known range but its uuid has not been recorded yet and the client requests its config by uuid.
* [locationinfo] Add backend for Microsoft Exchange ServerSteffen Ritter2017-08-292-0/+210
| | | | We use the php-ews library which can be easily integrated via composer
* [locationinfo] Fix davinci backend connection test, minor tweaks to web viewSimon Rettberg2017-08-163-4/+12
|