summaryrefslogtreecommitdiffstats
path: root/inc/user.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [inc/User] Fix access to Page if class is not loadedSimon Rettberg2018-08-071-2/+9
|
* [inc/User] Activate module locations before accessSimon Rettberg2018-04-161-2/+6
|
* [permissionmanager] Introduce dedicated "permission denied" pageSimon Rettberg2018-03-291-4/+13
| | | | Closes #3350
* [inc/User] Make userid type int to fix string comparesSimon Rettberg2018-03-291-0/+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
|
* Permissions: Introduce helper functions for common tasksSimon Rettberg2018-02-091-2/+27
| | | | | | | assertPermission ensures the user has a given permission and halts execution otherwise. addGlobalTags is a helper to fill an array for the rendering process with tags associated with (missing) permissions.
* [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
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-1/+1
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* [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
|
* [permissionmanager] added possibility to get a list of allowed locations for ↵Udo Walter2017-04-251-4/+13
| | | | a given permission + bugfixes
* [permissionmanager] changed description to tooltipsUdo Walter2017-04-101-1/+7
|
* [session] Add simple "change password" GUISimon Rettberg2016-09-081-0/+17
|
* [usermanagement] Merge changes from 'gitlab.c3sl.ufpr.br/cdn/slx-admin.git'Simon Rettberg2016-05-191-15/+0Star
|
* Fix CSRF token checking; improve token/sid generationSimon Rettberg2016-05-191-2/+10
|
* MORE WMORKSimon Rettberg2016-05-181-1/+1
|
* [merge] merging c3sl / fr - initial commitJonathan Bauer2016-04-011-0/+23
|
* Big load of changesSimon Rettberg2014-10-091-9/+32
| | | | | | | | | | | - Added callback functionality for taskmanager tasks. You can launch a task and define a callback function to be run when the task finished. This requires activating the cronjob - Added cron functionality: Add cronjob that calls the cron api every 5 minutes to use it. (See cron.inc.php) - Added eventlog - Added missing translations - Merged main-menu-login and main-menu-logout
* OO style modulesSimon Rettberg2014-05-191-1/+4
|
* Comments, minor refactoring, possiblity to validate configuration parametersSimon Rettberg2013-10-311-1/+1
|
* First version of basic minilinux configurationSimon Rettberg2013-10-291-0/+6
|
* DB-Support, add user functionalitySimon Rettberg2013-10-281-11/+14
|
* Day 3Simon Rettberg2013-10-171-18/+8Star
|
* New stuffSimon Rettberg2013-10-161-0/+59