summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/mastodon_api/views/status_view.ex
AgeCommit message (Expand)Author
2024-01-29Pleroma.Web.MastodonAPI.StatusView: dialyzer errorMark Felder
2023-12-13Merge branch 'add-opengraph-rich-media-proxy' into 'develop'lain
2023-12-12Add media proxy to opengraph rich media cardsAlexander Tumin
2023-11-12Count and display post quotesmarcin mikołajczak
2023-09-13Fix quote_visible attributetusooa
2023-09-13Expose quote_id parameter on the apitusooa
2023-09-13StatusView: return quote post inside a reblogAlex Gleason
2023-09-13StatusView: add `quote_visible` paramAlex Gleason
2023-09-13StatusView: fix quote visibilityAlex Gleason
2023-09-13Return quote_url through the API, don't render quotes more than 1 level deepAlex Gleason
2023-09-13StatusView: render the whole quoted statusAlex Gleason
2023-09-13StatusView: show quoted posts through the API, probablyAlex Gleason
2023-03-26Fix emoji reactions for legacy 2-tuple formatstusooa
2023-03-02Allow reacting with remote emoji when they exist on the post (#200)floatingghost
2023-01-02Revert "Merge branch 'copyright-bump' into 'develop'"lain
2023-01-01Bump copyright yearmarcin mikołajczak
2022-12-15StatusView: Fix warningLain Soykaf
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