Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-05 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
Conflicts: - `README.md`: Upstream README has been changed, but we have a completely different one. Kept our `README.md`. - `lib/sanitize_ext/sanitize_config.rb`: Upstream added support for more incoming HTML tags (a large subset of what glitch-soc accepts). Change the code style to match upstream's but otherwise do not change our code. - `spec/lib/sanitize_config_spec.rb`: Upstream added support for more incoming HTML tags (a large subset of what glitch-soc accepts). Kept our version, since the tests are mostly glitch-soc's, except for cases which are purposefuly different. | |||
2023-03-04 | Fix spec for api/v1/statuses/translations (#23956) | Matt Jankowski | |
2023-03-04 | Restore missing fabricators (#23951) | Matt Jankowski | |
2023-03-04 | Pending example models minimal coverage (#23912) | Matt Jankowski | |
2023-03-04 | User mailer spec coverage improvements (#23905) | Matt Jankowski | |
2023-03-04 | Admin controllers specs (#23917) | Matt Jankowski | |
2023-03-04 | Specs api v1 controllers (#23930) | Matt Jankowski | |
2023-03-04 | Fabricator specs (#23925) | Matt Jankowski | |
2023-03-04 | Misc coverage improvements for validators (#23928) | Matt Jankowski | |
2023-03-04 | Helpers specs coverage improvement (#23937) | Matt Jankowski | |
2023-03-04 | Policies specs (#23924) | Matt Jankowski | |
2023-03-04 | Settings controllers specs (#23915) | Matt Jankowski | |
2023-03-04 | Add basic coverage for some worker jobs (#23943) | Matt Jankowski | |
2023-03-04 | Models specs coverage (#23940) | Matt Jankowski | |
2023-03-03 | Only offer translation for supported languages (#23879) | Christian Schmidt | |
2023-03-03 | Add tests for moderation actions without custom text (#23184) | Claire | |
2023-03-03 | Fix “Remove all followers from the selected domains” being more ↵ | Claire | |
destructive than it claims (#23805) | |||
2023-03-03 | Add support for incoming rich text (#23913) | Claire | |
2023-03-02 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
2023-03-02 | Fix deprecation warning about merging conditions (#23618) | Matt Jankowski | |
2023-03-02 | Update rspec-rails to version 6.0.1 (#23908) | Matt Jankowski | |
2023-03-02 | Add spec coverage for Admin::Trends::StatusesHelper (#23898) | Matt Jankowski | |
2023-03-02 | Add rspecs for FollowRecommendationsScheduler (#23890) | Stanislav Dobrovolschii | |
2023-03-02 | Spec coverage for HomeHelper (#23907) | Matt Jankowski | |
2023-02-28 | Admin mailer spec coverage improvement (#23863) | Matt Jankowski | |
2023-02-27 | Add policies and serializers groups to simplecov output (#23897) | Matt Jankowski | |
2023-02-27 | Fix single-record invalid condition on PollVote (#23810) | Matt Jankowski | |
2023-02-25 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
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-23 | Rename ActivityPub Serializer Specs (#23844) | Nick Schonning | |
2023-02-23 | Change auto-deletion throttling constants to better scale with server size ↵ | Claire | |
(#23320) | |||
2023-02-23 | Fix mispelled spec filenames (#23834) | Nick Schonning | |
2023-02-22 | Fix rack:attack flaky tests and test end of throttle period (#23799) | Claire | |
2023-02-22 | Autofix Rubocop Rails/RootPathnameMethods (#23760) | Nick Schonning | |
2023-02-22 | Enable Style/FrozenStringLiteralComment for specs (#23790) | Nick Schonning | |
2023-02-22 | Enable Rubocop Style/StringConcatenation defaults (#23792) | Nick Schonning | |
2023-02-21 | Autofix Rubocop Security/IoMethods (#23757) | Nick Schonning | |
2023-02-20 | Autofix Rubocop Style/SymbolProc (#23742) | Nick Schonning | |
2023-02-20 | Autofix Rubocop remaining Layout rules (#23679) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/BeEq (#23740) | Nick Schonning | |
2023-02-20 | Audofix Rubocop Style/WordArray (#23739) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/LeadingSubject (#23670) | Nick Schonning | |
2023-02-20 | Enable Rubocop RSpec/ExpectActual (#23720) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/ImplicitSubject (#23721) | Nick Schonning | |
2023-02-20 | Autofix Rubocops RSpec/ScatteredLet (#23725) | Nick Schonning | |
2023-02-20 | Enable Rubocop HTTP status rules (#23717) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/EmptyLineAfterSubject (#23719) | Nick Schonning | |
2023-02-20 | Autofix Rubocop Lint/UnusedBlockArgument (#23712) | Nick Schonning | |
2023-02-20 | Enable Rubocop RSpec/NotToNot (#23723) | Nick Schonning | |
2023-02-20 | Autofix Rubocop RSpec/ReturnFromStub (#23724) | Nick Schonning | |
2023-02-20 | Autofix Rubocop Rails/Pluck (#23730) | Nick Schonning | |