Commit graph

329 commits

Author SHA1 Message Date
Artur Beljajev
2a57fb832d Fix syntax error 2019-03-26 10:57:41 +02:00
Artur Beljajev
daba47790c Revamp WHOIS for auctions
Fixes #1105
2019-03-24 20:14:03 +02:00
Timo Võhmar
743c6fecab
Merge pull request #1075 from internetee/support-id-card-v2018
Support id card v2018
2019-03-20 18:02:19 +02:00
Timo Võhmar
9cc80e34eb
Merge pull request #1093 from internetee/fix-registrant-api-contact-details
Fix registrant api contact details
2019-03-20 17:41:25 +02:00
Timo Võhmar
6da40d9bfe
Merge pull request #1106 from internetee/revert-epp-domain-info-behaviour
Do not handle not registered domain in EPP domain:info
2019-03-20 15:19:44 +02:00
Artur Beljajev
a08f063640 Refactor ID card sign-in
- Extract to Devise custom strategy
- Use `SSL_CLIENT_S_DN_CN` env variable instead of `SSL_CLIENT_S_DN` to
get ID card data
- Remove `database_authenticatable` strategy from `RegistrantUser`

Closes #1047
2019-03-19 19:37:36 +02:00
Artur Beljajev
4d0117431c Use contact serializer
Closes #1090
2019-03-19 19:35:01 +02:00
Artur Beljajev
83f8a9fb6a Extract company register
Closes #1079, #916, #1077
2019-03-15 17:33:07 +02:00
Artur Beljajev
66417d69d9 Do not handle not registered domain in EPP domain:info 2019-03-15 12:46:18 +02:00
Artur Beljajev
a97728c0f3 Refactor and improve invoices
- `runner 'Invoice.cancel_overdue_invoices'` in `schedule.rb` is
changed to `rake 'invoices:cancel_overdue'`.
- `invoices.payment_term` database column is removed and its value is
hardcoded in UI.
- `invoices.paid_at` is removed as unused
- `invoices.due_date` column's type is now `date`.
- `Invoice#invoice_items` renamed to `Invoice#items` and `Invoice`
interface to get a list of items is unified.
- Default date format in UI.
- Default translations are used.
- Tests improved.
- Specs converted to tests and removed along with factories.
- Database structure improved.
2019-03-14 15:39:24 +02:00
Artur Beljajev
ad9a58a17d Fix fixture
Otherwise HTML validation fails
2019-03-08 13:31:44 +02:00
Timo Võhmar
e311cc7902
Merge pull request #1083 from internetee/fix-copy-paste-error
Fix copy-paste error
2019-02-27 19:57:17 +02:00
Timo Võhmar
35957d2d84
Merge pull request #1076 from internetee/improve-epp-domain-info
Handle blocked and reserved domains in EPP domain:info
2019-02-27 19:56:45 +02:00
Artur Beljajev
e3276d288c Fix copy-paste error 2019-02-21 15:53:59 +02:00
Artur Beljajev
36a53bd11a Handle blocked and reserved domains in EPP domain:info
Closes #597
2019-02-18 14:42:05 +02:00
Artur Beljajev
446b9fbf77 Complete auction integration 2019-02-18 13:54:08 +02:00
Artur Beljajev
4894b39f0f Hide method 2019-01-18 18:06:58 +02:00
Artur Beljajev
42e8f86dae Integrate auction
Closes #874
2019-01-18 18:06:54 +02:00
Artur Beljajev
6f580d381f Add tests 2019-01-16 18:05:15 +02:00
Artur Beljajev
7a48d438b7 Merge branch 'tests-before-auction-integration' into improve-epp-domain-check 2019-01-14 15:06:56 +02:00
Artur Beljajev
73bd83ebae Add tests 2019-01-14 15:06:11 +02:00
Artur Beljajev
d40dc28484 Make domain unavailable when zone with the same origin exists 2019-01-07 12:25:05 +02:00
Artur Beljajev
cad457fb72 Make domain available when reserved 2019-01-07 12:24:50 +02:00
Artur Beljajev
3772f47613 Make domain unavailable when blocked 2019-01-07 12:24:36 +02:00
Artur Beljajev
9cf5137c75 Add tests 2019-01-06 21:50:00 +02:00
Artur Beljajev
af9cc1cd8e Eliminate mystery guest 2018-12-18 16:27:10 +02:00
Artur Beljajev
1bbf7e73d0 Improve readability 2018-12-18 15:38:08 +02:00
Artur Beljajev
ca1c9614e5 Eliminate mystery guest 2018-12-18 14:33:13 +02:00
Artur Beljajev
d695d95ad7 Add contact disclosable attributes
Closes #992
2018-12-07 13:26:02 +02:00
Artur Beljajev
66e83ccb58 Eliminate mystery guest 2018-12-07 12:51:49 +02:00
Artur Beljajev
63e8a09f5a Switch tests to JSON content type 2018-12-07 12:30:35 +02:00
Artur Beljajev
2997ece103 Bypass validation 2018-11-30 16:43:25 +02:00
Artur Beljajev
5738c17731 Use Estonian reference number format instead of ISO 11649 2018-11-26 16:33:53 +02:00
Timo Võhmar
910753b076
Merge pull request #958 from internetee/registry-849
Registry 849
2018-10-18 15:29:44 +03:00
Maciej Szlosarczyk
966d668ac8
Return Origin url instead of, as requested by ops 2018-10-17 11:38:12 +03:00
Maciej Szlosarczyk
09e0a96b70
Ensure cors headers are also returned for other requests 2018-10-17 11:25:44 +03:00
Maciej Szlosarczyk
e3c83c601c
Return empty body in OPTIONS requests 2018-10-16 09:47:33 +03:00
Maciej Szlosarczyk
58c928226d
Add handling of OPTIONS request to /api namespace
* It allows access from anywhere via wildcard origin
* It sets the timeout to an hour
* It allows all standard HTTP verbs + OPTIONS
2018-10-16 09:32:49 +03:00
Artur Beljajev
b6ecae6a35 Add Registrant API contact update action
Closes #849
2018-10-09 00:09:22 +03:00
Maciej Szlosarczyk
61d659cde9
Fix broken test introduced by latest merge 2018-10-04 11:32:49 +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
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
Artur Beljajev
52feefeb79 Merge branch 'master' into refactor-messages
# Conflicts:
#	app/controllers/epp/polls_controller.rb
#	test/fixtures/messages.yml
#	test/integration/epp/poll_test.rb
#	test/models/message_test.rb
2018-09-17 13:31:21 +03:00
Artur Beljajev
1679e4b72e Merge branch 'master' into refactor-messages
# Conflicts:
#	app/views/epp/poll/poll_req.xml.builder
#	test/fixtures/messages.yml
#	test/integration/epp/poll_test.rb
2018-09-17 13:23:59 +03:00
Artur Beljajev
00f3a01e5c Define message order explicitly, improve EPP poll tests 2018-09-17 12:46:27 +03:00
Timo Võhmar
4bf24d8ba7
Merge pull request #949 from internetee/registry-948
Return UTC date in EPP poll response
2018-09-17 11:58:04 +03:00
Artur Beljajev
056c57530c Merge branch 'master' into refactor-messages
# Conflicts:
#	db/structure.sql
2018-09-01 19:40:13 +03:00
Maciej Szlosarczyk
2636fe2525
Merge branch 'master' into registry-927 2018-08-31 14:25:59 +03:00