Age | Commit message (Expand) | Author |
2019-10-04 | Replace `Pleroma.FlakeId` with `flake_id` hex package | Egor Kislitsyn |
2019-08-14 | Isolate OAuth.Token.CleanWorker | stwf |
2019-08-14 | use default child_specs | stwf |
2019-07-29 | constants: add as_public constant and use it everywhere | Ariadne Conill |
2019-07-10 | Wrap error messages into gettext helpers | Egor Kislitsyn |
2019-07-10 | Add license/copyright to all project files | feld |
2019-06-24 | [#184] small refactoring reset password | Maksim |
2019-06-18 | Minor edit (comment). | Ivan Tashkinov |
2019-06-18 | Added more `redirect_uri` checks to prevent redirect to not explicitly listed... | Ivan Tashkinov |
2019-06-15 | Merge branch '963_oob_oauth_redirect_fix' into 'develop' | kaniini |
2019-06-14 | it is changed in compile time | Alexander Strizhakov |
2019-06-12 | [#963] No redirect on OOB OAuth authorize request with existing authorization... | Ivan Tashkinov |
2019-06-05 | OAuth consumer: tests fix, comments, Keycloak config notes. | Ivan Tashkinov |
2019-05-22 | [#699] add worker to clean expired oauth tokens | Maksim |
2019-05-17 | Fix/902 random compile failing | Alexander Strizhakov |
2019-05-14 | Refactoring oauth response. | Maksim |
2019-05-13 | Switch to Jason over Poison | Mark Felder |
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov |
2019-05-08 | Refactoring functions for dealing with oauth scopes. | Maksim |
2019-05-06 | fix format | Maksim |
2019-04-22 | Use `User.get_cached*` everywhere | Egor |
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-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 | Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth | Ivan Tashkinov |
2019-04-02 | Merge branch 'features/mastoapi/2.6.0-force-login-option' into 'develop' | lambda |
2019-04-02 | change `Repo.get(User, id)` => `User.get_by_id(id)` | Egor Kislitsyn |
2019-04-01 | Fixed local MastoFE authentication / `force_login` option. | Ivan Tashkinov |
2019-04-01 | Added `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-27 | Merge remote-tracking branch 'remotes/origin/develop' into twitter_oauth | Ivan Tashkinov |
2019-03-27 | [#923] OAuth consumer improvements, fixes, refactoring. | Ivan Tashkinov |
2019-03-26 | Comments split. | Ivan Tashkinov |
2019-03-26 | Mastodon-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-20 | Ecto 3.0.5 migration | rinpatch |
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-16 | Merge branch 'feature/oauth-me' into 'develop' | lambda |
2019-03-16 | oauth: add me property to token responses | William Pitcock |
2019-03-15 | Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth | Ivan Tashkinov |
2019-03-15 | [#923] OAuth: prototype of sign in / sign up with Twitter. | Ivan Tashkinov |
2019-03-14 | Merge remote-tracking branch 'upstream/develop' into feature/openldap-support | link0ff |