~cytrogen/masto-fe

ref: 09ebf7e37c8bdaaf15f02cfec0d117ed55d63dae masto-fe/app/javascript/mastodon d---------
b2515feb — Claire 2 years ago
Merge commit 'cfd50f30bb5dda4dd90e1ad01f3e62c99135c36f' into glitch-soc/merge-upstream
42f36aa5 — Claire 2 years ago
Merge commit '5b457961fc1189a71599dc6c06b3f159b195a455' into glitch-soc/merge-upstream

Conflicts:
- `config/initializers/content_security_policy.rb`:
  Upstream fixed an issue that was not present in glitch-soc.
  Kept our version.
993d0a99 — Claire 2 years ago
Merge commit '1e3b19230a48174acf524cf1a9f5a498e220ea7d' into glitch-soc/merge-upstream

Conflicts:
- `app/models/account.rb`:
  Upstream added new validations close to lines on which glitch-soc had
  modified validations to handle custom limits set through environment
  variables.
  Ported upstream changes.
- `config/initializers/content_security_policy.rb`:
  Upstream added `AZURE_ALIAS_HOST`. Glitch-soc's version of the file is
  completely different.
  Added `AZURE_ALIAS_HOST` to our version of the file.
cfd50f30 — Eugen Rochko 2 years ago
Fix focus and hover styles in web UI (#26125)

1b4cf0eb — наб 2 years ago
Favourits -> Favorites (#26109)

217ef7f2 — gunchleoc 2 years ago
Replace 'favourite' by 'favorite' for American English (#26009)

59478a1b — Trevor Wolf 2 years ago
change focus ui for keyboard only input (#25935)

e4ea80d8 — Claire 2 years ago
Change thread view to scroll to the selected post rather than the post being replied to (#24685)

586b1c9d — Stanislas Signoud 2 years ago
Fix a missing redirection on getting-started in multi column mode (#26070)

4c18928a — Christian Schmidt 2 years ago
Wrong count in response when removing favourite/reblog (#24365)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
a04a30f8 — Claire 2 years ago
Merge pull request #2309 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
0092fe50 — Claire 2 years ago
Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `.github/workflows/build-image.yml`:
  Upstream entirely refactored this, while we changed the docker repository
  to upload to and disabled the “latest” tag.
  Applied the repository change to `.github/workflows/build-*.yml`, as well
  as disabling native ARMv64 builds.
- `README.md`:
  We have a completely different README.
  Kept ours.
- `app/views/admin/settings/shared/_links.html.haml`:
  Upstream refactored, we had an extra item.
  Refactored as upstream did.
- `spec/controllers/api/v1/timelines/public_controller_spec.rb`:
  Upstream deleted this file, to be replaced by a request spec at
  `spec/requests/api/v1/timelines/public_spec.rb`.
  We had an extra bit about enabling the public timelines because we have
  different defaults than upstream.
  Moved that bit to `spec/requests/api/v1/timelines/public_spec.rb`
47832a1a — github-actions[bot] 2 years ago
New Crowdin Translations (automated) (#26054)

Co-authored-by: renchap <renchap@users.noreply.github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
1a33f1df — Claire 2 years ago
Merge pull request #2305 from ClearlyClaire/glitch-soc/merge-upstream

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

Conflicts:
- `app/views/admin/settings/appearance/show.html.haml`:
  Upstream enforced an uniform code style around lambdas, and glitch-soc
  had a different lambda due to its theming system.
  Applied the same code style changes.
- `app/views/settings/preferences/appearance/show.html.haml`:
  Upstream enforced an uniform code style around lambdas, and glitch-soc
  removed some code just after the lambda.
  Applied the same code style changes.
a442a1d1 — Claire 2 years ago
Fix “Back” button sometimes redirecting out of Mastodon (#25281)

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

Merge upstream changes
d9adda1a — Claire 2 years ago
Merge commit '71db616fed817893d0efa363f0e7dbfcf23866a0' into glitch-soc/merge-upstream
3952d175 — Claire 2 years ago
Merge pull request #2296 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
71db616f — Claire 2 years ago
Change “About” and “Privacy policy” links to open in a new tab in advanced interface (#25973)

Next