~cytrogen/masto-fe

63a39ae2 — Claire 3 years ago
Run `yarn manage:translations`
c11e69f3 — Claire 3 years ago
Move glitch-soc-only translation strings out of `app/javascript/mastodono/locales`
251c5ed2 — Claire 3 years ago
[Glitch] Fix user settings migration script failing in some cases
bfe46d08 — Nick Schonning 3 years ago
[Glitch] Ensure tabIndex is number instead of string

Port ec0c104bf25f2689c31bb79f9f447be1a9b3da7f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
53cdcce3 — Christian Schmidt 3 years ago
[Glitch] Fix loading spinner + infinite scroll for private mentions

Port 9ef9974ff207fe91291c81c7a9b9bb83e0df8e16 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
b756e49c — Nick Schonning 3 years ago
[Glitch] Enable Stylelint property-no-unknown

Port cd14f712ad9f5a6ebdbec8c9b87740cd76d949e7 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
7b04c2fb — Christian Schmidt 3 years ago
[Glitch] Fix tooltip for dates without time

Port aa136cf2fa177af1fea59279cb8bab0b2a042b2b to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
5b88b7e8 — Nick Schonning 3 years ago
[Glitch] Remove Array.prototype.includes polyfill

Port c0886dee1480cecedb7e8b152c848f061ab7f81e to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
df6602ed — Christian Schmidt 3 years ago
[Glitch] Fix account header image missing in low-res

Port d7b8c6db7ec4d9b3fe39cbf8f1b32d152e70b8f1 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
74c61b05 — Christian Schmidt 3 years ago
[Glitch] Fix height of announcements not being updated when using reduced animations

Port ffd5b2eea4503c2ee389c7aa5dff9c51dbf9f846 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
791e712a — Nick Schonning 3 years ago
[Glitch] Update display_media typing to string

Port 17b2fd217730e6fd598aa6664373d8d7779c28c1 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
f3f7ef2d — Nick Schonning 3 years ago
[Glitch] Set marginRight as string

Port 927b2fd1386bce6fda1d2ff53ceadd82289d77ce to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
358e4067 — Nick Schonning 3 years ago
[Glitch] SUBMIT doesn't exist on XMLHttpRequest

Port ab3f23da916c8578148fe92fe008da19b8a7ed02 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
0f624514 — Nick Schonning 3 years ago
[Glitch] HTML string attributes set as booleans

Port a425915ce7d1148e9505c87889936c4c497061dd to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
ce12934f — Claire 3 years ago
Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `package.json`:
  Upstream removed a dependency that was textually close to a glitch-soc-only
  dependency.
  Removed the dependency as upstream did, while keeping the glitch-soc-only
  dependency.
ff168ef2 — Claire 3 years ago
Fix most rubocop issues (#2165)

* Run rubocop --autocorrect on app/, config/ and lib/, also manually fix some remaining style issues

* Run rubocop --autocorrect-all on db/

* Run rubocop --autocorrect-all on `spec/` and fix remaining issues
29a91b87 — Claire 3 years ago
Fix glitch-soc Markdown linting issues (#2168)

10469a0b — Claire 3 years ago
Move locale-data back to `app/javascript/mastodon/locales/locale-data` (#2169)

This reduces differences with upstream and fixes a bunch of locale-data
files having been forgotten.
99e3e152 — Claire 3 years ago
Fix crash in NotifyService when trying to send an email notification for post edits (#24460)

dc6befe1 — Claire 3 years ago
Fix migrating from upstream to glitch-soc messing with hide_notifications mute settings (#2164)

Next