aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Acl.php
Commit message (Collapse)AuthorAgeFilesLines
* extend ACzotlabs2018-04-081-1/+1
|
* hubzilla issue #1020 - PM using unicode domain for recipient. May require ↵zotlabs2018-03-301-1/+1
| | | | further testing
* more work with unicode usernameszotlabs2018-03-141-3/+3
|
* :bulb: Add source documentation from recent conversations.Klaus Weidenbach2018-01-051-21/+22
| | | | | | 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.
* also filter atokens on acl searchMario Vavti2017-11-131-2/+9
|
* wrong paramzotlabs2017-10-031-4/+4
|
* urlencode hashes from mod_aclzotlabs2017-10-031-2/+2
|
* tagging changes - provides ability to mention a forum by using !forumname as ↵zotlabs2017-09-241-18/+21
| | | | well as the traditional red style (@forumname+). This should probably not be advertised on a wide scale until after a critical mass of sites have updated to a version containing these changes. This adds yet another option type to the ACL module which probably needs refactoring soon since it is turning into option type spaghetti.
* acl issue with some ActivityPub completionszotlabs2017-09-171-3/+8
|
* paths in xchan_addr no longer means RSS specifically but could be activitypubzotlabs2017-09-031-1/+1
|
* some issues with mod_display on very first anonymous page visit (prior to ↵zotlabs2017-08-301-1/+4
| | | | any browser cookies being set)
* issue with mentions and xchans with @ or /zotlabs2017-08-301-3/+1
|
* send directory realm_token for navbar autocomplete searches - if configuredzotlabs2017-05-101-1/+3
|
* 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