Commit graph

1605 commits

Author SHA1 Message Date
Artur Beljajev
b9df5aa92d Do not require name servers in registrar area
#267
2016-12-29 16:27:07 +02:00
Artur Beljajev
5c6a0034f6 Merge branch 'improve-registrar' into registry-267
# Conflicts:
#	db/schema-read-only.rb
#	db/structure.sql
2016-12-28 15:31:04 +02:00
Artur Beljajev
0a6b2fe19a Move account creation from registrar model to admin/registrars controller 2016-12-28 15:08:09 +02:00
Artur Beljajev
d39d3766b2 Allow absence of name servers
#267
2016-12-28 15:01:32 +02:00
Artur Beljajev
7e51522585 Require nameserver only if "nameserver_required" setting is on
#267
2016-12-27 14:31:17 +02:00
Timo Võhmar
c1cb598da1 Merge pull request #310 from internetee/119627029-legal_doc_dublicates-2
119627029 legal doc dublicates 2
2016-12-23 14:12:00 +02:00
Artur Beljajev
36760a3802 Show registrant's kind, reg_no and ident country code in WHOIS
#266
2016-12-22 16:36:41 +02:00
Artur Beljajev
e6069e06a9 Introduce kind and reg_no contact's attributes
#266
2016-12-22 16:34:29 +02:00
Artur Beljajev
5318b129b0 Merge branch 'registry-251' into registry-260 2016-12-19 11:05:44 +02:00
Artur Beljajev
8cc2d030b8 Do not require address in registrar area unless address_processing is enabled
#251
2016-12-19 08:06:23 +02:00
Artur Beljajev
5ec86cdb63 Require domain expire time to be before than now + 4 years on domain renewal
#260
2016-12-18 16:09:22 +02:00
Vladimir Krylov
01a352e437 no need to save to filesystem if no body 2016-12-14 16:40:04 +02:00
Artur Beljajev
68c3f0c338 Remove contact's address on domain transfer unless address_processing is enabled
#251
2016-12-14 05:49:13 +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
cefd310cc0 Make street, city, zip and country optional if address processing is disabled
#251
2016-12-12 04:48:31 +02:00
Artur Beljajev
5e1c43f7cc Rename Contact::address_processing to address_processing?
#251
2016-12-12 04:36:28 +02:00
Artur Beljajev
5af4c585d4 Remove unused Contact#generate_new_code!
#251
2016-12-12 04:21:35 +02:00
Artur Beljajev
07f49d8ca6 Refactor contact model
#251
2016-12-02 18:38:16 +02:00
Artur Beljajev
e4ae71b308 Add address processing to contact model
#251
2016-12-02 00:21:52 +02:00
Artur Beljajev
6071c58106 Admin user model returns mix password length 2016-11-29 00:10:11 +02:00
Timo Võhmar
7893435bdd Merge pull request #265 from internetee/registry-238
Use app timezone in domain#delete_candidateable?
2016-11-28 14:45:00 +02:00
Artur Beljajev
e1e41a962e Remove unneeded log
#186
2016-11-23 21:26:49 +02:00
Artur Beljajev
16afa00442 Remove duplicate values from domain primary contact emails
#186
2016-11-22 14:37:11 +02:00
Artur Beljajev
8a831ee92c Add explicit jobs for mailers
#186
2016-11-18 00:14:37 +02:00
Artur Beljajev
fa47eb3ab6 Refactor domain expiration mailer
#186
2016-11-17 00:04:13 +02:00
Artur Beljajev
41d3e62ad4 Use app timezone in domain#delete_candidateable?
#238
2016-11-14 13:40:10 +02:00
Artur Beljajev
c0f4066be1 Refactor domain mailer views
#180
2016-11-14 03:06:51 +02:00
Artur Beljajev
2c3dbc6e32 Refactor domain mailer views
#180
2016-11-14 01:35:47 +02:00
Artur Beljajev
a6de3761c5 Refactor domain mailer views
#180
2016-11-12 01:14:11 +02:00
Artur Beljajev
4075024d7e Merge remote-tracking branch 'origin/registry-238' into registry-186
# Conflicts:
#	app/models/domain.rb
#	spec/models/domain_spec.rb
2016-11-08 12:43:01 +02:00
Artur Beljajev
3d1dd1759d Merge remote-tracking branch 'origin/registry-235' into registry-186
# Conflicts:
#	spec/models/domain_spec.rb
2016-11-08 12:39:00 +02:00
Artur Beljajev
0c6c583184 Revert domain expirable
#186
2016-11-08 12:32:02 +02:00
Artur Beljajev
3b120f0362 Revert domain expirable
#186
2016-11-08 12:26:04 +02:00
Artur Beljajev
877e6999dc Consider domains having current time at "expire_time" attribute expired
Fixes #238
2016-11-08 10:07:41 +02:00
Artur Beljajev
aa29c781f6 Improve domain's outzone and delete logic
- Encapsulate outzone and delete candidate logic into domain model
- Fix the logic itself

Fixes #238
2016-11-08 02:30:20 +02:00
Artur Beljajev
e653d8b56e Extract expirable concern from domain model
#238
2016-11-07 23:12:19 +02:00
Artur Beljajev
4fd18c4a26 Revert e53980e and 7cdfa10
#180
2016-11-07 14:40:25 +02:00
Artur Beljajev
049219efed Remove unused Domain#set_expired
#235
2016-11-07 02:14:54 +02:00
Artur Beljajev
1cc780f3ce Use app time zone when calculating valid_to, outzone_at and delete_at domain attributes
#235
2016-11-07 02:05:22 +02:00
Artur Beljajev
bebd49e5f4 Add extended registrar's info to "pending_deleted" mailer
#180
2016-11-03 20:16:01 +02:00
Artur Beljajev
69be717b91 Add extended registrar's info to "expiration" and "force_delete" mailers
registry-180
2016-10-31 17:56:51 +02:00
Artur Beljajev
f127716a39 Refactor domain expiration email
#186
2016-10-29 00:53:00 +03:00
Artur Beljajev
0cc3a53deb Refactor domain expirable
#186
2016-10-29 00:51:42 +03:00
Artur Beljajev
14c5c3efed Extract domain cron specs
#186
2016-10-28 16:19:25 +03:00
Artur Beljajev
0de7512adc Move expiration logic from domain's callback to epp::domain.new_from_epp
#186
2016-10-28 14:55:29 +03:00
Artur Beljajev
ad0220088a Refactor domain expiration email
#186
2016-10-28 00:36:12 +03:00
Artur Beljajev
39d7c6ad1d Refactor zonefile_setting's origin list
#186
2016-10-28 00:29:47 +03:00
Artur Beljajev
d27594603b Disable contact model log in test env
#206
2016-10-24 16:03:43 +03:00
Vladimir Krylov
c35ed2f3c5 Story#119627029 check shared contact
(cherry picked from commit 9f73211)
2016-10-20 15:13:22 +03:00