summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Expand)AuthorAgeFilesLines
* [serversetup-bwlp] Add log output to ipxe building taskSimon Rettberg2018-05-072-2/+2
* Don't try to load non-existent style.css/clientscript.jsSimon Rettberg2018-04-271-2/+2
* [rebootcontrol] Fix NO_SUCH_INSTANCE handlingSimon Rettberg2018-04-251-3/+6
* [inc/Taskmanager] isTask() Only query if taskId is givenSimon Rettberg2018-04-251-3/+7
* [inc/Taskmanagercallback] Fix function callSimon Rettberg2018-04-201-2/+2
* [inc/User] Activate module locations before accessSimon Rettberg2018-04-161-2/+6
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-132-25/+42
* [permissionmanager] Introduce dedicated "permission denied" pageSimon Rettberg2018-03-291-4/+13
* [inc/Trigger] mount(): Set mount options to null if not givenSimon Rettberg2018-03-291-0/+2
* [inc/User] Make userid type int to fix string comparesSimon Rettberg2018-03-291-0/+1
* [inc/Util] readableFileSize: Remove superfluous round()Simon Rettberg2018-03-211-1/+1
* [inc/Util] readableFileSize: Use thin space, determine decimals after divisionSimon Rettberg2018-03-211-5/+9
* [vmstore] Add fields to specify mount optionsSimon Rettberg2018-03-212-1/+9
* [inc/*] Suppress warning, don't close statementsSimon Rettberg2018-03-212-2/+2
* [inc/Dictionary] Hide languages that are missing flag.png AND name.txtSimon Rettberg2018-03-151-0/+4
* [inc/Util] Print profiling info to error_log on redirectSimon Rettberg2018-03-051-0/+7
* [inc/TaskmanagerCallback] More details on error loggingSimon Rettberg2018-03-051-1/+1
* [inc/Event] Don't try to add callback for invalid tasksSimon Rettberg2018-03-051-0/+2
* [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