| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add tests using PHPUnit | Simon Rettberg | 2025-12-12 | 2 | -1/+6 |
| * | [locations] Cleanup Location class | Simon Rettberg | 2025-07-07 | 2 | -38/+31 |
| * | Add audit logging of POST actions | Simon Rettberg | 2025-05-22 | 1 | -8/+4 |
| * | Use http_response_code() instead of header(), add a few missing repsonse codes | Simon Rettberg | 2025-05-09 | 1 | -0/+1 |
| * | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 5 | -47/+48 |
| * | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -8/+6 |
| * | [minilinux] Make title db columns longer | Simon Rettberg | 2023-07-17 | 1 | -1/+1 |
| * | [systemstatus] Show (estimate) of last time updates were installed | Simon Rettberg | 2023-07-04 | 1 | -2/+1 |
| * | [permissionmanager] Update default permissions | Simon Rettberg | 2023-06-13 | 1 | -7/+11 |
| * | [permissionmanager] Shorten permissionid to 100 chars | Simon Rettberg | 2022-07-06 | 1 | -1/+9 |
| * | [permissionmanager] Fix for PHP 8 | Simon Rettberg | 2022-03-09 | 1 | -1/+3 |
| * | Moderize Database handling | Simon Rettberg | 2021-05-11 | 2 | -6/+6 |
| * | [permissionmanager] Add remoteaccess to default roles | Steffen Ritter | 2021-04-21 | 1 | -0/+2 |
| * | [permissionmanager] Fix install always reporting UPDATE_DONE | Simon Rettberg | 2021-01-29 | 1 | -2/+4 |
| * | [permissionmanager] Properly reset builtin roles on upgrade | Simon Rettberg | 2020-02-24 | 1 | -0/+3 |
| * | [permissionmanager] Update translations | Simon Rettberg | 2020-01-14 | 2 | -0/+8 |
| * | [permissionmanager] Also disallow deleting builtin roles | Simon Rettberg | 2020-01-14 | 2 | -11/+19 |
| * | [permissionmanager] Make default roles "builtin" i.e. not modifiable | Simon Rettberg | 2020-01-09 | 7 | -27/+78 |
| * | Fix some typos (found by codespell) | Stefan Weil | 2019-12-14 | 1 | -1/+1 |
| * | [permissionmanager] Fix creating bogus negative cache entries | Simon Rettberg | 2019-11-05 | 1 | -12/+2 |
| * | [permissionmanager] Implement caching for permission checks | Simon Rettberg | 2019-08-01 | 1 | -12/+79 |
| * | Introduce JS helper for bootstrap confirm dialogs on button-submit | Simon Rettberg | 2019-03-25 | 1 | -28/+7 |
| * | Fix UUID handling; refactor constraints for machineuuid | Simon Rettberg | 2019-02-21 | 1 | -20/+10 |
| * | [permissionmanager] Improve comment | Simon Rettberg | 2018-05-07 | 1 | -1/+1 |
| * | [inc/Module] Overhaul dependency loading and handling of js/css | Simon Rettberg | 2018-04-13 | 1 | -3/+7 |
| * | [permissionmanager] Add role description field; install some default rules | Simon Rettberg | 2018-04-13 | 8 | -35/+156 |
| * | [permissionmanager] Preselect all locations when adding new role | Simon Rettberg | 2018-04-13 | 1 | -1/+1 |
| * | [permissionmanager] Introduce dedicated "permission denied" page | Simon Rettberg | 2018-03-29 | 5 | -3/+44 |
| * | [permissionmanager] fixed tree issue with deselecting parent-permissions (Tic...permission-manager | Christian Hofmaier | 2018-03-27 | 1 | -0/+9 |
| * | [permissionmanager] PermissionDbUpdate::saveRole(): handle empty lists | Simon Rettberg | 2018-03-05 | 1 | -8/+12 |
| * | [adduser] Support setting user's roles on add/edit | Simon Rettberg | 2018-02-23 | 2 | -5/+46 |
| * | [permissionmanager] Ensure uniqueness in role_x_location table, consistent ta... | Simon Rettberg | 2018-02-20 | 4 | -27/+47 |
| * | [permissionmanager] Fix location table display | Simon Rettberg | 2018-02-20 | 1 | -1/+1 |
| * | [permissionmanager] Implement permissions: | Simon Rettberg | 2018-02-19 | 14 | -49/+153 |
| * | [permissionmanager] Force lowercase permissions, handle locId 0 properly | Simon Rettberg | 2018-02-16 | 2 | -3/+14 |
| * | [permissionmanager] Fix: False positive for perm validity check | Simon Rettberg | 2018-02-14 | 1 | -0/+2 |
| * | [permissionmanager] Apply formatting | Simon Rettberg | 2018-02-14 | 4 | -52/+60 |
| * | [permissionmanager] Speed up queries for saving roles and assignments | Simon Rettberg | 2018-02-14 | 1 | -12/+18 |
| * | [permissionmanager] Slightly more efficient queries, wildcard support, debug ... | Simon Rettberg | 2018-02-13 | 2 | -38/+142 |
| * | [permissionmanager] Add global translation plugin | Simon Rettberg | 2018-02-13 | 1 | -0/+38 |
| * | [permissionmanager] GetPermissionData: Fix code style, simplify getRoles() | Simon Rettberg | 2018-02-12 | 1 | -18/+15 |
| * | [permissionmanager] getPermissions(): Only consider permissions for active mo... | Simon Rettberg | 2018-02-12 | 1 | -5/+14 |
| * | [permissionmanager] Tweak style, fix role filtering (and make it AND), minor ... | Simon Rettberg | 2018-02-12 | 15 | -276/+184 |
| * | [permissionmanager] Introduce "location-aware" flag for permissions | Simon Rettberg | 2018-02-12 | 6 | -63/+62 |
| * | [permissionmanager] Sanitize language tag names | Simon Rettberg | 2018-01-11 | 8 | -44/+44 |
| * | [permissionmanager] bugfix + added locationid 0 to the getAllowedLocations | Udo Walter | 2017-12-27 | 1 | -9/+9 |
| * | [permissionmanager] removed openRoleEdior function; | Udo Walter | 2017-12-21 | 13 | -102/+233 |
| * | [permissionmanager] fixed small bug | Udo Walter | 2017-12-19 | 1 | -4/+3 |
| * | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -1/+0 |
| * | [permissionmanager] removed alert from roleeditor | Udo Walter | 2017-12-14 | 2 | -1/+6 |