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-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