Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | work through a few more autocomplete minor nits | zotlabs | 2018-04-26 | 1 | -7/+6 |
| | |||||
* | fine tuning | zotlabs | 2018-04-25 | 1 | -1/+1 |
| | |||||
* | some tagging work | zotlabs | 2018-04-25 | 1 | -9/+9 |
| | |||||
* | make tag autocomplete less scary looking in the editor. If this works out we ↵ | zotlabs | 2018-04-24 | 1 | -2/+2 |
| | | | | can simplify and get rid of a huge amount of spaghetti tag logic. | ||||
* | extend AC | zotlabs | 2018-04-08 | 1 | -1/+1 |
| | |||||
* | hubzilla issue #1020 - PM using unicode domain for recipient. May require ↵ | zotlabs | 2018-03-30 | 1 | -1/+1 |
| | | | | further testing | ||||
* | more work with unicode usernames | zotlabs | 2018-03-14 | 1 | -3/+3 |
| | |||||
* | :bulb: Add source documentation from recent conversations. | Klaus Weidenbach | 2018-01-05 | 1 | -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 search | Mario Vavti | 2017-11-13 | 1 | -2/+9 |
| | |||||
* | wrong param | zotlabs | 2017-10-03 | 1 | -4/+4 |
| | |||||
* | urlencode hashes from mod_acl | zotlabs | 2017-10-03 | 1 | -2/+2 |
| | |||||
* | tagging changes - provides ability to mention a forum by using !forumname as ↵ | zotlabs | 2017-09-24 | 1 | -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 completions | zotlabs | 2017-09-17 | 1 | -3/+8 |
| | |||||
* | paths in xchan_addr no longer means RSS specifically but could be activitypub | zotlabs | 2017-09-03 | 1 | -1/+1 |
| | |||||
* | some issues with mod_display on very first anonymous page visit (prior to ↵ | zotlabs | 2017-08-30 | 1 | -1/+4 |
| | | | | any browser cookies being set) | ||||
* | issue with mentions and xchans with @ or / | zotlabs | 2017-08-30 | 1 | -3/+1 |
| | |||||
* | send directory realm_token for navbar autocomplete searches - if configured | zotlabs | 2017-05-10 | 1 | -1/+3 |
| | |||||
* | util/pconfig - don't enumerate empty arrays, mod_acl - add more comments | zotlabs | 2017-02-13 | 1 | -8/+22 |
| | |||||
* | Create virtual privacy groups for private profile member lists | zotlabs | 2017-02-12 | 1 | -1/+18 |
| | |||||
* | missing protect_sprintf which is the source of issue #642 - if a mention ↵ | zotlabs | 2017-01-12 | 1 | -2/+2 |
| | | | | search contains % it will result in an SQL vsprintf error | ||||
* | full revert, that wasn't working at all. Not sure why. | zotlabs | 2016-10-21 | 1 | -3/+1 |
| | |||||
* | partial revert | zotlabs | 2016-10-21 | 1 | -3/+2 |
| | |||||
* | fine tune the navbar people autocomplete, as the check for minimum length ↵ | zotlabs | 2016-10-21 | 1 | -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 backticks | redmatrix | 2016-10-03 | 1 | -3/+3 |
| | |||||
* | fix issue #517 | Mario Vavti | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | issue #496 | redmatrix | 2016-08-21 | 1 | -1/+2 |
| | |||||
* | Merge branch 'dev' into perms | redmatrix | 2016-07-20 | 1 | -1/+2 |
|\ | |||||
| * | type m query in Acl.php should probably^Ceturn xchan_hash as hash and not as ↵ | Mario Vavti | 2016-07-20 | 1 | -1/+1 |
| | | | | | | | | id. This fixes the issue that autocomplete for mail returns null for data.xid | ||||
* | | Merge branch 'dev' into perms | redmatrix | 2016-07-17 | 1 | -1/+28 |
|\| | |||||
| * | make the xchan_hash for the access token location independent | redmatrix | 2016-07-14 | 1 | -4/+6 |
| | | |||||
| * | add zat to acl | redmatrix | 2016-07-14 | 1 | -1/+26 |
| | | |||||
* | | lots more permission work | redmatrix | 2016-07-13 | 1 | -18/+41 |
| | | |||||
* | | Merge branch 'dev' into perms | redmatrix | 2016-07-13 | 1 | -25/+59 |
|\| | |||||
| * | document mod_acl a bit better and try to remove some redundancies and ↵ | redmatrix | 2016-07-13 | 1 | -25/+59 |
| | | | | | | | | consolidate the various options | ||||
* | | more work on perms | redmatrix | 2016-07-12 | 1 | -6/+6 |
|/ | |||||
* | foreach: invalid argument | redmatrix | 2016-06-09 | 1 | -13/+15 |
| | |||||
* | more db column renames | redmatrix | 2016-05-31 | 1 | -4/+4 |
| | |||||
* | turn the oft-repeated block_public ... check into a function ↵ | redmatrix | 2016-05-22 | 1 | -1/+1 |
| | | | | observer_prohibited() | ||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+314 |