summaryrefslogtreecommitdiff
path: root/test/activity_test.exs
AgeCommit message (Expand)Author
2020-05-13Merge branch 'fix/1742-random-failing-tests' into 'develop'lain
2020-05-13don't use global mocks in setup callbacksAlexander Strizhakov
2020-05-13Add OpenAPI spec for StatusControllerEgor Kislitsyn
2020-03-20Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ...Ivan Tashkinov
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
2020-02-13Tweaks to `clear_config` calls in tests in order to prevent side effects on c...Ivan Tashkinov
2019-10-09Search: Add tests for unicode searches.lain
2019-09-18Bump copyright years of files changed in 2019Haelwenn (lanodan) Monnier
2019-09-15[#1149] Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oba...Ivan Tashkinov
2019-09-14[#1149] Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oba...Ivan Tashkinov
2019-09-14Fix `Activity.all_by_actor_and_id/2` testEgor Kislitsyn
2019-09-13Add more tests for Pleroma.ActivityEgor Kislitsyn
2019-09-11Fix `Activity.all_by_ids_with_object/1` testEgor Kislitsyn
2019-09-10Add an endpoint to get multiple statuses by IDsEgor Kislitsyn
2019-08-31[#1149] Added Oban job for "activity_expiration". Merged remote-tracking bran...Ivan Tashkinov
2019-08-13[#1149] Added more oban workers. Refactoring.Ivan Tashkinov
2019-08-09[#1149] Oban jobs implementation for :federator_incoming and :federator_outgo...Ivan Tashkinov
2019-07-24Add activity expirations tableMike Verdone
2019-07-08[#878] Refactored assumptions on embedded object presence in tests. Adjusted ...Ivan Tashkinov
2019-06-11Add option to restrict all users to local contentEgor Kislitsyn
2019-06-06[#943] Make the unauthenticated users limitation optionalEgor
2019-06-05Fix tests with enabled RUMEgor Kislitsyn
2019-06-05Contain search for unauthenticated usersEgor Kislitsyn
2019-05-21Add virtual :thread_muted? fieldAaron Tinio
2019-05-07Remove `bookmarks` assoc and add a fake `bookmark` assoc insteadrinpatch
2019-05-07- Actually use preloaded bookmarks in viewsrinpatch
2019-05-07Preload bookmarks wherever the object is preloadedrinpatch
2019-04-17Remove updating reply count for embeded objectsrinpatch
2019-04-15oopsrinpatch
2019-04-15Remove inReplyToStatusIdrinpatch
2019-01-21Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1Haelwenn (lanodan) Monnier
2019-01-21Activity: get_all_by_object_ap_id/1 → get_all_create_by_object_ap_id/1Haelwenn (lanodan) Monnier
2019-01-21Activity: all_by_object_ap_id/1 → get_all_by_object_ap_id/1Haelwenn (lanodan) Monnier
2018-12-27Merge branch 'feature/create-tombstone-instead-of-delete' into 'develop'kaniini
2018-12-25FormatMaxim Filippov
2018-12-25Fix Activity testMaxim Filippov
2018-12-25Revert Activity tombstones, add ObjectTombstone structMaxim Filippov
2018-12-25Fix failing testsMaxim Filippov
2018-12-24Capitalize "tombstone"Maxim Filippov
2018-12-24Create tombstone instead of object deletionMaxim Filippov
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-03-30Format the code.lain
2017-04-30Get create activity from created object id.Roger Braun
2017-04-13Add utility functions for objects and activities.Roger Braun