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
Age
Commit message (
Expand
)
Author
2019-10-01
Send an identifier alongside with error message in OAuthController
Maxim Filippov
2019-09-26
Merge branch 'develop' into tests/mastodon_api_controller.ex
Maksim Pechnikov
2019-09-24
Add User.change_info/2 and User.update_info/2
Egor Kislitsyn
2019-09-24
Merge branch 'develop' into tests/mastodon_api_controller.ex
Maksim Pechnikov
2019-09-23
Merge branch 'develop' into tests/mastodon_api_controller.ex
Maksim Pechnikov
2019-09-22
Admin API: Add ability to force user's password reset
Maxim Filippov
2019-09-18
Bump copyright years of files changed in 2019
Haelwenn (lanodan) Monnier
2019-09-06
tests for mastodon_api_controller.ex
Maksim Pechnikov
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-22
[#699] add worker to clean expired oauth tokens
Maksim
2019-05-14
Refactoring oauth response.
Maksim
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-21
Skip tests in LDAPAuthorizationTest if :eldap module is unavailable
link0ff
2019-03-16
Merge branch 'feature/oauth-me' into 'develop'
lambda
2019-03-16
test: fix defective ldap setup/teardown
William Pitcock
2019-03-16
oauth: add me property to token responses
William Pitcock
2019-03-15
Add tests for LDAP authorization
link0ff
2019-03-13
[Credo] fix Credo.Check.Readability.AliasOrder
Haelwenn (lanodan) Monnier
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-12-12
fix warnings
Maksim Pechnikov
2018-10-14
Delete Tokens and Authorizations on password change
Haelwenn (lanodan) Monnier
2018-06-06
Add OAuth controller tests
D Anzorge
2018-03-30
Format the code.
lain
2017-09-09
Make auth tokens usable once and expire them.
Roger Braun