aboutsummaryrefslogtreecommitdiffstats
path: root/include/connections.php
Commit message (Collapse)AuthorAgeFilesLines
* unify code for selecting deliverable abook xchansMario2023-07-011-0/+29
|
* update remove_all_xchan_resources() and remove deletion of deprecated conv tableMario Vavti2023-04-131-27/+27
|
* fix more php warningsMario Vavti2022-11-021-1/+1
|
* missing field in queryMario2022-10-261-1/+1
|
* fix php warningsMario Vavti2022-10-261-1/+1
|
* drop_item() requires the item id not the item arrayMario2022-01-191-2/+3
|
* guest token xchan_network = "token" and remove permission checks since the ↵Mario2021-12-181-1/+1
| | | | guest tokens are now added to the abook automatically
* implement background deleting of items in contact_remove()Mario2021-12-171-45/+58
|
* access token refactorMario2021-12-171-0/+13
|
* merge branch perms_ng into devMario2021-12-151-1/+2
|
* fix blured profile images and pdl filesMario Vavti2021-12-031-1/+1
|
* make sure to return if we have no xchan hereMario2021-10-031-0/+3
|
* more legacy mail cleanup - issue #1595Mario2021-08-171-15/+2
|
* remove most legacy zot quirksMario2021-05-261-1/+1
|
* get devHilmar R2021-03-011-2/+2
|
* fix no channel_id provided for contact_remove() in reply_purge(). fix wrong ↵Mario2021-01-031-1/+1
| | | | notifier command
* random_profile: return zot6 entriesMario Vavti2020-12-291-1/+1
|
* merge branch files_ng into devMario2020-12-141-20/+21
|
* remove source entries for removed contactsMario2020-10-091-2/+7
|
* changelog and use dbq() where apropriate in z6trans_connections()Mario2020-09-221-4/+4
|
* transition connections to zot6 if their site has been updatedMario2020-04-011-0/+64
|
* Clarify private mail deletion policy. Related to issue #1391.zotlabs2019-08-311-0/+5
|
* removing items from ex-connections turns out to be more complicated than ↵zotlabs2019-05-031-3/+13
| | | | originally envisioned
* fix item queryzotlabs2019-05-021-1/+1
|
* when removed items for unfriended connections, check if the parent has been ↵zotlabs2019-05-021-3/+20
| | | | retained, not just the item
* Update connections.phpMax Kostikov2018-09-271-2/+2
|
* fix sql errorMario Vavti2018-07-261-1/+1
|
* 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
| | | | that are starred, filed, or that you replied to.
* activitypub xchans do not have an xchan_addr. use xchan_url for the follow ↵Mario Vavti2018-04-301-1/+1
| | | | button if we do not find an xchan_addr
* 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 ↵zotlabs2017-10-291-1/+1
| | | | signal ratio
* 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
| | | | | | | | sys channels by xchan.xchan_system instead of xchan_addr != sys@%
* | provide hook when deleting a connection - we need this to clean up dangling ↵zotlabs2017-06-071-0/+5
| | | | | | | | PuSH subscriptions
* | 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 ↵zotlabs2017-02-091-0/+32
| | | | permissions, also create lowlevel store functions for abook and profile - since these currently may have issues with sql strict mode.
* 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
| | | | really subtle issues which don't always leave an audit trail. Similar to dbfail.out, the file btlogger.out (if it exists and is write-able) will only log these unusual situations with backtraces so we can find the culprits.