aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/common_api
AgeCommit message (Collapse)Author
2020-07-08CommonAPI: Switch to pipeline for following.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-25AccountController: Extract blocking to CommonAPI.lain
2020-06-12Merge branch 'global-status-expiration' into 'develop'lain
Global status expiration See merge request pleroma/pleroma!2208
2020-06-02Notifications: Make notifications save their type.lain
2020-06-01CommonAPI: Newlines -> br for chat messages.lain
2020-06-01Merge remote-tracking branch 'origin/develop' into global-status-expirationEgor Kislitsyn
2020-05-30CommonAPI: Linkify chat messages.lain
2020-05-25Streamer: Don't crash on streaming chat notificationslain
2020-05-25Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-24Merge branch 'mastodon-migration-compat' into 'develop'rinpatch
Add compatibility routes for converted mastodon instances Closes #1797 See merge request pleroma/pleroma!2572
2020-05-22Apply suggestion to lib/pleroma/web/common_api/utils.exRoman Chvanikov
2020-05-22Add filename_display_max_length configRoman Chvanikov
2020-05-22ActivityPubController: Add Mastodon activity compat route.lain
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-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-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
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/undo-validator-reduced
2020-05-07Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵Maksim
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController
2020-05-06Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-06ChatMessages: Add attachments.lain
2020-05-05Undoing: Move undoing blocks to the pipeline everywhere.lain
2020-05-05Undoing: Move undoing announcements to the pipeline everywhere.lain
2020-05-05Undoing: Move undoing reactions to the pipeline everywhere.lain
2020-05-05Undoing: Move undoing likes to the pipeline everywhere.lain
2020-05-05Merge branch 'develop' into global-status-expirationEgor Kislitsyn
2020-05-05ActivityPub: Remove `react_with_emoji`.lain
2020-05-04CommonAPI: Refactor for readabilitylain
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-05-01Merge branch 'openapi/reports' into 'develop'lain
Add OpenAPI spec for ReportController See merge request pleroma/pleroma!2434
2020-04-30Merge branch 'develop' of ssh://git.pleroma.social/pleroma/pleroma into ↵Lain Soykaf
feature/delete-validator
2020-04-30Dismiss the follow request notification on rejectioneugenijm
2020-04-30CommonAPI: Use common pipeline for deletions.lain
2020-04-29Pipeline: Always run common_pipeline in a transaction for now.lain