This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app
Sam Saffron cbceadf48b
FEATURE: when blocking emails prefer blocking canonical
Previously we relied entirely on levenshtein_distance_spammer_emails site
setting to handle "similar looking" emails.

This commit improves the situation by always preferring to block (and check)
canonical emails.

This means that if:

`samevil+test@domain.com` is blocked the system will block `samevil@domain.com`

This means that `samevil+2@domain.com` (ad infinitum) will be blocked
2020-04-24 14:09:51 +10:00
..
assets UX: Let's try X for the closed topic icon instead of a \ 2020-04-23 17:23:25 -04:00
controllers UX: drop the automatic_membership_retroactive column from groups model. (#9430) 2020-04-22 22:07:39 +05:30
helpers DEV: use array for matching multiple values 2020-04-22 12:25:59 +05:30
jobs UX: drop the automatic_membership_retroactive column from groups model. (#9430) 2020-04-22 22:07:39 +05:30
mailers FEATURE: High priority bookmark reminder notifications (#9290) 2020-04-01 09:09:20 +10:00
models FEATURE: when blocking emails prefer blocking canonical 2020-04-24 14:09:51 +10:00
serializers UX: drop the automatic_membership_retroactive column from groups model. (#9430) 2020-04-22 22:07:39 +05:30
services REFACTOR: Use rescue inside do/end block 2020-04-23 16:26:29 -06:00
views DEV: Add the missing app subdirectory (#9499) 2020-04-23 10:07:54 -03:00