]> git.openstreetmap.org Git - rails.git/commit
Introduce privileged scopes that only an administrator can enable
authorTom Hughes <tom@compton.nu>
Fri, 30 Jul 2021 21:24:51 +0000 (22:24 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 26 Aug 2021 16:22:24 +0000 (17:22 +0100)
commit6c6e8883f703efe8e05d893a94c169ac90733d42
tree1cea0f48c52536625ef5e43f44ebcc2332a62aef
parent6a9ab7cb2d36d87c87d4eace108dcda1433fd073
Introduce privileged scopes that only an administrator can enable
app/controllers/oauth2_applications_controller.rb
app/models/oauth2_application.rb [new file with mode: 0644]
app/views/oauth2_applications/_form.html.erb
config/initializers/doorkeeper.rb
lib/oauth.rb
test/controllers/oauth2_applications_controller_test.rb
test/factories/oauth_applications.rb