summaryrefslogtreecommitdiff
path: root/test/web/twitter_api/twitter_api_controller_test.exs
AgeCommit message (Collapse)Author
2020-10-13tests consistencyAlexander Strizhakov
2020-04-21Automatic checks of authentication / instance publicity. Definition of ↵Ivan Tashkinov
missing OAuth scopes in AdminAPIController. Refactoring.
2020-02-12Restore TwitterAPI testsEgor Kislitsyn
2019-08-27Remove most of TwitterAPIControllerrinpatch
2019-08-19added test helpers to clear config after testsMaksim
2019-07-17Fix password reset for non-test envEugenij
Fixes `Plug.Conn.NotSentError` that causes a 5xx error in response instead of 404 and 400. Fixes pattern matching error caused by different response format in test and non-test env: `Pleroma.Emails.Mailer.deliver_async` returns :ok when PleromaJobQueue is enabled and `{:ok, _}` when it's disabled. In tests, it's disabled.
2019-07-16mastoapi password resetAlexander Strizhakov
added rate limit to password reset configure rate limit in runtime
2019-07-14Feature/1072 muting notificationsAlexander Strizhakov
2019-07-09[#878] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
878-activity-object-decoupling-in-tests # Conflicts: # lib/pleroma/object.ex # test/web/activity_pub/transmogrifier_test.exs # test/web/ostatus/ostatus_test.exs
2019-07-08[#878] Refactored assumptions on embedded object presence in tests. Adjusted ↵Ivan Tashkinov
note factory to not embed object into activity.
2019-06-23Merge branch 'develop' into 'remove-avatar-header'Sachin Joshi
# Conflicts: # CHANGELOG.md
2019-06-03update api to set skip_thread_containmentMaksim Pechnikov
2019-05-30Use Pleroma.Config everywhereEgor Kislitsyn
2019-05-22Ability to reset avatar, profile banner and backgroudSachin Joshi
2019-05-13differences_in_mastoapi_responses.md: fullname & bio are optionnalAlexander Strizhakov
[ci skip]
2019-05-03formatter.ex: Add get_emoji_map/1Haelwenn (lanodan) Monnier
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-13naming fixAlex S
2019-04-10adding notify_email setting for trigger emailsAlex S
2019-04-02replace `Repo.get_by(User, nickname: nickname)` with ↵Egor Kislitsyn
`User.get_by_nickname(nickname)` in tests
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-03-26Credo is upset about me not remembering the alphabetrinpatch
2019-03-26Fix formattingrinpatch
2019-03-26Remove ActivityRepresenterrinpatch
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-13[Credo] Fix the warningsHaelwenn (lanodan) Monnier
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-03-01use commonapi.post instead of activitybulderrinpatch
2019-03-01[#675] Do not show DMs in mentions timelinerinpatch
2019-02-20[#468] More OAuth scopes-specific tests.Ivan Tashkinov
2019-02-19[#468] Added OAuth scopes-specific tests.Ivan Tashkinov
2019-02-18Merge branch 'feature/add-oauth-tokens-endpoint' into 'develop'kaniini
Add OAuth tokens endpoint See merge request pleroma/pleroma!805
2019-02-18Merge branch 'follow-request-count' into 'develop'kaniini
Follow request count See merge request pleroma/pleroma!817
2019-02-18Fix testMaxim Filippov
2019-02-16Add option to return all friends in twitter api.lain
Mainly useful for user export.
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-13Add revoke tokenMaxim Filippov
2019-02-13Add OAuth tokens endpointMaxim Filippov
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-06Allow to configure visibility for admin and moderator badgeseugenijm
2019-02-03Split hide_network into hide_followers & hide_followings (fixed)Maxim Filippov
2019-02-01Revert "Merge branch 'feature/split-hide-network' into 'develop'"kaniini
This reverts merge request !733
2019-01-28FormatMaxim Filippov
2019-01-28Split hide_network into hide_followers & hide_followingsMaxim Filippov
2019-01-23Flake Ids for Users and Activitieshref
2019-01-20Merge branch 'i1t/pleroma-477_user_search_improvements' into 'develop'lambda
I1t/pleroma 477 user search improvements See merge request pleroma/pleroma!685