1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
Commit Graph

13473 Commits

Author SHA1 Message Date
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
Shift
e1157a6ff1
Move resources/lang folder 2022-06-21 09:58:15 +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
hillelcoren
559e5e1004 Admin Portal - Next 2022-06-21 08:31:37 +00:00
hillelcoren
8eed25ed22 Admin Portal - Selfhosted 2022-06-21 08:16:12 +00:00
hillelcoren
e1de510e2c Admin Portal - Profile 2022-06-21 08:11:18 +00:00
hillelcoren
9ddffc1bdd Admin Portal - Hosted 2022-06-21 08:06:39 +00:00
hillelcoren
1c3a20a626 Admin Portal - Selfhosted 2022-06-21 07:21:42 +00:00
hillelcoren
b03f7b076a Admin Portal - Profile 2022-06-21 07:17:24 +00:00
hillelcoren
188619f7d5 Admin Portal - Hosted 2022-06-21 07:13:15 +00:00
David Bomba
de9ed6bff4
Merge pull request #7577 from turbo124/v5-develop
Fixes for purchase order fillable list
2022-06-21 16:48:58 +10:00
hillelcoren
858b6f65b3 Admin Portal - Next 2022-06-21 04:50:23 +00:00
hillelcoren
21e8637537 Admin Portal - Selfhosted 2022-06-21 04:37:25 +00:00
hillelcoren
aa87b858ba Admin Portal - Profile 2022-06-21 04:31:35 +00:00
hillelcoren
65d1e262bf Admin Portal - Hosted 2022-06-21 04:26:14 +00:00
hillelcoren
6afc701ed4 Admin Portal - Next 2022-06-21 00:34:51 +00:00
hillelcoren
cf7ebcad39 Admin Portal - Selfhosted 2022-06-20 22:02:03 +00:00
hillelcoren
4eec7d643a Admin Portal - Profile 2022-06-20 21:57:35 +00:00
hillelcoren
d9ad1e2a3e Admin Portal - Hosted 2022-06-20 21:53:22 +00:00