Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-05 | Undoing: Move undoing follows to the pipeline everywhere. | lain | |
2020-05-05 | Undoing: Move undoing blocks to the pipeline everywhere. | lain | |
2020-05-05 | Undoing: Move undoing announcements to the pipeline everywhere. | lain | |
2020-05-05 | Undoing: Move undoing reactions to the pipeline everywhere. | lain | |
2020-05-05 | Undoing: Move undoing likes to the pipeline everywhere. | lain | |
2020-05-05 | UndoValidator: Add UndoValidator. | lain | |
2020-05-05 | Transmogrifier tests: Extract Undo handling | lain | |
2020-05-05 | Merge branch 'fix/issue-1729' into 'develop' | lain | |
Only update follower/following stats for actor types of users and bots. Closes #1565 and #1729 See merge request pleroma/pleroma!2464 | |||
2020-05-04 | LikeValidator: Fix up context. | lain | |
2020-05-04 | LikeValidator: Fix up missing recipients. | lain | |
2020-05-04 | Transmogrifier tests: Extract like tests. | lain | |
2020-05-04 | ActivityPub: Don't fetch `Application` follower counts. | lain | |
2020-05-02 | Merge branch 'feature/1710-consolidate-instance-info' into 'develop' | rinpatch | |
Feature/1710 consolidate instance info Closes #1710 See merge request pleroma/pleroma!2430 | |||
2020-05-02 | Mastodon API: do not create a following relationship if the corresponding ↵ | eugenijm | |
follow request doesn't exist when calling `POST /api/v1/follow_requests/:id/authorize` | |||
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-02 | [#1732] Made AP C2S :followers and :following endpoints serve on no auth | Ivan Tashkinov | |
(as for related :api pipeline endpoints). | |||
2020-05-01 | Fix sporadic test compilation failure caused by unused alias | rinpatch | |
2020-05-01 | Merge branch 'openapi/notifications' into 'develop' | lain | |
Add OpenAPI spec for NotificationController See merge request pleroma/pleroma!2437 | |||
2020-05-01 | Merge branch 'openapi/reports' into 'develop' | lain | |
Add OpenAPI spec for ReportController See merge request pleroma/pleroma!2434 | |||
2020-05-01 | Merge branch 'issue/1577' into 'develop' | lain | |
[#1577] fix mediaType of object See merge request pleroma/pleroma!2372 | |||
2020-05-01 | Merge branch 'fix/captcha' into 'develop' | lain | |
Fix account registration when captcha is enabled but not provided Closes #1712 See merge request pleroma/pleroma!2438 | |||
2020-04-30 | Merge branch 'tests/more-apc2s' into 'develop' | lain | |
Increase tests on AP C2S See merge request pleroma/pleroma!2449 | |||
2020-04-30 | Increase tests on AP C2S | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/-/issues/954 | |||
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-30 | Merge branch 'develop' into openapi/notifications | Egor Kislitsyn | |
2020-04-30 | Merge branch 'develop' into openapi/reports | Egor Kislitsyn | |
2020-04-29 | Add tests for account registration with captcha enabled and improve errors | Egor Kislitsyn | |
2020-04-29 | added test | Maksim Pechnikov | |
2020-04-28 | Add OpenAPI spec for NotificationController | Egor Kislitsyn | |
2020-04-28 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
automatic-authentication-and-instance-publicity-checks # Conflicts: # lib/pleroma/web/mastodon_api/controllers/account_controller.ex | |||
2020-04-28 | Add OpenAPI spec for ReportController | Egor Kislitsyn | |
2020-04-28 | Merge branch 'openapi/account' into 'develop' | rinpatch | |
Add OpenAPI specs for AccountController See merge request pleroma/pleroma!2374 | |||
2020-04-28 | Merge branch 'mongoose-secure' into 'develop' | lain | |
mongoose auth endpoint worked for deactivated accounts See merge request pleroma/pleroma!2432 | |||
2020-04-28 | convert markdown content to html | Maksim Pechnikov | |
2020-04-28 | formating | fence | |
2020-04-27 | Move single used schemas to operation schema | Egor Kislitsyn | |
2020-04-27 | mongooseim test: explicitly set password for the deactivated used | fence | |
2020-04-27 | requested changes to mongoose test | fence | |
2020-04-27 | Use `json_response_and_validate_schema/2` in tests to validate OpenAPI schema | Egor Kislitsyn | |
2020-04-27 | add tests for deactivated users for mongoose auth | fence | |
2020-04-27 | InstanceController: Add extensions to `/api/v1/instance` | lain | |
2020-04-27 | Merge branch 'develop' into openapi/account | Egor Kislitsyn | |
2020-04-24 | [#2409] Made `GET /api/v1/accounts/:id/favourites` auth-optional, adjusted ↵ | Ivan Tashkinov | |
tests. | |||
2020-04-24 | Merge branch 'bugfix/announce-race-condition' into 'develop' | rinpatch | |
Announcements: Prevent race condition. See merge request pleroma/pleroma!2423 | |||
2020-04-24 | Merge branch 'reply-filtering-refactor' into 'develop' | lain | |
Reply filtering refactor See merge request pleroma/pleroma!2424 | |||
2020-04-24 | Reply Filtering: Refactor. | lain | |
2020-04-24 | Merge branch 'openapi-improvements' into 'develop' | lain | |
Support validation for inline OpenAPI schema and automatic tests for examples Closes #1696 See merge request pleroma/pleroma!2421 | |||
2020-04-24 | [#2409] Tested all auth setup configs in AuthTestControllerTest. Adjusted ↵ | Ivan Tashkinov | |
:skip_plug definitions for some endpoints. |