Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | tests consistency | Alexander Strizhakov | |
2020-09-11 | instance: Handle not getting a favicon | Haelwenn (lanodan) Monnier | |
2020-09-08 | test: remove extraneous :instances_favicons config bits | Haelwenn (lanodan) Monnier | |
2020-09-07 | passing adapter options directly without adapter key | Alexander Strizhakov | |
2020-09-07 | instance: Log catch favicon errors as warnings | 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-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-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-10 | [#1149] Fixed failing tests. Ensured Instance.set_unreachable/2 supports ISO ↵ | Ivan Tashkinov | |
8601 datetime. | |||
2019-03-13 | [Credo] fix Credo.Check.Readability.MaxLineLength | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
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-29 | [#534] Made federation push sender be determined basing on content instead ↵ | Ivan Tashkinov | |
of `referer` header. Updated tests. | |||
2019-01-28 | [#534] Various tweaks. Tests for Instances and Instance. | Ivan Tashkinov | |