aboutsummaryrefslogtreecommitdiff
path: root/test/web/oauth
AgeCommit message (Collapse)Author
2019-06-18Added more `redirect_uri` checks to prevent redirect to not explicitly ↵Ivan Tashkinov
listed URI.
2019-06-12[#963] No redirect on OOB OAuth authorize request with existing ↵Ivan Tashkinov
authorization. OAuth-related refactoring.
2019-05-22[#699] add worker to clean expired oauth tokensMaksim
2019-05-14Refactoring oauth response.Maksim
2019-05-13differences_in_mastoapi_responses.md: fullname & bio are optionnalAlexander Strizhakov
[ci skip]
2019-05-06fix formatMaksim
Modified-by: Maksim Pechnikov <parallel588@gmail.com>
2019-04-21[#923] Refactored OAuthController#authorize definitions, added test.Ivan Tashkinov
2019-04-10[#923] OAuth consumer params handling refactoring.Ivan Tashkinov
Registration and authorization-related params are wrapped in "authorization" in order to reduce edge cases number and simplify handling logic.
2019-04-08[#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
twitter_oauth # Conflicts: # docs/config.md # test/support/factory.ex
2019-04-06Return 403 on oauth token exchange for a deactivated usereugenijm
2019-04-05[#923] OAuth consumer mode refactoring, new tests, tests adjustments, readme.Ivan Tashkinov
2019-04-05[#923] OAuthController#callback adjustments (with tests).Ivan Tashkinov
2019-04-04[#923] OAuth consumer controller tests. Misc. improvements.Ivan Tashkinov
2019-04-02Added "GET /oauth/authorize" tests.Ivan Tashkinov
2019-03-26Mastodon-based auth error messages. Defaulted User#auth_active?/1 to `true`.Ivan Tashkinov
2019-03-21Skip tests in LDAPAuthorizationTest if :eldap module is unavailablelink0ff
2019-03-16Merge branch 'feature/oauth-me' into 'develop'lambda
oauth: add me property to token responses See merge request pleroma/pleroma!942
2019-03-16test: fix defective ldap setup/teardownWilliam Pitcock
2019-03-16oauth: add me property to token responsesWilliam Pitcock
2019-03-15Add tests for LDAP authorizationlink0ff
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-02Web.OAuth.OAuthControllerTest: Add test against token formattingHaelwenn (lanodan) Monnier
2019-02-19[#468] Added OAuth scopes-specific tests.Ivan Tashkinov
2019-02-17[#468] Merged `upstream/develop`, resolved conflicts.Ivan Tashkinov
2019-02-14[#468] User UI for OAuth permissions restriction. Standardized storage ↵Ivan Tashkinov
format for `scopes` fields, updated usages.
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2019-01-28Correctly handle invalid credentials on auth login.lain
Closes #407
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-20[#114] Fixed test.Ivan Tashkinov
2018-12-19[#114] User.Info: renamed `confirmation_update` to `confirmation_changeset`.Ivan Tashkinov
2018-12-19[#114] User.Info: renamed `confirmation_update` to `confirmation_change`.Ivan Tashkinov
2018-12-18[#114] Added email confirmation resend action. Added testsIvan Tashkinov
for registration, authentication, email confirmation, confirmation resending. Made admin methods create confirmed users.
2018-12-12fix warningsMaksim Pechnikov
2018-10-14Delete Tokens and Authorizations on password changeHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/320
2018-06-06Add OAuth controller testsD Anzorge
Tests for Pleroma.Web.OAuth.OAuthController
2018-03-30Format the code.lain
2017-09-09Make auth tokens usable once and expire them.Roger Braun