aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Acl.php
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-3/+4
|
* Revert "some work on bringing bang tags back for forums"Mario2023-03-031-8/+4
| | | | This reverts commit da034045cc1bba74287b7c3e83f4a94ff5359150.
* some work on bringing bang tags back for forumsMario2023-03-021-4/+8
|
* fix more hubloc confusion, implement hq widget author filter and some ↵Mario2023-02-091-0/+1
| | | | autocomplete fixes
* rename variable and warning fixesMario2022-11-031-1/+1
|
* fix php warningsMario2022-10-121-1/+1
|
* fix random php warningsMario2022-09-071-7/+7
|
* merge branch perms_ng into devMario2021-12-151-4/+4
|
* more deprecate legacy zotMario2021-06-281-1/+1
|
* New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-171-2/+2
| | | | messages and starred messages if the feature is enabled
* remove dir_fns includesMario2021-05-271-1/+0
|
* more libzotdirMario2021-01-111-62/+64
| | | (cherry picked from commit e339e897ff7f856cf5b352f7754f3d1eea240ddb)
* Deduplicate contacts list on autocompleteMax Kostikov2020-12-291-21/+32
|
* fix typoMario2020-01-211-1/+1
|
* move mail frontend to addons and remove mail app from system appsMario2020-01-181-1/+2
|
* fix typoMario2019-03-231-1/+1
|
* wrong varMario Vavti2018-10-241-1/+1
|
* autocomplete performance: this slightly changes the editor contact ↵Mario Vavti2018-10-241-4/+5
| | | | autocomplete behaviour. queries using *like* with a prepended % to the query string do not make use of indices. this is no big issue when we query abook but can get really slow when xchan table is involved. this commit changes the xchan table only queries to use the *str%* format. this means that the result set for channels we are not connected with will change in a way that xchan_name and xchan_addr will bematched only from the beginning of the name or address. this commit also changes textcomplete to only start the query after the 3rd character. the result set between 2 and 3 characters is mostly very different and only from 3 chars on there is a high possibility the channel we look for is already in the result.
* Update Acl.phpMax Kostikov2018-09-281-7/+7
|
* disable log noise until it is neededzotlabs2018-06-251-1/+1
|
* autocomplete private mail addresses based on substring in either the name or ↵zotlabs2018-05-301-2/+1
| | | | webbie (prevously required an '@' to trigger a webbie search)
* work through a few more autocomplete minor nitszotlabs2018-04-261-7/+6
|
* fine tuningzotlabs2018-04-251-1/+1
|
* some tagging workzotlabs2018-04-251-9/+9
|
* make tag autocomplete less scary looking in the editor. If this works out we ↵zotlabs2018-04-241-2/+2
| | | | can simplify and get rid of a huge amount of spaghetti tag logic.
* 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
|\|