aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/mastodon_api/views/status_view.ex
AgeCommit message (Expand)Author
2022-09-04Merge branch 'fix/federation-context-issues' into 'develop'tusooa
2022-08-10StatusView: implement pleroma.context fieldHélène
2022-08-09StatusView: clear MSB on calculated conversation_idHélène
2022-08-09CommonFields: remove context_idHélène
2022-08-09Object: remove context_id fieldHélène
2022-06-25Unify the logic of updating objectsTusooa Zhu
2022-06-11Show original status at the first of historyTusooa Zhu
2022-06-11Workaround with_index does not support function in Elixir 1.9Tusooa Zhu
2022-06-09Fix incorrectly cached content after editingTusooa Zhu
2022-06-08Return the corresponding object id in attachment viewTusooa Zhu
2022-06-04Expose content type of status sourcesTusooa Zhu
2022-06-03Show edited_at in MastodonAPI/showTusooa Zhu
2022-05-30Implement viewing sourceTusooa Zhu
2022-05-29Implement mastodon api for showing edit historyTusooa Zhu
2022-02-25Copyright bump for 2022Sean King
2021-08-13Streamer: fix crash in MastodonAPI.StatusViewAlex Gleason
2021-05-31Merge remote-tracking branch 'pleroma/develop' into cycles-base-urlAlex Gleason
2021-05-31Deprecate Pleroma.Web.base_url/0Alex Gleason
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-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-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-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-02Make the object reference in both render("show.json", _) functions consistent...Mark Felder
2021-03-02Fix build_application/1 matchMark Felder
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-26Store the client application data in ActivityStreams formatMark Felder
2021-02-18Mastodon makes this field null when posting with MastoFE or if you choose to ...Mark Felder
2021-02-09Rendering fallback for when we don't have valid data availableMark Felder
2021-02-09Enable rendering of the client application data detailsMark Felder
2021-01-22Merge remote-tracking branch 'remotes/origin/develop' into feature/object-has...Ivan Tashkinov
2021-01-21Make tag urls absoluteMark Felder
2021-01-13Merge remote-tracking branch 'remotes/origin/develop' into feature/object-has...Ivan Tashkinov
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2021-01-04Object: Rework how Object.normalize workslain
2020-12-28Revert "Merge branch 'features/hashtag-column' into 'develop'"Haelwenn
2020-12-28Pleroma.Object/1: take %Object{} as argument insteadHaelwenn (lanodan) Monnier
2020-12-22Create Object.hashtags/1 wrapperHaelwenn (lanodan) Monnier
2020-12-22Insert text representation of hashtags into object["hashtags"]Haelwenn (lanodan) Monnier
2020-12-21Encapsulation of tags / hashtags fetching from objects.Ivan Tashkinov
2020-11-16Hide reactions from muted and blocked usersEgor Kislitsyn
2020-11-11Render blurhashes in Mastodon APIMark Felder