-
- Downloads
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - `app/controllers/api/v1/statuses_controller.rb`: Conflict due to upstream adding a new parameter (with_rate_limit), too close to glitch-soc's own additional parameter (content_type). Added upstream's parameter. - `app/services/post_status_service.rb`: Conflict due to upstream adding a new parameter (rate_limit), too close to glitch-soc's own additional parameter (content_type). Added upstream's parameter. - `app/views/settings/preferences/appearance/show.html.haml`: Conflict due to us not exposing theme settings here (as we have a different flavour/skin menu). Took upstream change, while still not exposing theme settings. - `config/webpack/shared.js`: Coding style fixes for a part we have rewritten. Discarded upstream changes.
No related branches found
No related tags found
Showing
- .circleci/config.yml 1 addition, 0 deletions.circleci/config.yml
- Gemfile 2 additions, 2 deletionsGemfile
- Gemfile.lock 6 additions, 6 deletionsGemfile.lock
- app/controllers/account_follow_controller.rb 1 addition, 1 deletionapp/controllers/account_follow_controller.rb
- app/controllers/admin/site_uploads_controller.rb 21 additions, 0 deletionsapp/controllers/admin/site_uploads_controller.rb
- app/controllers/api/base_controller.rb 4 additions, 0 deletionsapp/controllers/api/base_controller.rb
- app/controllers/api/v1/accounts/follower_accounts_controller.rb 0 additions, 2 deletions...ntrollers/api/v1/accounts/follower_accounts_controller.rb
- app/controllers/api/v1/accounts/following_accounts_controller.rb 0 additions, 2 deletions...trollers/api/v1/accounts/following_accounts_controller.rb
- app/controllers/api/v1/accounts/identity_proofs_controller.rb 0 additions, 2 deletions...controllers/api/v1/accounts/identity_proofs_controller.rb
- app/controllers/api/v1/accounts/lists_controller.rb 0 additions, 2 deletionsapp/controllers/api/v1/accounts/lists_controller.rb
- app/controllers/api/v1/accounts/pins_controller.rb 0 additions, 2 deletionsapp/controllers/api/v1/accounts/pins_controller.rb
- app/controllers/api/v1/accounts/relationships_controller.rb 0 additions, 2 deletionsapp/controllers/api/v1/accounts/relationships_controller.rb
- app/controllers/api/v1/accounts/search_controller.rb 0 additions, 2 deletionsapp/controllers/api/v1/accounts/search_controller.rb
- app/controllers/api/v1/accounts/statuses_controller.rb 0 additions, 2 deletionsapp/controllers/api/v1/accounts/statuses_controller.rb
- app/controllers/api/v1/accounts_controller.rb 2 additions, 2 deletionsapp/controllers/api/v1/accounts_controller.rb
- app/controllers/api/v1/apps/credentials_controller.rb 0 additions, 2 deletionsapp/controllers/api/v1/apps/credentials_controller.rb
- app/controllers/api/v1/blocks_controller.rb 0 additions, 2 deletionsapp/controllers/api/v1/blocks_controller.rb
- app/controllers/api/v1/bookmarks_controller.rb 0 additions, 2 deletionsapp/controllers/api/v1/bookmarks_controller.rb
- app/controllers/api/v1/conversations_controller.rb 0 additions, 2 deletionsapp/controllers/api/v1/conversations_controller.rb
- app/controllers/api/v1/custom_emojis_controller.rb 0 additions, 2 deletionsapp/controllers/api/v1/custom_emojis_controller.rb
... | ... | @@ -49,7 +49,7 @@ gem 'omniauth-saml', '~> 1.10' |
gem 'omniauth', '~> 1.9' | ||
gem 'discard', '~> 1.1' | ||
gem 'doorkeeper', '~> 5.2' | ||
gem 'doorkeeper', '~> 5.3' | ||
gem 'fast_blank', '~> 1.0' | ||
gem 'fastimage' | ||
gem 'goldfinger', '~> 2.1' | ||
... | ... | @@ -92,7 +92,7 @@ gem 'simple-navigation', '~> 4.1' |
gem 'simple_form', '~> 5.0' | ||
gem 'sprockets-rails', '~> 3.2', require: 'sprockets/railtie' | ||
gem 'stoplight', '~> 2.2.0' | ||
gem 'strong_migrations', '~> 0.5' | ||
gem 'strong_migrations', '~> 0.6' | ||
gem 'tty-command', '~> 0.9', require: false | ||
gem 'tty-prompt', '~> 0.20', require: false | ||
gem 'twitter-text', '~> 1.14' | ||
... | ... |
Please register or sign in to comment