aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Acl.php
Commit message (Collapse)AuthorAgeFilesLines
* util/pconfig - don't enumerate empty arrays, mod_acl - add more commentszotlabs2017-02-131-8/+22
|
* Create virtual privacy groups for private profile member listszotlabs2017-02-121-1/+18
|
* missing protect_sprintf which is the source of issue #642 - if a mention ↵zotlabs2017-01-121-2/+2
| | | | search contains % it will result in an SQL vsprintf error
* full revert, that wasn't working at all. Not sure why.zotlabs2016-10-211-3/+1
|
* partial revertzotlabs2016-10-211-3/+2
|
* fine tune the navbar people autocomplete, as the check for minimum length ↵zotlabs2016-10-211-1/+4
| | | | wasn't taking into consideration the initial tag character, and one char search provides way too many results. The autocomplete cache doesn't search again but just searches through its cache. This means as you type more chars, if the answer wasn't included in the very first search (one char), it won't be returned. This may need further tweaking as the network grows.
* start removing db backticksredmatrix2016-10-031-3/+3
|
* fix issue #517Mario Vavti2016-09-191-1/+1
|
* issue #496redmatrix2016-08-211-1/+2
|
* Merge branch 'dev' into permsredmatrix2016-07-201-1/+2
|\
| * type m query in Acl.php should probably^Ceturn xchan_hash as hash and not as ↵Mario Vavti2016-07-201-1/+1
| | | | | | | | id. This fixes the issue that autocomplete for mail returns null for data.xid
* | Merge branch 'dev' into permsredmatrix2016-07-171-1/+28
|\|
| * make the xchan_hash for the access token location independentredmatrix2016-07-141-4/+6
| |
| * add zat to aclredmatrix2016-07-141-1/+26
| |
* | lots more permission workredmatrix2016-07-131-18/+41
| |
* | Merge branch 'dev' into permsredmatrix2016-07-131-25/+59
|\|
| * document mod_acl a bit better and try to remove some redundancies and ↵redmatrix2016-07-131-25/+59
| | | | | | | | consolidate the various options
* | more work on permsredmatrix2016-07-121-6/+6
|/
* foreach: invalid argumentredmatrix2016-06-091-13/+15
|
* more db column renamesredmatrix2016-05-311-4/+4
|
* turn the oft-repeated block_public ... check into a function ↵redmatrix2016-05-221-1/+1
| | | | observer_prohibited()
* module updatesredmatrix2016-04-181-0/+314