]> cat aescling's git repositories - mastodon.git/commit
Merge branch 'master' into glitch-soc/merge-upstream
authorThibaut Girka <thib@sitedethib.com>
Fri, 26 Oct 2018 18:36:49 +0000 (20:36 +0200)
committerThibaut Girka <thib@sitedethib.com>
Fri, 26 Oct 2018 18:41:43 +0000 (20:41 +0200)
commit5bb8563f6c0ec9021d6e70d85544147e6c2d0f44
tree96a939def53ee44f19d28c66f1d1f2195806ccc2
parent0e8de56a22aee089da8aa1c64bab941bc5911e5d
parent82e7988afcde5b19b99ad9ecf7973560a8a17f7f
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- app/controllers/admin/base_controller.rb
- app/controllers/filters_controller.rb
- app/controllers/invites_controller.rb
- app/controllers/settings/deletes_controller.rb
- app/controllers/settings/exports_controller.rb
- app/controllers/settings/follower_domains_controller.rb
- app/controllers/settings/migrations_controller.rb
- app/controllers/settings/notifications_controller.rb
- app/controllers/settings/preferences_controller.rb
- app/controllers/settings/two_factor_authentication/recovery_codes_controller.rb
- app/javascript/packs/public.js
- app/views/settings/profiles/show.html.haml

Conflicts were mostly due to the addition of body classes to the settings page,
this was caused by rejecting upstream changes for most of those files and
modifying Settings::BaseController instead.

Another cause of conflicts was the deletion of client-side checking of
display name / bio length, this was modified in app/javascript/core/settings.js
instead.
24 files changed:
.circleci/config.yml
Gemfile
Gemfile.lock
app/controllers/admin/base_controller.rb
app/controllers/filters_controller.rb
app/controllers/invites_controller.rb
app/controllers/settings/base_controller.rb
app/controllers/settings/follower_domains_controller.rb
app/controllers/settings/sessions_controller.rb
app/javascript/core/settings.js
app/javascript/mastodon/features/compose/components/compose_form.js
app/javascript/packs/public.js
app/views/layouts/admin.html.haml
app/views/settings/profiles/show.html.haml
app/views/stream_entries/_simple_status.html.haml
config/initializers/cors.rb
config/locales/ca.yml
config/locales/pl.yml
config/locales/simple_form.en.yml
config/locales/simple_form.ja.yml
config/locales/simple_form.pl.yml
config/locales/sk.yml
db/schema.rb
lib/mastodon/version.rb
This page took 0.155876 seconds and 3 git commands to generate.