Matt Jankowski
|
9e8323fdb9
|
Fix Performance/MapCompact cop (#24797)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-05-23 10:49:12 +02:00 |
Nick Schonning
|
49f1168050
|
Autofix Rubocop Style/RedundantBegin (#23703)
|
2023-02-19 07:09:40 +09:00 |
Eugen Rochko
|
d4588f2441
|
Fix remote account in contact account setting not being used (#19351)
|
2022-10-21 14:07:02 +02:00 |
Eugen Rochko
|
d3b2560e58
|
Fix existing username validator not allowing multiple accounts (#16153)
Fix #16107
|
2021-05-04 14:22:04 +02:00 |
Eugen Rochko
|
f5d59b3979
|
Change auto-following admin-selected accounts, show in recommendations (#16078)
|
2021-04-24 17:01:43 +02:00 |
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
|
2021-01-10 00:32:01 +01:00 |
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
|
2019-04-06 17:53:17 +02:00 |
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
|
2019-03-23 14:07:04 +01:00 |