~cytrogen/masto-fe

ref: 51311c1978d5a38935b6898cd52c5d0dc3a8e3e7 masto-fe/db d---------
3952d175 — Claire 2 years ago
Merge pull request #2296 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
2d09653d — Claire 2 years ago
Merge commit '0d7340380cf3094335d8bc67f7c465e2b154566a' into glitch-soc/merge-upstream

Conflicts:
- app/controllers/application_controller.rb:
  Upstream added an `include` where we had an extra `include` due to
  glitch-soc's theming system.
  Added upstream's new `include`.
ce43ed14 — Matt Jankowski 2 years ago
Rails 7.0 update (#25668)

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

Merge upstream changes
9ae60f87 — Claire 2 years ago
Merge commit '82e477b184b5666fff7fb55933dce22ca2925db8' into glitch-soc/merge-upstream

Conflicts:
- `db/migrate/20180831171112_create_bookmarks.rb`:
  Upstream ran a lint fix on this file, but this file is different in
  glitch-soc because the feature was added much earlier.
  Ran the lint fix on our own version of the file.
b8b2470c — Matt Jankowski 2 years ago
Fix `Style/SlicingWithRange` cop (#25923)

1d557305 — Nick Schonning 2 years ago
Enable Rubocop Style/FrozenStringLiteralComment (#23793)

30ad9d97 — Claire 2 years ago
Merge pull request #2272 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
5de49e74 — Claire 2 years ago
Merge branch 'main' into glitch-soc/merge-upstream
12fa24a8 — Claire 2 years ago
Fix forgotten unconfirmed_email migration file (#25702)

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

Merge upstream changes
e6a8faae — Claire 2 years ago
Add users index on unconfirmed_email (#25672)

933ba1a3 — Claire 2 years ago
Add superapp index on `oauth_applications` (#25670)

44e98a27 — Claire 2 years ago
Merge branch 'main' into glitch-soc/merge-upstream
ba06a2f1 — Eugen Rochko 2 years ago
Revert "Rails 7 update" (#25667)

50c2a036 — Matt Jankowski 2 years ago
Rails 7 update (#24241)

c47cdf6e — Matt Jankowski 2 years ago
Add index to backups on `user_id` column (#25647)

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.
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.
Next