summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/mastodon_api_controller_test.exs
AgeCommit message (Expand)Author
2019-04-01Adding tag to emoji ets tableAlex S
2019-03-26Add vapid_key to the `POST /api/v1/apps` responseeugenijm
2019-03-26Add GET /api/v1/apps/verify_credentialseugenijm
2019-03-26Test for MastoAPI /api/v1/instance response structure (formatting fix).Ivan Tashkinov
2019-03-26Test for MastoAPI /api/v1/instance response structure.Ivan Tashkinov
2019-03-18Added support for exclude_types, limit, and min_id in Mastodoneugenijm
2019-03-17Allow 'rel' attribute on `<a>` link with specific values (for hashtag recogni...Fong-Wan Chau
2019-03-13[Credo] Change quoted string with 3+ quotes to sigilsHaelwenn (lanodan) Monnier
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-12Merge branch 'masto-api-followers-following' into 'develop'kaniini
2019-03-12MastoAPI followers/following endpointseugenijm
2019-03-11MastoAPI Accounts: Add fetching by nickname.lain
2019-03-08Allow an admin to delete a user statuseugenijm
2019-03-07Preserve parameters in link headers (Mastodon API)eugenijm
2019-03-04Fix DM visibility for blocking userseugenijm
2019-03-03Remove follow_request_count as it's not needed for FE anymore.eugenijm
2019-02-22Fix private post card handling.lain
2019-02-20ReportsEgor
2019-02-20[#468] Merged `upstream/develop`.Ivan Tashkinov
2019-02-19[#468] Added OAuth scopes-specific tests.Ivan Tashkinov
2019-02-19Add test for mastodon muting endpointsEkaterina Vaartis
2019-02-18Merge branch 'features/flavour-switching' into 'develop'kaniini
2019-02-16Web.MastodonAPI.MastodonAPIControllerTest: Add testing of the flavour switchingHaelwenn (lanodan) Monnier
2019-02-15Add logic for keeping follow_request_count up-to-date on the `follow`,eugenijm
2019-02-14Merge branch 'fix/credo-issues-test' into 'develop'kaniini
2019-02-11Merge branch 'develop' into feature/thread-mutingKaren Konou
2019-02-11Refactor as per Rin's suggestions, add endpoint testsKaren Konou
2019-02-11test: Change `lenght(…) == 0` to `Enum.empty?(…)`Haelwenn (lanodan) Monnier
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2019-02-06hide_followings was renamed to hide_followers in the FE, but never synced up ...Mark Felder
2019-02-03Split hide_network into hide_followers & hide_followings (fixed)Maxim Filippov
2019-02-03Unbreak all the tests.lain
2019-02-01Revert "Merge branch 'feature/split-hide-network' into 'develop'"kaniini
2019-02-01Merge branch 'feature/split-hide-network' into 'develop'kaniini
2019-01-31Merge branch 'features/glitch-soc-frontend' into 'develop'Haelwenn
2019-01-28Split hide_network into hide_followers & hide_followingsMaxim Filippov
2019-01-28test: add status posting with OGP link preview testWilliam Pitcock
2019-01-28mastodon api: factor out status card fetching, move status card rendering to ...William Pitcock
2019-01-28[MastoAPI][GlitchAPI] Add bookmarksHaelwenn (lanodan) Monnier
2019-01-27Merge branch 'features/mastoapi-multi-hashtag' into 'develop'kaniini
2019-01-26mastodon api: use OGP uri instead of page_url for deducing domain name, fix testWilliam Pitcock
2019-01-26Web.MastodonAPI.MastodonAPIController: Add Rich-Media supportHaelwenn (lanodan) Monnier
2019-01-26Web.MastodonAPI.MastodonAPIControllerTest: Update for difference between all ...Haelwenn (lanodan) Monnier
2019-01-26Fix the logic in multi-hashtag TLsHaelwenn (lanodan) Monnier
2019-01-26Web.MastodonAPI.MastodonAPIControllerTest: Add test against multi-hashtag tim...Haelwenn (lanodan) Monnier
2019-01-25Merge branch 'fix/tusky-dm' into 'develop'kaniini
2019-01-22[#502] Fixed User.active_local_user_query to return users with nil or missing...Ivan Tashkinov
2019-01-19Add current user to mentionedMaxim Filippov
2019-01-18Add actor to recipientsMaxim Filippov
2019-01-17[#502] Fixed `user_count` in `/api/v1/instance` to include only active local ...Ivan Tashkinov