Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-12 | Add more tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-27 | PleromaAPI.AppView: add test | Alex Gleason | |
2021-12-27 | Merge remote-tracking branch 'origin/develop' into apps-api-endpoint | Alex Gleason | |
2021-10-06 | CI: Bump lint stage to elixir-1.12 | Haelwenn (lanodan) Monnier | |
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format` | |||
2021-08-28 | Add unit test for Pleroma API app controller | Sean King | |
2021-03-15 | OpenAPI: PleromaAPI UserImport Controller | Haelwenn (lanodan) Monnier | |
2021-02-28 | Merge branch 'features/reports-enhancements' into 'develop' | lain | |
Enhance reports in Pleroma API: index, show See merge request pleroma/pleroma!3280 | |||
2021-02-17 | Remove `: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-17 | Enhance reports in Pleroma API: index, show | Haelwenn (lanodan) Monnier | |
2021-02-17 | Chats: Introduce /api/v2/pleroma/chats which implements pagination | rinpatch | |
Also removes incorrect claim that /api/v1/pleroma/chats supports pagination and deprecates it. Closes #2140 | |||
2021-01-27 | Add active user count | Egor Kislitsyn | |
2021-01-26 | Convert tests to all use clear_config instead of Pleroma.Config.put | Mark Felder | |
2021-01-15 | Remove toggle_confirmation; require explicit state change | Mark Felder | |
Also cosmetic changes to make the code clearer | |||
2021-01-15 | Change user.confirmation_pending field to user.is_confirmed | 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-11 | ChatMessages: Fix pagination headers. | lain | |
They used to contain the path parameter `id` as query param, which would break the link. | |||
2021-01-07 | Backups: render ID in API | Alex Gleason | |
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2020-12-21 | Tests: 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-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-12-15 | Merge branch 'support/2255_posix_errors' into 'develop' | lain | |
[#2255] added error messages for posix error code See merge request pleroma/pleroma!3138 | |||
2020-12-09 | Merge 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-02 | Stream follow updates | Egor Kislitsyn | |
2020-11-19 | Merge 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-18 | fix tests | Maksim Pechnikov | |
2020-11-16 | added test | Maksim Pechnikov | |
2020-11-16 | Hide reactions from muted and blocked users | Egor Kislitsyn | |
2020-11-16 | fix tests | Maksim Pechnikov | |
2020-11-14 | added test | Maksim Pechnikov | |
2020-11-11 | Moving some background jobs into simple tasks | Alexander Strizhakov | |
- fetching activity data - attachment prefetching - using limiter to prevent overload | |||
2020-11-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
features/federation-status | |||
2020-11-04 | Add `with_muted` param to ChatController.index/2 | Egor Kislitsyn | |
2020-11-02 | Hide chats from muted users | Egor Kislitsyn | |
2020-10-31 | Merge branch 'feature/account-export' into 'develop' | feld | |
Add account export Closes #847 See merge request pleroma/pleroma!2918 | |||
2020-10-31 | Add idempotency_key to the chat_message entity. | eugenijm | |
2020-10-31 | Merge remote-tracking branch 'origin/develop' into feature/account-export | Egor Kislitsyn | |
2020-10-30 | Merge remote-tracking branch 'origin/develop' into feature/account-export | Egor Kislitsyn | |
2020-10-30 | Remove unused aliases | Egor Kislitsyn | |
2020-10-29 | Merge branch 'issue/2069' into 'develop' | Haelwenn | |
[#2069] unread_conversation_count See merge request pleroma/pleroma!2939 | |||
2020-10-27 | Merge branch 'develop' into feature/account-export | Mark Felder | |
2020-10-20 | Rename `Pleroma.Backup` to `Pleroma.User.Backup` | Egor Kislitsyn | |
2020-10-19 | Fix credo warnings | Egor Kislitsyn | |
2020-10-17 | Merge remote-tracking branch 'remotes/origin/develop' into chore/elixir-1.11 | Ivan Tashkinov | |
2020-10-16 | federation_status: Add ApiSpec | Haelwenn (lanodan) Monnier | |
2020-10-16 | federation_status: New endpoint showing unreachable instances | Haelwenn (lanodan) Monnier | |
2020-10-15 | Fix warnings | Egor Kislitsyn | |
2020-10-13 | JPEG content_type must be image/jpeg | Mark Felder | |
2020-10-13 | changes after rebase | Alexander Strizhakov | |
2020-10-13 | more tests | Alexander Strizhakov | |