aboutsummaryrefslogtreecommitdiff
path: root/test/web/common_api
AgeCommit message (Collapse)Author
2020-08-04CommonAPITest: Add test that deactivated users can't post.lain
2020-07-24CommonAPI Tests: Check that undoing objects federates them as embeds.Lain Soykaf
2020-07-08ActivityPub: Remove `follow` and fix issues.lain
2020-07-03Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
features/mastoapi-2.9.0-status_text
2020-06-26activity_draft: Add source fieldHaelwenn (lanodan) Monnier
2020-06-25Blocking: Don't federate if the options is set.lain
2020-06-07SideEffects: Move streaming of chats to after the transaction.lain
2020-06-05Pipeline: Add a side effects step after the transaction finisheslain
This is to run things like streaming notifications out, which will sometimes need data that is created by the transaction, but is streamed out asynchronously.
2020-06-01CommonAPI: Newlines -> br for chat messages.lain
2020-05-30CommonAPI: Linkify chat messages.lain
2020-05-25Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-22Add filename_display_max_length configRoman Chvanikov
2020-05-22Merge branch 'announce-validator' into 'develop'Haelwenn
Announce validator See merge request pleroma/pleroma!2567
2020-05-21Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-21Announcements: Fix all tests.lain
2020-05-20Announcements: Handle through common pipeline.lain
2020-05-20CommonAPI: Change public->private implicit addressing.lain
This will not add the OP to the `to` field anymore when going from public to private.
2020-05-19Add OpenAPI spec for PleromaAPI.ScrobbleControllerEgor Kislitsyn
2020-05-17Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-16CommonAPI: Unblock a user even if we don't have an activity.lain
2020-05-13Chat: Allow posting without content if an attachment is present.lain
2020-05-13Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-13Add OpenAPI spec for StatusControllerEgor Kislitsyn
2020-05-11Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-11Deletion: Handle the case of pruned objects.lain
2020-05-08Transmogrifier: Don't modify attachments for chats.lain
2020-05-08Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/emojireactvalidator
2020-05-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/emojireactvalidator
2020-05-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/undo-validator-reduced
2020-05-06Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-05Undoing: Move undoing reactions to the pipeline everywhere.lain
2020-05-05ActivityPub: Remove `react_with_emoji`.lain
2020-05-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-03Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/delete-validator
2020-05-02Mastodon 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-04-30DeleteValidator: Don't federate local deletions of remote objects.lain
Closes #1497
2020-04-28Add OpenAPI spec for ReportControllerEgor Kislitsyn
2020-04-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-04-24Announcements: Prevent race condition.lain
2020-04-23Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-04-23CommonAPI: Don't make repeating announces possiblelain
2020-04-22SideEffects: Run in transaction.lain
This fixes race conditions.
2020-04-20ChatMessage: Support emoji.lain
2020-04-20CommonAPI: Obey local limit for chat messages.lain
2020-04-17Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-04-16Merge branch 'develop' into features/remove-user-source_datarinpatch
2020-04-16CommonAPI: Escape HTML for chat messages.lain
2020-04-15Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-04-11Merge branch 'following-relationships-optimizations' into 'develop'rinpatch
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332