Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 5.0RC testing: fix issue with event responses | Mario | 2020-10-10 | 1 | -1/+1 | |
| | ||||||
* | quickfix localize_item() - requires more work | Mario | 2020-10-10 | 1 | -1/+1 | |
| | ||||||
* | code optimisation | Mario | 2020-10-06 | 1 | -8/+7 | |
| | ||||||
* | Ãrework undo/delete to use inline objects | Mario | 2020-10-05 | 1 | -7/+39 | |
| | ||||||
* | more work on delete/undo | Mario | 2020-10-02 | 1 | -2/+2 | |
| | ||||||
* | item/activity fetching | Mario | 2020-10-02 | 1 | -23/+39 | |
| | ||||||
* | more delete fixes | Mario | 2020-10-01 | 1 | -1/+22 | |
| | ||||||
* | minor issue | Mario | 2020-10-01 | 1 | -2/+6 | |
| | ||||||
* | Merge branch 'deletefixes' into 'dev' | Mario | 2020-10-01 | 1 | -4/+7 | |
|\ | | | | | | | | | deleting like/dislike/accept/reject/etc. activities should be Undo rather than Delete per the spec See merge request hubzilla/core!1879 | |||||
| * | deleting like/dislike/accept/reject/etc. activities should be Undo rather ↵ | nobody | 2020-09-30 | 1 | -4/+7 | |
| | | | | | | | | than Delete per the spec | |||||
* | | use object url | Mario | 2020-10-01 | 1 | -18/+1 | |
|/ | ||||||
* | 5.0RC testing: fix issue in relation with deletes | Mario | 2020-09-30 | 1 | -3/+18 | |
| | ||||||
* | bug: undoing a like on a comment can remove the comment | nobody | 2020-09-30 | 1 | -18/+1 | |
| | | | (cherry picked from commit b999456bf16a5d457a16fab1299289cfb54bfed4) | |||||
* | 5.0RC testing: fix uuid for likes/dislikes | Mario | 2020-09-28 | 1 | -1/+1 | |
| | ||||||
* | fix item deletion | Mario | 2020-08-20 | 1 | -13/+25 | |
| | ||||||
* | improve profile detection and reduce feed result set | Mario | 2020-07-26 | 1 | -4/+29 | |
| | ||||||
* | Revert "zot6 testing" | Mario | 2020-07-21 | 1 | -2/+1 | |
| | | | | This reverts commit 4f95b44ff239f92574491b3053b7f5aace6432d3. | |||||
* | those are not lÃikely to be parents | Mario | 2020-07-21 | 1 | -2/+2 | |
| | ||||||
* | zot6 testing | Mario | 2020-07-21 | 1 | -1/+2 | |
| | ||||||
* | fix php warning | Mario | 2020-07-13 | 1 | -1/+1 | |
| | ||||||
* | uuid for likes | Mario Vavti | 2020-05-15 | 1 | -0/+3 | |
| | ||||||
* | Revert "uuid for likes" | Mario | 2020-05-15 | 1 | -3/+0 | |
| | | | | This reverts commit b6efb02ed291fcdfb32e8587a031950d752327bc. | |||||
* | uuid for likes | Mario | 2020-05-15 | 1 | -0/+3 | |
| | ||||||
* | DB update 1238 to fix hubloc_id_url for existing hublocs and set ↵ | Mario | 2020-05-12 | 1 | -1/+2 | |
| | | | | hubloc_id_url in Activity::actor_store() | |||||
* | deal with diaspora uuid | Mario | 2020-05-10 | 1 | -5/+3 | |
| | ||||||
* | as_vid_sort -> vid_sort | Mario | 2020-05-10 | 1 | -2/+2 | |
| | ||||||
* | Ãfix photo items | Mario | 2020-04-29 | 1 | -5/+3 | |
| | ||||||
* | some work on deprecating ACTIVITY_OBJ_FILE | Mario | 2020-04-23 | 1 | -4/+7 | |
| | ||||||
* | some work on improving federation of item_private and make sure we deal with ↵ | Mario | 2020-04-20 | 1 | -2/+7 | |
| | | | | an array in array_path_exists() | |||||
* | revert | Mario | 2020-04-18 | 1 | -1/+1 | |
| | ||||||
* | just fetch the info we need | Mario | 2020-04-18 | 1 | -1/+1 | |
| | ||||||
* | more do not include hublocs with no hubloc_id_url | Mario | 2020-04-18 | 1 | -1/+1 | |
| | ||||||
* | remove debug code | Mario | 2020-04-18 | 1 | -1/+1 | |
| | ||||||
* | de-duplicate $post_tags | Mario | 2020-04-18 | 1 | -1/+1 | |
| | ||||||
* | only return hublocs with hubloc_id_url set | Mario | 2020-04-18 | 1 | -1/+1 | |
| | ||||||
* | implement addressing and fix conversation fetching | Mario | 2020-04-18 | 1 | -24/+186 | |
| | ||||||
* | fix warning if iconfig value is an array | Mario | 2020-04-05 | 1 | -1/+1 | |
| | ||||||
* | issue 1454 - some photo item ActivityStreams links not returning json-ld; ↵ | zotlabs | 2020-03-24 | 1 | -0/+5 | |
| | | | | requires related fixes in addons/pubcrawl | |||||
* | prevent duplicate votes | Mario | 2020-02-29 | 1 | -1/+29 | |
| | ||||||
* | Merge branch 'dev' into 'dev' | Mario | 2020-02-27 | 1 | -5/+47 | |
|\ | | | | | | | | | add iconfig to zot6 objects See merge request hubzilla/core!1835 | |||||
| * | add iconfig to zot6 objects | zotlabs | 2020-02-23 | 1 | -5/+47 | |
| | | ||||||
* | | fix warning | Mario | 2020-02-20 | 1 | -2/+2 | |
|/ | ||||||
* | this allows polls to federate from hubzilla to zap, though still a remaining ↵ | zotlabs | 2020-02-10 | 1 | -2/+9 | |
| | | | | issue with voting | |||||
* | poll fixes | Mario | 2020-02-10 | 1 | -1/+6 | |
| | ||||||
* | poll updates | zotlabs | 2020-02-09 | 1 | -19/+25 | |
| | ||||||
* | missing piece of poll code | zotlabs | 2020-01-31 | 1 | -0/+67 | |
| | ||||||
* | basic poll support and patch to not call System::get_platform_name() within ↵ | zotlabs | 2020-01-30 | 1 | -4/+41 | |
| | | | | t() unless needed. Polls probably need refining and have not yet been fully tested after porting | |||||
* | some work on zot6 DMs | Mario | 2020-01-15 | 1 | -1/+7 | |
| | ||||||
* | event compatibility work | zotlabs | 2020-01-14 | 1 | -12/+33 | |
| | ||||||
* | rework activitystreams events - send invite/event activities instead of ↵ | zotlabs | 2020-01-12 | 1 | -12/+23 | |
| | | | | create/event. Also a first pass at creating a Zap export file from Hubzilla. Much more work is needed before this is functional. |