summaryrefslogtreecommitdiff
path: root/test/pleroma/web/mastodon_api/controllers/status_controller_test.exs
AgeCommit message (Collapse)Author
2021-03-02StatusController: Deactivate application support for now.lain
Some more things to discuss about, so we'll remove it from 2.3.0
2021-02-28warning fixAlexander Strizhakov
2021-02-28Merge branch 'feat/client_app_details' into 'develop'lain
Support application field See merge request pleroma/pleroma!3311
2021-02-18Tests to validate client disclosure obeys user settingMark Felder
2021-02-18expires_in in scheduled status paramsAlexander Strizhakov
2021-02-11Use a custom oauth token so we can predict and validate the client_name and ↵Mark Felder
website
2021-02-11Validate client application metadata is retained in the objectMark Felder
2021-02-03Merge branch 'fix/2449-scheduled-poll-bug' into 'develop'feld
Fix for scheduled post with poll Closes #2449 See merge request pleroma/pleroma!3294
2021-02-01fix for scheduled post with pollAlexander Strizhakov
2021-01-27Add active user countEgor Kislitsyn
2021-01-26Convert tests to all use clear_config instead of Pleroma.Config.putMark Felder
2021-01-18Fix Reblog APIEgor Kislitsyn
Do not set visibility parameter to `public` by default and let CommonAPI to infer it from status.
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-04Object: Rework how Object.normalize workslain
Now it defaults to not fetching, and the option is named.
2020-12-18Tests: Remove unneeded explicit cachex use.lain
Only use cachex when we're actually testing it.
2020-11-19Merge branch 'oban-jobs-to-simple-tasks' into 'develop'feld
Moving some background jobs into simple tasks Closes #1790 See merge request pleroma/pleroma!3129
2020-11-17Merge branch 'develop' into hide-muted-reactionsEgor Kislitsyn
2020-11-16Hide reactions from muted and blocked usersEgor Kislitsyn
2020-11-11Add `local` visibilityEgor Kislitsyn
2020-11-11Moving some background jobs into simple tasksAlexander Strizhakov
- fetching activity data - attachment prefetching - using limiter to prevent overload
2020-10-27Merge branch 'develop' into 'feature/local-only-scope'minibikini
# Conflicts: # CHANGELOG.md
2020-10-17Merge remote-tracking branch 'remotes/origin/develop' into chore/elixir-1.11Ivan Tashkinov
2020-10-15Add Pleroma.Constants.as_local_public/0Egor Kislitsyn
2020-10-15Add local-only statusesEgor Kislitsyn
2020-10-15Fix warningsEgor Kislitsyn
2020-10-13JPEG content_type must be image/jpegMark Felder
2020-10-13tests consistencyAlexander Strizhakov