Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-22 | Merge branch 'emoji-react-better-errors' into 'develop' | rinpatch | |
EmojiReactionController: Return more appropriate error. See merge request pleroma/pleroma!2569 | |||
2020-05-22 | Fix notifications mark as read API | Egor Kislitsyn | |
2020-05-22 | EmojiReactionController: Return more appropriate error. | lain | |
2020-05-21 | Merge branch 'openapi/pleroma-api/pleroma' into 'develop' | lain | |
Add OpenAPI spec for PleromaAPI.PleromaAPIController See merge request pleroma/pleroma!2564 | |||
2020-05-20 | Merge branch 'openapi/pleroma-api/emojis' into 'develop' | lain | |
Add OpenAPI spec for EmojiPackController See merge request pleroma/pleroma!2549 | |||
2020-05-20 | Move notification actions to PleromaAPI.NotificationController | Egor Kislitsyn | |
2020-05-20 | Move conversation actions to PleromaAPI.ConversationController | Egor Kislitsyn | |
2020-05-20 | Move reaction actions to EmojiReactionController | Egor Kislitsyn | |
2020-05-20 | Add OpenAPI spec for PleromaAPI.PleromaAPIController | Egor Kislitsyn | |
2020-05-19 | Move Scrobble views to ScrobbleView | Egor Kislitsyn | |
2020-05-19 | Add OpenAPI spec for PleromaAPI.ScrobbleController | Egor Kislitsyn | |
2020-05-18 | Add OpenAPI spec for MascotController | Egor Kislitsyn | |
2020-05-18 | Rename EmojiAPIController to EmojiPackController | Egor Kislitsyn | |
2020-05-18 | Cleanup Pleroma.Emoji.Pack | Egor Kislitsyn | |
2020-05-18 | Add OpenAPI spec for PleromaAPI.EmojiAPIController | Egor Kislitsyn | |
2020-05-18 | copyright update | Alexander Strizhakov | |
2020-05-17 | Merge branch 'restricted-relations-embedding' into 'develop' | lain | |
Restricted support for embedded relationships See merge request pleroma/pleroma!2456 | |||
2020-05-13 | Add OpenAPI spec for PleromaAPI.AccountController | Egor Kislitsyn | |
2020-05-10 | [#2456] Removed support for embedded relationships in account view. | Ivan Tashkinov | |
2020-05-09 | [#2456] Dropped support for embedded `pleroma/account/relationship` in ↵ | Ivan Tashkinov | |
statuses and notifications. | |||
2020-05-08 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
restricted-relations-embedding | |||
2020-05-07 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/emojireactvalidator | |||
2020-05-07 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/emojireactvalidator | |||
2020-05-07 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/undo-validator-reduced | |||
2020-05-07 | Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵ | Maksim | |
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController | |||
2020-05-05 | Undoing: Move undoing reactions to the pipeline everywhere. | lain | |
2020-05-05 | ActivityPub: Remove `react_with_emoji`. | lain | |
2020-05-02 | Deactivate local users on deletion instead of deleting the record | rinpatch | |
Prevents the possibility of re-registration, which allowed to read DMs of the deleted account. Also includes a migration that tries to find any already deleted accounts and insert skeletons for them. Closes pleroma/pleroma#1687 | |||
2020-05-01 | Restricted embedding of relationships where applicable (statuses / ↵ | Ivan Tashkinov | |
notifications / accounts rendering). Added support for :skip_notifications for accounts listing (index.json). Adjusted tests. | |||
2020-04-30 | fix for auth check | Alexander Strizhakov | |
2020-04-30 | error rename | Alexander Strizhakov | |
2020-04-30 | emoji api packs changes in routes with docs update | Alexander Strizhakov | |
2020-04-30 | refactor emoji api with fixes | Alexander Strizhakov | |
2020-04-30 | return data only for updated emoji | Alexander Strizhakov | |
2020-04-24 | [#2409] Made `GET /api/v1/accounts/:id/favourites` auth-optional, adjusted ↵ | Ivan Tashkinov | |
tests. | |||
2020-04-24 | [#2409] Tested all auth setup configs in AuthTestControllerTest. Adjusted ↵ | Ivan Tashkinov | |
:skip_plug definitions for some endpoints. | |||
2020-04-22 | Fixed OAuth restrictions for :api routes. Made auth info dropped for :api ↵ | Ivan Tashkinov | |
routes if OAuth check was neither performed nor explicitly skipped. | |||
2020-04-21 | Automatic checks of authentication / instance publicity. Definition of ↵ | Ivan Tashkinov | |
missing OAuth scopes in AdminAPIController. Refactoring. | |||
2020-04-16 | Merge branch 'authenticated-api-oauth-check-enforcement' into 'develop' | rinpatch | |
Enforcement of OAuth scopes check for authenticated API endpoints See merge request pleroma/pleroma!2349 | |||
2020-04-16 | Merge branch 'develop' into features/remove-user-source_data | rinpatch | |
2020-04-15 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
authenticated-api-oauth-check-enforcement | |||
2020-04-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
output-of-relationships-in-statuses | |||
2020-04-10 | profile emojis in User.emoji instead of source_data | Haelwenn (lanodan) Monnier | |
2020-04-06 | Enforcement of OAuth scopes check for authenticated API endpoints, ↵ | Ivan Tashkinov | |
:skip_plug plug to mark a plug explicitly skipped (disabled). | |||
2020-04-01 | Ability to control the output of account/pleroma/relationship in statuses in ↵ | Ivan Tashkinov | |
order to improve the rendering performance. See `[:extensions, output_relationships_in_statuses_by_default]` setting and `with_relationships` param. | |||
2020-03-24 | Support pagination in conversations | Egor Kislitsyn | |
2020-03-15 | pleroma_api_controller.ex: Improve conversations error reporting | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/issues/1594 | |||
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-02-25 | Fix Dialyzer warnings | Egor Kislitsyn | |