]> cat aescling's git repositories - mastodon.git/commit
Merge branch 'master' into glitch-soc/merge-upstream
authorThibaut Girka <thib@sitedethib.com>
Thu, 2 Apr 2020 18:32:00 +0000 (20:32 +0200)
committerThibaut Girka <thib@sitedethib.com>
Thu, 2 Apr 2020 18:32:00 +0000 (20:32 +0200)
commitf3eff922a3350b9c54ef6fd5f8804722fdbe4c9c
tree01c49b43b2b4349756d5ea43f2330fd08d323c4a
parenta192b193bdf7013df09c6cd63916274cd9d47cf7
parent69558d2fe5284d2b6168706bd7cbd8b7fb2b0847
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- `app/javascript/mastodon/features/compose/components/poll_form.js`:
  Upstream bumped poll option character limit, but we already had
  a higher one, kept ours.
- `app/validators/poll_validator.rb`:
  Upstream bumped poll option character limit, but we already had
  a higher one, kept ours.
- `config/initializers/content_security_policy.rb`:
  Upstream added a rule, the way we compute ours is different, but
  that added rule has been ported.
- `package.json`:
  No real conflict, dependency update. Performed the same update.
- `yarn.lock`:
  No real conflict, dependency update. Performed the same update.
12 files changed:
Gemfile
Gemfile.lock
app/controllers/api/v1/statuses_controller.rb
app/javascript/mastodon/features/compose/components/poll_form.js
app/javascript/styles/mastodon/components.scss
app/workers/activitypub/distribute_poll_update_worker.rb
app/workers/scheduler/feed_cleanup_scheduler.rb
config/initializers/content_security_policy.rb
config/locales/en.yml
config/routes.rb
package.json
yarn.lock