-
- Downloads
[#468] User UI for OAuth permissions restriction. Standardized storage format...
[#468] User UI for OAuth permissions restriction. Standardized storage format for `scopes` fields, updated usages.
Showing
- lib/pleroma/plugs/oauth_scopes_plug.ex 1 addition, 2 deletionslib/pleroma/plugs/oauth_scopes_plug.ex
- lib/pleroma/web/mastodon_api/mastodon_api_controller.ex 10 additions, 2 deletionslib/pleroma/web/mastodon_api/mastodon_api_controller.ex
- lib/pleroma/web/oauth.ex 16 additions, 3 deletionslib/pleroma/web/oauth.ex
- lib/pleroma/web/oauth/app.ex 1 addition, 1 deletionlib/pleroma/web/oauth/app.ex
- lib/pleroma/web/oauth/authorization.ex 4 additions, 5 deletionslib/pleroma/web/oauth/authorization.ex
- lib/pleroma/web/oauth/oauth_controller.ex 13 additions, 5 deletionslib/pleroma/web/oauth/oauth_controller.ex
- lib/pleroma/web/oauth/token.ex 5 additions, 6 deletionslib/pleroma/web/oauth/token.ex
- lib/pleroma/web/templates/layout/app.html.eex 4 additions, 0 deletionslib/pleroma/web/templates/layout/app.html.eex
- lib/pleroma/web/templates/o_auth/o_auth/show.html.eex 10 additions, 2 deletionslib/pleroma/web/templates/o_auth/o_auth/show.html.eex
- mix.lock 3 additions, 3 deletionsmix.lock
- priv/repo/migrations/20190208131753_add_scopes_to_o_auth_entities.exs 2 additions, 2 deletions...grations/20190208131753_add_scopes_to_o_auth_entities.exs
- priv/repo/migrations/20190209123318_data_migration_populate_o_auth_scopes.exs 3 additions, 4 deletions.../20190209123318_data_migration_populate_o_auth_scopes.exs
- priv/repo/migrations/20190213185503_change_apps_scopes_to_varchar_array.exs 17 additions, 0 deletions...ns/20190213185503_change_apps_scopes_to_varchar_array.exs
- test/integration/mastodon_websocket_test.exs 1 addition, 1 deletiontest/integration/mastodon_websocket_test.exs
- test/support/factory.ex 1 addition, 1 deletiontest/support/factory.ex
- test/web/oauth/authorization_test.exs 3 additions, 3 deletionstest/web/oauth/authorization_test.exs
- test/web/oauth/oauth_controller_test.exs 1 addition, 0 deletionstest/web/oauth/oauth_controller_test.exs
- test/web/oauth/token_test.exs 3 additions, 3 deletionstest/web/oauth/token_test.exs
Loading
Please register or sign in to comment