Commit graph

42 commits

Author SHA1 Message Date
Karl Erik Õunapuu
03db562c77
REPP: Show error when invalid ident format submitted 2020-11-17 09:30:52 +02:00
Karl Erik Õunapuu
3d0150076c
REPP: Hide contact internal ID 2020-11-16 14:46:37 +02:00
Karl Erik Õunapuu
fc816ad67b
REPP: Check for ident hash presence before contact update 2020-11-13 16:38:39 +02:00
Karl Erik Õunapuu
8bc064a0b8
Fix contact create with predefined code 2020-10-27 11:30:48 +02:00
Karl Erik Õunapuu
f2983da14c
REPP: Fix CC issues 2020-10-22 15:41:47 +03:00
Karl Erik Õunapuu
03d940a695
REPP: Fix bulk domain transfer 2020-10-22 15:25:02 +03:00
Karl Erik Õunapuu
a43df5ca95
REPP: Accounts balance test 2020-10-21 15:34:16 +03:00
Karl Erik Õunapuu
06ad8c8c77
REPP: Domain tech contact replace test 2020-10-21 15:21:54 +03:00
Karl Erik Õunapuu
774ada6ebb
REPP: Domain transfer test 2020-10-21 14:00:16 +03:00
Karl Erik Õunapuu
9a36b0403c
REPP: Domain transfer info test 2020-10-21 13:10:28 +03:00
Karl Erik Õunapuu
f9bef781ab
REPP: Add contact:destroy action 2020-10-21 12:00:08 +03:00
Karl Erik Õunapuu
516b2180ca
REPP: Extend V1 base test 2020-10-20 17:12:13 +03:00
Karl Erik Õunapuu
ddc26b81b1
REPP:: Contact create/update legaldoc test 2020-10-20 15:59:05 +03:00
Karl Erik Õunapuu
33f6da53c1
REPP: Contact update test 2020-10-20 13:58:21 +03:00
Karl Erik Õunapuu
9cfa1c2989
REPP: Contact create test 2020-10-20 11:52:56 +03:00
Karl Erik Õunapuu
7f1637c8d2
REPP: Contacts show test 2020-10-19 17:14:23 +03:00
Karl Erik Õunapuu
87dff41a4e
REPP: Authentication test 2020-10-19 16:02:18 +03:00
Karl Erik Õunapuu
220e0d7993
Fix tests 2020-10-19 10:24:56 +03:00
Karl Erik Õunapuu
a6f7af0f03
Fix tests 2020-10-16 12:04:55 +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
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
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
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
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
Maciej Szlosarczyk
fda3d346b3
Add auctions endpoint to REPP 2020-05-21 14:20:56 +03:00
Maciej Szlosarczyk
6e5a97ad4d
Add handling of type filters and handling of ETags
Add API documentation and test cases around ETags for the API.
2020-05-15 14:43:18 +03:00
Maciej Szlosarczyk
18ce853420
Simple implementation of retained domains API endpoint
This needed a new name, there are several classes of database object
to be included in that endpoint.

Currently, there is one list ordered by name, with each object
containing status and ascii name for convenience. Can be converted to
multiple fields (reserved and blocked separately). Also contains total
count.

Includes CORS preflight which seems to be a known problem for Rails in
the past.
2020-05-14 14:49:02 +03:00