summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/mastodon_api_controller_test.exs
AgeCommit message (Collapse)Author
2018-05-24Merge branch 'feature/lists' into 'develop'lambda
Mastodon List API See merge request pleroma/pleroma!138
2018-05-24MastoAPI: add lists.eal
2018-05-20Return private / direct posts on user timelines, too.lain
2018-05-16Fix User search.lain
Now uses a trigram based search. This is a lot faster and gives better results. Closes #185.
2018-05-13Merge branch 'feature/unrepeats' into 'develop'lambda
Add unrepeats Closes #69 See merge request pleroma/pleroma!113
2018-05-05Idempotency: Use special cache, keep for 6 hours.lain
2018-05-04Don't expire idempotency cache for five minutes.lain
2018-05-04MastodonAPI: Support idempotency key.lain
2018-04-25Formatting fixesFrancis Dinh
2018-04-16Return target status in MastoAPI endpoint instead of reblog activityFrancis Dinh
2018-04-14Add unreblogging testsFrancis Dinh
2018-04-11OopsGian Sass
2018-04-11Add unit test for pinned statusesGian Sass
2018-04-07Only search in public data for now.lain
This should be the data the user is allowed to see later, but this will stop accidental private message leaks.
2018-03-30Format the code.lain
2018-02-12Make test output easier to read.lain
2018-02-12Fix some test warnings.lain
2018-01-14Fix instance test.eal
2017-12-19Fix timelines in subway tooter.Lain Iwakura
2017-12-18MastoAPI: Fix always-sensitive bugs.Lain Iwakura
2017-12-11Fix tests.eal
2017-11-30MastodonAPI: Add proper user count.Lain Iwakura
2017-11-18Add #nsfw tag if sensitive content bit is seteal
2017-11-14Accept 1 as true.eal
2017-11-14MastoAPI: Add media timelines.eal
2017-11-13MastoAPI: Fix repeat api bug.Roger Braun
Documentation was wrong, reblogging actually returns the reblog, not the reblogged status.
2017-11-12Merge branch 'mastodon-notification-endpoints' into 'develop'lambda
MastoAPI: Add notification endpoints get, clear and dismiss. Closes #42 See merge request pleroma/pleroma!13
2017-11-12MastoAPI: Add update credentials endpoint.eal
2017-11-10Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into developRoger Braun
2017-11-10MastoAPI: Use string ids everywhere.Roger Braun
2017-11-10MastoAPI: Add notification get, clear and dismiss.eal
2017-11-09MastoAPI: Fetch statuses in search.Roger Braun
2017-11-03MastoAPI: Add list of blocked users.Roger Braun
2017-11-03MastoAPI: Add blocking.Roger Braun
2017-10-31Allow using cws in mastodon api.Roger Braun
2017-10-31Fix specs.Roger Braun
2017-10-31Typo.Roger Braun
2017-10-30Move user search to User module.Roger Braun
2017-10-29Fix follow test semantics.eal
2017-10-29Fix return type of /api/v1/followseal
2017-10-28Add tests.eal
2017-09-17MastodonAPI: Add user favorites endpoint.Roger Braun
2017-09-16Add remote user fetching to search.Roger Braun
2017-09-16Add basic search.Roger Braun
2017-09-14MastoAPI: Follower-related changesRoger Braun
2017-09-14Add tag timelines.Roger Braun
2017-09-14Add media upload endpoint.Roger Braun
2017-09-13MastoAPI: Add accounts getting.Roger Braun
2017-09-13Add relationships to masto api.Roger Braun
2017-09-10Add user timelines to Masto Api.Roger Braun