Matt Jankowski
|
9e8323fdb9
|
Fix Performance/MapCompact cop (#24797)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
1 year ago |
Nick Schonning
|
49f1168050
|
Autofix Rubocop Style/RedundantBegin (#23703)
|
2 years ago |
Eugen Rochko
|
d4588f2441
|
Fix remote account in contact account setting not being used (#19351)
|
2 years ago |
Eugen Rochko
|
d3b2560e58
|
Fix existing username validator not allowing multiple accounts (#16153)
Fix #16107
|
4 years ago |
Eugen Rochko
|
f5d59b3979
|
Change auto-following admin-selected accounts, show in recommendations (#16078)
|
4 years ago |
luigi
|
944b059f50
|
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
|
d48f53cf1a
|
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
|
c21bdc81d3
|
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 |