1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
Commit Graph

22 Commits

Author SHA1 Message Date
David Bomba
83215cd0bc Improve template switching for hosted users 2024-02-13 17:10:36 +11:00
David Bomba
40086db271 cs fixer 2024-01-14 15:05:00 +11:00
David Bomba
33585c65c4 php cs fixes 2023-10-26 13:57:44 +11:00
David Bomba
25ceba275c Add suppressions for user notifications 2023-10-18 17:28:10 +11:00
David Bomba
4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
David Bomba
563c444dc7 Support inline attachments for purchase orders in custom designs 2023-02-09 15:08:53 +11:00
David Bomba
46bda415c2 Attach links instead of files for attachments that are greater than 3mb in size 2023-02-03 09:56:58 +11:00
David Bomba
6c86d7151a Update copyright year 2023-01-29 09:21:40 +11:00
David Bomba
46671e8fd5 clean up for old email attachments 2022-12-05 14:17:56 +11:00
David Bomba
3aa5db7198 Fixes for the way we attach documents/pdfs to puchase orders 2022-12-04 17:37:31 +11:00
David Bomba
e68bdeb453 Minor cleanup 2022-11-30 16:37:20 +11:00
David Bomba
d0bb55f0c2 Refactor remaining entities to attach using data rather than paths 2022-11-28 14:16:46 +11:00
David Bomba
98127fbab4 Fixes for vendor templates 2022-09-08 21:01:49 +10:00
David Bomba
3db1210a12 Centralize where we inject email tags 2022-08-07 17:34:23 +10:00
David Bomba
7ac4786bff Refactor to remove dispatchSync from code path 2022-08-01 07:30:04 +10:00
David Bomba
d7f01907fa Fixes for template emails 2022-08-01 06:20:38 +10:00
David Bomba
b38b0e4517 Add tags to mailables 2022-07-31 22:33:00 +10:00
David Bomba
48c36d0004 Fixes for mailers 2022-07-31 19:11:32 +10:00
David Bomba
9bf603e584 Fixes for emails - remove mime types 2022-07-27 14:57:17 +10:00
Shift
a1403b62da
Convert to Symfony Mailer 2022-06-21 09:59:02 +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
90bff41600 Purchase Order Emails 2022-06-10 17:04:16 +10:00