Commit graph

8040 commits

Author SHA1 Message Date
Karl Erik Õunapuu
40d68fc7f1 Transfer: Return identical objects occassionally 2020-08-04 18:16:38 +03:00
Karl Erik Õunapuu
6318535fe1 Create test for identical contact transfer 2020-08-04 16:36:37 +03:00
Karl Erik Õunapuu
9ce85e155f Transfer: Do not reuse identical contacts 2020-08-04 16:10:58 +03:00
Alex Sherman
8d3fc07754 Fix presence of email address verifications 2020-07-17 18:23:33 +05:00
Alex Sherman
87f586587e Fix truemail log storage 2020-07-17 17:01:16 +05:00
Alex Sherman
d4f49e6556 Revert "Introduce log_dir env variable for truemail and require it with figaro."
This reverts commit 76eed1ef08.
2020-07-17 16:58:42 +05:00
Georg Kahest
76eed1ef08 Introduce log_dir env variable for truemail and require it with figaro.
Use log_dir in truemail initializer.
2020-07-17 16:44:31 +05:00
Alex Sherman
481bb34e67 Hotfix truemail log storage 2020-07-17 16:36:44 +05:00
Timo Võhmar
4297ff198e
Update CHANGELOG.md 2020-07-17 13:58:57 +03:00
Timo Võhmar
632dc4264c
Merge pull request #1641 from internetee/297-fix-email-verification
Add email description to epp responce on contact creation
2020-07-17 13:54:25 +03:00
Alex Sherman
600541c4a1 Add truemail logging 2020-07-17 15:22:59 +05:00
Alex Sherman
e4a02c2e47 Return truemail
This reverts commit 862f5639ebbe4d3e6abd5d5be7fb7840e7b83bdf.
2020-07-17 15:22:49 +05:00
Alex Sherman
0a7b754c4c Add email description to epp responce on contact creation 2020-07-17 15:21:02 +05:00
Timo Võhmar
294c765819
Update CHANGELOG.md 2020-07-15 15:27:16 +03:00
Timo Võhmar
8635ea0b25
Merge pull request #1643 from internetee/1612-fix-race-condition-in-epp-3
Add uniquie constraints to domain_contacts & nameservers
2020-07-15 15:24:56 +03:00
Alex Sherman
68833e11ab Add uniquie constraints to domain_contacts & nameservers 2020-07-14 17:11:42 +05:00
Timo Võhmar
c20be4e029
Merge pull request #1640 from internetee/revert-1596-297-email-address-validation-truemail
Revert "297 email address validation truemail"
2020-07-10 16:20:58 +03:00
Timo Võhmar
6900ce1127
Revert "297 email address validation truemail" 2020-07-10 16:16:00 +03:00
Timo Võhmar
1094c41fa3
Update CHANGELOG.md 2020-07-08 16:46:59 +03:00
Timo Võhmar
d6b22992d7
Merge pull request #1596 from internetee/297-email-address-validation-truemail
297 email address validation truemail
2020-07-08 16:40:55 +03:00
Alex Sherman
840f21c48f Update Travis bundler command 2020-07-08 18:21:20 +05:00
Alex Sherman
68d32568fc Fix I18n 2020-07-08 17:17:11 +05:00
Alex Sherman
b446cff3fd Add verification creation on email validation, add tests 2020-07-08 17:10:44 +05:00
Alex Sherman
b0332a7abd Add logging to email_verification.log 2020-07-08 17:10:44 +05:00
Alex Sherman
57cd588eee Add email verification rake task for one domain only 2020-07-08 17:10:44 +05:00
Alex Sherman
b4369bdcd0 Add support of punycode domains in emails 2020-07-08 17:10:44 +05:00
Alex Sherman
56ac816dd1 Add thirs status - verification failed 2020-07-08 17:10:44 +05:00
Alex Sherman
f8eea08357 Move emails & domains to citext, CC fixes 2020-07-08 17:10:43 +05:00
Alex Sherman
438a2e05ab Add test for email verification job 2020-07-08 17:09:40 +05:00
Alex Sherman
62acd8892a Add nonverified email color to registrar show 2020-07-08 17:09:40 +05:00
Alex Sherman
e95996fa12 Add nonverified color email to registrar index 2020-07-08 17:09:40 +05:00
Alex Sherman
af7e0f266d Add non-verified email filreting in contact index 2020-07-08 17:09:40 +05:00
Alex Sherman
48036c660d Add email & nonverified color to contact show 2020-07-08 17:09:39 +05:00
Alex Sherman
3d444c3a04 Fix CC issues 2020-07-08 17:08:41 +05:00
Alex Sherman
a13725faa7 Add email verification rake task 2020-07-08 17:08:41 +05:00
Alex Sherman
ee7d69c1ce Add data migration to fill EmailAddressVerifications 2020-07-08 17:08:40 +05:00
Alex Sherman
9758c82221 Add fields & bulk import gem 2020-07-08 17:08:07 +05:00
Alex Sherman
95a017629e Add email verification job 2020-07-08 17:07:45 +05:00
Alex Sherman
9ae85f3d74 Add verification methods 2020-07-08 17:07:45 +05:00
Alex Sherman
cc142076c3 Add verification model & migration 2020-07-08 17:07:44 +05:00
Alex Sherman
b8ade7628d Add tests to see if Truemail validates ok 2020-07-08 17:06:09 +05:00
Alex Sherman
9f5a636d72 Change contact email validation 2020-07-08 17:06:09 +05:00
Alex Sherman
1b06e43f18 Move email checks and validation methods to concern 2020-07-08 17:06:07 +05:00
Alex Sherman
e56162f37d Add registrar email validation 2020-07-08 17:05:24 +05:00
Alex Sherman
ba4e256662 Add test domains whitelist & fix tests 2020-07-08 17:05:24 +05:00
Alex Sherman
2d89e8124f Add gem Truemail
Closes #
2020-07-08 17:05:24 +05:00
Timo Võhmar
ee44dbe4c8
Update CHANGELOG.md 2020-07-07 22:29:54 +03:00
Timo Võhmar
4c13d5deb8
Update CHANGELOG.md 2020-07-07 16:01:10 +03:00
Timo Võhmar
0b22d13043
Merge pull request #1637 from internetee/disable-collection_cache_versioning
Disable collection cache versioning
2020-07-07 15:59:36 +03:00
Timo Võhmar
de0b7b1545
Update CHANGELOG.md 2020-07-07 15:30:55 +03:00