~cytrogen/masto-fe

ba73f0ea — Claire 2 years ago
[Glitch] Add polling and automatic redirection to `/start` on email confirmation

Port e60414792d86a99c0f401f3c1bab92ee37835d39 to glitch-soc
f959f6cd — Claire 2 years ago
Merge commit 'e60414792d86a99c0f401f3c1bab92ee37835d39' into glitch-soc/merge-upstream
b0ec3bfc — Claire 2 years ago
[Glitch] Fix being unable to load past a full page of filtered posts in Home timeline

Port 7b54e47d034556a8709425ed8d7fc0a0da34c01a to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
4a1f4cb6 — Christian Schmidt 2 years ago
[Glitch] Fix UI crash in moderation interface when opening the media modal

Port 5241f7b2fde593e27bc6ba13ec5b33d95f9768f8 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
d7282221 — Eugen Rochko 2 years ago
[Glitch] Change "Sign in" to "Login"

Port 3869e8c21069a9bc927e93c904e00d68b004a5be to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
602ae7f2 — Claire 2 years ago
[Glitch] Fix videos being improperly positioned on safari

Port 0eed06073f6d80bd67ee87ef7d3b682943345e4b to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
e6a7cfd1 — Renaud Chaput 2 years ago
[Glitch] Add stricter ESLint rules for Typescript files

Port 5eeb40bdbe4d5e7c5c60788c0e10311f4d125853 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
e8fc445e — Nick Schonning 2 years ago
[Glitch] Enable ESLint react/no-deprecated

Port b878e3d8dfaf3cf61f7af9d16afbe9c89b91ab62 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
79c43b61 — Renaud Chaput 2 years ago
[Glitch] Disable RTK safety middlewares

Port 6f8db56a01c772bb2ec11bdb67aa2997eb62837e to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
7d9b7f28 — fusagiko / takayamaki 2 years ago
[Glitch] Add type annotation for DisplayName component

Port 349cae0b57ee65475a70311863959e7a0cf53065 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
ea1f9b42 — fusagiko / takayamaki 2 years ago
[Glitch] Rename Image component to ServerHeroImage

Port ab7716cff4a1f590565b6a229282e899d7d02e96 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
b7359549 — Claire 2 years ago
Merge commit '2ce0b666a139726dc406e6c1887728553b947e59' into glitch-soc/merge-upstream

Conflicts:
- `config/webpack/generateLocalePacks.js`:
  A dependency update changed how functions are imported.
  Also, some linting fixes not applicable to glitch-soc.
646cde71 — Claire 2 years ago
Change captcha to be presented even for invited users (#2227)

69903b58 — Claire 2 years ago
Fix margins around small avatars (reply indicators, autocompletion suggestion) (#2231)

Fix regression from #2156
cb6f445b — Claire 2 years ago
Greatly simplify history management code (#2230)

Fixes #2220

This drops the ability to shift+click on “Back” to get back to a pinned
column, but that was inconsistent, broken, and undocumented.

This also brings us slightly closer to upstream.
2f2f74ef — Claire 2 years ago
[Glitch] Update style of captcha confirmation page to match sign-up form (#2226)

05889880 — Claire 2 years ago
Fix AvatarComposite and DisplayName referencing undefined props (#2222)

e6041479 — Claire 2 years ago
Add polling and automatic redirection to `/start` on email confirmation (#25013)

2ce0b666 — dependabot[bot] 2 years ago
Bump pg-connection-string from 2.5.0 to 2.6.0 (#24999)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7b54e47d — Claire 2 years ago
Fix being unable to load past a full page of filtered posts in Home timeline (#24930)

Next