aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/web/pleroma_api/views
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
2021-12-27PleromaAPI.AppView: add testAlex Gleason
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2021-01-07Backups: render ID in APIAlex Gleason
2021-01-04Object: Rework how Object.normalize workslain
Now it defaults to not fetching, and the option is named.
2020-12-21Tests: 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-11-11Moving some background jobs into simple tasksAlexander Strizhakov
- fetching activity data - attachment prefetching - using limiter to prevent overload
2020-10-31Add idempotency_key to the chat_message entity.eugenijm
2020-10-13JPEG content_type must be image/jpegMark Felder
2020-10-13more testsAlexander Strizhakov
2020-10-13tests consistencyAlexander Strizhakov