David Bomba
acb756b229
Additions for hosted
2022-08-21 09:13:06 +10:00
David Bomba
ad7889b769
Clean up for spam notifications
2022-08-01 17:17:06 +10:00
David Bomba
071f2ee102
Post Merge v5-develop
2022-07-15 17:41:30 +10:00
David Bomba
4a4f528814
New Account Notification
2022-07-04 10:53:33 +10:00
David Bomba
866dd58b03
email quality
2022-07-03 10:21:54 +10:00
David Bomba
f592af1469
email quality
2022-07-03 08:54:22 +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
f84e760c1f
Spam notifications
2022-06-23 12:30:38 +10:00
David Bomba
e7ab088e90
admin notifications
2022-06-23 10:52:41 +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
755b366c81
Add throttling
2022-05-11 22:38:19 +10:00
David Bomba
eaa6ba1d39
Fixes for ACH notification with WePay
2022-05-11 16:29:56 +10:00
David Bomba
f7a3afdafa
Product CSV Export
2022-04-28 13:09:17 +10:00
David Bomba
6f491dfb92
Update Copyright text
2022-04-27 13:20:41 +10:00
David Bomba
3e8c1b7910
GMail credentials notification
2022-03-24 08:34:52 +11:00
David Bomba
1efdd262fe
Slack notifications for bounce/spam emails
2022-01-05 14:41:57 +11:00
David Bomba
42c27d1cac
Fixes for Triggered Actions
2021-09-09 17:23:47 +10:00
=
c075a81326
Slack notifications for email quotas
2021-08-31 21:29:18 +10:00
David Bomba
90198e6b7a
Minor fixes for entity sent description
2021-07-27 07:03:33 +10:00
David Bomba
36f6cbbcc9
Update license in codebase
2021-06-16 16:58:16 +10:00
David Bomba
8346875f88
Fixes for mails
2021-02-18 21:33:54 +11:00
David Bomba
d4532c4d21
Refactoring emails
2021-02-16 21:23:32 +11:00
David Bomba
13e96121d7
Refactoring emails
2021-02-16 21:14:53 +11:00
David Bomba
7bf6d7c48a
Document route for clients / company
2021-02-15 21:52:50 +11:00
David Bomba
e4697bb5f3
Refactor emails
2021-02-15 16:08:05 +11:00
David Bomba
5076b8c70c
Notification cleanup
2021-02-15 11:49:34 +11:00
David Bomba
120d2c21ab
Refactor password reset for admin users
2021-02-15 10:39:40 +11:00
David Bomba
08e280e651
Refactor password reset - clientcontact
2021-02-15 09:54:27 +11:00
David Bomba
2b31b3bd8c
Notification types
2021-02-15 08:32:59 +11:00
David Bomba
71d643070b
Update texts
2021-02-15 07:55:09 +11:00
David Bomba
fb7e4c11f6
Remove queuable
2021-02-12 00:02:22 +11:00
David Bomba
d689611929
minor fixes
2021-02-11 23:59:47 +11:00
David Bomba
b274d41e40
Remove queuable
2021-02-11 23:58:36 +11:00
David Bomba
f89091d6ef
Change notification - disable queue
2021-02-11 23:53:53 +11:00
David Bomba
934610a01c
Update copyright + version bump + set canadian dollar symbol to $
2021-01-04 08:54:54 +11:00
David Bomba
8107a49677
remove trailing slash from app url
2020-12-08 07:21:08 +11:00
Benjamin Beganović
ae88d5e08e
php-cs-fixer format
2020-11-25 15:19:52 +01:00
David Bomba
9aeb2d7a5b
Psalm cleanup
2020-10-28 21:10:49 +11:00
Benjamin Beganović
e78aacdcfc
Password reset e-mai l& fix for button
2020-10-27 16:04:28 +01:00
David Bomba
f0a08544d6
Fixes for show recurring"
2020-10-21 20:24:33 +11:00
David Bomba
840696ad3c
Fixes for email invoice
2020-10-20 10:37:33 +11:00
David Bomba
c965e8d08b
Fixes for injecting settings object into email blade templates
2020-09-27 19:22:34 +10:00
David Bomba
617a923894
Fixes for notifications:
2020-09-21 20:54:58 +10:00
David Bomba
ba75a44eb8
Laravel 7.x Shift ( #40 )
...
* Adopt Laravel coding style
The Laravel framework adopts the PSR-2 coding style with some additions.
Laravel apps *should* adopt this coding style as well.
However, Shift allows you to customize the adopted coding style by
adding your own [PHP CS Fixer][1] `.php_cs` config to your project.
You may use [Shift's .php_cs][2] file as a base.
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
* Shift bindings
PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using class name strings as these references are checked by the parser.
* Shift core files
* Shift to Throwable
* Add laravel/ui dependency
* Unindent vendor mail templates
* Shift config files
* Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them so you can review the commit diff for
changes. Moving forward, you should use ENV variables or create a
separate config file to allow the core config files to remain
automatically upgradeable.
* Shift Laravel dependencies
* Shift cleanup
* Upgrade to Laravel 7
Co-authored-by: Laravel Shift <shift@laravelshift.com>
2020-09-06 19:38:10 +10:00
David Bomba
81a34f3446
Fixes for email templates not displaying css correctly
2020-08-02 19:59:32 +10:00
David Bomba
8e0942688d
fixes for tests
2020-07-29 15:14:55 +10:00
David Bomba
6510536234
Fixes for view_link in emails
2020-07-29 12:13:12 +10:00
David Bomba
fe4885f5a6
only send one notification per invoice
2020-07-14 19:55:28 +10:00
David Bomba
c339c25d9c
Bulk actions for Payment Terms ( #3752 )
...
* Fixes for tests
* payment terms policies and repo
* Bulk actions for payment terms
* Fixes for documentation
* working on payment failure mailer
2020-05-26 18:20:50 +10:00