aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/web/pleroma_api
AgeCommit message (Collapse)Author
2021-02-28Merge branch 'features/reports-enhancements' into 'develop'lain
Enhance reports in Pleroma API: index, show See merge request pleroma/pleroma!3280
2021-02-17Remove `:auth, :enforce_oauth_admin_scope_usage`rinpatch
`admin` scope has been required by default for more than a year now and all apps that use the API seems to request a proper scope by now.
2021-02-17Enhance reports in Pleroma API: index, showHaelwenn (lanodan) Monnier
2021-02-17Chats: Introduce /api/v2/pleroma/chats which implements paginationrinpatch
Also removes incorrect claim that /api/v1/pleroma/chats supports pagination and deprecates it. Closes #2140
2021-01-27Add active user countEgor Kislitsyn
2021-01-26Convert tests to all use clear_config instead of Pleroma.Config.putMark Felder
2021-01-15Remove toggle_confirmation; require explicit state changeMark Felder
Also cosmetic changes to make the code clearer
2021-01-15Change user.confirmation_pending field to user.is_confirmedMark Felder
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-11ChatMessages: Fix pagination headers.lain
They used to contain the path parameter `id` as query param, which would break the link.
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: Add a helper method to reduce sleeping times in test.lain
This will 'time travel', i.e. change the inserted_at and update_at fields of the object in question. This is used to backdate things were we used sleeping before to ensure time differences.
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-12-15Merge branch 'support/2255_posix_errors' into 'develop'lain
[#2255] added error messages for posix error code See merge request pleroma/pleroma!3138
2020-12-09Merge branch 'auth-improvements' into 'develop'lain
Cookie auth rework / Auth subsystem refactoring and tweaks Closes pleroma/secteam/pleroma#3 See merge request pleroma/pleroma!3112
2020-12-06[#3112] Ensured presence and consistency of :user and :token assigns ↵Ivan Tashkinov
(EnsureUserTokenAssignsPlug). Refactored auth info dropping functions.
2020-12-02Stream follow updatesEgor Kislitsyn
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-18fix testsMaksim Pechnikov
2020-11-16added testMaksim Pechnikov
2020-11-16Hide reactions from muted and blocked usersEgor Kislitsyn
2020-11-16fix testsMaksim Pechnikov
2020-11-14added testMaksim Pechnikov
2020-11-11Moving some background jobs into simple tasksAlexander Strizhakov
- fetching activity data - attachment prefetching - using limiter to prevent overload
2020-11-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
features/federation-status
2020-11-04Add `with_muted` param to ChatController.index/2Egor Kislitsyn
2020-11-02Hide chats from muted usersEgor Kislitsyn
2020-10-31Merge branch 'feature/account-export' into 'develop'feld
Add account export Closes #847 See merge request pleroma/pleroma!2918
2020-10-31Add idempotency_key to the chat_message entity.eugenijm
2020-10-31Merge remote-tracking branch 'origin/develop' into feature/account-exportEgor Kislitsyn
2020-10-30Merge remote-tracking branch 'origin/develop' into feature/account-exportEgor Kislitsyn
2020-10-30Remove unused aliasesEgor Kislitsyn
2020-10-29Merge branch 'issue/2069' into 'develop'Haelwenn
[#2069] unread_conversation_count See merge request pleroma/pleroma!2939
2020-10-27Merge branch 'develop' into feature/account-exportMark Felder
2020-10-20Rename `Pleroma.Backup` to `Pleroma.User.Backup`Egor Kislitsyn
2020-10-19Fix credo warningsEgor Kislitsyn
2020-10-17Merge remote-tracking branch 'remotes/origin/develop' into chore/elixir-1.11Ivan Tashkinov
2020-10-16federation_status: Add ApiSpecHaelwenn (lanodan) Monnier
2020-10-16federation_status: New endpoint showing unreachable instancesHaelwenn (lanodan) Monnier
2020-10-15Fix warningsEgor Kislitsyn
2020-10-13JPEG content_type must be image/jpegMark Felder
2020-10-13changes after rebaseAlexander Strizhakov
2020-10-13more testsAlexander Strizhakov
2020-10-13tests consistencyAlexander Strizhakov