| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
There was unfinished code to disable the save button if there are no
actions allowed to perform in the location detail box, which is now
working. Also make the text inputs readonly instead of diabled if we're
not allowed to edit them, so copy & paste still works.
|
|
|
|
|
|
|
| |
Permissinmanager is now protected by permissions.
In order to prevent complete lockout, the user with
userid == 1 will always be able to edit and assign permissions.
(TODO: Communicate this somehow)
|
| |
|
|
|
|
| |
also hide warnings on the main page from modules the user has no access to
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|