Nick Schonning
|
2177daeae9
|
Autofix Rubocop Style/RedundantBegin (#23703)
|
2 years ago |
Eugen Rochko
|
abf6c87ee8
|
Fix remote account in contact account setting not being used (#19351)
|
2 years ago |
Eugen Rochko
|
3639862dee
|
Fix existing username validator not allowing multiple accounts (#16153)
Fix #16107
|
4 years ago |
Eugen Rochko
|
daccc07dc1
|
Change auto-following admin-selected accounts, show in recommendations (#16078)
|
4 years ago |
luigi
|
087ed84367
|
Optimize map { ... }.compact calls (#15513)
* Optimize map { ... }.compact
using Enumerable#filter_map, supported since Ruby 2.7
* Add poyfill for Enumerable#filter_map
|
4 years ago |
Eugen Rochko
|
2c63e0292a
|
Fix admin validation being too strict about usernames (#10449)
* Fix admin validation being too strict about usernames
Fix #10446
* Strip Setting.site_contact_username consistently throughout the codebase
|
6 years ago |
Eugen Rochko
|
555c4e11ba
|
Add validations to admin settings (#10348)
* Add validations to admin settings
- Validate correct HTML markup
- Validate presence of contact username & e-mail
- Validate that all usernames are valid
- Validate that enums have expected values
* Fix code style issue
* Fix tests
|
6 years ago |