aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Access/PermissionLimits.php
Commit message (Collapse)AuthorAgeFilesLines
* cleanupMario2021-01-181-7/+8
|
* 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.
* 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