1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00
Commit Graph

9113 Commits

Author SHA1 Message Date
Hillel Coren
618743ea1a Update version 2019-12-03 11:53:50 +02:00
Hillel Coren
69e8f9a2f3 Minor fixes 2019-12-03 11:50:38 +02:00
Hillel Coren
17c36b351d Minor fixes 2019-12-03 11:27:30 +02:00
Hillel Coren
893d200e2c Merge branch 'master' of github.com:invoiceninja/invoiceninja 2019-11-20 08:43:14 +02:00
Hillel Coren
a9b511738f Import currency fix 2019-11-20 08:43:05 +02:00
David Bomba
2ec4d6702c
Fix for regression (#3070) 2019-11-14 22:07:23 +11:00
Hillel Coren
202d644d53 Update lang files 2019-11-04 11:01:18 +02:00
Hillel Coren
6ebc492454 Update lang files 2019-10-27 11:53:22 +02:00
Hillel Coren
22bc25253e Merge branch 'master' of github.com:invoiceninja/invoiceninja 2019-10-27 11:41:28 +02:00
Hillel Coren
5959eb8eb5 Minor fixes 2019-10-27 11:41:19 +02:00
Hillel Coren
0524ac764d
Merge pull request #3011 from dicarlosystems/allow-mtrans-to-replace
Allow module trans helper to replace values (#3006)
2019-10-23 16:33:12 +03:00
Christopher Di Carlo
e6e690b32f Allow module trans helper to replace values (#3006) 2019-10-23 07:17:48 -04:00
Hillel Coren
e763a2b233 Update lang files 2019-10-06 12:25:40 +03:00
Hillel Coren
29ed0dd94b Bug fixes 2019-09-29 12:28:34 +03:00
Hillel Coren
fbb5826178 Duplicate payments 2019-09-29 12:02:30 +03:00
Hillel Coren
0054616020 Update GrapesJS 2019-09-29 10:27:15 +03:00
Hillel Coren
416da8b98d
Merge pull request #2952 from joshuadwire/master
Upgrade to Laravel 5.5 and PHP 7.3
2019-09-15 12:23:45 +03:00
Joshua Dwire
8ce81d15ba Upgrade modules and debugbar dependencies 2019-09-14 14:37:51 -04:00
Joshua Dwire
f222390ce8 Upgrade to Laravel 5.5 and PHP 7.3 2019-09-12 19:30:10 -04:00
Hillel Coren
49c4aa6a75 Updated readme 2019-09-05 12:14:33 +03:00
Hillel Coren
d6f2859d3d Merge branch 'master' of github.com:invoiceninja/invoiceninja 2019-09-05 07:14:50 +03:00
Hillel Coren
c0300c9e0d Update docs 2019-09-05 07:14:40 +03:00
Hillel Coren
36290336c3
Merge pull request #2944 from joshuadwire/master
Fix support for currencies with varying precisions
2019-08-30 10:56:32 +03:00
Joshua Dwire
20c12533f8 Fix support for currencies with varying precisions 2019-08-29 17:15:58 -04:00
Hillel Coren
34600446d9 Update lang files 2019-08-29 13:18:02 +03:00
Hillel Coren
96991da621 IAP 2019-08-29 13:12:27 +03:00
Hillel Coren
a4a757f288 Fix for ninja Stripe payments 2019-08-29 13:10:09 +03:00
Hillel Coren
0ee357e97a In app purchase 2019-08-28 10:14:05 +03:00
Hillel Coren
c1fa41ee30 Update lang file 2019-08-20 22:05:14 +03:00
Hillel Coren
195074a4b0 Working on tests 2019-08-12 12:09:40 +03:00
Hillel Coren
790a2a8a2d Merge branch 'master' of github.com:invoiceninja/invoiceninja 2019-08-12 12:01:43 +03:00
Hillel Coren
16623103cd Working on tests 2019-08-12 12:01:34 +03:00
Joshua Dwire
3cc9a580e2 Update PHP version number in Digital Ocean docs (#2927) 2019-08-11 12:11:03 +10:00
Hillel Coren
8c8a91ba4d
Merge pull request #2926 from joshuadwire/master
Add Digital Ocean image docs (master)
2019-08-10 20:52:25 +03:00
Joshua Dwire
caa3a34a4a Add Digital Ocean image docs 2019-08-10 10:50:33 -04:00
David Bomba
4ee0512827
Update README.md 2019-08-03 17:10:37 +10:00
hjone72
ba8c0eb035 Fix for subscription fails on getDisplayName() (#2909)
As per https://github.com/invoiceninja/invoiceninja/issues/2908
2019-07-24 14:04:21 +10: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