Commit graph

60 commits

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