aboutsummaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
AgeCommit message (Collapse)Author
2019-06-03Merge branch 'align-mastodon-conversations' into 'develop'lambda
Mastodon Conversations API: Align to Mastodon behavior See merge request pleroma/pleroma!1215
2019-06-03Merge branch 'develop' into feature/polls-2-electric-boogalorinpatch
2019-06-02Make error message about author's inability to vote more sensiblerinpatch
2019-06-02Add tests for poll viewrinpatch
2019-06-02Merge branch 'feature/notification-control-part-2' into 'develop'kaniini
notification controls, part 2 See merge request pleroma/pleroma!1204
2019-06-01Fix Credo issuesrinpatch
2019-06-01Resolve merge conflictsrinpatch
2019-06-01Add poll votesrinpatch
Also in this commit by accident: - Fix query ordering causing exclude_poll_votes to not work - Do not create notifications for Answer objects
2019-06-01Remove now useless flavours switchingHaelwenn (lanodan) Monnier
2019-05-31MastodonAPI: Add extension to set and get pleroma_settings_store.lain
2019-05-31AccountView: settings -> settings_storelain
2019-05-31User: Add settings store to Info, AccountViewlain
This is to provide a generic frontend settings storage mechanism for all kinds of frontends.
2019-05-31Mastodon Conversation API: Don't return own account in 'accounts'.lain
2019-05-30Replace missing non-nullable Card attributes with empty stringsSergey Suprunenko
2019-05-27ability to set and reset avatar, profile banner and backgroud in Mastodon APISachin Joshi
2019-05-26tests: chase remote/local removalWilliam Pitcock
2019-05-25tests: chase notification setting changesWilliam Pitcock
2019-05-22Merge branch 'bugfix/account_view_source.note' into 'develop'rinpatch
MastoAPI AccountView: fill source.note with plaintext version of note Closes #926 See merge request pleroma/pleroma!1189
2019-05-22MastoAPI AccountView: fill source.note with plaintext version of noteHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/926
2019-05-21MastoAPI: Add GET /api/v1/polls/:idrinpatch
2019-05-21Change validation error status codes to be more appropriaterinpatch
2019-05-21Enforce poll limits and add error handling for MastodonAPI's post endpointrinpatch
2019-05-21Add poll limits to /api/v1/instance and initial staterinpatch
2019-05-20Format mascot testsSadposter
2019-05-20Add mascot get/set testsSadposter
2019-05-18Resolve merge conflicts and remove IO.inspectsrinpatch
2019-05-18Mastodon API: Add support for posting pollsrinpatch
2019-05-17Fix/902 random compile failingAlexander Strizhakov
2019-05-16Add Reports to Admin APISergey Suprunenko
2019-05-15Pipe requests to public endpoints through EnsurePublicOrAuthenticatedPlugAaron Tinio
2019-05-13differences_in_mastoapi_responses.md: fullname & bio are optionnalAlexander Strizhakov
[ci skip]
2019-05-14Make irreversible field default to false in filtersSachin Joshi
2019-05-07- Actually use preloaded bookmarks in viewsrinpatch
- Preload bookmarks in bookmark timeline - Rework bookmark preload tests
2019-05-07Merge branch 'conversations_three' into 'develop'lambda
Conversations once more. See merge request pleroma/pleroma!1119
2019-05-03MastoAPI: profile update with emoji_mapHaelwenn (lanodan) Monnier
2019-05-01Merge remote-tracking branch 'origin/develop' into conversations_threelain
2019-04-29Merge branch 'fix/add-default-scope-mastoapi' into 'develop'rinpatch
Add default_scope to /api/v1/update_credentials See merge request pleroma/pleroma!1100
2019-04-27Add default_scope to /api/v1/update_credentialsrinpatch
2019-04-27Fix bookmarks depending on embeded object and move checking if therinpatch
status is bookmarked to SQL
2019-04-26Merge branch 'feature/807-bookmark-endpoint-extension' into 'develop'lambda
Feature/807 bookmark endpoint extension Closes #807 See merge request pleroma/pleroma!1059
2019-04-25Move settings to Source subentityrinpatch
2019-04-25fixes for testsAlex S
2019-04-24Fix leaking private configuration parameters in Mastodon and Twitter APIs, ↵rinpatch
and add new configuration parameters to Mastodon API This patch: - Fixes `rights` in twitterapi ignoring `show_role` - Fixes exposing default scope of the user to anyone in Mastodon API - Extends Mastodon API to be able to show and set `no_rich_text`, `default_scope`, `hide_follows`, `hide_followers`, `hide_favorites` (requested by the FE in #674) Sorry in advance for 500 line one commit diff, I should have split it up to separate MRs
2019-04-23Extend Mastodon API with public endpoint for getting Favorites timeline of ↵Sergey Suprunenko
any user (#789)
2019-04-22Add `pleroma.in_reply_to_account_acct` to MastoAPI status entityrinpatch
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-21Add accounts and last_status to conversation read responseRoman Chvanikov
2019-04-21Set correct values in the MastoAPI reblog status vieweugenijm
2019-04-20Handle `reblogs` on the first follow request in MastoAPIeugenijm
2019-04-18Fix my incorrect search test fixrinpatch