Commit graph

4196 commits

Author SHA1 Message Date
Karl Erik Õunapuu
b3fd31f679
Send invoice to Registrar's billing email after topup 2020-09-10 12:29:06 +03:00
Karl Erik Õunapuu
33c14fb957
Merge remote-tracking branch 'origin/master' into 1101-topping-up-credit-account-without-an-invoice 2020-09-10 12:11:16 +03:00
Karl Erik Õunapuu
d62e55e6a1
Change Invoice::Item price scale to 3 places 2020-09-10 12:06:37 +03:00
Karl Erik Õunapuu
3decec8b02
Test valid invoice sums when created by bank transaction 2020-09-09 17:30:19 +03:00
Timo Võhmar
dc1136002d
Merge pull request #1678 from internetee/1677-fix-description-ref-number
Fix description ref number parsing
2020-09-08 17:15:18 +03:00
Karl Erik Õunapuu
17188ec635
Send unpayable e-invoice when invoice has already been paid via wire transfer 2020-09-08 13:14:14 +03:00
Karl Erik Õunapuu
8cc24b828f
Submit VAT-exclusive sum to prepayment invoice
Prepayment invoices are subject to VAT, which is calculated from before-taxes sum
2020-09-08 11:53:37 +03:00
Alex Sherman
14a319a4da Fix description ref number parsing 2020-09-08 13:36:44 +05:00
Karl Erik Õunapuu
20e3b2c09f
Fix some CC issues 2020-09-08 11:19:33 +03:00
Karl Erik Õunapuu
c7d768fbed
Fix autobindable? condition 2020-09-08 11:14:26 +03:00
Karl Erik Õunapuu
5991ea6be7
Reduce complexity of autobindable?() conditional 2020-09-07 17:41:28 +03:00
Karl Erik Õunapuu
be960457e6
Process payments: Create new invoice by transaction to allow direct top ups 2020-09-07 16:58:27 +03:00
Karl Erik Õunapuu
b5668ea494
Fix some CC issues 2020-09-07 13:11:40 +03:00
Karl Erik Õunapuu
098d777162
Merge remote-tracking branch 'origin/master' into 1556-get-rid-of-th6 2020-09-07 13:02:57 +03:00
Karl Erik Õunapuu
b981c61671
Fix CC issues 2020-09-07 13:02:41 +03:00
Karl Erik Õunapuu
aa2d9547a4
Remove bank statement import functionality 2020-09-07 13:01:40 +03:00
Timo Võhmar
1da707747f
Merge pull request #1662 from internetee/crlupdate
CRL Update decoupiling
2020-09-04 14:31:58 +03:00
Timo Võhmar
f5df30aca1
Merge pull request #1671 from internetee/directo-requests-one-by-one
Send each registrar's monthly summary to Directo separately
2020-09-04 14:22:31 +03:00
Timo Võhmar
eccac4e105
Merge pull request #1445 from internetee/remove-redundant-database-column
Remove redundant database column `domains.registered_at`
2020-09-04 13:54:52 +03:00
georg
7d4fe1c64b whitespace 2020-09-04 13:30:57 +03:00
georg
718249971f tostdout 2020-09-04 13:28:49 +03:00
georg
00eca4df5e Branch Condition 2020-09-04 13:16:18 +03:00
Alex Sherman
e428ab9b27 Remove whitelist checking from poll ability 2020-09-04 14:00:01 +05:00
Artur Beljajev
b3d056b295 Do not #try
It's safe to assume that `registered_at` is always present
2020-09-04 13:25:29 +05:00
Artur Beljajev
bd6ebb9d06 Use default translation 2020-09-04 13:25:29 +05:00
Artur Beljajev
41fee1d098 Remove redundant database column domains.registered_at
Alias `Domain#registered_at` to `created_at`

Closes #1442
2020-09-04 13:25:27 +05:00
Karl Erik Õunapuu
53a45f60a4
Fix CC issues 2020-09-03 14:05:23 +03:00
Karl Erik Õunapuu
1f49a7411d
Merge remote-tracking branch 'origin/master' into directo-requests-one-by-one 2020-09-03 13:48:25 +03:00
Timo Võhmar
3836dcdf46
Merge pull request #1451 from internetee/improve-legal-documents
Improve legal documents
2020-09-03 13:41:22 +03:00
Karl Erik Õunapuu
732afd8cbf
Reinit Directo client by function 2020-09-03 13:36:34 +03:00
Karl Erik Õunapuu
452fa49a71
Send each registrar's monthly summary to Directo separately 2020-09-03 13:16:16 +03:00
Timo Võhmar
85274ca85b
Merge pull request #1331 from internetee/fix-epp-session-timeout
Fix EPP session timeout
2020-09-03 13:08:51 +03:00
Alex Sherman
517b4b2fe2 Add default timeout value & task test 2020-09-03 12:43:33 +05:00
Artur Beljajev
58b8c194bc Handle anonymous user in EPP poll request
Unlike mod_epp, new EPP proxy (https://github.com/internetee/epp_proxy
passes through all valid requests even if a user is not logged in,
therefore we now need to handle such cases on registry app side.

#730
2020-09-02 12:07:46 +05:00
Georg Kahest
630c8878d8 force usage of bash command with args 2020-09-01 13:46:12 +03:00
Alex Sherman
16db7358cd Fix CC & tests 2020-08-31 13:58:05 +05:00
Artur Beljajev
9baa65a775 Refactor 2020-08-31 13:36:27 +05:00
Artur Beljajev
44e9b1b5c4 Remove hardcoded value 2020-08-31 13:35:30 +05:00
Alex Sherman
66e05c7791 Fix tests & CC 2020-08-28 12:58:52 +05:00
Artur Beljajev
fd95d76c49 Remove dead code 2020-08-28 11:20:55 +05:00
Timo Võhmar
bb0c99dda3
Merge pull request #1666 from internetee/1665-empty-dnssec-in-zones
Set dnssec keys to empty array when generating zone whois
2020-08-27 15:40:10 +03:00
Alex Sherman
a0029d0a80 Fix error if domain name was nil.
Used for some old history entries
Closes #1663
2020-08-27 13:04:47 +05:00
Timo Võhmar
dfe29fa986
Merge pull request #1644 from internetee/1642-refactor-registrant-api-contacts
Add company contacts to registrant API
2020-08-26 14:59:32 +03:00
Alex Sherman
a20c4020ef Set dnssec keys to empty array when generating zone whois 2020-08-26 15:00:30 +05:00
Timo Võhmar
8da95a5e43
Merge pull request #1659 from internetee/1629-change-settings-storage-mechanism
Replace rails-settings-cached with custom approach
2020-08-26 12:56:33 +03:00
Timo Võhmar
a730e3a491
Merge pull request #1420 from internetee/log-error-when-cert-path-is-missing
log error when cert_path is missing
2020-08-26 12:39:26 +03:00
Alex Sherman
56c7eb5f26 Remove some keys from legacy copy/show
Setting with key 'days_to_keep_business_registry_cache' is not copied/shown now.
Setting with key 'default_language' is copied, but shown only once now.
2020-08-26 13:31:26 +05:00
Georg Kahest
2bcabcbff2 revert removing of conditional displayof variables on invoice 2020-08-18 21:34:21 +03:00
Georg Kahest
8f06685605 resolve https://github.com/internetee/registry/pull/1346#discussion_r341532341 2020-08-18 16:53:57 +03:00
Georg Kahest
a394822b11 Merge branch 'master' into fix-registrar-url-condition-in-pdf 2020-08-18 16:47:07 +03:00