Fix tests.
[akkoma] / lib / pleroma / web / mastodon_api / views / status_view.ex
2018-05-13 csaurusFix tests.
2018-05-06 lambdaMerge branch 'feld-varnish' into 'develop'
2018-05-06 lambdaMerge branch 'feld-warnings' into 'develop'
2018-05-04 Mark FelderGroup def renders together to fix warning
2018-05-04 Mark FelderMerge branch 'feld-test.secret' into feld-warnings
2018-05-04 Mark FelderFix unused variables, imports, and aliases
2018-04-24 lambdaMerge branch 'favicon_tag' into 'develop'
2018-04-10 lambdaMerge branch 'feld-varnish' into 'develop'
2018-04-02 lainMerge branch 'develop' of git.pleroma.social:pleroma...
2018-04-02 lambdaMerge branch 'fix-107' into 'develop'
2018-04-02 Morgan Bazalgettemasto api: run emojis through mediaproxy
2018-04-01 KANEKO YoshitakaFix conflict
2018-03-30 lainFormat the code.
2018-03-27 lainReduce OP fetching queries.
2018-03-27 lainDon't try to fetch OP if none is there.
2018-03-25 lainReturn "audio" info in mastodon api.
2018-03-23 lainStrip html from emoji stuff.
2018-03-20 lambdaMerge branch 'feld-varnish' into 'develop'
2018-03-20 lambdaMerge branch 'patch-README' into 'develop'
2018-03-20 lambdaMerge branch 'feld-mastoweb5000' into 'develop'
2018-03-20 lambdaMerge branch 'feld-Logger' into 'develop'
2018-03-16 William Pitcockmastodon api: fix rendering the mentions JSON
2018-03-08 lambdaMerge branch 'feature/activitypub' into 'develop'
2018-03-08 lainMerge branch 'develop' into feature/activitypub
2018-02-21 lainMerge branch 'develop' into feature/activitypub
2018-02-20 lainRemove some noise.
2018-02-18 lainMastodonAPI: Post with visibility settings
2018-02-18 lainHandle sensitive property.
2018-02-18 lainMastodon StatusView: Return correct visibility.
2018-02-11 Roger BraunMerge branch 'develop' into feature/activitypub
2017-12-20 lambdaMerge branch 'media-proxy' into 'develop'
2017-12-11 hrefMerge remote-tracking branch 'upstream/develop' into...
2017-12-09 Roger BraunMerge branch 'develop' into feature/activitypub
2017-12-05 hrefMerge remote-tracking branch 'upstream/develop' into...
2017-11-28 hrefmedia proxy: good enough wip
2017-11-22 lambdaMerge branch 'develop' into 'develop'
2017-11-21 ealMerge branch 'fix/self-follow' into 'develop'
2017-11-20 ealMerge branch 'fix/mastoapi-attachment-count' into ...
2017-11-20 ealMastoAPI: no more than 4 attachments.
2017-11-15 Roger BraunMastoAPI: Make attachment ids strings.
2017-11-12 lambdaMerge branch 'mastodon-notification-endpoints' into...
2017-11-12 lambdaMerge branch 'filetype-recognition' into 'develop'
2017-11-12 lambdaMerge branch 'mastoapi-update-credentials' into 'develop'
2017-11-11 Roger BraunMastoAPI: Fix reblog emojis.
2017-11-10 Roger BraunMerge branch 'develop' of git.pleroma.social:pleroma...
2017-11-10 Roger BraunMastoAPI: Use string ids everywhere.
2017-10-31 Roger BraunMastoAPI: Include CW.
2017-10-31 Roger BraunMerge branch 'feature/mastodon-api-fixes' into develop
2017-10-31 Roger BraunMastoAPI: Return id as string instead of integer.
2017-10-31 Roger BraunMastoAPI: Always return an url for statuses.
2017-10-23 Roger BraunMerge branch 'develop' of ssh.gitgud.io:lambadalambda...
2017-10-23 Roger BraunMastoAPI: Add emoji output.
2017-09-17 Roger BraunMastoAPI: Fix reblog view.
2017-09-17 Roger BraunMastoAPI: Add repeats to statusview.
2017-09-15 Roger BraunMastoAPI: Fix date in account view.
2017-09-15 Roger BraunMastoAPI: Set user id on replies.
2017-09-14 Roger BraunMastoAPI: fake out 'application' property.
2017-09-14 Roger BraunMastoAPI: Also return text_url in attachments.
2017-09-13 Roger BraunOh no! More datetime fixes!
2017-09-13 Roger BraunReparse time to ensure correct format.
2017-09-13 Roger BraunAllign datetime format with mastodon.
2017-09-12 Roger BraunRemove milliseconds from mastodon api response.
2017-09-12 Roger BraunUse signed integer as attachment id.
2017-09-12 Roger BraunUse hash of attachment url as id.
2017-09-11 lambadalambdaMerge branch 'oauth2' into 'develop'
2017-09-11 Roger BraunMerge branch 'develop' into oauth2
2017-09-10 Roger BraunAdd attachments to mastoapi statuses.
2017-09-09 Roger BraunAdd favoriting to Mastodon API.
2017-09-09 Roger BraunAdd reblogging to MastodonAPI.
2017-09-09 Roger BraunAdd Mastodon StatusView.