summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Expand)AuthorAgeFilesLines
* [permissionmanager] Implement permissions:Simon Rettberg2018-02-191-1/+1
* [inc/User] assertPermission(): Don't redirect if it's an ajax callSimon Rettberg2018-02-161-0/+4
* [inc/User] getAllowedLocations(): Support cross-module checkingSimon Rettberg2018-02-151-2/+6
* [inc/Permission] Add readonly stringSimon Rettberg2018-02-141-2/+2
* Global: Only show "Warning" badge at the top if user can view event log,Simon Rettberg2018-02-142-2/+9
* [inc/Permission] Add parameter to helper; fix for querying foreign moduleSimon Rettberg2018-02-141-2/+11
* Permissions: Introduce helper functions for common tasksSimon Rettberg2018-02-092-2/+47
* Merge branch 'master' into permission-managerSimon Rettberg2018-02-092-9/+53
|\
| * [inc/User] Add locationid 0 to allowed locations in fallback modeSimon Rettberg2018-02-081-2/+5
| * [inc/User] Removed unecessary logging lineSteffen Ritter2018-01-111-1/+0Star
| * [inc/Database] Add profiling info (timing, query count)Simon Rettberg2018-01-041-6/+48
* | [statistics] added permissions to view client logs;Udo Walter2018-01-181-2/+0Star
|/
* [inc/Database] Support nested arrays in querySimon Rettberg2017-12-211-1/+10
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-1611-52/+130
* [inc/Util] prettyTime: return '???' if given timestamp is 0 or not a numberSimon Rettberg2017-12-041-0/+3
* [inc/Util] Util::redirect() can now be told to redirect to $_POST['redirect']Simon Rettberg2017-12-041-2/+8
* [inc/Render] Fix lang_ matching regexp (spaces)Simon Rettberg2017-12-041-3/+3
* [inc/Util] Add helper to pretty-print timestampSimon Rettberg2017-12-011-0/+24
* [inc/User] Fix getAllowedLocations for legacy permission managerSimon Rettberg2017-12-011-0/+2
* [inc/User] Fix permission compat to old systemSimon Rettberg2017-12-011-1/+3
* Merge branch 'master' into permission-managerSimon Rettberg2017-12-014-63/+29Star
|\
| * [inc/Paginate] Use Count(*) instead of SQL_CALC_FOUND_ROWS, which is fasterSimon Rettberg2017-11-292-58/+12Star
| * [inc/Database] Do EXPLAIN SELECT at shutdown so we don't interfere with SQL_C...Simon Rettberg2017-11-291-2/+15
| * [js] Move all our fixes into one file, add browser history/URL fix for messagesSimon Rettberg2017-11-291-3/+2Star
* | Merge remote-tracking branch 'origin/master' into permission-managerUdo Walter2017-11-214-26/+28
|\|
| * [inc/Taskmanager] Fix phpdocSimon Rettberg2017-11-131-1/+1
| * [inc/Download] Keep curl handle open for connection reuseSimon Rettberg2017-11-131-15/+19
| * [inc/event] Don't try to start DozmodLauncher task - doesn't existSimon Rettberg2017-11-031-4/+0Star
| * [inc/module] Fix sorting bug, show errors in debug mode, add optional param t...Simon Rettberg2017-11-031-6/+8
* | 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
| * [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
* | [permissionmanager] added possibility to get a list of allowed locations for ...Udo Walter2017-04-251-4/+13
* | Merge branches 'master' and 'permission-manager' of git.openslx.org:openslx-n...Christian Hofmaier2017-04-124-26/+137
|\|
| * [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