aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Viewconnections.php
Commit message (Collapse)AuthorAgeFilesLines
* use urlencodeMario Vavti2019-03-181-1/+1
| | | (cherry picked from commit 2ec3e4a912777501f232d6255fe8ba5d0c147eee)
* ENT_COMPAT will only take care of double-quotes. Use double-quotes here to ↵Mario Vavti2019-03-181-1/+1
| | | | | prevent XSS (cherry picked from commit a086745ec021add5638a0527d4e8e14835591e93)
* escape query stringMario Vavti2018-06-081-1/+1
| | | (cherry picked from commit b3928f3d2a7c4c77df5ceba6fc29cbfcbe067dff)
* 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