summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into permission-managerUdo Walter2017-09-019-26/+263
|\
| * [inc/Download] Delete temp file for response headerSimon Rettberg2017-07-251-0/+1
| |
| * [inc/Util] Fix: Print trace in CLI mode againSimon Rettberg2017-06-231-1/+1
| |
| * [inc/Database] Only fall back to global ignoreError setting if param was omittedSimon Rettberg2017-06-231-9/+9
| |
| * [inc/Util] Add randomUuid() functionSimon Rettberg2017-06-101-0/+28
| |
| * [inc/event] Retry mounting vmstore on bootupSimon Rettberg2017-06-071-6/+20
| |
| * cron: Clear stucklist on rebootSimon Rettberg2017-05-172-0/+15
| |
| * Remove debug loggingSimon Rettberg2017-05-101-3/+0Star
| |
| * Add support to declare multiple css/js per module with loading condition:Simon Rettberg2017-05-102-8/+45
| | | | | | | | | | | | | | | | | | A css/js can be declared to only load if the module in question is the page module being rendered, or to always be loaded even if the module is just a dependency. The second case is useful for plugin type modules. See one of the config.json files updated in this commit on how to specify css/js to load. true = always load, false = only if page module.
| * [inc/Database] Add slow query debugging outputSimon Rettberg2017-05-101-0/+48
| |
| * [weninterface] Improve color list a bitSimon Rettberg2017-05-101-2/+21
| |
| * [webinterface] Allow customizing page title prefix and logo bgcolorSimon Rettberg2017-05-091-1/+18
| |
| * [webinterface] Log user out when disabling HTTPS to prevent lockoutSimon Rettberg2017-05-051-2/+7
| |
| * [inc/Database] Add ::queryAll()Simon Rettberg2017-04-241-0/+14
| |
| * [inc/Dictionary] Add $returnTagOnMissing to :translateFile()Simon Rettberg2017-04-191-2/+2
| |
| * [inc/Database] Support expanding nested arraysSimon Rettberg2017-04-191-0/+42
| | | | | | | | | | | | | | In parametrized queries, you can now pass an array as an argument. This will result in the arguments being expanded to :a1,:a2,:a3 which is suitable for "IN (:slist)" constructs.
* | [permissionmanager] added possibility to get a list of allowed locations for ↵Udo Walter2017-04-251-4/+13
| | | | | | | | a given permission + bugfixes
* | Merge branches 'master' and 'permission-manager' of ↵Christian Hofmaier2017-04-124-26/+137
|\| | | | | | | git.openslx.org:openslx-ng/slx-admin into permission-manager
| * [inc/Util] Improve traceError() outputSimon Rettberg2017-04-071-15/+32
| |
| * [inc/Database] Add helper function to run INSERT and retrieve keysSimon Rettberg2017-04-071-0/+94
| |
| * [inc/Download] Properly return final HTTP status code for redirected requestsSimon Rettberg2017-03-211-6/+6
| |
| * Fix a couple of warnings and notices from error.logSimon Rettberg2017-03-212-5/+5
| |
* | [permissionmanager] changed description to tooltipsUdo Walter2017-04-101-1/+7
|/
* [inc/Hook] New helper for loading hooksSimon Rettberg2017-03-021-0/+43
|
* Merge branch 'statistics_reporting'Simon Rettberg2017-03-021-0/+52
|\
| * [statistics_reporting] Overhaul remote reporting structure; default to offSimon Rettberg2017-01-191-0/+52
| |
* | [inc/property] Add list-of-values interfaceSimon Rettberg2017-02-231-2/+56
| | | | | | | | | | | | This can be used to store multiple items per key and avoids the race conditions that manually (de)serializing a list and then using get()/set() would cause.
* | [render.inc] Add collapse.jsSimon Rettberg2017-01-181-0/+1
| |
* | [Taskmanager] Increase default timeout of waitComplete, also timeout of ↵Simon Rettberg2016-12-201-1/+1
|/ | | | RecompressArchive in CustomModule of sysconfig
* [Taskmanager] Add support for compressed repliesSimon Rettberg2016-12-011-2/+17
|
* [sysconfig] Improve binddn parsing for AD wizardSimon Rettberg2016-10-271-4/+0Star
|
* Silence some warningsSimon Rettberg2016-09-092-2/+5
|
* [session] Add simple "change password" GUISimon Rettberg2016-09-081-0/+17
|
* [Util] traceError: Use error_log for AJAX calls, just like APISimon Rettberg2016-09-081-1/+1
|
* [Dashboard] Add option to disable dashboard creationSimon Rettberg2016-09-071-0/+8
|
* [Render] Add 'ovverride' to setTitle, so it's possible to set the title only ↵Simon Rettberg2016-09-071-1/+3
| | | | if none was set before
* [property] Make generic getter and setter public; seems best option for ↵Simon Rettberg2016-08-291-4/+4
| | | | modularization
* [eventlog] Don't die on DB insert errorSimon Rettberg2016-08-291-1/+1
|
* [baseconfig*] Fix translation hook to only consider the current moduleSimon Rettberg2016-08-291-1/+2
|
* [render] Restore debug template generationSimon Rettberg2016-08-161-3/+0Star
|
* [util] Also escape the print_r output when rendering HTMLSimon Rettberg2016-08-151-1/+1
|
* [util] traceError(): Don't output html junk if running via CLISimon Rettberg2016-08-151-3/+31
|
* Fix minor issues in exams install hook, taskmanager callback logicSimon Rettberg2016-08-122-1/+6
|
* [inc/event] Remove call to deleted class methodSimon Rettberg2016-08-121-2/+0Star
|
* Add fallback feature to Dictionary functionsSimon Rettberg2016-08-101-3/+9
|
* [util] Made traceError output prettier by using HTMLSimon Rettberg2016-07-131-15/+49
|
* Change menu overriding mechanism; simpler, now also supports changing the ↵Simon Rettberg2016-07-072-20/+30
| | | | category of a module
* [sysconfig] Refactor ldapauth and adauth classes; show mainpage warning; ↵Simon Rettberg2016-07-061-8/+5Star
| | | | improve config module handling
* [event.inc] Activate sysconfig module before propagating ip address changed ↵Simon Rettberg2016-07-051-1/+3
| | | | event
* [translation] Improve module list; move baseconfig hook to baseconfig_bwlpSimon Rettberg2016-07-041-2/+31
|