index
:
pleroma
develop
fse
stable
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
web
/
oauth
/
oauth_controller_test.exs
Age
Commit message (
Expand
)
Author
2019-08-19
added test helpers to clear config after tests
Maksim
2019-07-22
Add tests for users tasks and PleromaAuthenticator
Sergey Suprunenko
2019-06-18
Added more `redirect_uri` checks to prevent redirect to not explicitly listed...
Ivan Tashkinov
2019-06-12
[#963] No redirect on OOB OAuth authorize request with existing authorization...
Ivan Tashkinov
2019-05-13
differences_in_mastoapi_responses.md: fullname & bio are optionnal
Alexander Strizhakov
2019-05-06
fix format
Maksim
2019-04-21
[#923] Refactored OAuthController#authorize definitions, added test.
Ivan Tashkinov
2019-04-10
[#923] OAuth consumer params handling refactoring.
Ivan Tashkinov
2019-04-08
[#923] Merge remote-tracking branch 'remotes/upstream/develop' into twitter_o...
Ivan Tashkinov
2019-04-06
Return 403 on oauth token exchange for a deactivated user
eugenijm
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-02
Added "GET /oauth/authorize" tests.
Ivan Tashkinov
2019-03-26
Mastodon-based auth error messages. Defaulted User#auth_active?/1 to `true`.
Ivan Tashkinov
2019-03-16
oauth: add me property to token responses
William Pitcock
2019-03-02
Web.OAuth.OAuthControllerTest: Add test against token formatting
Haelwenn (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 format...
Ivan Tashkinov
2019-02-11
test: de-group alias/es
Haelwenn (lanodan) Monnier
2019-01-28
Correctly handle invalid credentials on auth login.
lain
2018-12-23
tests: add legal boilerplate
William 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 tests
Ivan Tashkinov
2018-06-06
Add OAuth controller tests
D Anzorge