aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/object.ex
AgeCommit message (Collapse)Author
2020-03-02Merge branch 'feature/1482-activity_pub_transactions' into 'develop'Haelwenn
ActivityPub actions & side-effects in transaction Closes #1482 See merge request pleroma/pleroma!2089
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
2020-03-01fix for compilingAlexander Strizhakov
2020-03-01ActivityPub actions & side-effects in transactionAlexander Strizhakov
2020-02-09[#1505] Fixed `replies` serialization (included objects' ids instead of ↵Ivan Tashkinov
activities' ids).
2020-01-31Make attachments cleanup optionalRoman Chvanikov
2020-01-19Delete attachments asynchronouslyRoman Chvanikov
2020-01-17Delete attachments after object and cache cleanupRoman Chvanikov
2020-01-14Check if object->data is array when looking up attachment objects to deleteRoman Chvanikov
2020-01-12Delete attachments when status is deletedRoman Chvanikov
2019-12-11Merge branch 'develop' into issue/1411Mark Felder
2019-12-05ActivityPub: Fix deletes being exempt from MRFrinpatch
Closes #1461
2019-12-01Merge branch 'develop' into issue/1411Maksim Pechnikov
2019-11-23fetcher: move local object checking into a reusable functionrinpatch
2019-11-21Object: Use inspect to log missing preload.lain
2019-11-18updated fetch_favoritesMaksim Pechnikov
2019-10-18Fix a migration wiping user info of users that don't have any mutesrinpatch
And introduce safe_jsonb_set
2019-09-23Merge branch 'develop' into tests/mastodon_api_controller.exMaksim Pechnikov
2019-09-18Fix wrong argument order when calling NaiveDateTime.diffrinpatch
2019-09-18Initial poll refresh supportrinpatch
Implement refreshing the object with an interval and call the function when getting the poll.
2019-09-09Add Pleroma.Plugs.Cacheminibikini
2019-09-06tests for mastodon_api_controller.exMaksim Pechnikov
2019-08-27added tests for ActivityPub.like\unlikeMaksim Pechnikov
2019-07-09[#878] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
878-activity-object-decoupling-in-tests # Conflicts: # lib/pleroma/object.ex # test/web/activity_pub/transmogrifier_test.exs # test/web/ostatus/ostatus_test.exs
2019-07-08[#878] Refactored assumptions on embedded object presence in tests. Adjusted ↵Ivan Tashkinov
note factory to not embed object into activity.
2019-06-29[#161] Limited replies depth on incoming federation in order to prevent ↵Ivan Tashkinov
memory leaks on recursive replies fetching.
2019-06-01Resolve merge conflictsrinpatch
2019-05-21object: add Object.prune()William Pitcock
2019-05-21MastoAPI: Add GET /api/v1/polls/:idrinpatch
2019-05-21Handle poll votesrinpatch
2019-04-17If it's an object struct it is already normalizedrinpatch
2019-04-17Merge branch 'develop' into feature/database-compactionrinpatch
2019-04-01Fix the issue with HTML scrubberrinpatch
2019-03-26Increment replies_count on replies (MastoAPI)eugenijm
2019-03-23object: downgrade normalize warning to debug severityWilliam Pitcock
2019-03-22object: add support for preloading objects when walking an activity graph in ↵William Pitcock
normal form
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-11Broadcast deleted activity id on deletion to conform to MastoAPI streamig speceugenijm
2019-02-11Revert "Merge branch 'object-creation' into 'develop'"lambda
This reverts merge request !802
2019-02-10Merge branch 'fix/credo-issues' into 'develop'kaniini
Fix credo issues See merge request pleroma/pleroma!786
2019-02-09Do object insertion through Cachexlain
So we don't flood our postgres logs with errors. Should also make things slightly faster.
2019-02-09de-group alias/esHaelwenn (lanodan) Monnier
2019-02-03Still do caching in tests.lain
2019-02-01object: use cached accesses when possible in Object.normalize()William Pitcock
2019-01-21Activity: all_non_create_by_object_ap_id_q → by_object_ap_idHaelwenn (lanodan) Monnier
2018-12-31update copyright years to 2019William Pitcock
2018-12-27Merge branch 'feature/create-tombstone-instead-of-delete' into 'develop'kaniini
Create tombstone instead of object deletion See merge request pleroma/pleroma!593
2018-12-25Revert Activity tombstones, add ObjectTombstone structMaxim Filippov
2018-12-24Capitalize "tombstone"Maxim Filippov
2018-12-24Create tombstone instead of object deletionMaxim Filippov