aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Access/PermissionLimits.php
Commit message (Collapse)AuthorAgeFilesLines
* merge branch perms_ng into devMario2021-12-151-1/+1
|
* get devHilmar R2021-03-011-7/+8
|
* merge Zotlabs/Access/PermissionLimits.php from devMario Vavti2018-10-291-1/+1
|
* Merge branch 'dev' into 3.4RCMario Vavti2018-04-231-3/+3
|\
| * anonymous comments shouldn't be allowed in StdLimitszotlabs2018-04-201-3/+1
| |
| * This fix needs to go deeper in the code. PermissionLimits::Get is called in ↵zotlabs2018-04-191-3/+3
| | | | | | | | a lot of places. If we have no stored setting for a particular permission, return 0 - which is basically no permission except to self.
* | Update PermissionLimits.phpMike Macgirvin2018-04-221-4/+2
|/ | | anon comment permissions fix
* hubzilla issue #972 - provide system toggle to allow/disallow anonymous commentszotlabs2018-02-111-1/+3
|
* :bulb: Add source documentation from recent conversations.Klaus Weidenbach2018-01-051-14/+69
| | | | | | 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.
* allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-181-1/+1
|
* revise how we store perm_limitsredmatrix2016-07-071-31/+8
|
* start to refactor the permission rolesredmatrix2016-07-041-0/+13
|
* more heavy lifting on xtensible permsredmatrix2016-07-041-2/+2
|
* make permissionlimits into a classredmatrix2016-07-031-0/+46