aboutsummaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
AgeCommit message (Expand)Author
2019-04-02Merge branch 'feature/fake-statuses' into 'develop'lambda
2019-04-02Merging develop into feature/770-add-emoji-tagsAlex S
2019-04-02Merge branch 'get_by_id' into 'develop'lambda
2019-04-02Merge develop into feature/770-add-emoji-tagsAlex S
2019-04-02Rename fake param to preview and make the tests check that the object was not...rinpatch
2019-04-02Merge branch 'get_by_id' into 'develop'lambda
2019-04-02Fix account lookup for nicknames beginning with numberscascode
2019-04-02replace `Repo.get_by(User, ap_id: ap_id)` with `User.get_by_ap_id(ap_id)`Egor Kislitsyn
2019-04-02change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in testsEgor Kislitsyn
2019-04-02change `Repo.get(User, id)` => `User.get_by_id(id)`Egor Kislitsyn
2019-04-02Merge remote-tracking branch 'remotes/upstream/develop' into features/mastoap...Ivan Tashkinov
2019-04-01Adding tag to emoji ets tableAlex S
2019-03-29Implement fake status submitrinpatch
2019-03-28mastodon_api_controller.ex: Use min_id in link header instead of since_idHaelwenn (lanodan) Monnier
2019-03-28Add PUT /api/pleroma/notification_settings endpointeugenijm
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-21mastodon api: add conversation_id extension (ref #674)William Pitcock
2019-03-18Added support for exclude_types, limit, and min_id in Mastodoneugenijm
2019-03-17Add test for conversation API beforehandHaelwenn (lanodan) Monnier
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