Commit graph

240 commits

Author SHA1 Message Date
Artur Beljajev
b77ced6b24 Send exception details lo standard log
Fixes #1371
2019-11-10 18:12:15 +02:00
Artur Beljajev
fc71bf93e7 Remove unimplemented Keyrelay feature
Closes #715
2019-10-31 17:15:21 +02:00
Artur Beljajev
c9fbc9269e Remove Bullet-related code 2019-10-19 13:09:41 +03:00
Artur Beljajev
397136ef13 Handle EPP contact:transfer 2019-10-16 17:17:56 +03:00
Artur Beljajev
9e5fdbcf11 Remove unused routes 2019-10-01 16:06:39 +03:00
Artur Beljajev
e01f412d76 Fix EPP response code
Fixes #686
2019-09-19 15:52:41 +03:00
Artur Beljajev
77678681a6 Improve EPP error handling
Fixes #539
2019-09-19 15:52:20 +03:00
Artur Beljajev
9341f658fd Hide methods 2019-09-14 15:49:07 +03:00
Artur Beljajev
fa73a0aacd Introduce module 2019-09-13 15:41:39 +03:00
Artur Beljajev
5831a6b183 Remove EPP response header
Remove `mod_epp`-specific `X-EPP-Returncode` header set in EPP response
since `mod_epp` was replaced by https://github.com/internetee/epp_proxy.
2019-09-11 19:28:13 +03:00
Maciej Szlosarczyk
d471b273f7
Handle IDN domains that went to auction
Both ASCII and unicode should be supported to register a domain.
2019-04-02 17:17:40 +03:00
Artur Beljajev
66417d69d9 Do not handle not registered domain in EPP domain:info 2019-03-15 12:46:18 +02:00
Artur Beljajev
b81c971b37 Refactor 2019-02-18 15:13:56 +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
42e8f86dae Integrate auction
Closes #874
2019-01-18 18:06:54 +02:00
Artur Beljajev
3d4d669838 Improve readability 2019-01-07 00:54:42 +02: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
00f3a01e5c Define message order explicitly, improve EPP poll tests 2018-09-17 12:46:27 +03:00
Artur Beljajev
1bfdf899a0 Merge branch 'master' into refactor-messages
# Conflicts:
#	db/structure.sql
2018-08-27 20:55:44 +03:00
Artur Beljajev
7a9a7c052f Rename notifications.queued to read 2018-08-24 10:29:09 +03:00
Artur Beljajev
8765baf319 Rename Message to Notification 2018-08-23 20:03:03 +03:00
Artur Beljajev
32ecf36057 Rename users.password to users.plain_text_password
Otherwise it conflicts with Devise
2018-07-13 23:09:21 +03:00
Artur Beljajev
c44f3df7f5 Remove Rubocop inline directives 2018-06-07 19:17:16 +03:00
Artur Beljajev
769e185666 Hide methods
#697

(cherry picked from commit 8d08810)
2018-02-19 23:35:37 +02:00
Artur Beljajev
4ada9d1bd0 Fail earlier if domain is non-transferable
Regardless of EPP transfer operation

#694
2018-02-19 02:04:39 +02:00
Artur Beljajev
9b4aa478bf Refactor EPP session limit
#700
2018-02-14 04:06:13 +02:00
Artur Beljajev
93055acb3a Hide method
#700
2018-02-14 02:42:00 +02:00
Artur Beljajev
b37251f9bb Refactor
#700
2018-02-14 01:20:50 +02:00
Artur Beljajev
ec43586ef4 Require authentication on EPP logout
#700
2018-02-14 01:17:51 +02:00
Artur Beljajev
fa6edab62a Remove extra attribute
Registrar can be queried from user

#700
2018-02-12 15:50:12 +02:00
Artur Beljajev
b11306eea3 Create new EPP session on login explicitly
#700
2018-02-12 11:38:48 +02:00
Artur Beljajev
940613ae34 Decompose EppSession#data
#700
2018-02-07 02:17:48 +02:00
Artur Beljajev
82c74a4811 Remove test logic
#700
2018-02-07 01:10:45 +02:00
Artur Beljajev
f55169c2b4 Improve "account_activities" DB table structure
#475
2017-05-07 14:05:32 +03:00
Artur Beljajev
d79ce87fba Use serializable transaction for EPP domain:renew
#430
2017-04-15 23:41:01 +03:00
Artur Beljajev
7e51522585 Require nameserver only if "nameserver_required" setting is on
#267
2016-12-27 14:31:17 +02:00
Artur Beljajev
ef5d96787c Merge branch 'registry-251' into registry-260 2016-12-18 11:40:49 +02:00
Artur Beljajev
c6aa74529c Remove EPP session timeout and certificate check in dev env
#284
2016-12-16 05:31:57 +02:00
Artur Beljajev
e08cc9c7c9 Revert app/controllers/epp/sessions_controller.rb
#251
2016-12-15 11:17:00 +02:00
Artur Beljajev
a63e2b9dd2 Take into account address_processing setting in EPP contact:info
#251
2016-12-14 04:16:04 +02:00
Artur Beljajev
d3b1a23e92 Take into account address_processing setting when creating and updating the contact via EPP
#251
2016-12-14 00:38:20 +02:00
Artur Beljajev
183c2bb82c Generate contact code manually
Generate contact's code explicitly on contact:create epp request and domain transfer. Remove callback.
2016-12-12 06:27:01 +02:00
Artur Beljajev
5e1c43f7cc Rename Contact::address_processing to address_processing?
#251
2016-12-12 04:36:28 +02:00
Artur Beljajev
74598ccf23 Update epp contacts controller
#251
2016-12-08 21:36:25 +02:00
Artur Beljajev
3d94f67fa3 Do not validate ssl certificate in dev and test envs
#251
2016-12-08 03:19:37 +02:00
Vladimir Krylov
714dd1473d Story#118912395 - EppLog saves resource 2016-05-20 16:37:38 +03:00
Stas
ae3467a8b1 Merge remote-tracking branch 'origin/master' into 110687814-update_values
# Conflicts:
#	app/models/epp/domain.rb
2016-04-08 18:11:47 +03:00
Stas
bf9bb8b5f1 fix typo 2016-04-06 14:22:43 +03:00
Stas
431eaf5439 1150040781-contact_delete_legal_doc 2016-03-17 18:32:55 +02:00
Stas
577762a2bc 110687814-migrations_and_values 2016-02-25 13:54:46 +02:00