aboutsummaryrefslogtreecommitdiffstats
path: root/include/connections.php
Commit message (Expand)AuthorAgeFilesLines
* mangled urls on redirectszotlabs2018-07-181-1/+1
* slightly more memory efficient way to drop posts of removed connectionszotlabs2018-06-151-7/+8
* when removing a connection, use the same rules as expire: don't remove items ...zotlabs2018-05-311-2/+7
* activitypub xchans do not have an xchan_addr. use xchan_url for the follow bu...Mario Vavti2018-04-301-1/+1
* don't provide a connect button for transient identitieszotlabs2018-04-081-0/+6
* put vcard widget with author of top-level post on display pagezotlabs2018-03-271-1/+0
* add xchan_network = zot and xchan_deleted = 0 to the random_profile() queryMario Vavti2018-03-151-1/+4
* memory overflow trying to delete a connection with a very high noise to signa...zotlabs2017-10-291-1/+1
* fix issue #837 - w2w posts not removed in contact_remove()Mario Vavti2017-10-191-1/+2
* more zot6zotlabs2017-09-131-4/+11
* testing owazotlabs2017-09-071-1/+1
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-06-071-6/+6
|\
| * convert randprof to use chanlink_hash() instead of chanlink_url() and filter ...git-marijus2017-06-031-6/+6
* | provide hook when deleting a connection - we need this to clean up dangling P...zotlabs2017-06-071-0/+5
* | remove default for text/mediumtext sql fieldszotlabs2017-05-311-1/+1
* | disable oauth2 until I can get back to it - it's throwing typoszotlabs2017-05-101-1/+1
|/
* one file hadn't yet been saved when doing pull requestzotlabs2017-05-031-0/+1
* move some functions to more appropriate placeszotlabs2017-02-231-235/+9
* more work on permcats and consolidating calls that try to discover connect pe...zotlabs2017-02-091-0/+32
* js errors with raw message-id, string updateHubzilla2017-01-201-1/+2
* array pointer in wrong placezotlabs2017-01-151-1/+1
* more integration of vcard and profileszotlabs2017-01-151-1/+6
* provide separate logging (if configured) for btlogger which is used to catch ...zotlabs2016-12-211-0/+12
* provide call button on connections list if mobile|tablet and a phone number e...zotlabs2016-12-201-0/+30
* allow update of fn and initial setting from channel namezotlabs2016-12-201-0/+5
* progress on abook_vcardzotlabs2016-12-201-1/+2
* abook_vcard first commitzotlabs2016-12-201-0/+222
* more backquotes - this should take care of most except for the array import q...zotlabs2016-10-091-10/+10
* do not show hidden channels in /randprof issue #513Mario Vavti2016-09-151-1/+1
* This checkin should make all permission modes work correctly with atokens (th...redmatrix2016-08-011-0/+6
* another couple of minor perms fixesredmatrix2016-07-191-5/+5
* deprecate the item_id table - replace with iconfig. A possibly useful functio...redmatrix2016-06-131-2/+14
* block random_profile from accessing sys channelsredmatrix2016-06-071-1/+2
* require token signatures in zot_refresh, also move channel specific stuff int...redmatrix2016-05-241-21/+0
* code cleanupredmatrix2016-05-241-3/+1
* renamed include files identity.php (channel.php) and Contact.php (connections...redmatrix2016-05-221-0/+636