aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Connections.php
Commit message (Collapse)AuthorAgeFilesLines
* add backend support for connections orderingMario Vavti2019-03-271-2/+16
|
* 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
* Update Connections.phpMax Kostikov2018-09-281-1/+1
|
* move connection filtering setting from network to connections, provide a ↵Mario Vavti2018-09-201-9/+12
| | | | link to settings in the navbar if present for a module and some code optimisation
* escape query stringMario Vavti2018-06-071-1/+1
|
* small work on connections pagemrjive2018-03-131-10/+32
|
* remove mobile_detect (outdated and unmaintainable)zotlabs2018-02-051-1/+1
|
* feed untranslated appnames to nav_set_selected() and query for the active ↵Mario Vavti2017-10-091-1/+1
| | | | app directly to get app details
* more nav_set_selected appsgit-marijus2017-07-211-3/+2
|
* minor usability enhancements with the connections list - label the edit icon ↵zotlabs2017-06-251-0/+1
| | | | so it's more obvious; the intuitive action is to click the photo or name which isn't what we usually want. Also move the Delete button over just a bit more so it's harder to accidentally click on small screens with big thumbs.
* auto inline embed ostatus image attachmentszotlabs2017-06-091-1/+1
|
* put unreachable federated connections in the archived tab of the connections ↵zotlabs2017-06-081-4/+4
| | | | list page
* indicate on connections page if a federated connection from another network ↵zotlabs2017-06-081-2/+3
| | | | is unavailable from the current location
* remove include/widgets.phpzotlabs2017-03-161-4/+0
|
* more places to use chanlink_hash() instead of chanlink_url() for profile_linkMario Vavti2017-02-231-1/+1
|
* provide call button on connections list if mobile|tablet and a phone number ↵zotlabs2016-12-201-1/+11
| | | | exists
* abook_vcard cleanupzotlabs2016-12-201-1/+1
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* consolidate include/*_selectors.php (not touching acl_selectors for the ↵redmatrix2016-05-201-1/+1
| | | | moment, as it will likely end up with a different disposition)
* module updatesredmatrix2016-04-181-0/+324