Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-08 | Blurhash varies slightly by computer generating it, so just validate it ↵ | Mark Felder | |
wasn't nil | |||
2021-06-08 | Update test names and verify blurhash is correctly generated for images | Mark Felder | |
2021-06-08 | Add test for AnalyzeMetadata upload filter fetching dimensions from a video | Mark Felder | |
2021-05-18 | Rename upload filter to AnalyzeMetadata | Mark Felder | |
2021-05-12 | Add SetMeta filter to store uploaded image sizes | Alex Gleason | |
2021-01-26 | Convert tests to all use clear_config instead of Pleroma.Config.put | Mark Felder | |
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/>;' | |||
2020-12-21 | Tests: Make as many tests as possible async. | lain | |
In general, tests that match these criteria can be made async: - Doesn't use real Cachex. - Doesn't write to the Config / Application Environment. - Uses Mock. Using Mox is fine. - Uses the streamer. | |||
2020-10-13 | JPEG content_type must be image/jpeg | Mark Felder | |
2020-10-13 | fix after rebase | Alexander Strizhakov | |
2020-10-13 | tests consistency | Alexander Strizhakov | |