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 |
|
Martin Lensment
|
4d0845a8d2
|
Contact refactor
|
2014-08-07 14:29:41 +03:00 |
|
Martin Lensment
|
55decf3dd4
|
Contact refactor to new epp errors
|
2014-08-07 14:29:20 +03:00 |
|
Andres Keskküla
|
76dfa505c2
|
Rough contact update
|
2014-08-06 17:14:53 +03:00 |
|
Martin Lensment
|
b6e61f5bda
|
Refactor
|
2014-08-06 14:44:34 +03:00 |
|
Andres Keskküla
|
813674c965
|
create#contacts refactor
|
2014-08-06 11:38:21 +03:00 |
|
Andres Keskküla
|
1349abbbc7
|
Made contact accept address as nested attribute
|
2014-08-05 16:55:42 +03:00 |
|
Andres Keskküla
|
27ca5714cd
|
changed contact has_many addresses to has_one
|
2014-08-05 16:29:59 +03:00 |
|
Andres Keskküla
|
902cb8d441
|
created_by and updated_by logic for contact#info
|
2014-08-05 15:23:55 +03:00 |
|
Andres Keskküla
|
adb6cb1e17
|
Removed unneccessary method from contacts helper
|
2014-08-04 14:49:17 +03:00 |
|
Andres Keskküla
|
2a6a30c2b2
|
Fixed address saving for contact, refactored a bit
|
2014-08-04 14:13:30 +03:00 |
|
Andres Keskküla
|
8ce1875484
|
Added general user stamping on contact
|
2014-08-04 13:15:54 +03:00 |
|
Andres Keskküla
|
9117908bb0
|
Moved contact epp errors to i18n
|
2014-07-31 13:36:59 +03:00 |
|
Andres Keskküla
|
8a1a634f37
|
Basic info_contact command
|
2014-07-31 12:45:38 +03:00 |
|
Andres Keskküla
|
2cdd10f465
|
Placeholder for contact info
|
2014-07-30 15:09:43 +03:00 |
|
Martin Lensment
|
bfb9abea8c
|
Refactor
|
2014-07-30 14:40:31 +03:00 |
|
Martin Lensment
|
9fdf40cdcd
|
Support multiple errors
|
2014-07-30 14:32:37 +03:00 |
|
Andres Keskküla
|
45589ee956
|
Ident type detection
|
2014-07-30 11:55:52 +03:00 |
|
Andres Keskküla
|
1f29925004
|
Basic contact check command implementation
|
2014-07-28 14:30:16 +03:00 |
|
Andres Keskküla
|
65bb5166cc
|
Basic contact delete command implementation
|
2014-07-28 12:00:55 +03:00 |
|
Andres Keskküla
|
256f564327
|
Basic EE-id support
|
2014-07-24 15:26:14 +03:00 |
|