Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting
to the API
parent
17122df8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- .rubocop.yml 50 ajouts, 4 suppressions.rubocop.yml
- app/assets/stylesheets/forms.scss 46 ajouts, 42 suppressionsapp/assets/stylesheets/forms.scss
- app/channels/public_channel.rb 1 ajout, 1 suppressionapp/channels/public_channel.rb
- app/controllers/api/v1/accounts_controller.rb 3 ajouts, 1 suppressionapp/controllers/api/v1/accounts_controller.rb
- app/controllers/api/v1/follows_controller.rb 1 ajout, 1 suppressionapp/controllers/api/v1/follows_controller.rb
- app/controllers/api/v1/media_controller.rb 1 ajout, 1 suppressionapp/controllers/api/v1/media_controller.rb
- app/controllers/api/v1/statuses_controller.rb 3 ajouts, 1 suppressionapp/controllers/api/v1/statuses_controller.rb
- app/controllers/api_controller.rb 22 ajouts, 0 suppressionapp/controllers/api_controller.rb
- app/controllers/home_controller.rb 1 ajout, 1 suppressionapp/controllers/home_controller.rb
- app/controllers/oauth/authorizations_controller.rb 9 ajouts, 0 suppressionapp/controllers/oauth/authorizations_controller.rb
- app/models/feed.rb 1 ajout, 1 suppressionapp/models/feed.rb
- app/models/media_attachment.rb 2 ajouts, 1 suppressionapp/models/media_attachment.rb
- app/views/doorkeeper/authorizations/new.html.haml 0 ajout, 26 suppressionsapp/views/doorkeeper/authorizations/new.html.haml
- app/views/doorkeeper/authorizations/show.html.haml 0 ajout, 2 suppressionsapp/views/doorkeeper/authorizations/show.html.haml
- app/views/oauth/authorizations/error.html.haml 2 ajouts, 0 suppressionapp/views/oauth/authorizations/error.html.haml
- app/views/oauth/authorizations/new.html.haml 25 ajouts, 0 suppressionapp/views/oauth/authorizations/new.html.haml
- app/views/oauth/authorizations/show.html.haml 1 ajout, 0 suppressionapp/views/oauth/authorizations/show.html.haml
- config/environments/production.rb 1 ajout, 1 suppressionconfig/environments/production.rb
- config/initializers/doorkeeper.rb 2 ajouts, 2 suppressionsconfig/initializers/doorkeeper.rb
- config/initializers/rabl_init.rb 1 ajout, 1 suppressionconfig/initializers/rabl_init.rb
app/views/oauth/authorizations/new.html.haml
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter