Commit graph

315 commits

Author SHA1 Message Date
dinsmol
6eeba2b3ab fixed ruby 3 support errors 2021-09-06 15:23:35 +03:00
Alex Sherman
51410cdb3f Fix orphan message behaviour 2021-07-14 17:13:08 +05:00
Alex Sherman
cfb74cc7da
Revert "Mark orphan notification as read" 2021-07-14 16:43:16 +05:00
Alex Sherman
9c6527d6d3 Mask orphan notification as read 2021-07-07 15:39:05 +05:00
Oleg Hasjanov
6f431232f4 request and response have the same domain schema 2021-06-22 13:55:15 +03:00
Oleg Hasjanov
4cf7a103c8 added response for wrong epp path 2021-06-10 14:19:14 +03:00
Oleg Hasjanov
ad23a7cbd2 updated respons for wrong path 2021-06-09 10:51:00 +03:00
Alex Sherman
11d97358c1 Fix CC issues 2021-05-06 12:17:19 +05:00
Alex Sherman
e15fed2cd0 Add epp errors tto the concern itself 2021-05-06 12:15:15 +05:00
Alex Sherman
d4775ba5c5 Use errors as first-class objects 2021-05-06 12:15:15 +05:00
Alex Sherman
72c865e656 First iteration of epp error refactoring 2021-05-06 12:15:15 +05:00
Oleg Hasjanov
e76f8da618 refactoring test 2021-04-27 16:08:26 +03:00
Oleg Hasjanov
c0917d4978 changed error code 2021-04-26 16:05:52 +03:00
Alex Sherman
9c2bbd8e89 Merge pull request #1949 from internetee/dependabot/bundler/rexml-3.2.5
Bump rexml from 3.2.4 to 3.2.5
2021-04-26 14:57:41 +03:00
Karl Erik Õunapuu
546330b178
REPP: Add renew exp_date sanity check 2021-03-23 13:14:31 +02:00
Karl Erik Õunapuu
e2f377f1c2
Merge remote-tracking branch 'origin/master' into repp-domains 2021-03-22 14:05:42 +02:00
Alex Sherman
c405fcdd34 Fix old classnames saved in notification, add tests 2021-03-11 14:13:45 +05:00
Karl Erik Õunapuu
52d575229c
Merge remote-tracking branch 'origin/master' into repp-domains 2021-02-12 10:22:05 +02:00
Karl Erik Õunapuu
0617ef9d7d
Fix contact code check 2021-02-10 12:03:22 +02:00
Karl Erik Õunapuu
c7b4045018
Contact: Append prefix unless present 2021-02-09 15:03:33 +02:00
Alex Sherman
fdef27c45e
Mode all the actions to Interactions folder 2021-02-08 15:13:22 +02:00
Karl Erik Õunapuu
d7f01f24a2
Move actions to own namespace 2021-02-08 14:12:55 +02:00
Karl Erik Õunapuu
988af6c91c
Fix domain renew porting to actions 2021-01-27 11:30:44 +02:00
Karl Erik Õunapuu
cdf2866434
REPP: Domain Delete endpoint, port EPP Delete to Actions 2021-01-26 16:08:51 +02:00
Karl Erik Õunapuu
1d9850fb98
Fix REPP log locale issue 2021-01-22 11:33:32 +02:00
Karl Erik Õunapuu
f26dd52fb0
EPP Renew: Use action instead 2021-01-22 10:48:55 +02:00
Karl Erik Õunapuu
7caa544c83
Fix some CC issues 2020-12-29 14:19:02 +02:00
Karl Erik Õunapuu
766d843597
Improve DomainUpdate logic 2020-12-16 13:11:25 +02:00
Karl Erik Õunapuu
ad2ccdba7d
Improve DomainCreate wrapper for EPP 2020-12-08 18:11:32 +02:00
Karl Erik Õunapuu
ccef1053d9
Create DomainCreate action 2020-12-08 12:00:04 +02:00
Karl Erik Õunapuu
db50a89d85
Merge remote-tracking branch 'origin/master' into 1580-registrar-api-contacts-endpoint 2020-11-17 09:55:32 +02:00
Artur Beljajev
daeb00ebe7 Change EPP response code according to its specification
Fixes #587
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
7ba5b3b2ae Refactor EPP login password change 2020-11-13 13:40:12 +05:00
Artur Beljajev
087300ff9d Reformat 2020-11-13 13:40:12 +05:00
Karl Erik Õunapuu
f9bef781ab
REPP: Add contact:destroy action 2020-10-21 12:00:08 +03:00
Karl Erik Õunapuu
aac74e26f1
Fix some more CC issues 2020-10-13 13:43:21 +03:00
Karl Erik Õunapuu
cdf28befca
Fix CC issues 2020-10-13 13:27:33 +03:00
Karl Erik Õunapuu
3e27869379
Reuse action call response code 2020-10-13 11:00:06 +03:00
Karl Erik Õunapuu
eb19412643
Fix some CC issues 2020-10-12 12:33:38 +03:00
Karl Erik Õunapuu
dc8551807a
Add error structuring to Grape API 2020-10-07 14:33:39 +03:00
Karl Erik Õunapuu
01004b8ed4
Repp: Contact create: validate identifier 2020-10-07 12:46:19 +03:00
Karl Erik Õunapuu
a33cc40d59
Extract Contact create BL from EPP controller 2020-10-06 12:44:16 +03:00
Alex Sherman
50086afad6 Remove mod_epp references from docs 2020-09-18 14:01:49 +05: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
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
Artur Beljajev
9baa65a775 Refactor 2020-08-31 13:36:27 +05:00
Artur Beljajev
44e9b1b5c4 Remove hardcoded value 2020-08-31 13:35:30 +05:00
Georg Kahest
0e188bae57 Merge branch 'master' into log-error-when-cert-path-is-missing 2020-08-18 16:42:31 +03:00