summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-30ObjectValidator: Add actor fetcher.lain
2020-04-30Typo fix.lain
2020-04-30Apply suggestion to ↵lain
lib/pleroma/web/api_spec/schemas/chat_message_create_request.ex
2020-04-30Merge branch '1364-no-pushes-from-blocked-domains-users' into 'develop'lain
[#1364] [FIX] Disabled notifications on activities from blocked domains (unless actors are followed) See merge request pleroma/pleroma!2367
2020-04-30Merge branch 'develop' into openapi/notificationsEgor Kislitsyn
2020-04-30Merge branch 'develop' into openapi/reportsEgor Kislitsyn
2020-04-29Merge branch 'fix/add-exclude-replies-openapi' into 'develop'rinpatch
Add exlude_replies to OpenAPI spec for account timelines See merge request pleroma/pleroma!2443
2020-04-30Add exlude_replies to OpenAPI spec for account timelinesrinpatch
2020-04-29Update AdminFE build in preparation for the 2.0.3 releaseMark Felder
2020-04-29Apply suggestion to lib/pleroma/web/api_spec/schemas/chat_message_response.exlain
2020-04-29Apply suggestion to lib/pleroma/web/pleroma_api/controllers/chat_controller.exlain
2020-04-29Apply suggestion to lib/pleroma/web/activity_pub/transmogrifier.exlain
2020-04-29Apply suggestion to lib/pleroma/chat.exlain
2020-04-29Apply suggestion to docs/API/chats.mdlain
2020-04-29Change Pleroma.CaptchaTest to be a regular module instead of GenServerEgor Kislitsyn
2020-04-29Add tests for account registration with captcha enabled and improve errorsEgor Kislitsyn
2020-04-29Fix account registration when captcha is enabled but not providedEgor Kislitsyn
2020-04-29Document `captcha_answer_data` parameterEgor Kislitsyn
2020-04-29ObjectValidator: Add validation for `Delete`s.lain
2020-04-29LikeValidator: Use Recipients Type.lain
2020-04-29Object Validator Types: Add Recipients.lain
2020-04-29Chat message creation: Check actor.lain
2020-04-29Transmogrifier: Fetch missing actors for chatmessages.lain
2020-04-29Transmogrifier: Remove ChatMessageHandling module.lain
2020-04-29Pipeline: Always run common_pipeline in a transaction for now.lain
2020-04-29ChatOperation: Refactor.lain
2020-04-29Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-04-29Merge 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-29added testMaksim Pechnikov
2020-04-28Add OpenAPI spec for NotificationControllerEgor Kislitsyn
2020-04-28[#2349] Post-merge fix.Ivan Tashkinov
2020-04-28Merge 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-28Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-04-28Merge 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-28Pipeline: Unify, refactor, DRY.lain
2020-04-28Document DELETE /api/v1/notifications/destroy_multipleMark Felder
2020-04-28CreateChatMessageValidator: Validate object existencelain
2020-04-28Create activity handling: Flip it and reverse itlain
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-28Add OpenAPI spec for ReportControllerEgor Kislitsyn
2020-04-28Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-04-28Merge branch 'openapi/account' into 'develop'rinpatch
Add OpenAPI specs for AccountController See merge request pleroma/pleroma!2374
2020-04-28SideEffects: Use Object.normalize to get the object.lain
2020-04-28Recipient Type: Cast all elements as ObjectIDs.lain
2020-04-28Merge branch 'develop' into global-status-expirationEgor Kislitsyn
2020-04-28Merge branch 'mongoose-secure' into 'develop'lain
mongoose auth endpoint worked for deactivated accounts See merge request pleroma/pleroma!2432
2020-04-28convert markdown content to htmlMaksim Pechnikov
2020-04-28fix markdown formatMaksim Pechnikov
2020-04-28formatingfence
2020-04-27Move single used schemas to operation schemaEgor Kislitsyn
2020-04-27mongooseim test: explicitly set password for the deactivated usedfence