aboutsummaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
AgeCommit message (Expand)Author
2019-03-17Allow 'rel' attribute on `<a>` link with specific values (for hashtag recogni...Fong-Wan Chau
2019-03-15Fix tests to assume reblogs shown by defaultKaren Konou
2019-03-15Merge branch 'mastoapi/mime_type' into 'develop'Haelwenn
2019-03-15Extend MastoAPI to provide attachment mimetypesrinpatch
2019-03-15Add `is_seen` to MastoAPI notifications, extract rendering logic into separat...eugenijm
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-11MastoAPI StatusView: Add locality indicator.lain
2019-03-08Allow an admin to delete a user statuseugenijm
2019-03-07Preserve parameters in link headers (Mastodon API)eugenijm
2019-03-06[#647] tests for web pushMaksim
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-28Merge branch 'with-mutes' into 'develop'kaniini
2019-02-27Add user muted status info to MastodonAPI.lain
2019-02-27mastodon api: embed relationship card under account card for Pleroma FE conve...William Pitcock
2019-02-22Fix private post card handling.lain
2019-02-20ReportsEgor
2019-02-20Add some nicer urls in status view.lain
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-06tests: add a rich media card that contains all relevant fieldsWilliam Pitcock
2019-02-06test: add some regression tests for the rich media card renderingWilliam Pitcock
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-28test: update mastodon status view testsWilliam 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-27Web.MastodonAPI.AccountView: Add is_moderator and is_adminHaelwenn (lanodan) Monnier
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