aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/mastodon_api
AgeCommit message (Expand)Author
2022-08-19LintTusooa Zhu
2022-08-19Disconnect streaming sessions when token is revokedTusooa Zhu
2021-08-13Streamer: fix crash in MastodonAPI.StatusViewAlex Gleason
2021-07-02fix the fucking list timelines on mastofe/soapbox-femarcin mikołajczak
2021-06-08Refactor skipped plugs into Pleroma.Web functionsAlex Gleason
2021-06-08Fix order of Pleroma.Web.Utils.Params aliasesAlex 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-06-01Add "chat" back as a feature for backwards compat.Mark Felder
2021-06-01Move shout configuration from :instance, update docs and changelogMark Felder
2021-06-01Rename the non-federating Chat feature to ShoutMark Felder
2021-05-31Merge remote-tracking branch 'pleroma/develop' into cycles-base-urlAlex Gleason
2021-05-31Deprecate Pleroma.Web.base_url/0Alex Gleason
2021-05-30Merge commit '07fed0fda2473fc4e1e3b01e863217391fd2902f'; commit 'e3173a279dad...Alex Gleason
2021-05-29Merge branch 'cycles-views' into 'develop'feld
2021-05-29Merge remote-tracking branch 'pleroma/develop' into cycles-htmlAlex Gleason
2021-05-29Break out activity-specific HTML functions into Pleroma.Activity.HTMLAlex Gleason
2021-05-29Merge remote-tracking branch 'pleroma/develop' into cycles-viewsAlex Gleason
2021-05-29Create real Views for all ControllersAlex Gleason
2021-05-28Merge branch 'alias-router-helpers' into 'develop'feld
2021-05-20Expose user email address to user/owner; not publicly.Mark Felder
2021-05-19Merge remote-tracking branch 'pleroma/develop' into alias-router-helpersAlex Gleason
2021-05-18Switch to aliasing `Router.Helpers` instead of importingAlex Gleason
2021-05-12Merge remote-tracking branch 'upstream/develop' into attachment-metaAlex Gleason
2021-05-12Don't render media `meta` if nilAlex Gleason
2021-05-12Add SetMeta filter to store uploaded image sizesAlex Gleason
2021-04-16Merge branch 'feature/521-pinned-post-federation' into 'develop'rinpatch
2021-04-09Use URI.merge to prevent concatenating two canonical URLs when a custom insta...Mark Felder
2021-03-25refetch user on incoming add/remove activityAlexander Strizhakov
2021-03-25Let pins federateAlexander Strizhakov
2021-03-21Merge branch 'richmedia-workaround' into 'develop'rinpatch
2021-03-16Merge branch 'update_open_api_spex' into 'develop'Haelwenn
2021-03-13Prefer naming this function build_image_url/2Mark Felder
2021-03-11Leverage function pattern matching insteadMark Felder
2021-03-10Workaround for URI.merge/2 bug https://github.com/elixir-lang/elixir/issues/1...Mark Felder
2021-03-07Merge remote-tracking branch 'remotes/origin/develop' into feature/object-has...Ivan Tashkinov
2021-03-07[#3213] Performance optimization of filtering by hashtags ("any" condition).Ivan Tashkinov
2021-03-05Update OpenApiSpex dependencyEgor Kislitsyn
2021-03-02Make the object reference in both render("show.json", _) functions consistent...Mark Felder
2021-03-02Fix build_application/1 matchMark Felder
2021-03-02Linting.lain
2021-03-02StatusController: Deactivate application support for now.lain
2021-03-02Merge remote-tracking branch 'remotes/origin/develop' into feature/object-has...Ivan Tashkinov
2021-03-01Store application details in the object under the generator key, not applicat...Mark Felder
2021-02-28Merge branch 'feat/client_app_details' into 'develop'lain
2021-02-26Store the client application data in ActivityStreams formatMark Felder
2021-02-23Merge remote-tracking branch 'remotes/origin/develop' into feature/object-has...Ivan Tashkinov
2021-02-18Tests to validate client disclosure obeys user settingMark Felder
2021-02-18Mastodon makes this field null when posting with MastoFE or if you choose to ...Mark Felder
2021-02-18expires_in in scheduled status paramsAlexander Strizhakov