Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dismiss title in response activity | Mario | 2020-12-01 | 1 | -1/+1 |
| | | | | | (cherry picked from commit eb2ad3fc438544192cda95d88a4c2a54ec1e0014) (cherry picked from commit b89355b9d822da63d0588f1ee25f72b2358c82cc) | ||||
* | fix warning | Mario | 2020-11-23 | 1 | -1/+1 |
| | |||||
* | do not use chanlink_url() at this place | Mario | 2020-11-23 | 1 | -1/+1 |
| | |||||
* | missing include | Mario | 2020-11-23 | 1 | -1/+1 |
| | |||||
* | store actor of fetched acivities | Mario | 2020-11-23 | 1 | -2/+6 |
| | |||||
* | better check for valid inbox | Mario | 2020-11-13 | 1 | -8/+8 |
| | |||||
* | do not store actors without an inbox - they are not valid | Mario | 2020-11-12 | 1 | -0/+6 |
| | |||||
* | log the body if fetch failed | Mario | 2020-11-11 | 1 | -0/+1 |
| | |||||
* | make sure we attach the public key | Mario | 2020-11-04 | 1 | -1/+8 |
| | |||||
* | use logger for logging | Mario | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | more logging | Mario | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | In find_best_identity() only look for zot and zot6 network types. Otherwise ↵ | Mario | 2020-10-14 | 1 | -1/+2 |
| | | | | we could end up rewriting activitypub contacts to their diaspora equivalent which would be counterproductive here. Dismiss deleted hublocs. Same applies for find_best_zot_identity(). Also add logging. | ||||
* | return if author or owner is missing and add more logging | Mario | 2020-10-13 | 1 | -3/+10 |
| | |||||
* | improve find_best_identity() and fix wrong variable | Mario | 2020-10-12 | 1 | -6/+11 |
| | |||||
* | find best identity | Mario | 2020-10-11 | 1 | -0/+32 |
| | |||||
* | 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 |
| |