glitch-soc/spec/validators
Claire 7623e18124 Merge branch 'main' into glitch-soc/merge-upstream
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-05 20:46:56 +01:00
..
blacklisted_email_validator_spec.rb Autofix Rubocop RSpec/LeadingSubject (#23670) 2023-02-20 13:24:14 +09:00
disallowed_hashtags_validator_spec.rb Enable Rubocop Style/StringConcatenation defaults (#23792) 2023-02-22 09:54:36 +09:00
email_mx_validator_spec.rb Misc coverage improvements for validators (#23928) 2023-03-04 17:00:00 +01:00
follow_limit_validator_spec.rb Enable Rubocop RSpec/NotToNot (#23723) 2023-02-20 02:33:27 +01:00
note_length_validator_spec.rb Run rubocop formatting except line length (#23632) 2023-02-18 06:56:20 +09:00
poll_validator_spec.rb Enable Rubocop RSpec/NotToNot (#23723) 2023-02-20 02:33:27 +01:00
reaction_validator_spec.rb Fix validations of reactions limit (#12955) 2020-01-25 16:00:29 +01:00
status_length_validator_spec.rb Merge branch 'main' into glitch-soc/merge-upstream 2023-02-25 14:00:40 +01:00
status_pin_validator_spec.rb Add support for private pinned posts (#16954) 2022-01-17 00:49:55 +01:00
unique_username_validator_spec.rb Search account domain in lowercase (#13016) 2020-02-01 15:42:24 +01:00
unreserved_username_validator_spec.rb Enable Rubocop RSpec/NotToNot (#23723) 2023-02-20 02:33:27 +01:00
url_validator_spec.rb Enable Rubocop RSpec/NotToNot (#23723) 2023-02-20 02:33:27 +01:00