mastodon/spec/validators
Claire 4ed09276d5 Merge branch 'main' into glitch-soc/merge-upstream
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-25 14:00:40 +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 Enable Rubocop RSpec/NotToNot (#23723) 2023-02-20 02:33:27 +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