.codeclimate.yml | |
|
|
.coveralls.yml | |
|
|
.dockerignore | |
|
|
.editorconfig | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE.md | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/check_orm_changes.yml | |
|
|
.github/workflows/ci.yml | |
|
|
.gitignore | |
|
|
.hound.yml | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.rubocop_todo.yml | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
CONTRIBUTING.md | |
|
|
Dockerfile | |
|
|
Gemfile | |
|
|
MIT-LICENSE | |
|
|
NEWS.md | |
|
|
README.md | |
|
|
RELEASING.md | |
|
|
Rakefile | |
|
|
SECURITY.md | |
|
|
UPGRADE.md | |
|
|
app/assets/stylesheets/doorkeeper/admin/application.css | |
|
|
app/assets/stylesheets/doorkeeper/application.css | |
|
|
app/controllers/doorkeeper/application_controller.rb | 11 | A 0 mins |
|
app/controllers/doorkeeper/application_metal_controller.rb | 9 | A 0 mins |
|
app/controllers/doorkeeper/applications_controller.rb | 78 | A 30 mins |
|
app/controllers/doorkeeper/authorizations_controller.rb | 129 | A 1 hr |
|
app/controllers/doorkeeper/authorized_applications_controller.rb | 26 | A 0 mins |
|
app/controllers/doorkeeper/token_info_controller.rb | 20 | A 0 mins |
|
app/controllers/doorkeeper/tokens_controller.rb | 82 | A 0 mins |
|
app/helpers/doorkeeper/dashboard_helper.rb | 16 | A 0 mins |
|
app/views/doorkeeper/applications/_delete_form.html.erb | |
|
|
app/views/doorkeeper/applications/_form.html.erb | |
|
|
app/views/doorkeeper/applications/edit.html.erb | |
|
|
app/views/doorkeeper/applications/index.html.erb | |
|
|
app/views/doorkeeper/applications/new.html.erb | |
|
|
app/views/doorkeeper/applications/show.html.erb | |
|
|
app/views/doorkeeper/authorizations/error.html.erb | |
|
|
app/views/doorkeeper/authorizations/form_post.html.erb | |
|
|
app/views/doorkeeper/authorizations/new.html.erb | |
|
|
app/views/doorkeeper/authorizations/show.html.erb | |
|
|
app/views/doorkeeper/authorized_applications/_delete_form.html.erb | |
|
|
app/views/doorkeeper/authorized_applications/index.html.erb | |
|
|
app/views/layouts/doorkeeper/admin.html.erb | |
|
|