Commit graph

119 commits

Author SHA1 Message Date
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