]> cat aescling's git repositories - mastodon.git/commit
Change authorized applications page (#17656)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 1 Mar 2022 15:48:58 +0000 (16:48 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Mar 2022 15:48:58 +0000 (16:48 +0100)
commit50ea54b3ed125477656893a67d9f552bb53e8ba5
tree2de909d2659dc46e90de9b60f0b6b660e074b0c2
parent233f7e6174947c28ee2d388713c0a58ca9ebb21e
Change authorized applications page (#17656)

* Change authorized applications page

* Hide revoke button for superapps and suspended accounts

* Clean up db/schema.rb
20 files changed:
app/controllers/api/base_controller.rb
app/controllers/concerns/access_token_tracking_concern.rb [new file with mode: 0644]
app/controllers/concerns/session_tracking_concern.rb
app/controllers/concerns/user_tracking_concern.rb
app/helpers/application_helper.rb
app/javascript/styles/mastodon/admin.scss
app/javascript/styles/mastodon/containers.scss
app/javascript/styles/mastodon/forms.scss
app/lib/access_token_extension.rb
app/lib/application_extension.rb
app/lib/scope_parser.rb [new file with mode: 0644]
app/lib/scope_transformer.rb [new file with mode: 0644]
app/views/layouts/modal.html.haml
app/views/oauth/authorizations/new.html.haml
app/views/oauth/authorized_applications/index.html.haml
app/workers/scheduler/ip_cleanup_scheduler.rb
config/locales/doorkeeper.en.yml
db/migrate/20220227041951_add_last_used_at_to_oauth_access_tokens.rb [new file with mode: 0644]
db/schema.rb
spec/lib/scope_transformer_spec.rb [new file with mode: 0644]