~cytrogen/masto-fe

ref: 67055b034300393bd9a345bc057e86baa848ae35 masto-fe/spec/models d---------
c25ba31e — Claire 2 years ago
Merge pull request #2274 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
ff7aae30 — Claire 2 years ago
Merge branch 'main' into glitch-soc/merge-upstream
dc8f1fbd — Claire 2 years ago
Merge pull request from GHSA-9928-3cp5-93fm

* Fix attachments getting processed despite failing content-type validation

* Add a restrictive ImageMagick security policy tailored for Mastodon

* Fix misdetection of MP3 files with large cover art

* Reject unprocessable audio/video files instead of keeping them unchanged
b052a7ed — Claire 2 years ago
Merge pull request #2256 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
178e1510 — Claire 2 years ago
Merge commit '55e7c08a83547424024bac311d5459cb82cf6dae' into glitch-soc/merge-upstream

Conflicts:
- `app/models/user_settings.rb`:
  Upstream added a constraint on a setting textually close
  to glitch-soc-only settings.
  Applied upstream's change.
- `lib/sanitize_ext/sanitize_config.rb`:
  Upstream added support for the `translate` attribute on a few elements,
  where glitch-soc had a different set of allowed elements and attributes.
  Extended glitch-soc's allowed attributes with `translate` as upstream did.
- `spec/validators/status_length_validator_spec.rb`:
  Upstream refactored to use RSpec's `instance_double` instead of `double`,
  but glitch-soc had changes to tests due to configurable max toot chars.
  Applied upstream's changes while keeping tests against configurable max
  toot chars.
05f9e39b — Matt Jankowski 2 years ago
Fix `RSpec/VerifiedDoubles` cop (#25469)

dd07393e — Claire 2 years ago
Fix user settings not getting validated (#25508)

f3c2035f — Claire 2 years ago
Merge pull request #2251 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
e5978184 — Claire 2 years ago
Fix glitch-soc-only test being broken by refactor of the surrounding tests
6c99479e — Claire 2 years ago
Merge commit '9e245d147bcb2c72cc552ff8c276a1c34e2f686d' into glitch-soc/merge-upstream

Conflicts:
- `app/views/settings/profiles/show.html.haml`:
  Upstream redesigned the settings page, where glitch-soc had changes because of
  the ability to set some custom limits.
  Went with upstream's design while keeping our custom limits.
- `yarn.lock`:
  Upstream updated dependencies textually close to a glitch-soc-only dependency.
  Updated the dependnencies as well.
65cbcce9 — Claire 2 years ago
Merge commit '39110d1d0af5e3d9cf452ae47496a52797249fd0' into glitch-soc/merge-upstream
4c5aa0e4 — Matt Jankowski 2 years ago
Update rubocop-rspec to version 2.22.0, fix `RSpec/IndexedLet` cop (#24698)

d9c6f70c — Daniel M Brasil 2 years ago
Fix `ArgumentError` in `/api/v1/admin/accounts/:id/action` (#25386)

ae9f5379 — Matt Jankowski 2 years ago
Reduce factory data created in spec/models/trends/statuses spec (#25410)

af97a6ac — Claire 2 years ago
Merge pull request #2246 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
42a0898f — Claire 2 years ago
Merge commit '3a2a15c6ea4d4603469861ed9be09da12a122e45' into glitch-soc/merge-upstream

Conflicts:
- `app/views/settings/preferences/appearance/show.html.haml`:
  Conflict because glitch-soc does not have a theme selector here.
62c996b5 — Matt Jankowski 2 years ago
Reduce `RSpec/MultipleExpectations` cop max to 8 (#25313)

c94bb9ba — Matt Jankowski 2 years ago
Disable paperclip processing in specs (#25359)

c48ec9cb — Claire 2 years ago
Merge commit 'b85c387c5c0527b0ad31c27031a09d361826c5fc' into glitch-soc/merge-upstream

Conflicts:
- `config/initializers/content_security_policy.rb`:
  Kept our version, it was not affected by upstream's bug.
aa57f7e3 — Claire 2 years ago
Merge commit '5fae2de454806730742b7be7435ae1c4fb97cf3c' into glitch-soc/merge-upstream
Next