1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
Commit Graph

3665 Commits

Author SHA1 Message Date
Benjamin Beganović
8df80ddab0 fixes for paypal redirecting to stripe 2020-12-30 12:02:04 +01:00
Benjamin Beganović
0e57869a15
Merge pull request #4588 from beganovich/v5-app-url-prefix-on-setup
(v5) Require https?://  format for the APP_URL value
2020-12-30 11:05:56 +01:00
David Bomba
700f6240d2
Merge pull request #4595 from turbo124/v5-develop
Fixes for invoice status
2020-12-30 10:24:24 +11:00
=
eabaed87da Fixes for invoice status 2020-12-30 10:23:14 +11:00
David Bomba
acf4e90170
Merge pull request #4594 from turbo124/v5-develop
Fixes for importing recurring invoices"
2020-12-30 09:25:14 +11:00
=
ccc4133094 Fixes for recurring 2020-12-30 09:24:33 +11:00
=
f2a171080e Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2020-12-30 09:02:20 +11:00
=
389c80ca13 Fixes for import 2020-12-30 08:58:48 +11:00
David Bomba
746028ad36
Merge pull request #4593 from turbo124/v5-develop
Fixes for importing recurring invoices.
2020-12-30 08:44:01 +11:00
=
9a5b27eb09 Fixes for importing recurring invoices 2020-12-30 08:43:27 +11:00
=
c2703b40dc Set .env defaults 2020-12-30 08:28:13 +11:00
=
7a058c9ae6 Move logging to nlog 2020-12-30 08:10:03 +11:00
David Bomba
b47f9941c0
Merge pull request #4592 from turbo124/v5-develop
fixes for migration
2020-12-30 07:40:12 +11:00
=
48520746a2 Fixes for migration 2020-12-30 07:37:48 +11:00
David Bomba
66f23abea1
Merge pull request #4591 from turbo124/v5-stable
V5.0.41
2020-12-30 06:09:20 +11:00
=
4627d764e0 Version bump 2020-12-30 06:07:55 +11:00
Benjamin Beganović
c6ddf010cd
Merge pull request #4590 from beganovich/v5-invoice-url-emails
(v5) Break all words on e-mail
2020-12-29 15:15:36 +01:00
Benjamin Beganović
06dbb1dcf2 Break words on e-mail 2020-12-29 15:14:42 +01:00
Benjamin Beganović
6b34bb551f Require https?:// format for the APP_URL value 2020-12-29 11:35:22 +01:00
hillelcoren
ffc9f8cead New admin portal build 2020-12-29 06:04:28 +00:00
David Bomba
c2867c7cb6
Merge pull request #4587 from turbo124/v5-develop
Migrate invitations from V4
2020-12-29 11:01:18 +11:00
=
e14bef7eee Migrate invitations from V4 2020-12-29 10:44:24 +11:00
Benjamin Beganović
404f8684d4
Merge pull request #4584 from beganovich/v5-snappdf-v120
(v5) Bump snappdf version
2020-12-28 14:24:14 +01:00
Benjamin Beganović
f44b31e08c bump snappdf version 2020-12-28 14:23:31 +01:00
David Bomba
eb5639b358
Merge pull request #4581 from turbo124/v5-develop
fixes for migration
2020-12-28 17:05:39 +11:00
=
b8fae9249b fixes for migration 2020-12-28 17:04:24 +11:00
David Bomba
4b05fb292d
Merge pull request #4580 from turbo124/v5-develop
Download snappdf binary in composer post install hook
2020-12-28 09:02:37 +11:00
=
0a9c66cab8 Autoload snappdf in composer post hooks - add client number when importing 2020-12-28 08:58:49 +11:00
=
4129dba08b Test for HTML output for preview controller 2020-12-26 20:26:19 +11:00
David Bomba
b3962986fb
Merge pull request #4577 from turbo124/v5-develop
Fix for company.users.company_user
2020-12-26 19:04:03 +11:00
=
53ff009d74 fix for company.users.company_user 2020-12-26 19:03:24 +11:00
Benjamin Beganović
6f7ec1c188
Merge pull request #4574 from beganovich/v5-makeCustomField-refactor
(v5) Refactor methods for custom fields
2020-12-25 17:19:02 +01:00
Benjamin Beganović
3219400812
Merge pull request #4575 from beganovich/v5-discount-visibility
(v5) Show $product.quantity & product.discount based on settings
2020-12-25 17:18:54 +01:00
Benjamin Beganović
d570cd7474
Merge pull request #4576 from beganovich/v5-snappdf-integration-with-windows-and-mac
(v5) Add support for custom Chromium path (ie. support for Windows & Mac)
2020-12-25 17:18:45 +01:00
Benjamin Beganović
9f58ccb028 Add support for custom Chromium path (ie. support for Windows & Mac) 2020-12-25 14:15:57 +01:00
Benjamin Beganović
b43b52519f Show $product.quantity & product.discount based on settings 2020-12-25 13:45:37 +01:00
Benjamin Beganović
f3f76e9644 remove duplicate methods 2020-12-25 12:30:40 +01:00
Benjamin Beganović
0bbd910490 apply php-cs-fixer 2020-12-25 12:29:42 +01:00
Benjamin Beganović
3198ef3352 paymentemailengine: refactor to makeCustomField 2020-12-25 12:29:13 +01:00
Benjamin Beganović
491d080ab4 add new makeCustomField (centralised refactor) 2020-12-25 12:27:37 +01:00
Benjamin Beganović
ebfbfb6e10 htmlengine: refactor makeCustomField to helpers 2020-12-25 12:27:23 +01:00
Benjamin Beganović
83ec60cf70 Remove unused makeCustomFieldKeyValuePair() method 2020-12-25 12:25:28 +01:00
Benjamin Beganović
85a27941f2 paymentemailengine: refactor formatCustomFieldValue 2020-12-25 12:13:26 +01:00
Benjamin Beganović
710c08cdef update formatCustomField value to accept nullable client 2020-12-25 12:12:56 +01:00
Benjamin Beganović
2f18ab1eeb htmlengine: refactor formatCustomFieldValue 2020-12-25 12:12:43 +01:00
Benjamin Beganović
2963824924
Merge pull request #4572 from beganovich/v5-ninja-generate-setup-key
(v5) Command to generate app_key value
2020-12-24 17:07:22 +01:00
Benjamin Beganović
b879f7a2d9
Merge pull request #4573 from beganovich/v5-nlog
(v5) nlog()
2020-12-24 17:03:14 +01:00
Benjamin Beganović
f0dbf2ba71 nlog() 2020-12-24 17:01:34 +01:00
Benjamin Beganović
10745e9e07 add new "invoiceninja" logging channel 2020-12-24 17:01:24 +01:00
Benjamin Beganović
a399e4da70 Add new "expanded_loggin" option 2020-12-24 17:01:14 +01:00