]> cat aescling's git repositories - mastodon.git/commit
Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 22 Oct 2016 17:38:47 +0000 (19:38 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 22 Oct 2016 17:39:44 +0000 (19:39 +0200)
commita9e40a3d80435431f689b8d19005dd77a8f50224
tree48573a1f1ec9c14789c529de3b8fb8badfb20444
parent17122df80dc7e85910a9cfa049d2e33ef84288c6
Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting
to the API
26 files changed:
.rubocop.yml
app/assets/stylesheets/forms.scss
app/channels/public_channel.rb
app/controllers/api/v1/accounts_controller.rb
app/controllers/api/v1/follows_controller.rb
app/controllers/api/v1/media_controller.rb
app/controllers/api/v1/statuses_controller.rb
app/controllers/api_controller.rb
app/controllers/home_controller.rb
app/controllers/oauth/authorizations_controller.rb [new file with mode: 0644]
app/models/feed.rb
app/models/media_attachment.rb
app/views/doorkeeper/authorizations/error.html.haml [deleted file]
app/views/doorkeeper/authorizations/new.html.haml [deleted file]
app/views/doorkeeper/authorizations/show.html.haml [deleted file]
app/views/oauth/authorizations/error.html.haml [new file with mode: 0644]
app/views/oauth/authorizations/new.html.haml [new file with mode: 0644]
app/views/oauth/authorizations/show.html.haml [new file with mode: 0644]
config/environments/production.rb
config/initializers/doorkeeper.rb
config/initializers/rabl_init.rb
config/initializers/rack-attack.rb
config/locales/doorkeeper.en.yml
config/routes.rb
db/seeds.rb
lib/tasks/mastodon.rake