Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-20 | Merge branch 'deprecate-public_endpoint' into 'develop' | feld | |
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251 | |||
2021-01-20 | Add bucket_namespace to be extra certain truncated_namespace works | Mark Felder | |
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-13 | Unnecessary duplication here | Mark Felder | |
2021-01-13 | Consistent style | 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/>;' | |||
2021-01-12 | Fix tests relying on old behavior. Use the Upload.base_url, Luke. | Mark Felder | |
2021-01-08 | Apply Upload.base_url for S3 | Mark Felder | |
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 | tests consistency | Alexander Strizhakov | |