~cytrogen/masto-fe

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

Merge upstream changes
685270f3 — Claire 2 years ago
[Glitch] Fix clicking “Explore” or “Live feeds” column headers to scroll in advanced mode

Port e90649b0641910225e04e308e59297f8c91b96a8 to glitch-soc

Co-authored-by: Plastikmensch <Plastikmensch@users.noreply.github.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
66e82cb8 — Claire 2 years ago
[Glitch] Fix selecting domains to forward reports to not passing the information correctly

Port b2ac93dd7379933dac63e60ea4260283a2f856f5 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
941a9df2 — Claire 2 years ago
Merge commit '96bcee66fba582666259d1d7785c3a7f2a72b8aa' into glitch-soc/merge-upstream

Conflicts:
- `.github/workflows/build-nightly.yml`:
  Upstream changed how the nightly builds are versioned, the conflict
  is because glitch-soc modified adjacent lines relative to the docker
  repositories the images are pushed to.
  Applied upstream's changes.
- `app/views/settings/preferences/notifications/show.html.haml`:
  Upstream moved some settings around. Glitch-soc had more settings.
  Applied upstream's changes, moving glitch-soc's extra settings
  accordingly.
80f89f9c — Claire 2 years ago
Merge commit '9974163776b3e65e7cfa41e6293876909a1635b7' into glitch-soc/merge-upstream

Conflicts:
- `app/views/layouts/admin.html.haml`:
  Upstream moved `javascript_pack_tag` calls around, but we don't use them in
  the same way in glitch-soc due to the different theming system.
  Kept glitch-soc's files unchanged.
406f3942 — Antonin Del Fabbro 2 years ago
[Glitch] Change opacity of the delete icon in the search field to be more visible

Port 9a8190da4a7a5bd74df36ae076573e014b254ef0 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
32e67e78 — Claire 2 years ago
Merge commit 'e3fd07197379f1ac7fd4a761b3ff55effa1a2a6c' into glitch-soc/merge-upstream
def58f8a — Christian Schmidt 2 years ago
[Glitch] Fix some React warnings

Port 152b10b6246987bfb2cc73ecd2a20578d05b62dc to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
b6b68b44 — Claire 2 years ago
Merge commit 'b91724fb9d0839365391310e20c2589ff6062d4f' into glitch-soc/merge-upstream

Conflicts:
- `Vagrantfile`:
  Upstream bumped a bunch of values, including one that was already bumped by
  glitch-soc.
  Took upstream's version.
- `lib/paperclip/transcoder.rb`:
  glitch-soc already had a partial fix for this.
  Took upstream's version.
d65aa507 — Claire 2 years ago
Merge commit 'bd023a2637ce4df2102c4f760ca1d05ff2302d9f' into glitch-soc/merge-upstream
bdce7818 — Claire 2 years ago
[Glitch] Fix layout of the closed registrations modal

Port fe31571965a6b261165342ec97d11d67f0fae12b to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
9b094f36 — Christian Schmidt 2 years ago
[Glitch] Fix profile picture preview

Port SCSS changes from bb23116e8d17b0fa7564a0f713c48753cfba7023 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
296b3d15 — Claire 2 years ago
Merge commit 'dc09c10fa8cc9230bf14e48d790c8f0c26043f8f' into glitch-soc/merge-upstream

Conflicts:
- `.rubocop_todo.yml`:
  Upstream re-generated the file, while glitch-soc has a specific ignore
  for some file.
  Updated the file as upstream did and kept our extra ignore.
- `config/webpack/shared.js`:
  Upstream added a plugin, but our files are pretty different.
  Added the plugin as well.
- `spec/helpers/application_helper_spec.rb`:
  Upstream refactored tests, but part of them were different because
  of glitch-soc's theming system.
  Applied the refactoring to glitch-soc's change.
88ff45a3 — Claire 2 years ago
Merge commit 'facfec1ba36cee27f232ebff90b990933719235a' into glitch-soc/merge-upstream
fbfc4145 — Claire 2 years ago
Merge commit '1cdcd9dc08c91321f80ffe4822f6a3da15abeb2c' into glitch-soc/merge-upstream

Conflicts:
- `app/javascript/packs/public.jsx`:
  Upstream updated code that we actually moved to `app/javascript/core/settings.js`.
  Applied the changes there.
1b5d3fdc — Claire 2 years ago
Merge commit 'ee702e36e58d638bcf75b2eae2ca86499693465e' into glitch-soc/merge-upstream
e67c28a5 — Christian Schmidt 2 years ago
[Glitch] Remove redundant ready() wrapper

Port bb51c0676d0cf27babc2c01ee337ca5fd24ae37c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
7b09f585 — Claire 2 years ago
Merge commit 'bb51c0676d0cf27babc2c01ee337ca5fd24ae37c' into glitch-soc/merge-upstream

Conflicts:
- `app/javascript/packs/public.jsx`:
  Upstream refactored slightly (but touching almost all the lines in the code),
  glitch-soc had moved a few of the code to another file.
  Refactored as upstream did.
96bcee66 — Claire 2 years ago
Change nightlies versioning from `v4.2.0+2023-08-23` to `v4.2.0-nightly.2023-08-23` (#26626)

163b004b — Claire 2 years ago
Change admin e-mail notification settins to be their own settings group (#26596)

Next