Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | This is supposed to prevent unneeded js/css from being pulled in | ||||
* | [permissionmanager] Add role description field; install some default rules | Simon Rettberg | 2018-04-13 | 8 | -35/+156 |
| | | | | Closes #3356 | ||||
* | [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 |
| | | | | Closes #3350 | ||||
* | [permissionmanager] fixed tree issue with deselecting parent-permissions ↵permission-manager | Christian Hofmaier | 2018-03-27 | 1 | -0/+9 |
| | | | | (Ticket: #3327) | ||||
* | [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 ↵ | Simon Rettberg | 2018-02-20 | 4 | -27/+47 |
| | | | | table naming, drop unused id field | ||||
* | [permissionmanager] Fix location table display | Simon Rettberg | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | [permissionmanager] Implement permissions: | Simon Rettberg | 2018-02-19 | 14 | -49/+153 |
| | | | | | | | 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) | ||||
* | [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 |
| | | | | mode, comments | ||||
* | [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 ↵ | Simon Rettberg | 2018-02-12 | 1 | -5/+14 |
| | | | | modules | ||||
* | [permissionmanager] Tweak style, fix role filtering (and make it AND), minor ↵ | Simon Rettberg | 2018-02-12 | 15 | -276/+184 |
| | | | | cleanups | ||||
* | [permissionmanager] Introduce "location-aware" flag for permissions | Simon Rettberg | 2018-02-12 | 6 | -63/+62 |
| | | | | | | | | | | This flag tells wether the permission can be restricted to certain locations in a meaningful way. This flag has to be set in the permissions.json of the according module. For example, the permission to reboot the server cannot be limited to certain locations in a meaningful way, while the view of the client log can be filtered to only show log entries for clients in specific locations. | ||||
* | [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 |
| | | | | result array if the user has locationid 0 for this permission | ||||
* | [permissionmanager] removed openRoleEdior function; | Udo Walter | 2017-12-21 | 13 | -102/+233 |
| | | | | | | | | changed searchFieldFunction() to use jQuery; fixed checkboxes in roleeditor not selecting on a click on the label; added selected row highlighting; disabled buttons if there are no users/roles selected; made role badges in user/location tables clickable; added phpdoc comments to most php functions; | ||||
* | [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 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | [permissionmanager] removed alert from roleeditor | Udo Walter | 2017-12-14 | 2 | -1/+6 |
| | |||||
* | [permissionmanager] added support for localized permission descriptions; | Udo Walter | 2017-12-07 | 5 | -8/+22 |
| | | | | | moved add/delete buttons to the right; items in the user and locations table can now be selected by clicking anywhere in the table row; | ||||
* | [permissionmanager] new permission and location chooser in roleeditor | Udo Walter | 2017-11-30 | 9 | -228/+209 |
| | |||||
* | [permissionmanager] fixed bug: role without locations was shown as role with ↵ | Udo Walter | 2017-11-21 | 2 | -7/+4 |
| | | | | all locations; | ||||
* | [permissionmanager] added key relationships to install script; | Udo Walter | 2017-11-21 | 12 | -148/+173 |
| | | | | | changed nested php for loops to sql code; standardized sql column naming; small bugfixes; | ||||
* | [locations] implemented new permission system | Udo Walter | 2017-10-03 | 1 | -1/+1 |
| | |||||
* | [baseconfig][baseconfig_partitions_cdn][eventlog][minilinux][permissionmanag ↵ | Christian Hofmaier | 2017-09-29 | 6 | -30/+41 |
| | | | | er][rebootcontrol][statisics_reporting][syslog] fixed inconsistencies | ||||
* | [js_stupidtable] changed one-line code to formatted code; | Udo Walter | 2017-05-15 | 4 | -18/+5 |
| | | | | modified to show sorting arrows on columns and different mouse cursor on hover | ||||
* | [permissionmanager] another small bugfix | Udo Walter | 2017-04-25 | 1 | -3/+4 |
| | |||||
* | [permissionmanager] bugfix | Udo Walter | 2017-04-25 | 1 | -3/+6 |
| | |||||
* | [permissionmanager] added possibility to get a list of allowed locations for ↵ | Udo Walter | 2017-04-25 | 6 | -72/+107 |
| | | | | a given permission + bugfixes | ||||
* | [permissionmanager] changed description to tooltips | Udo Walter | 2017-04-10 | 3 | -4/+13 |
| | |||||
* | [permission-manager] moved multiple code, added text-search to rolesTable | Christian Hofmaier | 2017-04-10 | 7 | -111/+84 |
| | |||||
* | [permission-manager] added permission check functionality + bugfixes | Udo Walter | 2017-04-10 | 4 | -13/+48 |
| | |||||
* | Merge branch 'permission-manager' of git.openslx.org:openslx-ng/slx-admin ↵ | Christian Hofmaier | 2017-04-07 | 1 | -18/+2 |
|\ | | | | | | | into permission-manager | ||||
| * | [permission-manager] removed unused code | Udo Walter | 2017-04-07 | 1 | -18/+2 |
| | | |||||
* | | [permission-manager] corrected wrong indentation for much better readability | Christian Hofmaier | 2017-04-07 | 2 | -57/+57 |
|/ | |||||
* | [permission-manager] filter for roles in user and location table, changed ↵ | Christian Hofmaier | 2017-04-07 | 6 | -60/+193 |
| | | | | structure of role-spans in both tables | ||||
* | [permission-manager] renamed some files, moved html generation to templates, | Udo Walter | 2017-04-07 | 13 | -111/+136 |
| | | | | using bind variables in mysql code, changed order of modules in role editor | ||||
* | [permission-manager] added possibility to select all permissions | Udo Walter | 2017-03-31 | 5 | -14/+33 |
| | |||||
* | [permission-manager] fixed hardcoded strings | Udo Walter | 2017-03-29 | 3 | -8/+18 |
| | |||||
* | [permission-manager] first fill of location table | Christian Hofmaier | 2017-03-29 | 3 | -3/+41 |
| |