Oleg Hasjanov
c6cc18fd71
refactoring: remoce useless comments
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
aa1b69d431
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
b9090d7603
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
a1bacbd4e7
Update transfer domain with shared contacts: added more asserts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
8396fe3750
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
42b6f55ce3
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
e0c0b0942e
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
a1815314ce
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
f0ca552cc1
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
a7c708bdf0
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
9e88e74cc3
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
ccbde76473
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
0f78989555
fixed
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
fc0aeefcc1
fixed
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
6b053d0260
fixed
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
72c9e894fa
fixed
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
a336ee95f8
fixed compare
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
3bfac1ba43
compare fix
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
01234cb8a8
refactoring
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
a2760e1f9e
fixed tests assert
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
4a5dc43202
added more scenarios-2
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
90e97aeddd
added more scenarios
2021-01-28 14:52:30 +05:00
Alex Sherman
21fc5edb44
Add semantic test fixes & maybe solution for an issue
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
541c2d769a
Contact test for new registrant after domain transfer
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
cdf1721ba2
changed test name
2021-01-27 13:59:50 +05:00
Oleg Hasjanov
b3df3590b7
Test for Illegal chars in DNSkey
2021-01-27 13:59:50 +05:00
Oleg Hasjanov
54da4c9914
Test for Illegal chars in DNSkey
2021-01-27 13:59:50 +05:00
Karl Erik Õunapuu
490de2ee4b
Add test for unassigned domain status removal
2020-11-30 17:05:21 +02:00
Alex Sherman
cb3cf37331
Change email sending from job to delayed send
2020-11-23 16:57:28 +05:00
Karl Erik Õunapuu
c7d64dce37
EPP contactInfo: add test for name masking
2020-11-18 13:08:28 +02:00
Alex Sherman
26c8fe6a3e
Fix tests
2020-11-13 13:40:12 +05:00
Artur Beljajev
cbb3c0d5ef
Improve readability
2020-11-13 13:40:12 +05:00
Artur Beljajev
9eb7d3527b
Do not take time into account when checking EPP session limit
2020-11-13 13:40:12 +05:00
Artur Beljajev
1e997ad5b1
Simplify test
2020-11-13 13:40:12 +05:00
Artur Beljajev
2d1e11ac6d
Improve readability
2020-11-13 13:40:12 +05:00
Artur Beljajev
daeb00ebe7
Change EPP response code according to its specification
...
Fixes #587
2020-11-13 13:40:12 +05:00
Artur Beljajev
744d6a2b53
Remove unnecessary test
2020-11-13 13:40:12 +05:00
Artur Beljajev
370b37cff6
Improve readability
2020-11-13 13:40:12 +05:00
Artur Beljajev
3a5779782a
Prohibit authenticated EPP user from logging in again
...
Fixes #1313
2020-11-13 13:40:12 +05:00
Artur Beljajev
087300ff9d
Reformat
2020-11-13 13:40:12 +05:00
Artur Beljajev
26ec7e3f12
Combine tests
2020-11-13 13:40:12 +05:00
Karl Erik Õunapuu
29897043b0
Renew: Attach uneligibility reason
2020-09-28 16:16:50 +03:00
Karl Erik Õunapuu
9976e3dd93
Test renewal prohibited statuses
2020-09-28 13:01:47 +03:00
Alex Sherman
50086afad6
Remove mod_epp references from docs
2020-09-18 14:01:49 +05:00
Alex Sherman
2ef430a877
Fix typo in setting key
2020-09-11 15:58:07 +05:00
Timo Võhmar
3836dcdf46
Merge pull request #1451 from internetee/improve-legal-documents
...
Improve legal documents
2020-09-03 13:41:22 +03:00
Timo Võhmar
85274ca85b
Merge pull request #1331 from internetee/fix-epp-session-timeout
...
Fix EPP session timeout
2020-09-03 13:08:51 +03:00
Alex Sherman
7b7f383656
Fix tests
2020-09-02 12:14:20 +05:00
Artur Beljajev
58b8c194bc
Handle anonymous user in EPP poll request
...
Unlike mod_epp, new EPP proxy (https://github.com/internetee/epp_proxy
passes through all valid requests even if a user is not logged in,
therefore we now need to handle such cases on registry app side.
#730
2020-09-02 12:07:46 +05:00
Alex Sherman
16db7358cd
Fix CC & tests
2020-08-31 13:58:05 +05:00