~cytrogen/masto-fe

111686c3 — Claire 2 years ago
New Crowdin updates (#2306)

* New translations en.json (French)
[ci skip]

* New translations en.json (Spanish)
[ci skip]

* New translations en.json (Afrikaans)
[ci skip]

* New translations en.json (Arabic)
[ci skip]

* New translations en.json (Czech)
[ci skip]

* New translations en.json (German)
[ci skip]

* New translations en.json (Irish)
[ci skip]

* New translations en.json (Japanese)
[ci skip]

* New translations en.json (Georgian)
[ci skip]

* New translations en.json (Korean)
[ci skip]

* New translations en.json (Lithuanian)
[ci skip]

* New translations en.json (Macedonian)
[ci skip]

* New translations en.json (Punjabi)
[ci skip]

* New translations en.json (Polish)
[ci skip]

* New translations en.json (Turkish)
[ci skip]

* New translations en.json (Ukrainian)
[ci skip]

* New translations en.json (Chinese Simplified)
[ci skip]

* New translations en.json (Chinese Traditional)
[ci skip]

* New translations en.json (Urdu (Pakistan))
[ci skip]

* New translations en.json (Portuguese, Brazilian)
[ci skip]

* New translations en.json (Persian)
[ci skip]

* New translations en.json (Tamil)
[ci skip]

* New translations en.json (Spanish, Argentina)
[ci skip]

* New translations en.json (Spanish, Mexico)
[ci skip]

* New translations en.json (Bengali)
[ci skip]

* New translations en.json (Marathi)
[ci skip]

* New translations en.json (Croatian)
[ci skip]

* New translations en.json (Kazakh)
[ci skip]

* New translations en.json (Telugu)
[ci skip]

* New translations en.json (English, United Kingdom)
[ci skip]

* New translations en.json (Esperanto)
[ci skip]

* New translations en.json (Uyghur)
[ci skip]

* New translations en.json (Tatar)
[ci skip]

* New translations en.json (Malayalam)
[ci skip]

* New translations en.json (Latin)
[ci skip]

* New translations en.json (Bosnian)
[ci skip]

* New translations en.json (French, Quebec)
[ci skip]

* New translations en.json (Cornish)
[ci skip]

* New translations en.json (Kannada)
[ci skip]

* New translations en.json (Occitan)
[ci skip]

* New translations en.json (Igbo)
[ci skip]

* New translations en.json (Sardinian)
[ci skip]

* New translations en.json (Kabyle)
[ci skip]

* New translations en.yml (Spanish)
[ci skip]

* New translations en.yml (Italian)
[ci skip]

* New translations en.yml (Norwegian)
[ci skip]

* New translations en.yml (Ukrainian)
[ci skip]

* New translations en.yml (Chinese Simplified)
[ci skip]

* New translations en.yml (Spanish, Argentina)
[ci skip]

* New translations en.yml (Spanish, Mexico)
[ci skip]

* New translations en.yml (Esperanto)
[ci skip]

* New translations simple_form.en.yml (French)
[ci skip]

* New translations simple_form.en.yml (Spanish)
[ci skip]

* New translations simple_form.en.yml (Czech)
[ci skip]

* New translations simple_form.en.yml (German)
[ci skip]

* New translations simple_form.en.yml (Italian)
[ci skip]

* New translations simple_form.en.yml (Korean)
[ci skip]

* New translations simple_form.en.yml (Norwegian)
[ci skip]

* New translations simple_form.en.yml (Polish)
[ci skip]

* New translations simple_form.en.yml (Ukrainian)
[ci skip]

* New translations simple_form.en.yml (Chinese Simplified)
[ci skip]

* New translations simple_form.en.yml (Portuguese, Brazilian)
[ci skip]

* New translations simple_form.en.yml (Spanish, Argentina)
[ci skip]

* New translations simple_form.en.yml (Spanish, Mexico)
[ci skip]

* New translations simple_form.en.yml (French, Quebec)
[ci skip]

* New translations en.json (Polish)
[ci skip]

* New translations en.json (Spanish, Argentina)
[ci skip]

* New translations en.yml (Spanish, Argentina)
[ci skip]
1a33f1df — Claire 2 years ago
Merge pull request #2305 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
0c45bed3 — Claire 2 years ago
[Glitch] Fix “Back” button sometimes redirecting out of Mastodon

Port a442a1d1c69e5d477ca1c05f0bc5fc0f6894b223 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
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.
0e1d2e15 — Claire 2 years ago
Merge pull request #2302 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
4207c95d — Matt Jankowski 2 years ago
Fix haml-lint Rubocop `Style/SlicingWithRange` cop (#25947)

a442a1d1 — Claire 2 years ago
Fix “Back” button sometimes redirecting out of Mastodon (#25281)

d0f00206 — Matt Jankowski 2 years ago
Fix haml-lint Rubocop `Style/StringLiterals` cop (#25948)

19208aa4 — Daniel M Brasil 2 years ago
Migrate to request specs in `/api/v1/statuses/:status_id/favourite` (#25626)

6fb4a756 — Daniel M Brasil 2 years ago
Migrate to request specs in `/api/v1/statuses/:status_id/bookmark` (#25624)

4859958a — Daniel M Brasil 2 years ago
Migrate to request specs in `/api/v1/polls` (#25596)

1aea938d — Daniel M Brasil 2 years ago
Migrate to request specs in `/api/v1/statuses/:status_id/pin` (#25635)

6cdc8408 — Daniel M Brasil 2 years ago
Migrate to request specs in `/api/v1/emails/confirmations` (#25686)

8a1aabaa — Daniel M Brasil 2 years ago
Migrate to request specs in `/api/v1/timelines/home` (#25743)

c80ecf2f — Nick Schonning 2 years ago
Increase PR Rebase job retries (#25926)

664b0ca8 — Jeong Arm 2 years ago
Check if json body is null on Activitipub::ProcessingWorker (#26021)

bd33efdf — Matt Jankowski 2 years ago
Fix haml-lint Rubocop `Style/MinMaxComparison` cop (#25974)

361dd432 — Matt Jankowski 2 years ago
Fix haml-lint Rubocop `lambda` cop (#25946)

5096deb8 — Matt Jankowski 2 years ago
Fix haml lint Rubocop `Style/RedundantStringCoercion` cop (#25975)

2a9063e3 — renovate[bot] 2 years ago
Update dependency react-select to v5.7.4 (#26033)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Next