aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Access/PermissionRoles.php
Commit message (Collapse)AuthorAgeFilesLines
* merge branch perms_ng into devMario2021-12-151-2/+77
|
* php8: fix warnings during install procedureMario2021-03-031-1/+1
| | | (cherry picked from commit 48bae9d4219735bc44f4ee72228d19d3e6b9efc9)
* cleanupMario2021-01-181-5/+5
|
* zap group compatibility - rewrites DMs and wall-to-wall posts to group pages ↵Zot2020-06-171-0/+4
| | | | as new posts authored by the group with an embedded reshare. This currently has known delivery issues due to zot/zot6 xchan confusion which are already slated for resolution in hz5. Specifically "sender is not owner/author" and missing abconfig permissions on the zot6 identity for a channel we're connected with over traditional zot.
* If somebody used hooks to create a new permission role, there was no ↵zotlabs2018-05-141-0/+2
| | | | mechanism to insert the new role into the dropdown list of roles at selection time.
* rename social - party to social - federation. Cleanup some of the ↵zotlabs2018-04-191-2/+2
| | | | documentation surrounding channels. This checkin contains translatable string changes.
* add the social "party" permission rolezotlabs2018-03-201-0/+19
|
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-56/+72
| | | | | Fix some Doxygen parsing errors. Improve hooks documentation.
* move permcat initialisation to zlibzotlabs2017-02-071-44/+0
|
* more background work for permcat supportzotlabs2017-02-071-5/+5
|
* tested extensible permissions by adding wiki permissions. Discovered a ↵zotlabs2017-02-011-15/+36
| | | | couple of issues that needed attention in the process.
* initial selections for extensible permission categories ("permcats")zotlabs2017-01-241-0/+42
|
* versioning for permission additions to ensure we're using the same set of fileszotlabs2016-12-011-0/+3
|
* extensible perms: the really, really hard part - figuring out what to do ↵zotlabs2016-12-011-0/+42
| | | | about people with custom permissions so as to set sane defaults.
* more work on permissionsredmatrix2016-07-051-32/+38
|
* start to refactor the permission rolesredmatrix2016-07-041-23/+162
|
* more heavy lifting on xtensible permsredmatrix2016-07-041-2/+2
|
* added permissionrolesredmatrix2016-06-271-0/+70