Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [inc/User] Activate module locations before access | Simon Rettberg | 2018-04-16 | 1 | -2/+6 |
| | |||||
* | [permissionmanager] Introduce dedicated "permission denied" page | Simon Rettberg | 2018-03-29 | 1 | -4/+13 |
| | | | | Closes #3350 | ||||
* | [inc/User] Make userid type int to fix string compares | Simon Rettberg | 2018-03-29 | 1 | -0/+1 |
| | |||||
* | [inc/User] assertPermission(): Don't redirect if it's an ajax call | Simon Rettberg | 2018-02-16 | 1 | -0/+4 |
| | |||||
* | [inc/User] getAllowedLocations(): Support cross-module checking | Simon Rettberg | 2018-02-15 | 1 | -2/+6 |
| | |||||
* | Permissions: Introduce helper functions for common tasks | Simon Rettberg | 2018-02-09 | 1 | -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 mode | Simon Rettberg | 2018-02-08 | 1 | -2/+5 |
| | |||||
* | [inc/User] Removed unecessary logging line | Steffen Ritter | 2018-01-11 | 1 | -1/+0 |
| | |||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -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 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 |
| | |||||
* | [permissionmanager] added possibility to get a list of allowed locations for ↵ | Udo Walter | 2017-04-25 | 1 | -4/+13 |
| | | | | a given permission + bugfixes | ||||
* | [permissionmanager] changed description to tooltips | Udo Walter | 2017-04-10 | 1 | -1/+7 |
| | |||||
* | [session] Add simple "change password" GUI | Simon Rettberg | 2016-09-08 | 1 | -0/+17 |
| | |||||
* | [usermanagement] Merge changes from 'gitlab.c3sl.ufpr.br/cdn/slx-admin.git' | Simon Rettberg | 2016-05-19 | 1 | -15/+0 |
| | |||||
* | Fix CSRF token checking; improve token/sid generation | Simon Rettberg | 2016-05-19 | 1 | -2/+10 |
| | |||||
* | MORE WMORK | Simon Rettberg | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | [merge] merging c3sl / fr - initial commit | Jonathan Bauer | 2016-04-01 | 1 | -0/+23 |
| | |||||
* | Big load of changes | Simon Rettberg | 2014-10-09 | 1 | -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 modules | Simon Rettberg | 2014-05-19 | 1 | -1/+4 |
| | |||||
* | Comments, minor refactoring, possiblity to validate configuration parameters | Simon Rettberg | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | First version of basic minilinux configuration | Simon Rettberg | 2013-10-29 | 1 | -0/+6 |
| | |||||
* | DB-Support, add user functionality | Simon Rettberg | 2013-10-28 | 1 | -11/+14 |
| | |||||
* | Day 3 | Simon Rettberg | 2013-10-17 | 1 | -18/+8 |
| | |||||
* | New stuff | Simon Rettberg | 2013-10-16 | 1 | -0/+59 |