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

8877 Commits

Author SHA1 Message Date
Hillel Coren
16623103cd Working on tests 2019-08-12 12:01:34 +03:00
Hillel Coren
3cc9eb0bec Update version 2019-07-21 11:03:12 +03:00
Hillel Coren
bbb72875e3 Bug fix 2019-07-21 10:59:31 +03:00
Hillel Coren
f2416b3b91 Update lang files 2019-07-21 09:52:42 +03:00
Hillel Coren
23571848d5 Minor fixes 2019-07-21 09:28:42 +03:00
Hillel Coren
5b76c0a2d1 Make 'email history' easier to find 2019-07-21 09:19:39 +03:00
Hillel Coren
9943b89b2d API fixes 2019-07-21 09:13:03 +03:00
Francisco Ferreira
5f998b0ea8 Fixes recurring invoices end date parsing (port of #2905 to master) (#2906)
* Invoice edit view: fix date parsing

View gets the date already formatted and Carbon isn't always able to parse that format automatically, so convert it back to SQL format

* RecurringInvoiceDatatable: fix status label
2019-07-18 16:26:59 +10:00
Francisco Ferreira
2a290765e9 Account: allow to set more custom Invoice labels (#2904) 2019-07-18 16:26:24 +10:00
Francisco Ferreira
b0e680ee5c Stripe improvements (port #2863 to master) (#2903)
* View credit card: send more billing data to Stripe when available

As commit 8e8414ab49 shows, this commit had more code that was wrongly commited in ff064367d6 by another author

* Stripe: fill payment card details
2019-07-18 16:26:08 +10:00
Hillel Coren
989f114154 Fix for composer install 2019-07-13 23:11:26 +03:00
Hillel Coren
6a41952552
Merge pull request #2898 from joshuadwire/master
Merge Stripe 3D Secure into master
2019-07-13 22:19:50 +03:00
Joshua Dwire
cb37141643 Use the old Charge API for bank account payments 2019-07-09 17:16:37 -04:00
Joshua Dwire
ff064367d6 Support Stripe 3D secure 2019-07-09 17:16:20 -04:00
Hillel Coren
ec2aedbba0
Merge pull request #2884 from arubacao/patch-1
Sync services.php with upstream repo
2019-07-05 08:50:51 +03:00
arubacao
161f160ba7
Update services.php 2019-07-01 23:40:24 +02:00
arubacao
36ab20ae3a
Sync services.php with upstream repo
https://raw.githubusercontent.com/laravel/laravel/5.4/config/services.php
2019-07-01 17:08:27 +02:00
Hillel Coren
3a45a48a1a Merge task->invoice->withTrashed() 2019-05-27 18:10:40 +03:00
Hillel Coren
e3dcf4aa47 Fix for tests 2019-05-26 21:57:43 +03:00
Hillel Coren
91079b66d6 Update version 2019-05-26 21:29:46 +03:00
Hillel Coren
099e61343d Update lang files 2019-05-26 21:22:23 +03:00
Hillel Coren
72769deacc Update docs 2019-05-26 19:32:09 +03:00
Hillel Coren
6656bf3ab2 Update docs 2019-05-26 19:30:55 +03:00
Hillel Coren
1a5f89a905 Fix overlapping text 2019-05-26 18:40:08 +03:00
Hillel Coren
6c5af5c593 Fix recurring invoice status label 2019-05-26 18:31:28 +03:00
Hillel Coren
a6a4eac8fd Fix for Stripe import issue 2019-05-26 18:24:00 +03:00
Hillel Coren
a83f441b98 Fix imported payment date 2019-05-26 15:24:22 +03:00
Hillel Coren
003a5be614 Added client address to invoice/quote reports 2019-05-26 11:23:27 +03:00
Hillel Coren
c6a6926b7f Set WorldPay to offsite 2019-05-26 10:50:08 +03:00
Hillel Coren
5e7ee641a6 Adjustments to check data 2019-05-23 21:33:07 +03:00
Hillel Coren
d41e0b4759 Merges #2322 2019-05-23 21:28:35 +03:00
Hillel Coren
73da9d4acc Fix duplicate confirmation emails 2019-05-23 21:17:47 +03:00
Hillel Coren
14684c8ba7 Add currencies 2019-05-22 14:41:09 +03:00
David Bomba
9332d00b69
Set artisan to executable (#2827) 2019-05-09 08:51:37 +10:00
Hillel Coren
53fdf2434a Update readme 2019-04-29 15:35:22 +03:00
Hillel Coren
ef1d55f1fe Update docs 2019-04-25 15:53:49 +03:00
Hillel Coren
3b5bfd4eaf Update readme 2019-04-25 15:50:46 +03:00
David Bomba
3733583eef
Revert "Allow installing composer dependencies with PHP 7.3" (#2797) 2019-04-23 19:08:53 +10:00
Hillel Coren
89c21aa943
Merge pull request #2794 from nstapelbroek/install-on-php73
Allow installing composer dependencies with PHP 7.3
2019-04-23 00:43:06 +03:00
Nico Stapelbroek
24d5d387ff Run CI against PHP 7.3 2019-04-20 09:36:46 +02:00
Nico Stapelbroek
b070782dd2 Update mpdf/mpdf with its dependencies
Details: 0 installs, 5 updates, 0 removals
  - Updating myclabs/deep-copy (1.7.0 => 1.9.1)
  - Updating paragonie/random_compat (v2.0.17 => v2.0.18)
  - Updating setasign/fpdi (1.6.2 => v2.2.0)
  - Updating psr/log (1.0.2 => 1.1.0)
  - Updating mpdf/mpdf (v7.1.0 => v8.0.0)

Also undid URL change in google/protobuf
2019-04-20 09:35:36 +02:00
Hillel Coren
9db21e6f3c quote to invoice private notes #2742 2019-04-17 18:36:54 +03:00
Hillel Coren
40621823dc XSS fixes 2019-04-17 18:29:09 +03:00
Hillel Coren
a1d781c435 Fix endless reminder translation 2019-04-17 18:18:19 +03:00
Hillel Coren
72831b0cef Update version 2019-03-26 08:42:08 +02:00
Hillel Coren
d543cfcc3f Merge proposal PDF fix 2019-03-26 08:40:03 +02:00
Hillel Coren
b818ff95b6 Update docs 2019-03-26 08:38:03 +02:00
Hillel Coren
02fb5cede8 Fix for task tranformer 2019-03-26 08:33:39 +02:00
Hillel Coren
28d66567b4 Merge branch 'master' of github.com:invoiceninja/invoiceninja 2019-03-19 07:38:24 +02:00
Hillel Coren
b88ea8aa2c Remove fix for duplicate invitations 2019-03-19 07:38:13 +02:00