summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
...
| * [statistics_reporting] added short sessions to uiUdo Walter2016-12-225-18/+27
| |
| * [statistics_reporting] improved short session queries (bugfix)Christian Hofmaier2016-12-221-3/+3
| |
| * [statistics_reporting] improved short session queriesChristian Hofmaier2016-12-221-35/+10Star
| |
| * [statistics_reporting] better variable namesChristian Hofmaier2016-12-222-6/+6
| |
| * [statistics_reporting] changed average to medianUdo Walter2016-12-226-18/+34
| |
| * [statistics_reporting] added short sessions to QueriesChristian Hofmaier2016-12-221-41/+41
| |
| * [statistics_reporting] deleted vm per user (for udo) after adding it last commitChristian Hofmaier2016-12-202-3/+3
| |
| * [statistics_reporting] filtered sessions with short length (<60secs), logins ↵Christian Hofmaier2016-12-202-12/+42
| | | | | | | | on machines without locationid are now shown
| * [statistics_reporting] added time bounds sliderUdo Walter2016-12-206-32/+175
| |
| * [statistics_reporting] edited time bound possibilityChristian Hofmaier2016-12-122-45/+35Star
| |
| * Merge branch 'master' of git.openslx.org:openslx-ng/slx-admin into ↵Udo Walter2016-12-0835-251/+510
| |\ | | | | | | | | | statistics_reporting
| * | [statistics_reporting] added time cutoff uiUdo Walter2016-12-064-11/+64
| | |
| * | [statistics_reporting] Added time bounds and time cutoff possibility.Christian Hofmaier2016-12-062-37/+66
| | |
| * | [statistics_reporting] added sorting indicatorsUdo Walter2016-12-052-17/+36
| | |
| * | [statistics_reporting] moved functions to own file, improved language and ↵Christian Hofmaier2016-12-014-45/+83
| | | | | | | | | | | | variable naming
| * | added javascript table sorting plugin (stupidtable)Udo Walter2016-11-293-1/+33
| | |
| * | new uiUdo Walter2016-11-286-212/+246
| | |
| * | login count and offline time database queriesChristian Hofmaier2016-11-286-15/+262
| | |
| * | [statistics_reporting] new empty moduleUdo Walter2016-11-229-0/+61
| | |
* | | [systemstatus] Add lighttpd error logSimon Rettberg2017-03-022-0/+41
| | |
* | | Finish modularizing cron; Add error detection for crashed cron jobsSimon Rettberg2017-03-022-0/+18
| | |
* | | [sysconfig] on/off switch for runscript credential passing; overridable domainSimon Rettberg2017-03-026-25/+60
| | |
* | | [main] Forgot install script update for list propertiesSimon Rettberg2017-02-281-0/+8
| | |
* | | [roomplanner] Make hiding of rooms in api more cleverSimon Rettberg2017-02-131-1/+18
| | | | | | | | | | | | | | | Don't hide a non-leaf room if at least one its leafs doesn't have a valid room plan (but the non-leaf in question does).
* | | added "Cancel" to branding-check templateJonathan Bauer2017-02-101-1/+6
| | | | | | | | | | | | | | | this should clarify that you can cancel this step (in case the user uploaded a non-svg). The lonely "save" button was causing some confusion...
* | | [dozmod] Add options to enable/disable login by default for new usersSimon Rettberg2017-02-084-41/+49
| | |
* | | [sysconfig] More ad/ldap setup fixesSimon Rettberg2017-01-182-4/+21
| | |
* | | [sysconfig] Handle invalid chars in logfile when doing htmlspecialchars()Simon Rettberg2017-01-171-4/+4
| | |
* | | [statistics/locations] Update/set subnetlocationid field in DB if the DB has ↵Simon Rettberg2017-01-113-31/+45
| | | | | | | | | | | | been updated
* | | [baseconfig_bwlp] Update translationsSimon Rettberg2017-01-112-4/+6
| | |
* | | [Taskmanager] Increase default timeout of waitComplete, also timeout of ↵Simon Rettberg2016-12-201-1/+1
| | | | | | | | | | | | RecompressArchive in CustomModule of sysconfig
* | | [locations] Remove debug messageSimon Rettberg2016-12-141-1/+0Star
| |/ |/|
* | [roomplanner] Fix clipped tooltips, add border to PCsSimon Rettberg2016-12-072-11/+8Star
| |
* | [sysconfig] remove broken quotation when listing the content of a configJonathan Bauer2016-12-071-2/+2
| | | | | | | | module
* | [webinterface] fix major typoJonathan Bauer2016-12-071-2/+2
| |
* | [roomplanner] Tighten up computer list, better search result cachingSimon Rettberg2016-12-074-42/+54
| |
* | [js_selectize] Update to 0.12.4 - fixes search highlightingSimon Rettberg2016-12-072-4/+5
| |
* | [roomplanner] Show if PC is already placed in another roomSimon Rettberg2016-12-063-8/+24
| |
* | [roomplanner] Update locationid -> fixedlocationidSimon Rettberg2016-12-062-2/+2
| |
* | [statistics/locations/..] Cache calculated locationid of machine in machine ↵Simon Rettberg2016-12-067-106/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | table We now have three columns for the locationid: - subnetlocationid Updated whenever the clientip of a client changes on bootup, or when locations/subnets are edited in the locations module. - fixedlocationid Takes the role of the old locationid field - set when a machine is placed in a room via roomplanner, set to NULL otherwise. - locationid Set to fixedlocationid if it's not NULL, to subnetlocationid otherwise. The field is updated by a BEFORE UPDATE trigger.
* | [statistics] Check if module 'syslog' is active before showing client logSimon Rettberg2016-12-061-25/+27
| |
* | [sysconfig] AD/LDAP: Handle certificates with unknown CA by fingerprint if ↵Simon Rettberg2016-12-024-13/+44
| | | | | | | | no cert is supplied
* | [sysconfig] Add table-hover class to config and module listSimon Rettberg2016-12-022-2/+2
| |
* | [statistics] Use new decollapser on front pageSimon Rettberg2016-12-025-23/+45
| |
* | Update translationsSimon Rettberg2016-12-016-0/+8
| |
* | [sysconfig] Fix message id in addError callsSimon Rettberg2016-12-011-2/+2
| |
* | [sysconfig] AD/LDAP: Fix handling of user@domain.foo; fix SSL portscan; add ↵Simon Rettberg2016-12-013-7/+17
| | | | | | | | homeattr scan info
* | [locations] Also make sure the opened location is in viewSimon Rettberg2016-11-301-1/+2
| |
* | [locations] Don't scroll to top when opening locationSimon Rettberg2016-11-301-1/+1
| |
* | [exams] Add error checking to install scriptSimon Rettberg2016-11-301-2/+10
| |