]> cat aescling's git repositories - mastodon.git/commit
Merge branch 'master' into glitch-soc/merge-upstream
authorThibaut Girka <thib@sitedethib.com>
Thu, 10 Jan 2019 18:12:10 +0000 (19:12 +0100)
committerThibaut Girka <thib@sitedethib.com>
Thu, 10 Jan 2019 20:00:30 +0000 (21:00 +0100)
commita2a64ecd3e3551707412c47f0d16e484dea25632
treebc4e0b8e0ca2a2735f527bff8bd73421c0ff72dd
parentfb0c906c717f2b21bb63610742a357850142b522
parent70801b850c78d7879182eeba4eae509af42fafeb
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- .eslintrc.yml
  Removed, as upstream removed it.
- app/controllers/admin/statuses_controller.rb
  Minor code cleanup when porting one of our features.
- app/models/account.rb
  Note length validation has changed upstream.
  We now use upstream's validation (dropped legacy glitch-soc
  account metadata stuff) but with configurable limit.
- app/services/post_status_service.rb
  Upstream has added support for scheduled toots, refactoring
  the code a bit. Adapted our changes to this refactoring.
- app/views/stream_entries/_detailed_status.html.haml
  Not a real conflict, changes too close.
- app/views/stream_entries/_simple_status.html.haml
  Not a real conflict, changes too close.
38 files changed:
Gemfile
Gemfile.lock
app/controllers/remote_interaction_controller.rb
app/javascript/mastodon/initial_state.js
app/javascript/mastodon/locales/defaultMessages.json
app/javascript/mastodon/locales/en.json
app/javascript/mastodon/locales/ja.json
app/javascript/mastodon/locales/pl.json
app/javascript/packs/public.js
app/javascript/styles/mastodon/admin.scss
app/javascript/styles/mastodon/components.scss
app/models/account.rb
app/models/concerns/account_associations.rb
app/models/media_attachment.rb
app/services/post_status_service.rb
app/views/stream_entries/_detailed_status.html.haml
app/views/stream_entries/_simple_status.html.haml
config/locales/ca.yml
config/locales/de.yml
config/locales/en.yml
config/locales/es.yml
config/locales/gl.yml
config/locales/ja.yml
config/locales/nl.yml
config/locales/oc.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/simple_form.ja.yml
config/locales/simple_form.pl.yml
config/locales/sk.yml
config/navigation.rb
config/routes.rb
config/settings.yml
db/schema.rb
lib/mastodon/version.rb
package.json
spec/lib/feed_manager_spec.rb
yarn.lock