Timo Võhmar
|
db68a3d95a
|
Merge pull request #1713 from internetee/1708-business-registry-endpoint
Change error handling to more humane
|
2020-10-16 12:44:13 +03:00 |
|
Karl Erik Õunapuu
|
a80d037677
|
Merge remote-tracking branch 'origin/master' into 1580-registrar-api-contacts-endpoint
|
2020-10-16 12:07:19 +03:00 |
|
Karl Erik Õunapuu
|
a6f7af0f03
|
Fix tests
|
2020-10-16 12:04:55 +03:00 |
|
Timo Võhmar
|
7f81883e7b
|
Merge pull request #1698 from internetee/add-tara-to-registrant
Expand TARA auth logic to registrant portal
|
2020-10-15 16:58:12 +03:00 |
|
Alex Sherman
|
c09e08c61e
|
Change error handling to more humane
|
2020-10-15 16:16:44 +05:00 |
|
Timo Võhmar
|
c8552d9f43
|
Merge pull request #1709 from internetee/1708-business-registry-endpoint
Add registrant api companies endpoint
|
2020-10-14 17:05:25 +03:00 |
|
Karl Erik Õunapuu
|
b8311ac5f6
|
Remove Grape from codebase
|
2020-10-14 16:53:04 +03:00 |
|
Karl Erik Õunapuu
|
951a3f247b
|
Fix some CC issues
|
2020-10-14 16:46:55 +03:00 |
|
Karl Erik Õunapuu
|
6d96a09b5c
|
Save REPP log after every request
|
2020-10-14 16:04:27 +03:00 |
|
Karl Erik Õunapuu
|
9b8d74fe30
|
Fic some CC issues
|
2020-10-14 15:53:54 +03:00 |
|
Karl Erik Õunapuu
|
ee199f9318
|
REPP: Move domain transfer to rails API format
|
2020-10-14 15:47:28 +03:00 |
|
Alex Sherman
|
b3ceb625a3
|
fix new version fields for deleted domains
|
2020-10-14 16:56:21 +05:00 |
|
Karl Erik Õunapuu
|
d1ab61f424
|
REPP: Move domain transfer info to rails API format
|
2020-10-14 12:48:47 +03:00 |
|
Karl Erik Õunapuu
|
6c655e1179
|
REPP: Move Domains#Contacts to rails API format
|
2020-10-14 11:00:31 +03:00 |
|
Karl Erik Õunapuu
|
c31dc15207
|
REPP: Move nameservers endpoint to Rails API format
|
2020-10-13 17:10:59 +03:00 |
|
Karl Erik Õunapuu
|
a782b19d28
|
Deserializers: Mirror ContactCreate from ContactUpdate
|
2020-10-13 15:13:02 +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 |
|
Alex Sherman
|
c43ae63521
|
Fix output format & format test
|
2020-10-13 15:07:44 +05:00 |
|
Karl Erik Õunapuu
|
c59b47a519
|
REPP: Simplify ident validation
|
2020-10-13 11:22:23 +03:00 |
|
Karl Erik Õunapuu
|
3e27869379
|
Reuse action call response code
|
2020-10-13 11:00:06 +03:00 |
|
Karl Erik Õunapuu
|
b0f9d316c9
|
REPP: Refactor handle_errors()
|
2020-10-12 16:26:08 +03:00 |
|
Karl Erik Õunapuu
|
a495c2ab1c
|
Fix CC issues
|
2020-10-12 16:16:58 +03:00 |
|
Karl Erik Õunapuu
|
8755fbdbf4
|
REPP: compose success data in new method
|
2020-10-12 15:17:26 +03:00 |
|
Alex Sherman
|
c79042f789
|
Add registrant api companies endpoint
|
2020-10-12 16:32:37 +05:00 |
|
Karl Erik Õunapuu
|
7379390827
|
Fix whining about AndOr
|
2020-10-12 14:22:42 +03:00 |
|
Karl Erik Õunapuu
|
5cd495b85c
|
REPP: Simplify Contacts#index method
|
2020-10-12 14:07:41 +03:00 |
|
Karl Erik Õunapuu
|
eb19412643
|
Fix some CC issues
|
2020-10-12 12:33:38 +03:00 |
|
Timo Võhmar
|
428054e401
|
Merge pull request #1707 from internetee/1705-removing-pendingUpdate-status-fails-if-domain-has-forceDelete-status-set
Domain: Don't respect forceDelete status when determining pending_update?
|
2020-10-09 18:48:03 +03:00 |
|
Karl Erik Õunapuu
|
4917539a7d
|
Return pending_update? value based on status, regardless of force delete state
|
2020-10-09 15:16:04 +03:00 |
|
Karl Erik Õunapuu
|
f6580bd79a
|
REPP: custom success response handler
|
2020-10-09 13:28:49 +03:00 |
|
Karl Erik Õunapuu
|
2e8ce7dbc4
|
REPP: Allow contact creation without address
|
2020-10-09 12:00:57 +03:00 |
|
Karl Erik Õunapuu
|
a73cd53bff
|
REPP: Verify contact ident type
|
2020-10-09 11:16:22 +03:00 |
|
Karl Erik Õunapuu
|
39c6d20413
|
Repp: Add contacts/check action
|
2020-10-09 09:34:59 +03:00 |
|
Karl Erik Õunapuu
|
1686c352bc
|
REPP: Port accounts controller from Grape to Rails API
|
2020-10-08 16:28:05 +03:00 |
|
Karl Erik Õunapuu
|
aa325604f9
|
Port REPP Contacts from Grape to Rails internal API
|
2020-10-08 15:54:23 +03:00 |
|
Timo Võhmar
|
56feb1e0e7
|
Merge pull request #1696 from internetee/1695-domain-history-search-fails
Domain history: Fix contact composing in list view
|
2020-10-08 14:15:12 +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
|
d4628d52ba
|
Add basic contact update functionality to REPP
|
2020-10-06 16:02:13 +03:00 |
|
Karl Erik Õunapuu
|
f72ec0ec3a
|
Add contact create to REPP
|
2020-10-06 14:40:40 +03:00 |
|
Karl Erik Õunapuu
|
a33cc40d59
|
Extract Contact create BL from EPP controller
|
2020-10-06 12:44:16 +03:00 |
|
Karl Erik Õunapuu
|
a13b336f54
|
Allow renewal regardless of pendingDelete status flag
|
2020-10-05 14:55:09 +03:00 |
|
Karl Erik Õunapuu
|
f892302e93
|
Fix error rendering on TARA controller
|
2020-10-02 09:57:49 +03:00 |
|
Karl Erik Õunapuu
|
3162d8cc57
|
Remove traces of Mobile-ID direct auth
|
2020-10-02 09:54:14 +03:00 |
|
Karl Erik Õunapuu
|
f83e532fb1
|
Make Registrant/Registrar use same TARA controller
|
2020-10-01 18:37:04 +03:00 |
|
Karl Erik Õunapuu
|
11ee1f9f1e
|
Remove ID card logic from codebase
|
2020-10-01 17:18:23 +03:00 |
|
Karl Erik Õunapuu
|
04f0ef9a93
|
Expand TARA auth flow to registrant portal
|
2020-10-01 17:01:54 +03:00 |
|
Karl Erik Õunapuu
|
d979fb4f45
|
Respect User type when using from_omniauth()
|
2020-10-01 13:25:05 +03:00 |
|
Timo Võhmar
|
a756b52441
|
Merge pull request #1682 from internetee/1680-registrar-tara-integration
Add TARA support
|
2020-09-30 19:35:57 +03:00 |
|