Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-02 | Merge branch 'feature/funkwhale-audio' into 'develop' | Haelwenn | |
Add support for funkwhale Audio activity Closes #764 and #1624 See merge request pleroma/pleroma!2287 | |||
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-03-02 | Bump copyright years of files changed after 2019-01-01 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102b --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2020-02-13 | Tweaks to `clear_config` calls in tests in order to prevent side effects on ↵ | Ivan Tashkinov | |
config during test suite execution. | |||
2020-01-17 | updated error messages for authentication process | Maksim Pechnikov | |
2020-01-10 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1478-oauth-admin-scopes-tweaks # Conflicts: # lib/pleroma/user.ex | |||
2020-01-10 | [#1478] OAuth admin tweaks: enforced OAuth admin scopes usage by default, ↵ | Ivan Tashkinov | |
migrated existing OAuth records. Adjusted tests. | |||
2019-12-15 | OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: ↵ | Ivan Tashkinov | |
controller tests modification: OAuth scopes usage. | |||
2019-12-12 | [#1427] Graceful clearance of OAuth admin scopes for non-admin users (no ↵ | Ivan Tashkinov | |
error raised). PleromaFE and other clients may safely request admin scope(s): if user isn't an admin, request is successful but only non-admin scopes from request are granted. | |||
2019-11-05 | Check client and token in GET /oauth/authorize | AkiraFukushima | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-06 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # CHANGELOG.md # lib/pleroma/web/mastodon_api/controllers/account_controller.ex # lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex # lib/pleroma/web/router.ex | |||
2019-10-02 | [#1234] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # CHANGELOG.md # lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex # lib/pleroma/web/router.ex | |||
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-19 | [#1234] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # lib/pleroma/web/admin_api/admin_api_controller.ex | |||
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2019-09-15 | [#1234] Permissions-related fixes / new functionality (Masto 2.4.3 scopes). | Ivan Tashkinov | |
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 ↵ | Ivan Tashkinov | |
listed URI. | |||
2019-06-12 | [#963] No redirect on OOB OAuth authorize request with existing ↵ | Ivan Tashkinov | |
authorization. OAuth-related refactoring. | |||
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 | |
[ci skip] | |||
2019-05-06 | fix format | Maksim | |
Modified-by: Maksim Pechnikov <parallel588@gmail.com> | |||
2019-04-21 | [#923] Refactored OAuthController#authorize definitions, added test. | Ivan Tashkinov | |
2019-04-10 | [#923] OAuth consumer params handling refactoring. | Ivan Tashkinov | |
Registration and authorization-related params are wrapped in "authorization" in order to reduce edge cases number and simplify handling logic. | |||
2019-04-08 | [#923] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
twitter_oauth # Conflicts: # docs/config.md # test/support/factory.ex | |||
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 | |
oauth: add me property to token responses See merge request pleroma/pleroma!942 | |||
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 | |