Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-01-21 | Merge branch 'test-cases-mox-setup' into 'develop' | lain | |
Mox mode setup tweak; refactoring See merge request pleroma/pleroma!3263 | |||
2021-01-20 | Merge branch 'deprecate-public_endpoint' into 'develop' | feld | |
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251 | |||
2021-01-19 | Mox mode setup tweak; refactoring. | Ivan Tashkinov | |
2021-01-16 | [#3251] Fixed wrong test-env config setting for [Pleroma.Upload]. ↵ | Ivan Tashkinov | |
Refactoring. Added warning to `clear_config/_` to minimize such issues in future. | |||
2021-01-14 | Hack to fix tests not passing. Unclear why the filters are being set to nil. | Mark Felder | |
Both of these changes are needed or it doesn't work. | |||
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2021-01-04 | SideEffects.DeleteTest: asyncify. | lain | |
Replace Mock with Mox, mock out Logger. | |||
2020-12-21 | Tests: Stub the pipeline in all tests. | lain | |
Restores the old un-moxed behavior. | |||
2020-12-18 | Tests: Use NullCache for async tests. | lain | |
Caching can't work in async tests, so for them it is mocked to a null cache that is always empty. Synchronous tests are stubbed with the real Cachex, which is emptied after every test. | |||
2020-12-18 | Tests: Reset all cachex caches between synchronous tests | lain | |
Don't bother in the async case, it doesn't make sense there. | |||
2020-09-19 | [#2074] OAuth scope checking in Streaming API. | Ivan Tashkinov | |
2020-05-07 | Streamer rework | href | |
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-09-16 | Revert "Merge branch 'revert-4fabf83a' into 'develop'" | Egor Kislitsyn | |
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing changes made to 4fabf83ad01352442906d79187aeab4c777f4df8. | |||
2019-09-16 | Revert "Merge branch 'streamer-refactoring' into 'develop'" | kaniini | |
This reverts merge request !1653 | |||
2019-09-16 | Streamer refactoring | Steven Fuchs | |
2019-07-18 | tests for Uploader with webhook | Maksim | |
2019-02-03 | Unbreak all the tests. | lain | |
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-12-12 | fix warnings | Maksim Pechnikov | |
2018-12-05 | [#210] [TwitterAPI] Made actor be stored for uploads. Added ownership check | Ivan Tashkinov | |
to `update_media` action. Added controller tests for `upload` and `update_media` actions. Refactoring. | |||
2018-03-22 | Clear caches on test. | lain | |
2017-03-17 | Phoenix skeleton | Roger Braun | |