[Glitch] Fix a missing redirection on getting-started in multi column mode Port 586b1c9dca07c894af4248f59c847e7a3bf6d786 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
[Glitch] Wrong count in response when removing favourite/reblog Port 4c18928a931c8dc149fa3e0bd7de8ce4f6242715 to glitch-soc Co-authored-by: Claire <claire.github-309c@sitedethib.com> Signed-off-by: Claire <claire.github-309c@sitedethib.com>
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.
New Crowdin translations (#2338) Co-authored-by: GitHub Actions <noreply@github.com>
Fix Public TL not indicating new toots when `onlyRemote` or `allowLocalOnly` is enabled (#2336) Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
Fix firehose not indicating new toots in "All" (#2335) When "Show local-only toots in All" is enabled, the column never indicated there are new toots, since `hasUnread` was always false. Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
Fix "All" live feed not loading automatically. (#2332) The dispatch to expand the timeline was missing the `allowLocalOnly` param. Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
New Crowdin translations (#2327) Co-authored-by: GitHub Actions <noreply@github.com>
Change error boundary to upstream's (#2323)
Apply padding to all notifications in notif-cleaning mode (#2325) * Add missing padding to notif-cleaning for admin-sign-up Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> * Apply padding to all notification types instead Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> --------- Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
Fix CW icon being on wrong side in app settings in RTL languages (#2324) Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
Fix relationship-tag background color (#2322)
New Crowdin translations (#2319) Co-authored-by: GitHub Actions <noreply@github.com>
Fix glitch local settings navigation items not being proper buttons (#2320)
Annotate doodle parameters to please eslint (#2321)
Fix “Open in advanced web interface” being shown on mobile view (#2318) Fixes #2307
New Crowdin translations (#2317) Co-authored-by: GitHub Actions <noreply@github.com>
New Crowdin translations (#2314) Co-authored-by: GitHub Actions <noreply@github.com>
Add stricter protocol fields validation for accounts (#25937)
Fix `Lint/Void` cop (#25922)