Commit graph

3420 commits

Author SHA1 Message Date
Maciej Szlosarczyk
c186929be4
Use single quote instead of double quotes 2018-08-09 15:28:43 +03:00
Maciej Szlosarczyk
256d2b7de4
Add test for error in business registry 2018-08-09 15:24:21 +03:00
Maciej Szlosarczyk
4cc0669286
Add business registry support for contacts controller 2018-08-09 15:04:22 +03:00
Maciej Szlosarczyk
9dd9d4b1d6
Merge branch 'master' into registrant-api-contacts-controller 2018-08-09 14:05:27 +03:00
Timo Võhmar
71c74a66f8
Merge pull request #926 from internetee/registry-922
Registrant API domain endpoint
2018-08-09 14:03:36 +03:00
Timo Võhmar
015e620260
Merge pull request #921 from internetee/registry-918
Registrant API authentication
2018-08-09 14:02:57 +03:00
Maciej Szlosarczyk
abb1ad60e8
Update failing test 2018-08-07 15:09:18 +03:00
Maciej Szlosarczyk
0798001725
Make returned API errors more consistent 2018-08-07 15:04:37 +03:00
Maciej Szlosarczyk
de9b1517b0
Merge branch 'registry-918' into registrant-api-contacts-controller 2018-08-07 14:57:58 +03:00
Maciej Szlosarczyk
e3807f694d
Merge branch 'registry-918' into registry-922 2018-08-07 14:54:16 +03:00
Maciej Szlosarczyk
ad8dfcc28f
Make authentication errors more consistent with other errors 2018-08-07 14:52:33 +03:00
Artur Beljajev
39cc31ff7b Remove unused view 2018-08-01 22:13:55 +03:00
Maciej Szlosarczyk
3673c69319
Add Registrant/Contacts endpoint 2018-08-01 14:57:41 +03:00
Maciej Szlosarczyk
5c39cb6917
Merge branch 'registry-918' into registry-922 2018-07-31 15:29:36 +03:00
Maciej Szlosarczyk
c476680a91
Add pagination to index 2018-07-31 15:14:21 +03:00
Maciej Szlosarczyk
10d42a0d74
Add domain index action (without pagination yet) 2018-07-30 15:09:48 +03:00
Maciej Szlosarczyk
c1ea79615f
Make API return errors array 2018-07-30 11:07:44 +03:00
Artur Beljajev
c49d626f86 Remove dead code 2018-07-28 14:27:36 +03:00
Maciej Szlosarczyk
b33ad0d4e8
Add show action 2018-07-27 11:00:35 +03:00
Maciej Szlosarczyk
0ab9f6333f
Add API/Registrant/Domains route 2018-07-26 14:46:03 +03:00
Maciej Szlosarczyk
aac76b333c
Revert "Use inflector rule to acronym Api to API"
This reverts commit 06f5eb10d4.
2018-07-24 12:53:51 +03:00
Maciej Szlosarczyk
90b2455032
Fix codeclimate issues 2018-07-24 12:29:25 +03:00
Maciej Szlosarczyk
06f5eb10d4
Use inflector rule to acronym Api to API 2018-07-24 12:02:58 +03:00
Maciej Szlosarczyk
42004f933f
Add IP block on authentication via EID
Also, correct mistakenly used 403 error code.
Update aplication-example.yml to include new functionality.
2018-07-24 11:33:51 +03:00
Maciej Szlosarczyk
8f234a5852
Create base controller class 2018-07-23 16:23:56 +03:00
Maciej Szlosarczyk
65676ae637
Rename private method 2018-07-23 15:00:37 +03:00
Maciej Szlosarczyk
f92ece5467
Refactor common part of the find_or_create_by_x into a private method 2018-07-23 14:29:16 +03:00
Maciej Szlosarczyk
35c3f0a5bf
Change Base64 encoding to be url_safe, add crude implementation of a Controller 2018-07-20 17:29:13 +03:00
Maciej Szlosarczyk
dc8230dcc2
Create AuthTokenCreator and AuthTokenDecryptor classes 2018-07-20 15:21:10 +03:00
Maciej Szlosarczyk
dad57ba528
Implement the basic interface for the Authentication endpoint
* Handle errors as 422
* Require parameters through strong_parameters
* Use a custom rescue_from
2018-07-19 16:20:58 +03:00
Maciej Szlosarczyk
1c6b838b2b
Add auth-token class 2018-07-19 10:31:31 +03:00
Maciej Szlosarczyk
d67e777ea8
Create a Registrant auth controller 2018-07-18 16:24:55 +03:00
Maciej Szlosarczyk
4d5dd1dae7
Fix rubocop issues 2018-07-05 17:58:22 +03:00
Maciej Szlosarczyk
6fb1e44cca
Move affected domains to the top of the hash, update integration test 2018-07-05 17:53:03 +03:00
Maciej Szlosarczyk
3e81366cfc
Add affected domain parameter to REST API response 2018-07-05 17:24:32 +03:00
Maciej Szlosarczyk
b5f07682f4
Make replace_nameservers return an array of domain names 2018-07-05 16:15:32 +03:00
Maciej Szlosarczyk
278522cfc3
Revert to old flash behavior 2018-06-26 15:52:46 +03:00
Maciej Szlosarczyk
3c44472ea8
Revert flash_messages to shared/flash 2018-06-26 15:44:34 +03:00
Timo Võhmar
68faff40cc
Merge pull request #894 from internetee/registry-757
Registry 757
2018-06-26 14:28:05 +03:00
Maciej Szlosarczyk
8fb3d511c2
Remove clean_pendings_lowlevel method 2018-06-26 11:37:31 +03:00
Timo Võhmar
5e7934d00d
Merge pull request #890 from internetee/change-directo-date-format
Change date format
2018-06-25 12:38:48 +03:00
Maciej Szlosarczyk
c3c1619238
Fix rubocop array issue 2018-06-22 13:39:45 +03:00
Timo Võhmar
ea3f3ac43a
Merge pull request #888 from internetee/improve-registrant-area
Improve registrant area
2018-06-22 13:13:58 +03:00
Timo Võhmar
9630a2d5ec
Merge pull request #882 from internetee/remove-dead-code
Remove unused code
2018-06-22 12:43:54 +03:00
Timo Võhmar
8c7b2e0a79
Merge pull request #877 from internetee/fix-country-dropdown
Fix country drop-down UI
2018-06-21 15:51:44 +03:00
Timo Võhmar
81f70c7d64
Merge pull request #873 from internetee/add-uuid-db-columns
Add UUID db columns
2018-06-21 15:22:11 +03:00
Artur Beljajev
1091fe7109 Change date format 2018-06-20 14:44:34 +03:00
Artur Beljajev
e564b331ab Merge branch 'remove-dev-rake-task' into improve-registrant-area 2018-06-18 18:05:43 +03:00
Artur Beljajev
20c99bd53a Revert "Pull up Devise module"
This reverts commit 58effbb
2018-06-18 17:44:36 +03:00
Artur Beljajev
3ef26082a8 Merge branch 'remove-dev-rake-task' into improve-registrant-area 2018-06-18 17:17:57 +03:00