Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-13 | Merge branch 'fix/1742-random-failing-tests' into 'develop' | lain | |
Fix sporadically failing tests See merge request pleroma/pleroma!2524 | |||
2020-05-13 | don't use global mocks in setup callbacks | Alexander Strizhakov | |
2020-05-13 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-03-20 | Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵ | Ivan Tashkinov | |
usage). | |||
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (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-02-13 | Tweaks to `clear_config` calls in tests in order to prevent side effects on ↵ | Ivan Tashkinov | |
config during test suite execution. | |||
2019-10-09 | Search: Add tests for unicode searches. | lain | |
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2019-09-15 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # docs/config.md | |||
2019-09-14 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # docs/config.md # mix.lock | |||
2019-09-14 | Fix `Activity.all_by_actor_and_id/2` test | Egor Kislitsyn | |
2019-09-13 | Add more tests for Pleroma.Activity | Egor Kislitsyn | |
2019-09-11 | Fix `Activity.all_by_ids_with_object/1` test | Egor Kislitsyn | |
2019-09-10 | Add an endpoint to get multiple statuses by IDs | Egor Kislitsyn | |
2019-08-31 | [#1149] Added Oban job for "activity_expiration". Merged remote-tracking ↵ | Ivan Tashkinov | |
branch 'remotes/upstream/develop' into 1149-oban-job-queue # Conflicts: # config/config.exs | |||
2019-08-13 | [#1149] Added more oban workers. Refactoring. | Ivan Tashkinov | |
2019-08-09 | [#1149] Oban jobs implementation for :federator_incoming and ↵ | Ivan Tashkinov | |
:federator_outgoing queues. | |||
2019-07-24 | Add activity expirations table | Mike Verdone | |
Add a table to store activity expirations. An activity can have zero or one expirations. The expiration has a scheduled_at field which stores the time at which the activity should expire and be deleted. | |||
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-11 | Add option to restrict all users to local content | Egor Kislitsyn | |
2019-06-06 | [#943] Make the unauthenticated users limitation optional | Egor | |
2019-06-05 | Fix tests with enabled RUM | Egor Kislitsyn | |
2019-06-05 | Contain search for unauthenticated users | Egor Kislitsyn | |
2019-05-21 | Add virtual :thread_muted? field | Aaron Tinio | |
that may be set when fetching activities | |||
2019-05-07 | Remove `bookmarks` assoc and add a fake `bookmark` assoc instead | rinpatch | |
2019-05-07 | - Actually use preloaded bookmarks in views | rinpatch | |
- Preload bookmarks in bookmark timeline - Rework bookmark preload tests | |||
2019-05-07 | Preload bookmarks wherever the object is preloaded | rinpatch | |
2019-04-17 | Remove updating reply count for embeded objects | rinpatch | |
2019-04-15 | oops | rinpatch | |
2019-04-15 | Remove inReplyToStatusId | rinpatch | |
2019-01-21 | Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1 | Haelwenn (lanodan) Monnier | |
2019-01-21 | Activity: get_all_by_object_ap_id/1 → get_all_create_by_object_ap_id/1 | Haelwenn (lanodan) Monnier | |
2019-01-21 | Activity: all_by_object_ap_id/1 → get_all_by_object_ap_id/1 | Haelwenn (lanodan) Monnier | |
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-25 | Format | Maxim Filippov | |
2018-12-25 | Fix Activity test | Maxim Filippov | |
2018-12-25 | Revert Activity tombstones, add ObjectTombstone struct | Maxim Filippov | |
2018-12-25 | Fix failing tests | 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-03-30 | Format the code. | lain | |
2017-04-30 | Get create activity from created object id. | Roger Braun | |
This is useful for Ostatus federation because ostatus doesn't have different ids for objects and activities... | |||
2017-04-13 | Add utility functions for objects and activities. | Roger Braun | |