Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [inc/Download] Delete temp file for response header | Simon Rettberg | 2017-07-25 | 1 | -0/+1 |
| | |||||
* | [inc/Util] Fix: Print trace in CLI mode again | Simon Rettberg | 2017-06-23 | 1 | -1/+1 |
| | |||||
* | [inc/Database] Only fall back to global ignoreError setting if param was omitted | Simon Rettberg | 2017-06-23 | 1 | -9/+9 |
| | |||||
* | [inc/Util] Add randomUuid() function | Simon Rettberg | 2017-06-10 | 1 | -0/+28 |
| | |||||
* | [inc/event] Retry mounting vmstore on bootup | Simon Rettberg | 2017-06-07 | 1 | -6/+20 |
| | |||||
* | cron: Clear stucklist on reboot | Simon Rettberg | 2017-05-17 | 2 | -0/+15 |
| | |||||
* | Remove debug logging | Simon Rettberg | 2017-05-10 | 1 | -3/+0 |
| | |||||
* | Add support to declare multiple css/js per module with loading condition: | Simon Rettberg | 2017-05-10 | 2 | -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 output | Simon Rettberg | 2017-05-10 | 1 | -0/+48 |
| | |||||
* | [weninterface] Improve color list a bit | Simon Rettberg | 2017-05-10 | 1 | -2/+21 |
| | |||||
* | [webinterface] Allow customizing page title prefix and logo bgcolor | Simon Rettberg | 2017-05-09 | 1 | -1/+18 |
| | |||||
* | [webinterface] Log user out when disabling HTTPS to prevent lockout | Simon Rettberg | 2017-05-05 | 1 | -2/+7 |
| | |||||
* | [inc/Database] Add ::queryAll() | Simon Rettberg | 2017-04-24 | 1 | -0/+14 |
| | |||||
* | [inc/Dictionary] Add $returnTagOnMissing to :translateFile() | Simon Rettberg | 2017-04-19 | 1 | -2/+2 |
| | |||||
* | [inc/Database] Support expanding nested arrays | Simon Rettberg | 2017-04-19 | 1 | -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. | ||||
* | [inc/Util] Improve traceError() output | Simon Rettberg | 2017-04-07 | 1 | -15/+32 |
| | |||||
* | [inc/Database] Add helper function to run INSERT and retrieve keys | Simon Rettberg | 2017-04-07 | 1 | -0/+94 |
| | |||||
* | [inc/Download] Properly return final HTTP status code for redirected requests | Simon Rettberg | 2017-03-21 | 1 | -6/+6 |
| | |||||
* | Fix a couple of warnings and notices from error.log | Simon Rettberg | 2017-03-21 | 2 | -5/+5 |
| | |||||
* | [inc/Hook] New helper for loading hooks | Simon Rettberg | 2017-03-02 | 1 | -0/+43 |
| | |||||
* | Merge branch 'statistics_reporting' | Simon Rettberg | 2017-03-02 | 1 | -0/+52 |
|\ | |||||
| * | [statistics_reporting] Overhaul remote reporting structure; default to off | Simon Rettberg | 2017-01-19 | 1 | -0/+52 |
| | | |||||
* | | [inc/property] Add list-of-values interface | Simon Rettberg | 2017-02-23 | 1 | -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.js | Simon Rettberg | 2017-01-18 | 1 | -0/+1 |
| | | |||||
* | | [Taskmanager] Increase default timeout of waitComplete, also timeout of ↵ | Simon Rettberg | 2016-12-20 | 1 | -1/+1 |
|/ | | | | RecompressArchive in CustomModule of sysconfig | ||||
* | [Taskmanager] Add support for compressed replies | Simon Rettberg | 2016-12-01 | 1 | -2/+17 |
| | |||||
* | [sysconfig] Improve binddn parsing for AD wizard | Simon Rettberg | 2016-10-27 | 1 | -4/+0 |
| | |||||
* | Silence some warnings | Simon Rettberg | 2016-09-09 | 2 | -2/+5 |
| | |||||
* | [session] Add simple "change password" GUI | Simon Rettberg | 2016-09-08 | 1 | -0/+17 |
| | |||||
* | [Util] traceError: Use error_log for AJAX calls, just like API | Simon Rettberg | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | [Dashboard] Add option to disable dashboard creation | Simon Rettberg | 2016-09-07 | 1 | -0/+8 |
| | |||||
* | [Render] Add 'ovverride' to setTitle, so it's possible to set the title only ↵ | Simon Rettberg | 2016-09-07 | 1 | -1/+3 |
| | | | | if none was set before | ||||
* | [property] Make generic getter and setter public; seems best option for ↵ | Simon Rettberg | 2016-08-29 | 1 | -4/+4 |
| | | | | modularization | ||||
* | [eventlog] Don't die on DB insert error | Simon Rettberg | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | [baseconfig*] Fix translation hook to only consider the current module | Simon Rettberg | 2016-08-29 | 1 | -1/+2 |
| | |||||
* | [render] Restore debug template generation | Simon Rettberg | 2016-08-16 | 1 | -3/+0 |
| | |||||
* | [util] Also escape the print_r output when rendering HTML | Simon Rettberg | 2016-08-15 | 1 | -1/+1 |
| | |||||
* | [util] traceError(): Don't output html junk if running via CLI | Simon Rettberg | 2016-08-15 | 1 | -3/+31 |
| | |||||
* | Fix minor issues in exams install hook, taskmanager callback logic | Simon Rettberg | 2016-08-12 | 2 | -1/+6 |
| | |||||
* | [inc/event] Remove call to deleted class method | Simon Rettberg | 2016-08-12 | 1 | -2/+0 |
| | |||||
* | Add fallback feature to Dictionary functions | Simon Rettberg | 2016-08-10 | 1 | -3/+9 |
| | |||||
* | [util] Made traceError output prettier by using HTML | Simon Rettberg | 2016-07-13 | 1 | -15/+49 |
| | |||||
* | Change menu overriding mechanism; simpler, now also supports changing the ↵ | Simon Rettberg | 2016-07-07 | 2 | -20/+30 |
| | | | | category of a module | ||||
* | [sysconfig] Refactor ldapauth and adauth classes; show mainpage warning; ↵ | Simon Rettberg | 2016-07-06 | 1 | -8/+5 |
| | | | | improve config module handling | ||||
* | [event.inc] Activate sysconfig module before propagating ip address changed ↵ | Simon Rettberg | 2016-07-05 | 1 | -1/+3 |
| | | | | event | ||||
* | [translation] Improve module list; move baseconfig hook to baseconfig_bwlp | Simon Rettberg | 2016-07-04 | 1 | -2/+31 |
| | |||||
* | added i18n for summernote. | Christian Klinger | 2016-06-24 | 1 | -0/+1 |
| | |||||
* | [module] Add getDependencies() to recursively get all deps of a module | Simon Rettberg | 2016-06-23 | 1 | -0/+22 |
| | |||||
* | [render/modules] Include scripts/css in order according to dependencies | Simon Rettberg | 2016-06-17 | 2 | -7/+9 |
| | |||||
* | [Request] fix comments of isGet and isPost :) | Simon Rettberg | 2016-06-16 | 1 | -6/+9 |
| |