Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-19 | Autofix Rubocop Style/RedundantBegin (#23703) | Nick Schonning | |
2022-10-21 | Fix remote account in contact account setting not being used (#19351) | Eugen Rochko | |
2021-05-04 | Fix existing username validator not allowing multiple accounts (#16153) | Eugen Rochko | |
Fix #16107 | |||
2021-04-24 | Change auto-following admin-selected accounts, show in recommendations (#16078) | Eugen Rochko | |
2021-01-10 | Optimize map { ... }.compact calls (#15513) | luigi | |
* Optimize map { ... }.compact using Enumerable#filter_map, supported since Ruby 2.7 * Add poyfill for Enumerable#filter_map | |||
2019-04-06 | Fix admin validation being too strict about usernames (#10449) | Eugen Rochko | |
* Fix admin validation being too strict about usernames Fix #10446 * Strip Setting.site_contact_username consistently throughout the codebase | |||
2019-03-23 | Add validations to admin settings (#10348) | Eugen Rochko | |
* 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 |