Fix link handling of mentions in user profiles when logged out (#27185)
Convert `dropdown_menu` state to Typescript (#25585)
Improve modals reducer types (#26610)
Merge commit '97e4011c3ce31c6d492d5f103e95a35b6ebdc9bd' into glitch-soc/merge-upstream
Conflicts:
- `config/initializers/content_security_policy.rb`:
Upstream added some code to add the Identity Provider's sign-in endpoint to
the `form-action` Content Security Policy directive but our version of the
file is pretty different.
Ported the change.
Fix notification permissions being requested immediately after login (#26472)
Convert `actions/account_notes` into Typescript (#26601)
Add recent searches in web UI (#26834)
Add infinite scrolling for search results in web UI (#26784)
Merge pull request #2392 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes into glitch-soc
Merge commit '5694e24bbf9afccbbf1b44d3a405a4e2bc0ff08d' into glitch-soc/merge-upstream
Conflicts:
- `.github/workflows/build-nightly.yml`:
Upstream changed the environment variables used for defining the version
number. This change occurs close to lines that were modified in glitch-soc
to account for the different repositories to push to.
Ported upstream changes.
- `.github/workflows/build-push-pr.yml`:
Upstream changed the environment variables used for defining the version
number. This change occurs close to lines that were modified in glitch-soc
to account for the different repositories to push to.
Ported upstream changes.
- `lib/mastodon/version.rb`:
Upstream changed how the version string is built from environment variables.
Adapted the logic to account for the `+glitch` in glitch-soc.
Fix bug with reblogged view on Toots only showing latest reblogging accounts (#26574)
Fix bug with favourited view on Toots only showing latest favouriting accounts (#26577)
Fix toast saying "published" instead of "saved" after editing post in web UI (#26664)