Alex Sherman
b519a77c6f
Changed README.md, removed outdated docs
2021-04-13 18:00:32 +05:00
Alex Sherman
5cce9ae6c7
Changed integrated docs to the link to Github Pages doc
2021-04-13 17:02:22 +05:00
Alex Sherman
ac726a9554
Add admin_contact bulk update endpoint documentation
2021-02-11 19:58:02 +05:00
Karl Erik Õunapuu
7fd31b7004
Docs: REPP contact management
2020-10-26 15:12:40 +02:00
Karl Erik Õunapuu
d2d7bfb386
Docs: REPP registrar nameserver replacement
2020-10-26 14:55:30 +02:00
Karl Erik Õunapuu
909460668d
Docs: REPP Domain tech contact replace
2020-10-26 14:35:58 +02:00
Karl Erik Õunapuu
09c62fd7eb
Docs: Update REPP domain transfer
2020-10-26 13:40:11 +02:00
Karl Erik Õunapuu
4e895d9124
Docs: Update REPP domain
2020-10-26 12:59:04 +02:00
Karl Erik Õunapuu
cfd8e8b7f1
Docs: Update REPP account
2020-10-26 12:13:15 +02:00
Alex Sherman
c59211239d
Update API documentation
2020-10-14 11:31:17 +05:00
Timo Võhmar
dc48cc10ee
Merge pull request #1073 from internetee/remove-outdated-diagrams
...
Remove outdated diagrams
2020-09-18 13:39:18 +03:00
Artur Beljajev
a0524ea584
Remove outdated diagrams
2020-09-18 15:21:31 +05:00
Artur Beljajev
57d2a40e23
Remove mod_epp
docs
2020-09-18 12:57:16 +05:00
Alex Sherman
9e18de564c
Update testing.md to reflect current test approach
2020-09-18 12:41:46 +05:00
Alex Sherman
ccdbadd938
Revert "Remove outdated doc"
...
This reverts commit e728fac7d0b7be2158e25b11adf0b197c9b850dc.
2020-09-18 12:41:46 +05:00
Artur Beljajev
9d96674576
Remove outdated doc
2020-09-18 12:41:46 +05:00
Maciej Szlosarczyk
e88884485a
Update API documentation
2020-06-18 10:52:11 +03:00
Maciej Szlosarczyk
3aa978f722
Add disputed domains to API documentation
2020-05-28 14:02:58 +03:00
Maciej Szlosarczyk
fda3d346b3
Add auctions endpoint to REPP
2020-05-21 14:20:56 +03:00
Timo Võhmar
09b4575a71
Update retained_domains.md
2020-05-18 12:46:52 +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
Artur Beljajev
f0a7edd6d8
Ignore legacy database columns
...
Closes #1377
2019-12-15 18:27:01 +02:00
Artur Beljajev
fc71bf93e7
Remove unimplemented Keyrelay feature
...
Closes #715
2019-10-31 17:15:21 +02:00
Timo Võhmar
47d71c29f4
Merge pull request #1347 from internetee/remove-unused-columns-from-users
...
Remove unused columns from users table.
2019-10-08 17:28:55 +03:00
Timo Võhmar
ad2177ae45
Merge pull request #1335 from internetee/remove-unused-epp-routes
...
Remove unused EPP routes
2019-10-08 16:40:38 +03:00
Georg Kahest
164e0bcb1b
Remove unused columns from users table
...
Fixes #264
2019-10-08 12:54:57 +03:00
Artur Beljajev
f29d000b68
Update EPP spec
2019-10-07 14:15:26 +03:00
Artur Beljajev
9e5fdbcf11
Remove unused routes
2019-10-01 16:06:39 +03:00
Artur Beljajev
fa73a0aacd
Introduce module
2019-09-13 15:41:39 +03:00
Artur Beljajev
22b803ef83
Fix typos
2019-09-10 15:16:49 +03:00
Georg Kahest
824d78231a
Follow Rails file naming convention
...
Fixes #189
2019-09-10 15:14:31 +03:00
Artur Beljajev
cea834d5b7
Change domains.delete_at
database column type to date, rename to
...
`delete_date`
Closes #1125
2019-05-02 16:32:44 +03:00
Artur Beljajev
1ad62bf4bd
Remove domains.reserved
database column as unused
2019-04-03 14:49:13 +03:00
Artur Beljajev
5107d2d3a9
Refactor force delete
procedure
...
- Change `domains.force_delete_at` database column type to date,
rename to `force_delete_date`
- Save `force_delete_date` in application timezone
- Improve tests
Fixes #812 , #253
2019-03-28 18:19:51 +02:00
Artur Beljajev
446b9fbf77
Complete auction integration
2019-02-18 13:54:08 +02:00
Artur Beljajev
42e8f86dae
Integrate auction
...
Closes #874
2019-01-18 18:06:54 +02:00
Artur Beljajev
d695d95ad7
Add contact disclosable attributes
...
Closes #992
2018-12-07 13:26:02 +02:00
Artur Beljajev
640981e349
Update doc
2018-12-07 12:30:32 +02:00
Maciej Szlosarczyk
94efbbbab0
Use the same serializer for all contact related actions
...
Also, rerun the response with an RFC4627 formatter
2018-11-01 23:06:27 +02:00
Timo Võhmar
2d68d4e065
Merge pull request #1016 from internetee/registry-849
...
Update documentation
2018-10-23 17:40:56 +03:00
Artur Beljajev
4804c0b3fd
Update documentation
2018-10-22 22:30:06 +03:00
Timo Võhmar
910753b076
Merge pull request #958 from internetee/registry-849
...
Registry 849
2018-10-18 15:29:44 +03:00
Artur Beljajev
d6f12f75a2
Fix documentation
2018-10-09 00:20:13 +03:00
Artur Beljajev
b6ecae6a35
Add Registrant API contact update action
...
Closes #849
2018-10-09 00:09:22 +03:00
Maciej Szlosarczyk
f551140a0d
Fix #1000
...
* Return contacts inside domain object
* Return registrant uuid and name inside domain object
2018-10-04 09:54:52 +03:00
Maciej Szlosarczyk
2a4995226f
Expand on the response about registrar and nameservers
...
* Return website for registrar
* Return IPv4 and IPv6 addresses for nameservers
2018-10-03 16:34:26 +03:00
Maciej Szlosarczyk
2d8b196b1e
Add missing nameserver array to domain endpoint documentation
2018-10-02 12:02:35 +03:00
Maciej Szlosarczyk
5e5162e44e
Update registry lock controller to also return special serialization
2018-10-02 11:57:52 +03:00
Maciej Szlosarczyk
ce8451d004
Update domains controller to return serialized domains now
2018-10-02 11:36:44 +03:00
Maciej Szlosarczyk
1684c5dd34
Merge branch 'master' into registry-927
2018-08-27 12:35:35 +03:00