| Commit message (Expand) | Author | Age | Files | Lines |
* | mark_orphan_hubsxchans() check against zot6 | Mario | 2021-01-17 | 1 | -2/+2 |
* | fix no channel_id provided for contact_remove() in reply_purge(). fix wrong n... | Mario | 2021-01-03 | 1 | -1/+1 |
* | random_profile: return zot6 entries | Mario Vavti | 2020-12-29 | 1 | -1/+1 |
* | merge branch files_ng into dev | Mario | 2020-12-14 | 1 | -20/+21 |
* | remove source entries for removed contacts | Mario | 2020-10-09 | 1 | -2/+7 |
* | changelog and use dbq() where apropriate in z6trans_connections() | Mario | 2020-09-22 | 1 | -4/+4 |
* | transition connections to zot6 if their site has been updated | Mario | 2020-04-01 | 1 | -0/+64 |
* | Clarify private mail deletion policy. Related to issue #1391. | zotlabs | 2019-08-31 | 1 | -0/+5 |
* | removing items from ex-connections turns out to be more complicated than orig... | zotlabs | 2019-05-03 | 1 | -3/+13 |
* | fix item query | zotlabs | 2019-05-02 | 1 | -1/+1 |
* | when removed items for unfriended connections, check if the parent has been r... | zotlabs | 2019-05-02 | 1 | -3/+20 |
* | Update connections.php | Max Kostikov | 2018-09-27 | 1 | -2/+2 |
* | fix sql error | Mario Vavti | 2018-07-26 | 1 | -1/+1 |
* | mangled urls on redirects | zotlabs | 2018-07-18 | 1 | -1/+1 |
* | slightly more memory efficient way to drop posts of removed connections | zotlabs | 2018-06-15 | 1 | -7/+8 |
* | when removing a connection, use the same rules as expire: don't remove items ... | zotlabs | 2018-05-31 | 1 | -2/+7 |
* | activitypub xchans do not have an xchan_addr. use xchan_url for the follow bu... | Mario Vavti | 2018-04-30 | 1 | -1/+1 |
* | don't provide a connect button for transient identities | zotlabs | 2018-04-08 | 1 | -0/+6 |
* | put vcard widget with author of top-level post on display page | zotlabs | 2018-03-27 | 1 | -1/+0 |
* | add xchan_network = zot and xchan_deleted = 0 to the random_profile() query | Mario Vavti | 2018-03-15 | 1 | -1/+4 |
* | memory overflow trying to delete a connection with a very high noise to signa... | zotlabs | 2017-10-29 | 1 | -1/+1 |
* | fix issue #837 - w2w posts not removed in contact_remove() | Mario Vavti | 2017-10-19 | 1 | -1/+2 |
* | more zot6 | zotlabs | 2017-09-13 | 1 | -4/+11 |
* | testing owa | zotlabs | 2017-09-07 | 1 | -1/+1 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-06-07 | 1 | -6/+6 |
|\ |
|
| * | convert randprof to use chanlink_hash() instead of chanlink_url() and filter ... | git-marijus | 2017-06-03 | 1 | -6/+6 |
* | | provide hook when deleting a connection - we need this to clean up dangling P... | zotlabs | 2017-06-07 | 1 | -0/+5 |
* | | remove default for text/mediumtext sql fields | zotlabs | 2017-05-31 | 1 | -1/+1 |
* | | disable oauth2 until I can get back to it - it's throwing typos | zotlabs | 2017-05-10 | 1 | -1/+1 |
|/ |
|
* | one file hadn't yet been saved when doing pull request | zotlabs | 2017-05-03 | 1 | -0/+1 |
* | move some functions to more appropriate places | zotlabs | 2017-02-23 | 1 | -235/+9 |
* | more work on permcats and consolidating calls that try to discover connect pe... | zotlabs | 2017-02-09 | 1 | -0/+32 |
* | js errors with raw message-id, string update | Hubzilla | 2017-01-20 | 1 | -1/+2 |
* | array pointer in wrong place | zotlabs | 2017-01-15 | 1 | -1/+1 |
* | more integration of vcard and profiles | zotlabs | 2017-01-15 | 1 | -1/+6 |
* | provide separate logging (if configured) for btlogger which is used to catch ... | zotlabs | 2016-12-21 | 1 | -0/+12 |
* | provide call button on connections list if mobile|tablet and a phone number e... | zotlabs | 2016-12-20 | 1 | -0/+30 |
* | allow update of fn and initial setting from channel name | zotlabs | 2016-12-20 | 1 | -0/+5 |
* | progress on abook_vcard | zotlabs | 2016-12-20 | 1 | -1/+2 |
* | abook_vcard first commit | zotlabs | 2016-12-20 | 1 | -0/+222 |
* | more backquotes - this should take care of most except for the array import q... | zotlabs | 2016-10-09 | 1 | -10/+10 |
* | do not show hidden channels in /randprof issue #513 | Mario Vavti | 2016-09-15 | 1 | -1/+1 |
* | This checkin should make all permission modes work correctly with atokens (th... | redmatrix | 2016-08-01 | 1 | -0/+6 |
* | another couple of minor perms fixes | redmatrix | 2016-07-19 | 1 | -5/+5 |
* | deprecate the item_id table - replace with iconfig. A possibly useful functio... | redmatrix | 2016-06-13 | 1 | -2/+14 |
* | block random_profile from accessing sys channels | redmatrix | 2016-06-07 | 1 | -1/+2 |
* | require token signatures in zot_refresh, also move channel specific stuff int... | redmatrix | 2016-05-24 | 1 | -21/+0 |
* | code cleanup | redmatrix | 2016-05-24 | 1 | -3/+1 |
* | renamed include files identity.php (channel.php) and Contact.php (connections... | redmatrix | 2016-05-22 | 1 | -0/+636 |