Commit graph

2321 commits

Author SHA1 Message Date
Karl Erik Õunapuu
c977872c44 Add audit for Settings 2020-08-12 16:10:12 +03:00
Karl Erik Õunapuu
37ae30b637 Refactor get/set method for EntrySetting.var 2020-08-12 15:42:32 +03:00
Karl Erik Õunapuu
558faf4934 Move Setting::Migratable concern to data_migration instead 2020-08-12 15:28:16 +03:00
Karl Erik Õunapuu
b7f03dfa69 Fix some CC issues 2020-08-12 12:31:11 +03:00
Karl Erik Õunapuu
e7eaba7963 Allow nil values for settings 2020-08-12 12:11:03 +03:00
Karl Erik Õunapuu
49f11cce0b Remove occurrencies of Setting.x 2020-08-12 11:53:52 +03:00
Karl Erik Õunapuu
d360f52434 Bridge Setting calls to SettingEntry 2020-08-12 10:38:46 +03:00
Karl Erik Õunapuu
6361a6ff49 Allow to update SettingEntry via SettingEntry.code= 2020-08-11 17:09:14 +03:00
Karl Erik Õunapuu
fba1721832 Regenerate structure.sql 2020-08-11 15:01:37 +03:00
Karl Erik Õunapuu
b3941a373c Create action to migrate settings to new model 2020-08-11 14:57:05 +03:00
Karl Erik Õunapuu
950bdc6256 Modify Settings UI to read values from SettingEntry model 2020-08-11 12:29:13 +03:00
Karl Erik Õunapuu
4f59900367 Add grouping feature to SettingEntries 2020-08-11 12:09:01 +03:00
Karl Erik Õunapuu
a0c21d005e Create SettingEntry model 2020-08-11 12:03:30 +03:00
Karl Erik Õunapuu
cca51b8a03 Fix paper trail versioning for RegistrantVerification 2020-08-07 15:15:10 +03:00
Timo Võhmar
7b170b5026
Revert "Revert "Domain transfer: remove duplicate domain_contacts on transfer"" 2020-08-04 23:09:43 +03:00
Timo Võhmar
a0229e5e85
Revert "Domain transfer: remove duplicate domain_contacts on transfer" 2020-08-04 23:00:13 +03:00
Timo Võhmar
7ed9384848
Revert "Domain transfer: Conditionally reuse contacts" 2020-08-04 22:12:36 +03:00
Timo Võhmar
bf166bb273
Merge pull request #1653 from internetee/1651-domain-transfer-fails-hotfix
Domain transfer: remove duplicate domain_contacts on transfer
2020-08-04 21:45:45 +03:00
Karl Erik Õunapuu
a96106bccc Remove duplicate domain_contacts on transfer 2020-08-04 21:00:46 +03:00
Karl Erik Õunapuu
c4a6a35743 Merge remote-tracking branch 'origin/master' into 1651-domain-transfer-fails 2020-08-04 18:22:55 +03:00
Karl Erik Õunapuu
40d68fc7f1 Transfer: Return identical objects occassionally 2020-08-04 18:16:38 +03:00
Karl Erik Õunapuu
9ce85e155f Transfer: Do not reuse identical contacts 2020-08-04 16:10:58 +03:00
Karl Erik Õunapuu
310e0adac8 Pass whole Customer object to Directo 2020-07-30 17:08:19 +03:00
Alex Sherman
e4a02c2e47 Return truemail
This reverts commit 862f5639ebbe4d3e6abd5d5be7fb7840e7b83bdf.
2020-07-17 15:22:49 +05:00
Alex Sherman
0a7b754c4c Add email description to epp responce on contact creation 2020-07-17 15:21:02 +05:00
Timo Võhmar
6900ce1127
Revert "297 email address validation truemail" 2020-07-10 16:16:00 +03:00
Alex Sherman
68d32568fc Fix I18n 2020-07-08 17:17:11 +05:00
Alex Sherman
b446cff3fd Add verification creation on email validation, add tests 2020-07-08 17:10:44 +05:00
Alex Sherman
57cd588eee Add email verification rake task for one domain only 2020-07-08 17:10:44 +05:00
Alex Sherman
b4369bdcd0 Add support of punycode domains in emails 2020-07-08 17:10:44 +05:00
Alex Sherman
56ac816dd1 Add thirs status - verification failed 2020-07-08 17:10:44 +05:00
Alex Sherman
f8eea08357 Move emails & domains to citext, CC fixes 2020-07-08 17:10:43 +05:00
Alex Sherman
62acd8892a Add nonverified email color to registrar show 2020-07-08 17:09:40 +05:00
Alex Sherman
e95996fa12 Add nonverified color email to registrar index 2020-07-08 17:09:40 +05:00
Alex Sherman
af7e0f266d Add non-verified email filreting in contact index 2020-07-08 17:09:40 +05:00
Alex Sherman
48036c660d Add email & nonverified color to contact show 2020-07-08 17:09:39 +05:00
Alex Sherman
3d444c3a04 Fix CC issues 2020-07-08 17:08:41 +05:00
Alex Sherman
a13725faa7 Add email verification rake task 2020-07-08 17:08:41 +05:00
Alex Sherman
ee7d69c1ce Add data migration to fill EmailAddressVerifications 2020-07-08 17:08:40 +05:00
Alex Sherman
95a017629e Add email verification job 2020-07-08 17:07:45 +05:00
Alex Sherman
9ae85f3d74 Add verification methods 2020-07-08 17:07:45 +05:00
Alex Sherman
cc142076c3 Add verification model & migration 2020-07-08 17:07:44 +05:00
Alex Sherman
9f5a636d72 Change contact email validation 2020-07-08 17:06:09 +05:00
Alex Sherman
1b06e43f18 Move email checks and validation methods to concern 2020-07-08 17:06:07 +05:00
Alex Sherman
e56162f37d Add registrar email validation 2020-07-08 17:05:24 +05:00
Alex Sherman
ba4e256662 Add test domains whitelist & fix tests 2020-07-08 17:05:24 +05:00
Karl Erik Õunapuu
58443f23aa Don't create new legaldoc if it's already persistent 2020-07-07 15:23:23 +03:00
Karl Erik Õunapuu
eb09447ee1 Check legaldoc size only if it's not persisted 2020-07-07 14:05:54 +03:00
Alex Sherman
4a2176d5d7 Flush settings cache on legal doc mandatority check 2020-07-02 16:59:00 +05:00
Alex Sherman
a80e813632 Add a setting to see if legaldocs are mandatory 2020-07-02 16:57:50 +05:00