about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-02-25[Glitch] Rename JSX files with proper `.jsx` extensionRenaud Chaput
Port 44a7d87cb1f5df953b6c14c16c59e2e4ead1bcb9 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-02-25Fix building vanilla flavor after JSX changeClaire
2023-02-25Merge branch 'main' into glitch-soc/merge-upstreamClaire
Conflicts: - `.prettierignore`: Upstream added a line at the end of the file, while glitch-soc had its own extra lines. Took upstream's change. - `CONTRIBUTING.md`: We have our custom CONTRIBUTING.md quoting upstream. Upstream made changes. Ported upstream changes. - `app/controllers/application_controller.rb`: Upstream made code style changes in a method that is entirely replaced in glitch-soc. Ignored the change. - `app/models/account.rb`: Code style changes textually close to glitch-soc-specific changes. Ported upstream changes. - `lib/sanitize_ext/sanitize_config.rb`: Upstream code style changes. Ignored them.
2023-02-24Remove unused HTML Validator (#23866)Matt Jankowski
2023-02-24Add `lang` attribute to preview card (#23869)Christian Schmidt
2023-02-23Rename ActivityPub Serializer Specs (#23844)Nick Schonning
2023-02-23Change auto-deletion throttling constants to better scale with server size ↵Claire
(#23320)
2023-02-23Increase contrast of upload progress background (#23836)Tim Lucas
2023-02-23Fix mispelled spec filenames (#23834)Nick Schonning
2023-02-22New Crowdin updates (#23625)Eugen Rochko
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
2023-02-22Fix inefficiency when searching accounts per username in admin interface ↵Claire
(#23801)
2023-02-22Fix rack:attack flaky tests and test end of throttle period (#23799)Claire
2023-02-22Autofix Rubocop Rails/Blank (#23765)Nick Schonning
2023-02-22Autofix Rubocop Rails/RootPathnameMethods (#23760)Nick Schonning
2023-02-22Ignore JSX files from Prettier (#23777)Nick Schonning
2023-02-22Enable Style/FrozenStringLiteralComment for specs (#23790)Nick Schonning
2023-02-22Enable Rubocop Style/StringConcatenation defaults (#23792)Nick Schonning
2023-02-21Bump @babel/plugin-proposal-decorators from 7.20.13 to 7.21.0 (#23769)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21Bump @babel/plugin-transform-react-inline-elements from 7.18.6 to 7.21.0 ↵dependabot[bot]
(#23766) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21Bump @babel/plugin-transform-runtime from 7.19.6 to 7.21.0 (#23774)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21Bump @babel/core from 7.20.12 to 7.21.0 (#23767)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21Bump @babel/runtime from 7.20.13 to 7.21.0 (#23773)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21Bump devise from 4.8.1 to 4.9.0 (#23691)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21Fix sidebar cut-off on small screens in admin UI (#23764)Botao Wang
2023-02-21Bump stylelint from 15.1.0 to 15.2.0 (#23770)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21Bump blurhash from 2.0.4 to 2.0.5 (#23771)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21Bump sass from 1.58.2 to 1.58.3 (#23772)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21Bump capistrano from 3.17.1 to 3.17.2 (#23775)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21Add `lang` tag to native language names in language picker (#23749)Claire
2023-02-21Autofix Rubocop Rails/FindById (#23762)Nick Schonning
2023-02-20Merge pull request #2117 from ClearlyClaire/glitch-soc/merge-upstreamClaire
Merge upstream changes
2023-02-21Autofix Rubocop Security/IoMethods (#23757)Nick Schonning
2023-02-21Autofix Rubocop Rails/WhereEquals (#23759)Nick Schonning
2023-02-20Change compose form checkbox to native input with `appearance: none` (#22949)Claire
2023-02-20Update rebase needed job settings (#23746)Nick Schonning
2023-02-20Autofix Rubocop Style/RescueStandardError (#23745)Nick Schonning
2023-02-20Make larger part of status clickable (#23621)Christian Schmidt
2023-02-20Autofix Rubocop Style/SymbolProc (#23742)Nick Schonning
2023-02-20Autofix Rubocop Style/FormatString (#23743)Nick Schonning
2023-02-20Fix Markdown files with Prettier and check in CI (#21972)Nick Schonning
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2023-02-20Autofix Rubocop Style/UnpackFirst (#23741)Nick Schonning
2023-02-20Autofix Rubocop RSpec/BeEq (#23740)Nick Schonning
2023-02-20Audofix Rubocop Style/WordArray (#23739)Nick Schonning
2023-02-20Autofix Rubocop RSpec/LeadingSubject (#23670)Nick Schonning
2023-02-20Enable Rubocop RSpec/ExpectActual (#23720)Nick Schonning
2023-02-20Autofix Rubocop RSpec/ImplicitSubject (#23721)Nick Schonning
2023-02-20Autofix Rubocop Rails/EnumHash (#23737)Nick Schonning
2023-02-20Rename JSX files with proper `.jsx` extension (#23733)Renaud Chaput
2023-02-20Autofix Rubocop Style/ExplicitBlockArgument (#23704)Nick Schonning