aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Access/Permissions.php
Commit message (Collapse)AuthorAgeFilesLines
* merge branch perms_ng into devMario2021-12-151-18/+19
|
* update stringsMario2021-09-061-2/+2
|
* get devHilmar R2021-03-011-44/+45
|
* port Lib/Connect and Module/Follow from zap. Connect with new connections ↵Mario2020-01-261-1/+12
| | | | via zot6
* String change to reflect the current forum tagging methodzotlabs2018-06-281-1/+1
|
* :ok_hand: Fix a PHP warning in Permissions::FilledPerms().Klaus Weidenbach2017-11-101-0/+1
| | | | | When NULL is passed as parameter there is a PHP warning when testing against it in the function in_array().
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-12/+21
| | | | | Fix some Doxygen parsing errors. Improve hooks documentation.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-221-52/+106
|\
| * :construction_worker::white_check_mark: Documentation Permissions.php.Klaus Weidenbach2017-05-171-52/+106
| | | | | | | | | | Also add some phpunit tests for this class, but there are some problems yet with mocking static functions.
* | remove some obsolete permissions stuffzotlabs2017-04-021-0/+1
|/
* more permissions optimisationszotlabs2017-02-091-0/+4
|
* more work on permcats and consolidating calls that try to discover connect ↵zotlabs2017-02-091-2/+73
| | | | permissions, also create lowlevel store functions for abook and profile - since these currently may have issues with sql strict mode.
* more background work for permcat supportzotlabs2017-02-071-0/+12
|
* tested extensible permissions by adding wiki permissions. Discovered a ↵zotlabs2017-02-011-1/+3
| | | | couple of issues that needed attention in the process.
* Deleted old versions that have been integrated. Integrated and slightly ↵Andrew Manning2017-01-011-1/+1
| | | | revised Comanche doco.
* trim iv in STD_encapsulatezotlabs2016-12-011-0/+1
|
* versioning for permission additions to ensure we're using the same set of fileszotlabs2016-12-011-0/+6
|
* extensible perms: the really, really hard part - figuring out what to do ↵zotlabs2016-12-011-0/+9
| | | | about people with custom permissions so as to set sane defaults.
* more perms work (a lot more)redmatrix2016-07-181-0/+42
|
* more permissions workredmatrix2016-07-091-16/+16
|
* more work on permissionsredmatrix2016-07-051-19/+26
|
* more heavy lifting on extensible permsredmatrix2016-07-041-0/+14
|
* minorredmatrix2016-07-041-1/+1
|
* added permissionrolesredmatrix2016-06-271-30/+2
|
* initial perms workredmatrix2016-06-091-0/+81