Commit graph

1775 commits

Author SHA1 Message Date
Priit Tark
e876bf59a5 Refactor emails #2786 2015-07-28 20:28:26 +03:00
Priit Tark
1c7febf47a Email block list logging and fix 2015-07-28 19:58:16 +03:00
Martin Lensment
0a0543c715 Switch user in registrar #2754 2015-07-28 17:56:01 +03:00
Martin Lensment
c439cf4ae0 Update transfer xml example, allow cancel attribute in transfer #2809 2015-07-28 14:23:34 +03:00
Martin Lensment
d4712e7f9e Fix rubocop #2741 2015-07-28 14:11:12 +03:00
Martin Lensment
a70273a3b9 Change blocked domain error message #2564 2015-07-28 14:06:50 +03:00
Martin Lensment
0ea07de2d1 Fix valid_to #2741 2015-07-28 13:08:02 +03:00
Martin Lensment
1a10b1400b Skip time on invoice pdf #2775 2015-07-28 11:56:56 +03:00
Martin Lensment
49845d1d0b Fix rubocop #2803 2015-07-28 11:34:19 +03:00
Martin Lensment
aecd61670a Fix rubocop errors, add error message for transfer period #2803 2015-07-28 11:17:19 +03:00
Martin Lensment
6d3f2f611b Add more logging #2796 2015-07-27 18:30:19 +03:00
Martin Lensment
95a73327db Add configurable invoice due date #2775 2015-07-27 18:08:13 +03:00
Martin Lensment
48af3e77cd Merge branch 'experimental-live-schema-support' 2015-07-27 16:24: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
7fa9fb3c6e Added backtrace reverse info 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
Martin Lensment
b6cb9e892a Replace namespaces #2752 2015-07-24 17:48:14 +03:00
Martin Lensment
1d82fb9052 Cleanup #2752 2015-07-24 17:10:24 +03:00
Martin Lensment
c38680a3b1 Validate not_found too against schema #2752 2015-07-24 16:38:14 +03:00
Martin Lensment
db33638f0d Add pw length validator #2752 2015-07-24 14:51:54 +03:00
Martin Lensment
5e75d0cba3 Fix registrar interface #2752 2015-07-24 14:25:11 +03:00
Martin Lensment
e463fe4d70 Fix contact create in registrar #2752 2015-07-24 13:13:27 +03:00
Martin Lensment
4c52e3b0b4 Skip some validations #2752 2015-07-24 12:52:59 +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
dd7771c59d Log all activerecord and activemodel user issues #2808 2015-07-23 16:51:32 +03:00
Martin Lensment
02186987fc Migrate from deprecated params_hash to parsed_frame #2752 2015-07-23 13:39:02 +03:00
Martin Lensment
67ae9ff020 Remove parsed_frame helper from epp sessions #2752 2015-07-23 13:34:42 +03:00
Martin Lensment
c94da28af6 Move xml parsing to epp constraint #2752 2015-07-23 13:31:22 +03:00
Martin Lensment
2148cc57e5 Refactor #2752 2015-07-23 12:21:53 +03:00
Martin Lensment
c79fee5a49 Validate request against schemas #2799 2015-07-22 18:34:19 +03:00
Priit Tark
17af1218b5 Merge branch 'master' into contact-refactor 2015-07-22 14:29:06 +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
Martin Lensment
c1f9a470df Experimental domain validation #2799 2015-07-22 12:45:52 +03:00
Martin Lensment
1b831fc629 Fix double error message when domain too long in EPP #2695 2015-07-22 11:30:36 +03:00
Priit Tark
7a19b509e8 Notify airbrake for epp errors 2015-07-22 09:51:11 +03:00
Priit Tark
1f85cec9ac Notify airbrake for epp errors 2015-07-22 09:50:24 +03:00
Priit Tark
011c8db173 Require country code #2776 2015-07-21 19:09:50 +03:00
Priit Tark
cc672a420b Preselect default values for new record #2776 2015-07-21 19:05:39 +03:00
Priit Tark
dec7fcee13 Update ident style #2776 2015-07-21 18:44:06 +03:00
Priit Tark
5ce4d39aa8 Align with label #2776 2015-07-21 18:39:57 +03:00
Priit Tark
b06d9b6d14 Remove double type code #2776 2015-07-21 18:28:18 +03:00
Priit Tark
0e4f333c47 Show ident info as text #2776 2015-07-21 18:26:24 +03:00
Priit Tark
4ade318870 Registrar: Allow blank value for ident country code and type #2776 2015-07-21 17:55:43 +03:00
Priit Tark
78d7f45516 Merge branch 'master' of github.com:domify/registry 2015-07-21 17:37:21 +03:00
Priit Tark
d4a0f1e783 Updated contact doc and added too long epp message #2753 2015-07-21 17:02:31 +03:00