Add custom emoji to Mastodon UI initial state.
[akkoma] / lib / pleroma / web / mastodon_api / mastodon_api_controller.ex
2017-11-16 Roger BraunAdd custom emoji to Mastodon UI initial state.
2017-11-13 Roger BraunMastoAPI: Fix repeat api bug.
2017-11-12 Roger BraunMerge branch 'develop' of git.pleroma.social:pleroma...
2017-11-12 Roger BraunAdd Mastodon frontend.
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 ealMastoAPI: Add update credentials endpoint.
2017-11-10 Roger BraunMerge branch 'develop' of git.pleroma.social:pleroma...
2017-11-10 ealMastoAPI: Add notification get, clear and dismiss.
2017-11-09 Roger BraunMerge branch 'develop' of git.pleroma.social:pleroma...
2017-11-09 Roger BraunMastoAPI: Fetch statuses in search.
2017-11-08 lambdaMerge branch 'following-you-in-user-view' into 'develop'
2017-11-08 Roger BraunLook through whole db for user timelines.
2017-11-07 lambdaMerge branch 'mastodon-emoji-endpoint' into 'develop'
2017-11-07 ealAdd mastodon API endpoint for custom emoji.
2017-11-05 Roger BraunMerge branch 'develop' of git.pleroma.social:pleroma...
2017-11-03 lambdaMerge branch 'feature/blocks' into 'develop'
2017-11-03 Roger BraunMastoAPI: Add list of blocked users.
2017-11-03 Roger BraunMastoAPI: Add blocking.
2017-11-03 Roger BraunMastoAPI: Fix mentions always being for an anonymous...
2017-11-02 Roger BraunMastoApi: Add blocking to fetches.
2017-10-30 Roger BraunMerge branch 'feld/pleroma-feld-mastodon-usersearch...
2017-10-30 Roger BraunMove user search to User module.
2017-10-30 Mark FelderFix /api/v1/accounts/search by splitting account search...
2017-10-29 lambdaMerge branch 'missing-mastodon-follow-endpoint' into...
2017-10-28 ealClean style.
2017-10-28 ealFix return type of /api/v1/follows
2017-10-28 lambdaMerge branch 'missing-mastodon-follow-endpoint' into...
2017-10-28 ealReturn error message on errors
2017-10-28 ealAdd mastodon API endpoint for follow
2017-09-17 Roger BraunMastoAPI: Return reblogs, too.
2017-09-17 Roger BraunMastodonAPI: Add user favorites endpoint.
2017-09-16 Roger BraunAdd remote user fetching to search.
2017-09-16 Roger BraunSet search config to 'english'.
2017-09-16 Roger BraunAdd basic search.
2017-09-15 Roger BraunRefactor posting and make character limit configurable.
2017-09-15 Roger BraunAdd instance config options.
2017-09-14 Roger BraunMastoAPI: Follower-related changes
2017-09-14 Roger BraunAdd tag timelines.
2017-09-14 Roger BraunMastoAPI: Add favourited_by/reblogged_by.
2017-09-14 Roger BraunAdd media upload endpoint.
2017-09-13 Roger BraunMastoAPI: Add accounts getting.
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-13 Roger BraunReturn iso8601 date.
2017-09-13 Roger BraunAdd relationships to masto api.
2017-09-12 Roger BraunMastoAPI: More link headers.
2017-09-12 Roger BraunAdd parentheses.
2017-09-12 Roger BraunMastoAPI: Add link headers to home timeline
2017-09-11 lambadalambdaMerge branch 'oauth2' into 'develop'
2017-09-11 Roger BraunMerge branch 'develop' into oauth2
2017-09-11 Roger BraunAdd follow notifications.
2017-09-11 Roger BraunAdd reblogs to notifications.
2017-09-11 Roger BraunAdd favorites to notifications.
2017-09-11 Roger BraunAdd basic mastodon notification support.
2017-09-10 Roger BraunAdd user timelines to Masto Api.
2017-09-10 Roger BraunFix masto api context.
2017-09-10 Roger BraunAdd context to mastodonAPI.
2017-09-10 Roger BraunReverse mastodon timeline data.
2017-09-09 Roger BraunSmall hack to make notifications return empty for now.
2017-09-09 Roger BraunAdd unfav to Mastodon API.
2017-09-09 Roger BraunAdd favoriting to Mastodon API.
2017-09-09 Roger BraunAdd reblogging to MastodonAPI.
2017-09-09 Roger BraunAdd deletion to masto api.
2017-09-09 Roger BraunAdd more Mastodon API methods.
2017-09-07 Roger BraunSlight cleanup.
2017-09-06 Roger BraunAdd very basic oauth and mastodon api support.