aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/oauth
AgeCommit message (Expand)Author
2019-11-19Check client and token in GET /oauth/authorizeAkiraFukushima
2019-10-04Replace `Pleroma.FlakeId` with `flake_id` hex packageEgor Kislitsyn
2019-08-14Isolate OAuth.Token.CleanWorkerstwf
2019-08-14use default child_specsstwf
2019-07-29constants: add as_public constant and use it everywhereAriadne Conill
2019-07-10Wrap error messages into gettext helpersEgor Kislitsyn
2019-07-10Add license/copyright to all project filesfeld
2019-06-24[#184] small refactoring reset passwordMaksim
2019-06-18Minor edit (comment).Ivan Tashkinov
2019-06-18Added more `redirect_uri` checks to prevent redirect to not explicitly listed...Ivan Tashkinov
2019-06-15Merge branch '963_oob_oauth_redirect_fix' into 'develop'kaniini
2019-06-14it is changed in compile timeAlexander Strizhakov
2019-06-12[#963] No redirect on OOB OAuth authorize request with existing authorization...Ivan Tashkinov
2019-06-05OAuth consumer: tests fix, comments, Keycloak config notes.Ivan Tashkinov
2019-05-22[#699] add worker to clean expired oauth tokensMaksim
2019-05-17Fix/902 random compile failingAlexander Strizhakov
2019-05-14Refactoring oauth response.Maksim
2019-05-13Switch to Jason over PoisonMark Felder
2019-05-13differences_in_mastoapi_responses.md: fullname & bio are optionnalAlexander Strizhakov
2019-05-08Refactoring functions for dealing with oauth scopes.Maksim
2019-05-06fix formatMaksim
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-21[#923] Refactored OAuthController#authorize definitions, added test.Ivan Tashkinov
2019-04-17[#923] Minor semantic adjustment.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-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-02Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauthIvan Tashkinov
2019-04-02Merge branch 'features/mastoapi/2.6.0-force-login-option' into 'develop'lambda
2019-04-02change `Repo.get(User, id)` => `User.get_by_id(id)`Egor Kislitsyn
2019-04-01Fixed local MastoFE authentication / `force_login` option.Ivan Tashkinov
2019-04-01Added `force_login` authentication option (previously applied by default).Ivan Tashkinov
2019-04-01[#923] Deps config adjustment (no `override` for `httpoison`), code analysis ...Ivan Tashkinov
2019-04-01[#923] Merge remote-tracking branch 'remotes/upstream/develop' into twitter_o...Ivan Tashkinov
2019-03-27Merge remote-tracking branch 'remotes/origin/develop' into twitter_oauthIvan Tashkinov
2019-03-27[#923] OAuth consumer improvements, fixes, refactoring.Ivan Tashkinov
2019-03-26Comments split.Ivan Tashkinov
2019-03-26Mastodon-based auth error messages. Defaulted User#auth_active?/1 to `true`.Ivan Tashkinov
2019-03-20[#923] Support for multiple OAuth consumer strategies.Ivan Tashkinov
2019-03-20Ecto 3.0.5 migrationrinpatch
2019-03-20[#923] Nickname & email selection for external registrations, option to conne...Ivan Tashkinov
2019-03-18[#923] Support for multiple (external) registrations per user via Registration.Ivan Tashkinov
2019-03-18[#923] Merge remote-tracking branch 'remotes/upstream/develop' into twitter_o...Ivan Tashkinov
2019-03-16Merge branch 'feature/oauth-me' into 'develop'lambda
2019-03-16oauth: add me property to token responsesWilliam Pitcock
2019-03-15Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauthIvan Tashkinov
2019-03-15[#923] OAuth: prototype of sign in / sign up with Twitter.Ivan Tashkinov