mastodon/app/views/auth
Claire 0092fe50ac 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`
2023-07-19 07:35:51 +02:00
..
challenges Fix style for hashes (#20518) 2022-11-17 11:05:39 +01:00
confirmations Fix CAPTCHA page not following design pattern of sign-up flow (#25395) 2023-06-13 22:30:40 +02:00
passwords Fix style for hashes (#20518) 2022-11-17 11:05:39 +01:00
registrations Fix haml-lint InstanceVariables rule for auth/registrations/edit (#26061) 2023-07-18 18:10:52 +02:00
sessions Merge branch 'main' into glitch-soc/merge-upstream 2023-03-16 23:12:59 +01:00
setup [Glitch] Add polling and automatic redirection to /start on email confirmation 2023-05-25 22:37:14 +02:00
shared Add progress indicator to sign-up flow (#24545) 2023-04-16 07:01:24 +02:00