Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-16 | moving mrf settings from instance to separate group | Alexander Strizhakov | |
2020-05-13 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-04-22 | Federator: Return proper values for jobs | lain | |
2020-04-10 | User: Move inbox & shared_inbox to own fields | Haelwenn (lanodan) Monnier | |
2020-03-20 | Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵ | Ivan Tashkinov | |
usage). | |||
2020-03-18 | Improved in-test config management functions. | Ivan Tashkinov | |
2020-03-03 | Update Copyrights | Mark Felder | |
2019-10-20 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1304-user-info-deprecation # Conflicts: # CHANGELOG.md # lib/pleroma/notification.ex # lib/pleroma/user.ex # lib/pleroma/user/info.ex # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/admin_api/admin_api_controller.ex # lib/pleroma/web/ostatus/handlers/follow_handler.ex # lib/pleroma/web/ostatus/ostatus.ex # lib/pleroma/web/salmon/salmon.ex # lib/pleroma/web/websub/websub.ex # test/web/admin_api/admin_api_controller_test.exs # test/web/federator_test.exs # test/web/mastodon_api/controllers/conversation_controller_test.exs # test/web/ostatus/ostatus_controller_test.exs # test/web/ostatus/ostatus_test.exs # test/web/salmon/salmon_test.exs # test/web/websub/websub_test.exs | |||
2019-10-18 | config: disable Websub and Salmon publisher modules | Ariadne Conill | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
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-08-31 | [#1149] Addressed code review comments (code style, jobs pruning etc.). | Ivan Tashkinov | |
2019-08-22 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # lib/pleroma/application.ex # lib/pleroma/scheduled_activity_worker.ex # lib/pleroma/web/federator/retry_queue.ex # lib/pleroma/web/oauth/token/clean_worker.ex # test/user_test.exs # test/web/federator_test.exs | |||
2019-08-19 | added test helpers to clear config after tests | Maksim | |
2019-08-13 | [#1149] Added more oban workers. Refactoring. | Ivan Tashkinov | |
2019-08-10 | [#1149] Fixed failing tests. Ensured Instance.set_unreachable/2 supports ISO ↵ | Ivan Tashkinov | |
8601 datetime. | |||
2019-08-09 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
2019-08-09 | [#1149] Oban jobs implementation for :federator_incoming and ↵ | Ivan Tashkinov | |
:federator_outgoing queues. | |||
2019-08-03 | Handle MRF rejections of incoming AP activities | Sergey Suprunenko | |
2019-08-01 | [#1149] Replaced RetryQueue with oban-based retries. | Ivan Tashkinov | |
2019-07-23 | tests for Pleroma.Web.ActivityPub.Publisher | Maksim | |
2019-07-09 | Testing: Don't federate in testing. | lain | |
2019-05-12 | tests: chase federator publish_single_foo removals | William Pitcock | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-02-18 | Merge branch 'feature/jobs' into 'develop' | kaniini | |
Job Queue See merge request pleroma/pleroma!732 | |||
2019-02-11 | test: de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-02-06 | fix tests | Egor Kislitsyn | |
2019-02-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobs | Egor Kislitsyn | |
# Conflicts: # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/federator/federator.ex | |||
2019-02-03 | [#582] Made single-pub task call Instance.set_reachable/1 if `set_reachable` ↵ | Ivan Tashkinov | |
is not specified. Added tests. | |||
2019-02-03 | [#582] Optimized federation retirement by reducing the number of SQL calls | Ivan Tashkinov | |
(calling `Instances.set_reachable/1` only if instance had `unreachable_since`, calling `Instances.set_unreachable/1` only if instance had nil `unreachable_since`). | |||
2019-01-28 | add a job queue | Egor Kislitsyn | |
2019-01-28 | [#534] Various tweaks. Tests for Instances and Instance. | Ivan Tashkinov | |
2019-01-25 | [#534] Federation reachability filtering tests. | Ivan Tashkinov | |
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-12-04 | all tests passed | Maksim Pechnikov | |
2018-11-17 | tests: federator: fix formatting | William Pitcock | |
2018-11-17 | test: add sanity tests for federator handling of AP docs | William Pitcock | |
2018-11-06 | Small wrapper module around Application.get_env/put_env | href | |
Same API as the old Pleroma.Config | |||
2018-11-06 | Get rid of Pleroma.Config in favor of Application | href | |
Discussed in https://git.pleroma.social/pleroma/pleroma/merge_requests/426#note_7232 | |||
2018-11-01 | Test Relay, switch to runtime configuration. | lain | |
2017-12-05 | Add basic queue prioritization. | Lain Iwakura | |