summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/common_api/activity_draft.ex
AgeCommit message (Expand)Author
2024-01-22Pleroma.Web.ActivityPub.Builder: fix dialyzer errorMark Felder
2023-11-29Change url to externalLink as requested by hj here: https://shigusegubu.club/...NEETzsche
2023-11-23Add optional URL value for scrobblesNEETzsche
2023-09-13Do not mention original poster when quotingtusooa
2023-09-13Allow local quote and private self-quotetusooa
2023-09-13CommonAPI: disallow quoting private posts through the APIAlex Gleason
2023-09-13ActivityDraft: mix format, defensive actor IDAlex Gleason
2023-09-13ActivityDraft: mention the OP of a quoted postAlex Gleason
2023-09-13ActivityDraft: create quote postsAlex Gleason
2023-09-03CommonAPI: Prevent users from accessing media of other usersMint
2023-01-02Revert "Merge branch 'copyright-bump' into 'develop'"lain
2023-01-01Bump copyright yearmarcin mikołajczak
2022-06-04Expose content type of status sourcesTusooa Zhu
2022-02-25Copyright bump for 2022Sean King
2022-02-06Max media attachment countmarcin mikołajczak
2021-08-14Builder.note/1: return {:ok, map(), keyword()} like other Builder functionsAlex Gleason
2021-08-14CommonAPI.Utils.make_note_data/1 --> ActivityPub.Builder.note/1Alex Gleason
2021-06-08Pleroma.Web.Params --> Pleroma.Web.Utils.ParamsAlex Gleason
2021-06-08Pleroma.Web.ControllerHelper.truthy_param?/1 --> Pleroma.Web.Params.truthy_pa...Alex Gleason
2021-03-22Copy emoji in the subject from parent postrinpatch
2021-03-19Merge branch 'fix/remove_auto_nsfw' into 'develop'rinpatch
2021-03-01Store application details in the object under the generator key, not applicat...Mark Felder
2021-02-27Remove sensitive-property setting #nsfw, create HashtagPolicyHaelwenn (lanodan) Monnier
2021-02-09Ensure we capture the application details into the objectMark Felder
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2020-10-15Add local-only statusesEgor Kislitsyn
2020-09-10schedule activity expiration in ObanAlexander Strizhakov
2020-06-26activity_draft: Add source fieldHaelwenn (lanodan) Monnier
2020-06-01Merge remote-tracking branch 'origin/develop' into global-status-expirationEgor Kislitsyn
2020-05-13Add OpenAPI spec for StatusControllerEgor Kislitsyn
2020-04-28Merge branch 'develop' into global-status-expirationEgor Kislitsyn
2020-04-24reply filteringAlexander
2020-04-20Merge branch 'develop' into global-status-expirationEgor Kislitsyn
2020-04-01Ability to control the output of account/pleroma/relationship in statuses in ...Ivan Tashkinov
2020-03-12Merge remote-tracking branch 'origin/develop' into global-status-expirationEgor Kislitsyn
2020-03-03Update CopyrightsMark Felder
2020-02-13Move ActivityExpiration creation from CommonApi.post/2 to ActivityPub.insert/4Egor Kislitsyn
2019-09-28Fix not being able to post empty statuses with attachmentsrinpatch
2019-09-26Add ActivityDraft.with_valid/2Egor Kislitsyn
2019-09-26Add CommonAPI.ActivityDraftEgor Kislitsyn