1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00
Commit Graph

12869 Commits

Author SHA1 Message Date
David Bomba
488b90f0e4 Fixes for mailers 2022-06-25 00:27:29 +10:00
David Bomba
04cabac085 Migration table for failed jobs 2022-06-25 00:11:10 +10:00
David Bomba
91b658918a Merge branch 'l9' of https://github.com/turbo124/invoiceninja into l9 2022-06-24 23:49:29 +10:00
David Bomba
b1ff9f0305 Mailers for Laravel 2022-06-24 23:49:22 +10:00
David Bomba
425aa29f0c Fixes for tests 2022-06-24 21:33:43 +10:00
Nikola Cirkovic
c75b1d303f
Cirkovic/ina 16 fixes (#50)
* Dispatch | PdfCreatorTest | Removed deprecated method

* Dispatch | Remove deprecated dispatchNow() method and use dispatchSync or call handle() on class where return is mandatory.
2022-06-24 21:15:14 +10:00
David Bomba
6bd785cc66 Add boot up for gmail api transport 2022-06-24 13:25:02 +10:00
David Bomba
ff783804ff Working on mail drivers 2022-06-24 13:15:56 +10:00
David Bomba
add5a9d9f7 Fixes for tests 2022-06-24 12:21:31 +10:00
David Bomba
3e916e0f1f Fixes for tests 2022-06-24 11:55:41 +10:00
David Bomba
2e29bbce3c Laravel 9 2022-06-23 15:34:15 +10:00
David Bomba
6020927645 Add laravel igniition to dependencies 2022-06-23 13:28:33 +10:00
David Bomba
4eed22d811 Refactor for store client request 2022-06-23 13:12:28 +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
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
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