aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Viewconnections.php
Commit message (Collapse)AuthorAgeFilesLines
* fix various issuesMario2022-10-211-3/+3
|
* do not show blocked or ignored contacts in connectionsMario2022-01-041-22/+22
|
* display complete perminfo only to ownerMario2020-05-041-4/+2
|
* Add space after comma in connection accepted interactions listMax Kostikov2019-11-221-2/+2
|
* More descriptive connection status iconsM. Dent2019-11-221-0/+24
|
* use urlencodeMario Vavti2019-03-181-1/+1
|
* ENT_COMPAT will only take care of double-quotes. Use double-quotes here to ↵Mario Vavti2019-03-181-1/+1
| | | | prevent XSS
* escape query stringMario Vavti2018-06-071-1/+1
|
* do not overwrite abook flags if we are not ownerMario Vavti2018-02-251-1/+1
|
* mark connections where we do not have post_comments permissions with an no ↵Mario Vavti2018-02-241-1/+7
| | | | entry sign.
* more places to use chanlink_hash() instead of chanlink_url() for profile_linkMario Vavti2017-02-231-1/+1
|
* readabilityredmatrix2016-06-281-1/+4
|
* remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵redmatrix2016-06-261-1/+1
| | | | which should fix issue #431
* turn the oft-repeated block_public ... check into a function ↵redmatrix2016-05-221-2/+2
| | | | observer_prohibited()
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-3/+1
| | | | (connections.php)
* consolidate include/*_selectors.php (not touching acl_selectors for the ↵redmatrix2016-05-201-1/+2
| | | | moment, as it will likely end up with a different disposition)
* module updatesredmatrix2016-04-181-0/+117