Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-20 | activitypub: utils: add determine_explicit_mentions() and tests | William Pitcock | |
2019-01-19 | Add current user to mentioned | Maxim Filippov | |
2019-01-18 | test: add regression test for to/cc clobbering | William Pitcock | |
2019-01-12 | Add likes to activitypub object representation | sxsdv1 | |
Top level of the likes OrderedCollection is inlined to get immediate access to totalItems. Because the count can be returned without scanning the database for like activities the extra query is saved when the client only wants to display the total. | |||
2019-01-12 | Add route to get object like activities | sxsdv1 | |
2019-01-12 | Handle client submitted activitypub like activity | sxsdv1 | |
2019-01-12 | Prepare all types objects before serialising | sxsdv1 | |
Activities returned from inbox can include other types of objects like Article | |||
2019-01-10 | Merge branch 'activitypub-dereference-activity-id' into 'develop' | kaniini | |
Support activity+json request for activity See merge request pleroma/pleroma!641 | |||
2019-01-10 | Merge branch 'feature/pinned-posts' into 'develop' | kaniini | |
Pinned Statuses Closes #440 See merge request pleroma/pleroma!636 | |||
2019-01-09 | Add activity visibility index. | lain | |
2019-01-09 | Support activity+json request for activity | sxsdv1 | |
2019-01-08 | improve test readability | Egor Kislitsyn | |
2019-01-08 | rename `post` to `status` | Egor Kislitsyn | |
2019-01-07 | add pinned posts | Egor Kislitsyn | |
2019-01-05 | Don't crash on AP request for tombstone | sxsdv1 | |
Because tombstone objects has no addressing the is_public?-predicate would cause an error that propagated as a 500 error in the api | |||
2019-01-01 | Implement delete activity | sxsdv1 | |
2019-01-01 | Split create activity specifics from update_outbox | sxsdv1 | |
2018-12-30 | Create activity when client posts to outbox | sxsdv1 | |
2018-12-30 | Implement ActivityPub inbox view | sxsdv1 | |
More or less verbatim copied from the outbox template with only changes to the activities fetched and url reported | |||
2018-12-29 | Wire up stub routes for client calls of activitypub inbox/outbox | sxsdv1 | |
Code style: remove wrapping function of outbox | |||
2018-12-29 | Merge branch 'carrot-bullying' into 'develop' | kaniini | |
Add some hard limits on inserted activities. See merge request pleroma/pleroma!595 | |||
2018-12-27 | Merge branch 'feature/create-tombstone-instead-of-delete' into 'develop' | kaniini | |
Create tombstone instead of object deletion See merge request pleroma/pleroma!593 | |||
2018-12-26 | Implement exclude_reblogs and include_rts | Vyr Cossont | |
2018-12-26 | Add some hard limits on inserted activities. | lain | |
2018-12-25 | Revert Activity tombstones, add ObjectTombstone struct | Maxim Filippov | |
2018-12-24 | Capitalize "tombstone" | Maxim Filippov | |
2018-12-24 | Create tombstone instead of object deletion | Maxim Filippov | |
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-12-23 | transmogrifier: significantly rework handling of peertube videos, add test | William Pitcock | |
2018-12-12 | fix warnings | Maksim Pechnikov | |
2018-12-05 | Merge remote-tracking branch 'origin' into follower-hiding | lain | |
2018-12-04 | formatting the code | Maksim Pechnikov | |
2018-12-04 | all tests passed | Maksim Pechnikov | |
2018-12-04 | update test | Maksim Pechnikov | |
2018-12-04 | update test | Maksim Pechnikov | |
2018-12-04 | object: factor out fetching functions into Pleroma.Object.Fetcher module | William Pitcock | |
2018-12-04 | object: move object containment out of transmogrifier into it's own module | William Pitcock | |
2018-12-04 | tests: activitypub: fix broken test due to invalid child object | William Pitcock | |
2018-12-04 | tests: fix most remaining failures | William Pitcock | |
2018-12-02 | Hide network in ap. | lain | |
2018-11-27 | More fixes. | lain | |
2018-11-17 | activitypub: object view: avoid leaking private details | William Pitcock | |
2018-11-17 | activitypub: transmogrifier: make deletes secure | William Pitcock | |
2018-11-17 | tests: add a test to verify the general fake direction protection works in ↵ | William Pitcock | |
all cases | |||
2018-11-17 | tests: add a testcase for user collision | William Pitcock | |
2018-11-17 | tests: add tests for contain_origin_from_id() | William Pitcock | |
2018-11-17 | tests: add a second spoofing variant | William Pitcock | |
2018-11-17 | test: fix more test defects | William Pitcock | |
2018-11-17 | tests: add additional spoofing tests | William Pitcock | |
2018-11-17 | transmogrifier tests: fix defective spoofing test | William Pitcock | |