Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-29 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-29 | Merge branch 'automatic-authentication-and-instance-publicity-checks' into ↵ | lain | |
'develop' Automatic checks of authentication / authorization / instance publicity See merge request pleroma/pleroma!2409 | |||
2020-04-28 | [#2349] Post-merge fix. | Ivan Tashkinov | |
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 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-28 | Merge branch 'docs/notification_destroy_multiple' into 'develop' | lain | |
Document DELETE /api/v1/notifications/destroy_multiple Closes #1711 See merge request pleroma/pleroma!2435 | |||
2020-04-28 | Pipeline: Unify, refactor, DRY. | lain | |
2020-04-28 | Document DELETE /api/v1/notifications/destroy_multiple | Mark Felder | |
2020-04-28 | CreateChatMessageValidator: Validate object existence | lain | |
2020-04-28 | Create activity handling: Flip it and reverse it | lain | |
Both objects and create activities will now go through the common pipeline and will be validated. Objects are now created as a side effect of the Create activity, rolling back a transaction if it's not possible to insert the object. | |||
2020-04-28 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-28 | Merge branch 'openapi/account' into 'develop' | rinpatch | |
Add OpenAPI specs for AccountController See merge request pleroma/pleroma!2374 | |||
2020-04-28 | SideEffects: Use Object.normalize to get the object. | lain | |
2020-04-28 | Recipient Type: Cast all elements as ObjectIDs. | lain | |
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 | 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 | requested changes to mongoose_im_controller.ex | 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 | secure mongoose auth endpoint | fence | |
2020-04-27 | Credo fixes. | lain | |
2020-04-27 | Docs: Align chat api changes with docs. | lain | |
2020-04-27 | Chat API: Align more to Pleroma/Mastodon API. | lain | |
2020-04-27 | ChatView: Add actor_account_id | lain | |
2020-04-27 | Credo fixes. | lain | |
2020-04-27 | Docs: Add chat motivation and api description. | lain | |
2020-04-27 | Chat Schemas: Inline unimportant Schemas. | lain | |
2020-04-27 | Merge branch 'develop' into openapi/account | Egor Kislitsyn | |
2020-04-27 | ChatControllerTest: Use new schema testing functions. | lain | |
2020-04-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-26 | Merge branch 'img-src-blob' into 'develop' | rinpatch | |
Let blob: pass CSP See merge request pleroma/pleroma!2427 | |||
2020-04-26 | Let blob: pass CSP | Alex Gleason | |
2020-04-25 | Merge branch '1706-dm-timeline-failure-fix' into 'develop' | lain | |
[#1706] Prevented error on unresolved activity actors for timeline actions Closes #1706 See merge request pleroma/pleroma!2425 | |||
2020-04-25 | [#1706] Formatting fix. | Ivan Tashkinov | |
2020-04-25 | [#1706] Prevented error on unresolved activity actors for timeline actions. | Ivan Tashkinov | |
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. | |||
2020-04-24 | Apply suggestion to CHANGELOG.md | lain | |
2020-04-24 | Update differences_in_mastoapi_responses.md | lain | |
2020-04-24 | bench sync | Alexander Strizhakov | |
2020-04-24 | updating benchmarks | Alexander Strizhakov | |
2020-04-24 | formatting | Alexander | |
2020-04-24 | reply filtering | Alexander | |