| Commit message (Expand) | Author | Age | Files | Lines |
* | deleting like/dislike/accept/reject/etc. activities should be Undo rather tha... | nobody | 2020-09-30 | 1 | -4/+7 |
* | delete fixes | nobody | 2020-09-30 | 1 | -2/+7 |
* | 5.0RC testing: fix issue in relation with deletes | Mario | 2020-09-30 | 2 | -4/+23 |
* | bug: undoing a like on a comment can remove the comment | nobody | 2020-09-30 | 2 | -19/+6 |
* | 5.0RC testing: fix uuid for likes/dislikes | Mario | 2020-09-28 | 1 | -1/+1 |
* | RC5.0 testing: fix purge and some cleanup | Mario | 2020-09-28 | 2 | -72/+90 |
* | deprecate \Zotlabs\Zot\Finger where apropriate | Mario Vavti | 2020-09-26 | 3 | -236/+131 |
* | if we do not have App::$poi here we would already have returned. No need to c... | Mario Vavti | 2020-09-25 | 1 | -13/+11 |
* | port mod chanview | Mario Vavti | 2020-09-25 | 1 | -25/+31 |
* | 5.0RC testing: channel is not set and not required here | Mario Vavti | 2020-09-25 | 1 | -1/+1 |
* | port mod gprobe | Mario | 2020-09-23 | 1 | -4/+10 |
* | 5.0RC testing: comment out global remove | Mario | 2020-09-23 | 2 | -4/+4 |
* | 5.0RC testing: do not use intval() on hubloc_id_url | Mario | 2020-09-23 | 1 | -1/+1 |
* | 5.0RC testing: update hublocs by hubloc_id_url of we mark it deleted or chang... | Mario | 2020-09-23 | 2 | -15/+17 |
* | 5.0RC testing: fix mod locs | Mario | 2020-09-23 | 1 | -8/+10 |
* | use channel index | nobody | 2020-09-21 | 1 | -1/+1 |
* | apply channel name changes to all associated xchans | nobody | 2020-09-21 | 2 | -4/+5 |
* | adapt mod z6trans to point to util/z6convert.php in case anyone stumbles over... | Mario Vavti | 2020-09-20 | 1 | -1/+14 |
* | 5.0RC testing: their_perms should be reset before they are recreated. Otherwi... | Mario | 2020-09-19 | 1 | -0/+8 |
* | Boost DB conversion speed to Z6 | Max Kostikov | 2020-09-18 | 1 | -4/+22 |
* | deprecate $a variable for *_plugin_admin() and *_plugin_admin_post() | Mario | 2020-09-16 | 1 | -2/+2 |
* | disable community tags until we agree on how to implemnt this in zot6/activit... | Mario | 2020-09-11 | 1 | -0/+4 |
* | move z6trans_connections() to cron from cron daily | Mario Vavti | 2020-08-26 | 2 | -1/+5 |
* | remove hublocs without a hubloc_hash and also remove hublocs where hubloc_id_... | Mario Vavti | 2020-08-26 | 2 | -18/+39 |
* | add check against null | Mario Vavti | 2020-08-25 | 2 | -4/+8 |
* | prefix table names | Mario Vavti | 2020-08-24 | 2 | -8/+8 |
* | provide some sort of feedback | Mario Vavti | 2020-08-24 | 1 | -0/+5 |
* | an attempt to fix update 1238 for older hubs with broken xchan entries | Mario Vavti | 2020-08-23 | 2 | -9/+11 |
* | use the default setting and also add the mode to the cipher. aes-128 is to be... | Mario Vavti | 2020-08-21 | 2 | -2/+2 |
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2020-08-20 | 1 | -1/+1 |
|\ |
|
| * | be more clear in comment | Mario | 2020-08-20 | 1 | -1/+1 |
* | | first cut on implementing additional encryption with the SJCL library. aes on... | Mario Vavti | 2020-08-20 | 2 | -2/+2 |
|/ |
|
* | fix item deletion | Mario | 2020-08-20 | 2 | -15/+28 |
* | issue with DAV - moveInto and variable scope | nobody | 2020-08-16 | 1 | -1/+1 |
* | $id is expected to be an array with a calendarId and an instanceId for caldav | Mario Vavti | 2020-08-15 | 1 | -1/+1 |
* | update profile|cover photo activities converted to z6 | Zot | 2020-08-05 | 1 | -8/+0 |
* | use the compact view in html2plain() | Mario | 2020-07-30 | 1 | -1/+1 |
* | respect notifications settings | Mario | 2020-07-30 | 1 | -1/+34 |
* | add some context to the notifications | Mario | 2020-07-29 | 1 | -7/+5 |
* | whitespace | Mario | 2020-07-26 | 2 | -2/+2 |
* | fix hubloc_id_url for activitypub with broken xchan_url | Mario | 2020-07-26 | 2 | -13/+44 |
* | improve profile detection and reduce feed result set | Mario | 2020-07-26 | 2 | -5/+30 |
* | tool to fix missing hubloc_id_url entries | Mario | 2020-07-24 | 1 | -0/+41 |
* | Revert "zot6 testing" | Mario | 2020-07-21 | 1 | -2/+1 |
* | those are not lÃikely to be parents | Mario | 2020-07-21 | 1 | -2/+2 |
* | zot6 testing | Mario | 2020-07-21 | 1 | -1/+2 |
* | more itemspage work | Mario | 2020-07-16 | 1 | -5/+5 |
* | reduce result sets and work around a regression in justifiedGallery | Mario | 2020-07-14 | 10 | -11/+11 |
* | Merge branch 'dev' into 'dev' | Mario | 2020-07-14 | 2 | -3/+5 |
|\ |
|
| * | z6trans: don't swap xprof xchans on directory servers because it will fail wi... | zotlabs | 2020-07-12 | 1 | -1/+1 |