1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-25 10:47:10 +02:00
Commit Graph

13542 Commits

Author SHA1 Message Date
David Bomba
e7ab088e90 admin notifications 2022-06-23 10:52:41 +10:00
David Bomba
922747d681 Updates for composer lock 2022-06-23 09:39:32 +10:00
David Bomba
ade8b24031 Laravel 9 2022-06-23 09:24:56 +10:00
hillelcoren
469d85c269 Admin Portal - Selfhosted 2022-06-22 12:24:04 +00:00
hillelcoren
18cdca0e0a Admin Portal - Profile 2022-06-22 12:19:45 +00:00
hillelcoren
87770fee64 Admin Portal - Hosted 2022-06-22 12:15:32 +00: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
386c3bff0e Appropriately refresh sending tokens 2022-06-22 19:16:01 +10:00
David Bomba
3141a33ced Appropriately refresh sending tokens 2022-06-22 19:15:31 +10:00
David Bomba
77cdae7907
Merge pull request #7581 from turbo124/v5-develop
checks for access token property
2022-06-22 18:55:04 +10:00
hillelcoren
9006da64fc Admin Portal - Selfhosted 2022-06-22 06:47:33 +00:00
hillelcoren
9ae1e9c0b8 Admin Portal - Profile 2022-06-22 06:43:05 +00:00
hillelcoren
068d261524 Admin Portal - Hosted 2022-06-22 06:38:42 +00:00
hillelcoren
b793bb085a Admin Portal - Profile 2022-06-22 05:12:29 +00:00
hillelcoren
33d3c230c3 Admin Portal - Hosted 2022-06-22 05:07:33 +00:00
hillelcoren
120f4bf518 Admin Portal - Profile 2022-06-22 04:29:09 +00:00
David Bomba
444b3f2375 Improve queries for client statements 2022-06-22 14:26:10 +10:00
hillelcoren
0b17ae90f5 Admin Portal - Hosted 2022-06-22 04:23:47 +00:00
David Bomba
7515d0e689 checks for access token property 2022-06-22 11:47:14 +10:00
David Bomba
2d46541bd3
Merge pull request #7579 from turbo124/v5-develop
Design fixes
2022-06-22 11:43:53 +10:00
hillelcoren
6c64105bf0 Admin Portal - Next 2022-06-21 19:56:21 +00:00
hillelcoren
a850d1ca23 Admin Portal - Selfhosted 2022-06-21 19:44:48 +00:00
hillelcoren
2c6ff3b579 Admin Portal - Profile 2022-06-21 19:38:38 +00:00
hillelcoren
f304246dfc Admin Portal - Hosted 2022-06-21 19:32:37 +00:00
yois615
b519b6cf43 Button for Client Portal
Email button for view client portal
2022-06-21 10:38:01 -04:00
David Bomba
3386e3a785 Fixes for invoice designs 2022-06-21 20:44:26 +10:00
David Bomba
98657cad8d Fixes for designs 2022-06-21 20:42:43 +10:00
Shift
6edb82308f
Shift cleanup 2022-06-21 10:03:51 +00:00
Shift
1c40ea40b4
Adopt anonymous migrations 2022-06-21 10:02:20 +00:00
Shift
4f7a8f9752
Set return type of base TestCase methods
From the [PHPUnit 8 release notes][1], the `TestCase` methods below now declare a `void` return type:

- `setUpBeforeClass()`
- `setUp()`
- `assertPreConditions()`
- `assertPostConditions()`
- `tearDown()`
- `tearDownAfterClass()`
- `onNotSuccessfulTest()`

[1]: https://phpunit.de/announcements/phpunit-8.html
2022-06-21 10:00:57 +00:00
Shift
c2ba8fa234
Bump Laravel dependencies 2022-06-21 10:00:18 +00:00
Shift
a364de9f9c
Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
2022-06-21 10:00:17 +00:00
Shift
a92a17fd06
Shift config files 2022-06-21 10:00:16 +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
f6c4d1c56a
Convert route options to fluent methods
Laravel 8 adopts the tuple syntax for controller actions. Since the old options array is incompatible with this syntax, Shift converted them to use modern, fluent methods.
2022-06-21 09:59:43 +00:00
Shift
f293170c6a
Remove unnecessary $model property 2022-06-21 09:59:41 +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
0ac6c4c4d2
Upgrade to Flysystem 3.0 2022-06-21 09:58:51 +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