~cytrogen/masto-fe

ref: 8215df76c070f7d400a6091fcb1c0f6ff78474a0 masto-fe/app/javascript/styles d---------
867790e0 — Claire 3 years ago
Merge pull request #2144 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
5ac380c1 — Claire 3 years ago
Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `app/models/status.rb`:
  Upstream added lines close to a glitch-soc only line, not a real conflict.
  Applied upstream's changes (added hooks) while keeping glitch-soc's changes
  (`local_only` scope).
- `config/environments/production.rb`:
  Upstream removed a header, while we have glitch-soc specific ones.
  Removed the header removed upstream.
0a9def54 — mogamin 3 years ago
Fit the max-width of media in .prose to parent box (#24180)

f5daa20f — Claire 3 years ago
Merge pull request #2134 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
3ef5f62a — Claire 3 years ago
Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `.github/workflows/build-image.yml`:
  Upstream switched to pushing to both DockerHub and GitHub Container
  Repository, while glitch-soc was already pushing to the latter only.
  Updated our configuration to be slightly more consistent with upstream's
  naming and styling, but kept our behavior.
- `Gemfile.lock`:
  Updated dependencies textually too close to glitch-soc only hcaptcha
  dependency.
  Updated dependencies as upstream did.
- `README.md`:
  Upstream updated its README, but we have a completely different one.
  Kept our README, though it probably should be reworked at some point.
- `app/views/auth/sessions/two_factor.html.haml`:
  Minor style fix upstream that's on a line glitch-soc removed because
  of its different theming system.
  Kept our file as is.
- `spec/controllers/health_controller_spec.rb`:
  This file apparently did not exist upstream, upstream created it with
  different contents but it is functionally the same.
  Switched to upstream's version of the file.
- `spec/presenters/instance_presenter_spec.rb`:
  Upstream changed the specs around `GITHUB_REPOSITORY`, while glitch-soc
  had its own code because it's a fork and does not have the same default
  source URL.
  Took upstream's change, but with glitch-soc's repo as the default case.
- `yarn.lock`:
  Upstream dependencies textually too close to a glitch-soc only one.
  Updated dependencies as upstream did.
6a0ed45a — Claire 3 years ago
Merge pull request #2122 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
a52ccd7a — Rodion Borisov 3 years ago
Center the text itself in upload area (#24029)

7623e181 — Claire 3 years ago
Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `README.md`:
  Upstream README has been changed, but we have a completely different one.
  Kept our `README.md`.
- `lib/sanitize_ext/sanitize_config.rb`:
  Upstream added support for more incoming HTML tags (a large subset of what
  glitch-soc accepts).
  Change the code style to match upstream's but otherwise do not change our
  code.
- `spec/lib/sanitize_config_spec.rb`:
  Upstream added support for more incoming HTML tags (a large subset of what
  glitch-soc accepts).
  Kept our version, since the tests are mostly glitch-soc's, except for cases
  which are purposefuly different.
3a6451c8 — Claire 3 years ago
Add support for incoming rich text (#23913)

6a4be4e9 — Claire 3 years ago
Merge pull request #2119 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
4ed09276 — Claire 3 years ago
Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `.prettierignore`:
  Upstream added a line at the end of the file, while glitch-soc had its own
  extra lines.
  Took upstream's change.
- `CONTRIBUTING.md`:
  We have our custom CONTRIBUTING.md quoting upstream. Upstream made changes.
  Ported upstream changes.
- `app/controllers/application_controller.rb`:
  Upstream made code style changes in a method that is entirely replaced
  in glitch-soc.
  Ignored the change.
- `app/models/account.rb`:
  Code style changes textually close to glitch-soc-specific changes.
  Ported upstream changes.
- `lib/sanitize_ext/sanitize_config.rb`:
  Upstream code style changes.
  Ignored them.
f4f91bc2 — Tim Lucas 3 years ago
Increase contrast of upload progress background (#23836)

7adde24a — Botao Wang 3 years ago
Fix sidebar cut-off on small screens in admin UI (#23764)

d3b4d4d4 — Claire 3 years ago
Change compose form checkbox to native input with `appearance: none` (#22949)

62c4aecf — Christian Schmidt 3 years ago
Make larger part of status clickable (#23621)

4c68189d — Claire 3 years ago
Merge pull request #2112 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
ce84d163 — Claire 3 years ago
Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `.prettierignore`:
  Upstream added a line at the end, glitch-soc had extra entries at the end.
  Added upstream's new line before glitch-soc's.
- `Gemfile.lock`:
  Upstream updated dependencies while glitch-soc has an extra one (hcaptcha).
  Updated dependencies like upstream did.
- `app/controllers/api/v1/statuses_controller.rb`:
  Not a real conflict, upstream added a parameter (`allowed_mentions`) where
  glitch-soc already had an extra one (`content_type`).
  Added upstream's new parameter.
- `app/javascript/styles/fonts/roboto-mono.scss`:
  A lot of lines were changed upstream due to code style changes, and a lot
  of those lines had path changes to accomodate glitch-soc's theming system.
  Applied upstream's style changes.
- `app/javascript/styles/fonts/roboto.scss`:
  A lot of lines were changed upstream due to code style changes, and a lot
  of those lines had path changes to accomodate glitch-soc's theming system.
  Applied upstream's style changes.
0c9d455e — Nick Schonning 3 years ago
Upgrade to Stylelint 15 with Prettier (#23558)

dc02a93d — Claire 3 years ago
Merge pull request #2105 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
85558a5e — Claire 3 years ago
Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `README.md`:
  Minor upstream change, our README is completely different.
  Kept ours.
- `lib/tasks/assets.rake`:
  glitch-soc has extra code to deal with its theming system,
  upstream changed a line that exists in glitch-soc.
  Applied upstream changes.
Next