Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [inc/Util] prettyTime: return '???' if given timestamp is 0 or not a number | Simon Rettberg | 2017-12-04 | 1 | -0/+3 |
| | |||||
* | [inc/Util] Util::redirect() can now be told to redirect to $_POST['redirect'] | Simon Rettberg | 2017-12-04 | 1 | -2/+8 |
| | |||||
* | [inc/Render] Fix lang_ matching regexp (spaces) | Simon Rettberg | 2017-12-04 | 1 | -3/+3 |
| | |||||
* | [inc/Util] Add helper to pretty-print timestamp | Simon Rettberg | 2017-12-01 | 1 | -0/+24 |
| | |||||
* | [inc/User] Fix getAllowedLocations for legacy permission manager | Simon Rettberg | 2017-12-01 | 1 | -0/+2 |
| | |||||
* | [inc/User] Fix permission compat to old system | Simon Rettberg | 2017-12-01 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' into permission-manager | Simon Rettberg | 2017-12-01 | 4 | -63/+29 |
|\ | |||||
| * | [inc/Paginate] Use Count(*) instead of SQL_CALC_FOUND_ROWS, which is faster | Simon Rettberg | 2017-11-29 | 2 | -58/+12 |
| | | | | | | | | Most of the time. | ||||
| * | [inc/Database] Do EXPLAIN SELECT at shutdown so we don't interfere with ↵ | Simon Rettberg | 2017-11-29 | 1 | -2/+15 |
| | | | | | | | | SQL_CAL_FOUND_ROWS | ||||
| * | [js] Move all our fixes into one file, add browser history/URL fix for messages | Simon Rettberg | 2017-11-29 | 1 | -3/+2 |
| | | | | | | | | | | Hides all the ugly message[]= entries from the URL string, so copy/paste won't show the message out of context again | ||||
* | | Merge remote-tracking branch 'origin/master' into permission-manager | Udo Walter | 2017-11-21 | 4 | -26/+28 |
|\| | | | | | | | | | | | # Conflicts: # modules-available/backup/templates/_page.html # style/default.css | ||||
| * | [inc/Taskmanager] Fix phpdoc | Simon Rettberg | 2017-11-13 | 1 | -1/+1 |
| | | |||||
| * | [inc/Download] Keep curl handle open for connection reuse | Simon Rettberg | 2017-11-13 | 1 | -15/+19 |
| | | |||||
| * | [inc/event] Don't try to start DozmodLauncher task - doesn't exist | Simon Rettberg | 2017-11-03 | 1 | -4/+0 |
| | | |||||
| * | [inc/module] Fix sorting bug, show errors in debug mode, add optional param ↵ | Simon Rettberg | 2017-11-03 | 1 | -6/+8 |
| | | | | | | | | to isAvailable() | ||||
* | | Merge remote-tracking branch 'origin/master' into permission-manager | Udo Walter | 2017-09-01 | 9 | -26/+263 |
|\| | |||||
| * | [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. | ||||
* | | [permissionmanager] added possibility to get a list of allowed locations for ↵ | Udo Walter | 2017-04-25 | 1 | -4/+13 |
| | | | | | | | | a given permission + bugfixes | ||||
* | | Merge branches 'master' and 'permission-manager' of ↵ | Christian Hofmaier | 2017-04-12 | 4 | -26/+137 |
|\| | | | | | | | git.openslx.org:openslx-ng/slx-admin into permission-manager | ||||
| * | [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 |
| | | |||||
* | | [permissionmanager] changed description to tooltips | Udo Walter | 2017-04-10 | 1 | -1/+7 |
|/ | |||||
* | [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 |
| |