aboutsummaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
AgeCommit message (Collapse)Author
2019-03-17Allow 'rel' attribute on `<a>` link with specific values (for hashtag ↵Fong-Wan Chau
recognition).
2019-03-15Fix tests to assume reblogs shown by defaultKaren Konou
2019-03-15Merge branch 'mastoapi/mime_type' into 'develop'Haelwenn
Extend MastoAPI to provide attachment mimetypes See merge request pleroma/pleroma!938
2019-03-15Extend MastoAPI to provide attachment mimetypesrinpatch
2019-03-15Add `is_seen` to MastoAPI notifications, extract rendering logic into ↵eugenijm
separate NotificationView, add tests
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
MastoAPI followers/following endpoints See merge request pleroma/pleroma!924
2019-03-12MastoAPI followers/following endpointseugenijm
2019-03-11MastoAPI Accounts: Add fetching by nickname.lain
This is to make it easier for the frontends to handle domain.com/users/nickname urls.
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
MastoFE uses `GET /api/v1/follow_requests` and PleromaFE uses `GET /api/pleroma/friend_requests` which they query on the initial page load.
2019-02-28Merge branch 'with-mutes' into 'develop'kaniini
Add `with_muted` param. Closes #683 See merge request pleroma/pleroma!872
2019-02-27Add user muted status info to MastodonAPI.lain
2019-02-27mastodon api: embed relationship card under account card for Pleroma FE ↵William Pitcock
convenience
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
[MastoAPI] Add switching of frontend flavours See merge request pleroma/pleroma!807
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
`approve_friend_request`, and `deny_friend_request` actions. Add follow_request_count to the user view.
2019-02-14Merge branch 'fix/credo-issues-test' into 'develop'kaniini
Fix credo issues in ./test See merge request pleroma/pleroma!808
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
in the BE This was a dirty regex replace which worked on my server
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
This reverts merge request !733
2019-02-01Merge branch 'feature/split-hide-network' into 'develop'kaniini
Split hide_network into hide_followers & hide_followings See merge request pleroma/pleroma!733
2019-01-31Merge branch 'features/glitch-soc-frontend' into 'develop'Haelwenn
Features/glitch soc frontend See merge request pleroma/pleroma!192
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
statusview, add opengraph extended data
2019-01-28[MastoAPI][GlitchAPI] Add bookmarksHaelwenn (lanodan) Monnier
2019-01-27Merge branch 'features/mastoapi-multi-hashtag' into 'develop'kaniini
MastodonAPI multi-hashtag See merge request pleroma/pleroma!652
2019-01-27Web.MastodonAPI.AccountView: Add is_moderator and is_adminHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/557
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