~cytrogen/masto-fe

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>
943f27f4 — Claire 2 years ago
Remove unfollowed hashtag posts from home feed (#26028)

Next