David Bomba
ec8afed28f
gMerge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop
2022-06-23 18:47:53 +10:00
David Bomba
c0e3d2e677
add signup checks to flutter routes
2022-06-23 18:47:44 +10:00
David Bomba
a7c5779eea
Change purchase order transformer type
2022-06-23 17:38:57 +10:00
David Bomba
290ac8dc7e
Fixes for purchase orders
2022-06-23 17:04:11 +10:00
Kishan Patel
c30616fc46
calculation updated for credit card.
2022-06-23 12:03:57 +05:30
David Bomba
2e29bbce3c
Laravel 9
2022-06-23 15:34:15 +10:00
David Bomba
4eed22d811
Refactor for store client request
2022-06-23 13:12:28 +10:00
David Bomba
f84e760c1f
Spam notifications
2022-06-23 12:30:38 +10:00
David Bomba
e7ab088e90
admin notifications
2022-06-23 10:52:41 +10:00
David Bomba
ade8b24031
Laravel 9
2022-06-23 09:24:56 +10:00
David Bomba
865bb009ad
Laravel 9
2022-06-22 21:57:45 +10:00
David Bomba
93ebf3a767
Response handling with microsoft
2022-06-22 20:55:14 +10:00
David Bomba
5670abe224
Appropriately refresh sending tokens
2022-06-22 19:26:14 +10:00
David Bomba
3391ad54e0
Appropriately refresh sending tokens
2022-06-22 19:21:58 +10:00
David Bomba
5513422739
Appropriately refresh sending tokens
2022-06-22 19:18:00 +10:00
David Bomba
3141a33ced
Appropriately refresh sending tokens
2022-06-22 19:15:31 +10:00
David Bomba
444b3f2375
Improve queries for client statements
2022-06-22 14:26:10 +10:00
David Bomba
7515d0e689
checks for access token property
2022-06-22 11:47:14 +10:00
yois615
b519b6cf43
Button for Client Portal
...
Email button for view client portal
2022-06-21 10:38:01 -04:00
Shift
6edb82308f
Shift cleanup
2022-06-21 10:03:51 +00:00
Shift
63dc08532c
Convert deprecated $dates
property to $casts
2022-06-21 09:59:53 +00:00
Shift
8a74d9072a
Shift to class based routes
2022-06-21 09:59:51 +00:00
Shift
06d910a53b
Use Faker methods
...
Accessing Faker properties was deprecated in Faker 1.14.
2022-06-21 09:59:36 +00:00
Shift
0a20889916
Convert optional()
to nullsafe operator
2022-06-21 09:59:25 +00:00
Shift
e0a8e84108
Shift core files
2022-06-21 09:59:19 +00:00
Shift
a1403b62da
Convert to Symfony Mailer
2022-06-21 09:59:02 +00:00
Shift
59a54c03b0
Replace deprecated HEADER_X_FORWARDED_ALL
constant
2022-06-21 09:58:36 +00:00
Shift
c89b142eec
Streamline $commands
property
2022-06-21 09:58:33 +00:00
Shift
96c992f103
Remove fruitcake/laravel-cors
dependency
2022-06-21 09:58:33 +00:00
Shift
3811375a34
Rename password
validation rule
2022-06-21 09:58:30 +00:00
Shift
299464f604
Shift bindings
...
PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using strings for class names since the `class` property references are checked by PHP.
2022-06-21 09:58:11 +00:00
Shift
19080933b6
Apply Laravel coding style
...
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.
You may customize the code style applied by adding a [PHP CS Fixer][1] or [PHP CodeSniffer][2] ruleset to your project root. Feel free to use [Shift's Laravel ruleset][3] to help you get started.
For more information on customizing the code style applied by Shift, [watch this short video][4].
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://github.com/squizlabs/PHP_CodeSniffer
[3]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
[4]: https://laravelshift.com/videos/shift-code-style
2022-06-21 09:57:17 +00:00
David Bomba
2f8ea76d31
Fixes for purchase order fillable list
2022-06-21 07:33:55 +10:00
Kishan Patel
203f6184bf
service fee related issue solved.
2022-06-20 16:29:19 +05:30
David Bomba
3d968d31e6
Add microsoft oauth to index.html
2022-06-20 16:28:03 +10:00
yois615
771dd3ad73
Recurring invoice due on receipt
...
Create logic for recurring invoice to be due on receipt
2022-06-20 00:34:21 -04:00
David Bomba
9fbe81302e
Add logging for payment intents
2022-06-19 17:39:25 +10:00
David Bomba
f5af59e5ca
Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop
2022-06-19 16:10:42 +10:00
David Bomba
ad1bea598c
Minor fixes for bcc's
2022-06-19 16:10:37 +10:00
David Bomba
e8108ed34c
Updates for hosted platform
2022-06-19 13:01:29 +10:00
David Bomba
f014cda4e6
Ensure we save auto_bill_tries
2022-06-18 17:10:15 +10:00
David Bomba
7b7fbc5c13
Add dedicated :MONTHYEAR reserved keyword
2022-06-18 14:25:29 +10:00
David Bomba
81e507271a
Fixes for reminders when no due date is set
2022-06-18 13:52:30 +10:00
David Bomba
5b5167ae59
Merge pull request #7565 from beganovich/credit-client-relationship
...
Add `client` relationship to CreditTransformer
2022-06-18 08:57:09 +10:00
David Bomba
ef15933a0f
Fixes for email quotas
2022-06-18 08:54:58 +10:00
Benjamin Beganović
ff1acba00c
Add client
relationship to CreditTransformer
2022-06-17 16:56:35 +02:00
David Bomba
dac15b02d7
Minor fixes for Office 365 transport
2022-06-17 20:13:16 +10:00
David Bomba
1ac45452b2
Refresh tokens
2022-06-17 18:37:45 +10:00
David Bomba
213a51ad62
Update column for refresh tokens
2022-06-17 18:28:31 +10:00
David Bomba
d9ca212f81
FIxes for microsoft oauth
2022-06-17 16:46:33 +10:00