-
- Downloads
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - `Gemfile.lock`: Not a real conflict, just a glitch-soc-only dependency too close to a dependency that got updated upstream. Updated as well. - `app/models/status.rb`: Not a real conflict, just a change too close to glitch-soc-changed code for optionally showing boosts in public timelines. Applied upstream changes. - `app/views/layouts/application.html.haml`: Upstream a new, static CSS file, conflict due to glitch-soc's theming system, include the file regardless of the theme. - `config/initializers/content_security_policy.rb`: Upstream dropped 'unsafe-inline' from the 'style-src' directive, but both files are very different. Removed 'unsafe-inline' as well.
Showing
- .codeclimate.yml 1 addition, 1 deletion.codeclimate.yml
- .env.production.sample 2 additions, 2 deletions.env.production.sample
- Gemfile 11 additions, 11 deletionsGemfile
- Gemfile.lock 73 additions, 69 deletionsGemfile.lock
- app/controllers/accounts_controller.rb 3 additions, 3 deletionsapp/controllers/accounts_controller.rb
- app/controllers/api/v1/accounts/follower_accounts_controller.rb 1 addition, 1 deletion...ntrollers/api/v1/accounts/follower_accounts_controller.rb
- app/controllers/api/v1/accounts/following_accounts_controller.rb 1 addition, 1 deletion...trollers/api/v1/accounts/following_accounts_controller.rb
- app/controllers/api/v1/timelines/public_controller.rb 2 additions, 2 deletionsapp/controllers/api/v1/timelines/public_controller.rb
- app/controllers/auth/sessions_controller.rb 7 additions, 0 deletionsapp/controllers/auth/sessions_controller.rb
- app/controllers/settings/identity_proofs_controller.rb 8 additions, 4 deletionsapp/controllers/settings/identity_proofs_controller.rb
- app/helpers/home_helper.rb 3 additions, 3 deletionsapp/helpers/home_helper.rb
- app/helpers/settings_helper.rb 1 addition, 0 deletionsapp/helpers/settings_helper.rb
- app/helpers/webfinger_helper.rb 19 additions, 0 deletionsapp/helpers/webfinger_helper.rb
- app/javascript/mastodon/actions/streaming.js 1 addition, 1 deletionapp/javascript/mastodon/actions/streaming.js
- app/javascript/mastodon/actions/timelines.js 1 addition, 1 deletionapp/javascript/mastodon/actions/timelines.js
- app/javascript/mastodon/features/public_timeline/components/column_settings.js 30 additions, 0 deletions...on/features/public_timeline/components/column_settings.js
- app/javascript/mastodon/features/public_timeline/containers/column_settings_container.js 1 addition, 1 deletion...s/public_timeline/containers/column_settings_container.js
- app/javascript/mastodon/features/public_timeline/index.js 16 additions, 13 deletionsapp/javascript/mastodon/features/public_timeline/index.js
- app/javascript/mastodon/features/ui/components/__tests__/column-test.js 3 additions, 12 deletions.../mastodon/features/ui/components/__tests__/column-test.js
- app/javascript/mastodon/features/ui/components/columns_area.js 1 addition, 0 deletions...avascript/mastodon/features/ui/components/columns_area.js
Loading
Please register or sign in to comment