about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-04-09[Glitch] SUBMIT doesn't exist on XMLHttpRequestNick Schonning
Port ab3f23da916c8578148fe92fe008da19b8a7ed02 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-04-09[Glitch] HTML string attributes set as booleansNick Schonning
Port a425915ce7d1148e9505c87889936c4c497061dd to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-04-09Merge branch 'main' into glitch-soc/merge-upstreamClaire
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.
2023-04-09Fix most rubocop issues (#2165)Claire
* 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
2023-04-08Fix glitch-soc Markdown linting issues (#2168)Claire
2023-04-08Move locale-data back to `app/javascript/mastodon/locales/locale-data` (#2169)Claire
This reduces differences with upstream and fixes a bunch of locale-data files having been forgotten.
2023-04-08Fix crash in NotifyService when trying to send an email notification for ↵Claire
post edits (#24460)
2023-04-07Fix migrating from upstream to glitch-soc messing with hide_notifications ↵Claire
mute settings (#2164)
2023-04-07Fix glitch-soc HAML linting issues (#2166)Claire
2023-04-07Fix tooltip for dates without time (#24244)Christian Schmidt
2023-04-07Fix loading spinner + infinite scroll for private mentions (#24446)Christian Schmidt
2023-04-07Expand coverage for "system checks" (#24216)Matt Jankowski
2023-04-07Update Node.js to 16.20.0 (#24316)Nick Schonning
2023-04-07Remove unused methods in 2FA OTP Auth Controller (#24220)Matt Jankowski
2023-04-07Remove duplicate ca-certificates Docker install (#24231)Nick Schonning
2023-04-07Remove Array.prototype.includes polyfill (#24234)Nick Schonning
2023-04-07Fix account header image missing in low-res (#24433)Christian Schmidt
2023-04-07Fix user settings migration script failing in some cases (#24453)Claire
2023-04-07Bump version to v4.1.2 (#24427)Claire
2023-04-06New Crowdin updates (#24378)Eugen Rochko
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
2023-04-05Fix DevContainer post-create warnings (#23977)Nick Schonning
2023-04-05New Crowdin updates (#2126)Claire
* New translations en.json (Esperanto) [ci skip] * New translations en.json (Esperanto) [ci skip] * New translations en.json (French) [ci skip] * New translations en.json (Czech) [ci skip] * New translations en.json (German) [ci skip] * New translations en.json (Korean) [ci skip] * New translations en.yml (Norwegian) [ci skip] * New translations simple_form.en.yml (Norwegian) [ci skip] * New translations en.yml (Portuguese) [ci skip] * New translations en.json (Portuguese, Brazilian) [ci skip] * New translations en.yml (Portuguese, Brazilian) [ci skip] * New translations simple_form.en.yml (Portuguese, Brazilian) [ci skip] * New translations en.json (Spanish, Argentina) [ci skip] * New translations en.yml (Spanish, Argentina) [ci skip] * New translations en.json (Spanish, Mexico) [ci skip] * New translations en.yml (Spanish, Mexico) [ci skip] * New translations en.json (French, Quebec) [ci skip] * New translations en.json (Spanish) [ci skip] * New translations en.json (Spanish, Mexico) [ci skip] * New translations en.json (Spanish) [ci skip] * New translations en.json (Spanish) [ci skip] * New translations en.yml (Spanish) [ci skip] * New translations simple_form.en.yml (Spanish) [ci skip] * New translations en.json (Spanish, Mexico) [ci skip] * New translations en.yml (Spanish, Mexico) [ci skip] * New translations simple_form.en.yml (Spanish, Mexico) [ci skip] * New translations en.json (Spanish, Argentina) [ci skip] * New translations en.yml (Spanish, Argentina) [ci skip] * New translations simple_form.en.yml (Spanish, Argentina) [ci skip] * New translations en.json (Chinese Simplified) [ci skip] * New translations en.json (Chinese Simplified) [ci skip] * New translations en.yml (Chinese Simplified) [ci skip] * New translations simple_form.en.yml (Chinese Simplified) [ci skip] * New translations en.yml (Polish) [ci skip] * New translations en.yml (Polish) [ci skip] * New translations simple_form.en.yml (Polish) [ci skip] * New translations en.json (Polish) [ci skip] * New translations simple_form.en.yml (Polish) [ci skip] * New translations en.json (Polish) [ci skip] * New translations en.json (Polish) [ci skip] * New translations en.json (Spanish) [ci skip] * New translations en.yml (Spanish) [ci skip] * Fix Crowdin YAML export issue * Fix i18n YAML normalization
2023-04-05Fix user archive takeouts when using OpenStack Swift (#24431)Claire
2023-04-05Check for missing JSON translations (#24338)Nick Schonning
2023-04-05Fix height of announcements not being updated when using reduced animations ↵Christian Schmidt
(#24354)
2023-04-05Bump rubocop from 1.48.1 to 1.49.0 (#24387)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05Bump puma from 6.1.1 to 6.2.1 (#24402)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05Bump capybara from 3.38.0 to 3.39.0 (#24395)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05Bump aws-sdk-s3 from 1.119.2 to 1.120.0 (#24401)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05Update display_media typing to string (#24416)Nick Schonning
2023-04-05Set marginRight as string (#24422)Nick Schonning
2023-04-05SUBMIT doesn't exist on XMLHttpRequest (#24423)Nick Schonning
2023-04-05Enable Stylelint property-no-unknown (#24404)Nick Schonning
2023-04-04Fix styling regressions from RTL layout refactor (#24415)Claire
2023-04-04Ensure tabIndex is number instead of string (#24409)Nick Schonning
2023-04-04HTML string attributes set as booleans (#24408)Nick Schonning
2023-04-04Add typechecking in CI (#24405)Nick Schonning
2023-04-04Bump typescript from 4.9.5 to 5.0.3 (#24398)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04Bump addressable from 2.8.1 to 2.8.2 (#24392)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04Merge pull request #2161 from ClearlyClaire/glitch-soc/merge-upstreamClaire
Merge upstream changes
2023-04-04[Glitch] Fix inconsistent radius in drawerRubicon Rowe
Port fa98363a2789f23e110312f23bf4c00234dcd59a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-04-04Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-04-04Fix unescaped user input in LDAP query (#24379)Claire
2023-04-04Merge pull request #2159 from ClearlyClaire/glitch-soc/merge-upstreamClaire
Merge upstream changes
2023-04-04Fix inconsistent radius in drawer (#24407)Rubicon Rowe
2023-04-04Bump glob from 9.3.2 to 9.3.4 (#24383)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04Bump devise from 4.9.0 to 4.9.2 (#24393)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04Bump doorkeeper from 5.6.5 to 5.6.6 (#24399)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04Bump tzinfo-data from 1.2023.2 to 1.2023.3 (#24400)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04Align typings with installed versions (#24410)Nick Schonning