Commit graph

1320 commits

Author SHA1 Message Date
Timo Võhmar
348b4a5c4b
Merge pull request #1658 from internetee/1650-postal-addresses-processed-while-turned-off
Clear contact address fields if address processing turned off
2020-08-11 13:21:16 +03:00
Karl Erik Õunapuu
414519d17f Improve addressing tests 2020-08-10 16:18:52 +03:00
Karl Erik Õunapuu
e40353042e Include tests for EPP contact create/update actions regarding to addressing 2020-08-10 16:04:52 +03:00
Karl Erik Õunapuu
625bd459de Explicitly set address_processing to false in tests 2020-08-10 14:27:05 +03:00
Karl Erik Õunapuu
55ae0dc0b7 Remove redundant functions 2020-08-10 14:06:56 +03:00
Karl Erik Õunapuu
1bc0ec07d3 Fix registrant API test 2020-08-10 13:59:50 +03:00
Karl Erik Õunapuu
cca51b8a03 Fix paper trail versioning for RegistrantVerification 2020-08-07 15:15:10 +03:00
Timo Võhmar
7ed9384848
Revert "Domain transfer: Conditionally reuse contacts" 2020-08-04 22:12:36 +03:00
Karl Erik Õunapuu
c4a6a35743 Merge remote-tracking branch 'origin/master' into 1651-domain-transfer-fails 2020-08-04 18:22:55 +03:00
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
Timo Võhmar
6bde39f3de
Merge pull request #1638 from internetee/test-registrant-confirmations
Verify registrant change confirmation actions complete as expected
2020-08-04 14:37:43 +03:00
Karl Erik Õunapuu
1b0c264f54 Add tests for domain delete confirm UI 2020-08-03 13:38:35 +03:00
Karl Erik Õunapuu
310e0adac8 Pass whole Customer object to Directo 2020-07-30 17:08:19 +03:00
Karl Erik Õunapuu
78d473f3e6 Create tests for jobs triggered by registrant confirmations 2020-07-30 13:52:25 +03:00
Karl Erik Õunapuu
64def385b0 Replace LHV JKS store with P12 2020-07-27 12:09:29 +03:00
Karl Erik Õunapuu
65a749edc8 Reference LHV branch without keystores gem 2020-07-27 11:47:49 +03: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
Alex Sherman
c4de5655e1 Add company controlled contacts to registrant API
Fix tests.
2020-07-15 15:11:51 +05:00
Alex Sherman
68833e11ab Add uniquie constraints to domain_contacts & nameservers 2020-07-14 17:11:42 +05:00
Timo Võhmar
6900ce1127
Revert "297 email address validation truemail" 2020-07-10 16:16:00 +03: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
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
438a2e05ab Add test for email verification job 2020-07-08 17:09:40 +05:00
Alex Sherman
b8ade7628d Add tests to see if Truemail validates ok 2020-07-08 17:06:09 +05:00
Alex Sherman
daac2977d0 Add support of single-character domains 2020-07-02 17:17:22 +05:00
Alex Sherman
4a2176d5d7 Flush settings cache on legal doc mandatority check 2020-07-02 16:59:00 +05:00
Alex Sherman
a80e813632 Add a setting to see if legaldocs are mandatory 2020-07-02 16:57:50 +05:00
Alex Sherman
16e9966d34 Make legal document optional on domain delete 2020-07-01 18:06:21 +05:00
Alex Sherman
60ad331903 Add non-mandatory legal docs to domain transfer/delete 2020-07-01 13:59:10 +05:00
Alex Sherman
d29ef4174c Add test if legaldoc mandatory on domain delete 2020-07-01 12:49:05 +05:00
Alex Sherman
206704fee7 Add check if legal doc mandatory & tests 2020-06-30 18:43:35 +05:00
Timo Võhmar
3be2c384a2
Revert "Fix possible doubling of contact objects after race" 2020-06-30 15:39:48 +03:00
Timo Võhmar
9e2bd757fd
Merge pull request #1617 from internetee/epp-contact-update-extract-xml-parsing
Split contact update into XML and Business action parts
2020-06-27 00:56:59 +03:00
Maciej Szlosarczyk
bc3ea52667
Fix typo 2020-06-26 22:55:34 +03:00
Maciej Szlosarczyk
d005a61888
Move to new serializer 2020-06-26 11:23:30 +03:00
Maciej Szlosarczyk
cba445ee5b
Create contact XML deserializer 2020-06-25 12:40:57 +03:00
Alex Sherman
2fdc487511 Fix possible doubling of contact objects after race 2020-06-22 15:08:59 +05:00
Maciej Szlosarczyk
74a9d59753
Add DNS keys to domain API response
It is fairly similar to what we do for WHOIS records, but one query is
slightly rewritten with removal of try-catch block
2020-06-18 10:42:39 +03:00
Maciej Szlosarczyk
28695f4c22
add email field to contact serializer 2020-06-12 14:32:53 +03:00
Timo Võhmar
5e492afdba
Merge pull request #1609 from internetee/1604-updating-whois-after-contact-update
Fix not running whois update after contact update
2020-06-12 13:42:54 +03:00
Timo Võhmar
7964f09892
Merge pull request #1601 from internetee/extract-legaldoc-and-ident-parsing
Extract Xml deserializing from EPP Contact and Domain classes
2020-06-12 10:58:59 +03:00
Alex Sherman
10921ef128 Add test to see if whois record updated 2020-06-11 17:03:37 +05:00
Maciej Szlosarczyk
7ece2e0341
Return JSON response from 404 2020-06-11 13:18:05 +03:00
Maciej Szlosarczyk
bacdebd17c
Pull out ident parsing from Epp::Contact class 2020-06-05 10:31:51 +03:00
Maciej Szlosarczyk
043037225b
Extract legal doc parsing away from Epp::Domain class 2020-06-05 09:56:30 +03:00