Commit graph

75 commits

Author SHA1 Message Date
Martin Lensment
fcc5ae1f23 Merge branch 'master' into api-log
Conflicts:
	app/helpers/epp/contacts_helper.rb
2015-01-13 16:29:37 +02:00
Martin Lensment
360c2d3db8 Specs 2015-01-12 18:18:51 +02:00
Andres Keskküla
9a3a9ed6f4 Cyclomatic complexity fix 2015-01-09 09:49:31 +02:00
Andres Keskküla
d57eac8f98 Rubocop style fixes 2015-01-09 09:43:57 +02:00
Andres Keskküla
c0357c7717 Contact associations loaded eagerly where needed 2015-01-08 17:47:54 +02:00
Andres Keskküla
3f5b37db5c Renamed ident flag to type 2015-01-08 11:50:44 +02:00
Andres Keskküla
1dd11405f6 Remodeled ident type to parsed_frame 2015-01-08 11:37:20 +02:00
Andres Keskküla
e917ba5166 Fixed rubocop errors 2014-12-18 14:14:49 +02:00
Andres Keskküla
9c4f0a63a0 Contact statuses and update_contact modified 2014-12-18 13:53:01 +02:00
Andres Keskküla
f7b3184539 Fixed info contact NoMethodError if no disclosure 2014-12-08 10:51:12 +02:00
Andres Keskküla
4800e0c315 Updated disclosure 2014-12-01 11:25:47 +02:00
Andres Keskküla
c03818968f Views and tests for contact disclosure 2014-11-25 16:29:40 +02:00
Andres Keskküla
ea2b64bc69 Rubocop style fixes 2014-11-24 11:11:54 +02:00
Andres Keskküla
a0a7b8c7b3 Fixed contact#info returning wrong EPP error 2014-11-21 16:15:55 +02:00
Andres Keskküla
b046927c95 Contact Epp tests refactored to use EppXml gem 2014-11-21 12:20:33 +02:00
Andres Keskküla
afcec06fe3 Optional password for contact#info 2014-11-19 18:20:35 +02:00
Andres Keskküla
a6c936e18d Domain History and basic whois rake 2014-11-07 14:50:45 +02:00
Priit Tamboom
8d189023c7 rubocop update, now it's green 2014-10-10 16:11:28 +03:00
Priit Tamboom
2d6ed7fa45 rubocop autocorret to get tests green 2014-10-10 15:10:05 +03:00
Andres Keskküla
3d652bf85b Contact - Registrar relation 2014-10-07 16:14:36 +03:00
Andres Keskküla
31e92df6f6 Removed unnecessary transaction block from contact 2014-09-25 16:09:25 +03:00
Andres Keskküla
c4deed6a55 Merged the address types 2014-09-25 15:27:08 +03:00
Andres Keskküla
aecb919610 Contact code generation 2014-09-19 12:16:44 +03:00
Andres Keskküla
13dad4cfcb Updated contact commands authorization 2014-09-01 11:48:07 +03:00
Andres Keskküla
a9df2c82b1 Contact#update tests to check disclosure update 2014-08-29 16:12:11 +03:00
Andres Keskküla
0a1c2d3d57 Basic disclosure support 2014-08-29 11:18:04 +03:00
Andres Keskküla
c2f67ba0ff Style tweaks 2014-08-28 15:37:50 +03:00
Andres Keskküla
bb6b0610be Contact renew command returns appropriate error 2014-08-28 15:12:25 +03:00
Andres Keskküla
678fd29c09 PostalInfo type checking for contact create 2014-08-28 12:53:37 +03:00
Andres Keskküla
a5d38c7b33 renamed xml array attribute check 2014-08-26 16:18:21 +03:00
Andres Keskküla
3b7289607c Updated contact#update request validation 2014-08-26 16:04:59 +03:00
Andres Keskküla
2b1736cd9b rubocoped contacts helper 2014-08-26 12:23:31 +03:00
Andres Keskküla
8d5152d400 Merge branch 'postalinfo'
Conflicts:
	app/helpers/epp/contacts_helper.rb
	app/models/address.rb
	app/models/contact.rb
	db/schema.rb
	spec/epp/contact_spec.rb
	spec/fabricators/contact_fabricator.rb
	spec/fabricators/international_address_fabricator.rb
	spec/models/address_spec.rb
	spec/models/contact_spec.rb
2014-08-26 10:09:52 +03:00
Andres Keskküla
2655da4555 Replaced address with local and international addr 2014-08-25 17:05:57 +03:00
Martin Lensment
6c5c0b38c8 Rubocop autocorrect 2014-08-25 14:14:25 +03:00
Andres Keskküla
ef90dfc70b Improved contact deleting 2014-08-18 12:48:28 +03:00
Andres Keskküla
17f7a609cc refactor 2014-08-18 10:58:01 +03:00
Andres Keskküla
91f373379a Contact#info auth info check 2014-08-18 10:40:01 +03:00
Andres Keskküla
c1f90754d1 Added auth info to contact 2014-08-15 16:09:05 +03:00
Andres Keskküla
4133fd1464 Refactor 2014-08-15 12:55:54 +03:00
Andres Keskküla
092460a604 Commenting to assimilate controllers 2014-08-15 12:21:07 +03:00
Andres Keskküla
0a4a7f98c2 Updated contact ident_type logic 2014-08-15 12:07:38 +03:00
Andres Keskküla
6bcf508fac Refactored contact attribute assignment 2014-08-15 11:52:43 +03:00
Andres Keskküla
1e446869c6 Create contact builder rough version 2014-08-14 14:10:31 +03:00
Andres Keskküla
e8ddf2272e Added multiple streets to address 2014-08-13 13:35:25 +03:00
Andres Keskküla
03486c107c Fixed contact#info not returning value on failure 2014-08-12 14:52:23 +03:00
Andres Keskküla
2f0b0c35d4 Validateing rest of the contact requests 2014-08-11 15:52:16 +03:00
Andres Keskküla
e99af041f1 updated contact#create to new attr checking 2014-08-11 14:21:02 +03:00
Andres Keskküla
862b784761 Removed redundant begin clause 2014-08-07 17:24:57 +03:00
Andres Keskküla
6be202ad16 Update contact now userstamps on success 2014-08-07 16:38:34 +03:00