Commit graph

122 commits

Author SHA1 Message Date
Martin Lensment
2598b4aa2f Allow changing auth info on contact update #2833 2015-08-13 14:20:39 +03:00
Martin Lensment
ba5d1b8e4d Allow creating contact with custom pw #2833 2015-08-13 13:59:57 +03:00
Priit Tark
6ca53f946a Validate contact and invoice emails when they change #2745 2015-08-06 13:21:15 +03:00
Priit Tark
86e01597a8 Updated cron log #2792 2015-07-28 22:08:23 +03:00
Priit Tark
1c64188eae Fix typo #2786 2015-07-28 20:31:22 +03:00
Priit Tark
e876bf59a5 Refactor emails #2786 2015-07-28 20:28:26 +03:00
Martin Lensment
4081cebe73 Merge branch 'master' of github.com:domify/registry
Conflicts:
	app/models/contact.rb
2015-07-27 16:14:41 +03:00
Priit Tark
a9ba4dbfd2 Contact linked test update/refactor #2411 2015-07-27 16:02:00 +03:00
Priit Tark
48bc4d4ac9 Optimize contact linked status update #2477 2015-07-27 16:02:00 +03:00
Priit Tark
8700beea60 Logging user actions #2808 2015-07-27 16:01:03 +03:00
Priit Tark
18c911e097 Optimize contact linked status update #2477 2015-07-23 20:02:01 +03:00
Priit Tark
5da7019bd4 TEMP 2015-07-23 17:44:52 +03:00
Priit Tark
de557bf43e Update contact 2015-07-23 16:58:47 +03:00
Priit Tark
54db11812b Honor contacts status on epp request #2477 2015-07-22 14:27:24 +03:00
Priit Tark
601592aed1 Admin contact statuses management #2477 2015-07-22 13:37:30 +03:00
Priit Tark
d4a0f1e783 Updated contact doc and added too long epp message #2753 2015-07-21 17:02:31 +03:00
Martin Lensment
a7def0b7ae Fix contact code prefix on transfer #2595 2015-06-03 12:13:16 +03:00
Priit Tark
622e6988ef Merge branch 'master' of github.com:domify/registry 2015-06-03 10:08:10 +03:00
Priit Tark
410914e16e Contact change notification email content update #2558 2015-06-03 10:06:40 +03:00
Martin Lensment
7facd58f31 Merge branch 'master' of github.com:domify/registry 2015-06-02 13:18:34 +03:00
Martin Lensment
b1cec9007a Rearrange contact info response fields #2660 2015-06-02 13:14:56 +03:00
Priit Tark
4448284680 Added ident country code error #2590 2015-06-01 17:48:23 +03:00
Priit Tark
64fec42a69 EPP email change will send notification to registrant 2015-05-12 13:45:55 +03:00
Priit Tark
2ed9672eb5 Show only priv contacts 2015-05-11 15:56:31 +03:00
Priit Tark
d00564f243 add contact format only for new records 2015-05-07 21:20:53 +03:00
Priit Tark
ba26ea4bac Honor CID and new format independently 2015-05-06 18:59:58 +03:00
Priit Tark
928ce24132 All system now supports legacy CID format 2015-05-06 14:01:40 +03:00
Priit Tark
1f504e08ea disallow CID for registrar code and fix double code check 2015-05-06 12:54:02 +03:00
Priit Tark
3fb9664e5b new contact honors new format 2015-05-05 18:38:54 +03:00
Priit Tark
c704f4894a Update all contact code to upcase 2015-05-05 14:22:44 +03:00
Priit Tark
8cd3dcf551 Renamed owner_contact to registrant 2015-04-16 12:31:51 +03:00
Priit Tark
47db36db15 Add EPP Errors to Contact 2015-04-15 12:00:33 +03:00
Priit Tark
e1041da50f Converted to use Rails Time.zone only to honor app time zone 2015-04-06 13:48:36 +03:00
Priit Tark
393a4f6d06 Added password type 2015-04-02 17:22:32 +03:00
Martin Lensment
968e383f9e Import tech contacts too 2015-04-02 11:39:36 +03:00
Priit Tark
5fd73b037a Address depricated, new contact requires, domain_contacts refactor 2015-03-31 15:22:25 +03:00
Priit Tark
f146bca5c7 replaced STDOUT with logger.info 2015-03-27 15:22:58 +02:00
Martin Lensment
e664d46710 Better loggin for orhpan delete method 2015-03-25 16:52:17 +02:00
Martin Lensment
23bb24756c Destroy contact orphans task 2015-03-25 16:37:18 +02:00
Priit Tark
15272bad76 Update contact auth info 2015-03-20 19:17:28 +02:00
Priit Tark
4f417d22da Added linked and ok statuses 2015-03-17 16:50:42 +02:00
Martin Lensment
9f9bffae57 Always generate new code when transferring contacts 2015-03-16 12:33:27 +02:00
Martin Lensment
568121ddd0 Contact transfer with domain transfer WIP 2015-03-11 18:27:21 +02:00
Priit Tark
5341a42a43 Contact status ok by default 2015-03-10 18:08:41 +02:00
Priit Tark
767f7bb6df Added custom contact id support 2015-03-03 16:30:31 +02:00
Priit Tark
a8e43dd6cc Contact got correct birthday and country code epp errors 2015-02-18 16:05:57 +02:00
Priit Tark
44f11de5c8 Added ident country code and improved other ident things 2015-02-18 15:26:51 +02:00
Priit Tark
ba55f3f9bc Added legal document to contact, removed old comments 2015-02-17 11:21:23 +02:00
Priit Tark
96d1c60dd8 Refactored contact with ability 2015-02-17 11:21:23 +02:00
Martin Lensment
2117cb62c2 Contact cleanup 2015-02-03 13:29:59 +02:00