aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Permcat.php
Commit message (Collapse)AuthorAgeFilesLines
* fix docMario2022-01-231-1/+1
|
* make sure that if an existing contact role changes we will re-assign the ↵Mario2022-01-231-32/+31
| | | | permissions to all role members and cleanup
* merge branch perms_ng into devMario2021-12-151-14/+116
|
* :bulb: Add source documentation from recent conversations.Klaus Weidenbach2018-01-051-19/+59
| | | | | | There have been some conversations in the last weeks which explained several parts of the code, so add it to the source code documentation. Also some other small source code documentation improvements.
* more permissions optimisationszotlabs2017-02-091-12/+40
|
* bringer - all basic functionality is implementedzotlabs2017-02-081-6/+16
|
* fix immediate issue with multiple login forms until I can figure out an ↵zotlabs2017-02-081-7/+1
| | | | elegant way to "popup" the modal login form already on the page. We still may need this fix for the actual login module which should always be callable and present a login form even if the nav is completely borked.
* initial permcat creation ability, in /settings/permcats; functional permcat ↵zotlabs2017-02-071-1/+2
| | | | creation for testing but still needs a lot of UX work before promoting the ability
* atokens - we only need one permission columnzotlabs2017-02-071-4/+7
|
* move permcat initialisation to zlibzotlabs2017-02-071-1/+48
|
* move permcat library functions to Zlibzotlabs2017-02-071-0/+63