David Bomba
8ff283e03b
Fixes for email reports
2024-02-04 15:06:24 +11:00
David Bomba
40086db271
cs fixer
2024-01-14 15:05:00 +11:00
David Bomba
338e7a0037
Notify on bounced account creation email
2023-12-26 14:57:36 +11:00
David Bomba
bbb60eea3a
Updates for spam notifications
2023-12-17 09:50:35 +11:00
David Bomba
37cc0cf442
Working on upgrade for paypal
2023-12-13 17:10:29 +11:00
David Bomba
60fb5aabc4
add domain notifications
2023-11-26 17:25:19 +11:00
David Bomba
33585c65c4
php cs fixes
2023-10-26 13:57:44 +11:00
David Bomba
25c67ff7ad
Static analysis cleanup
2023-08-01 20:30:47 +10:00
David Bomba
0fea51ba53
improve resiliency of bank transaction processing
2023-06-25 14:44:38 +10:00
David Bomba
48c2d36830
Fixes for linking multiple invoices
2023-04-26 07:56:47 +10:00
David Bomba
5a42b89d55
cs fixer
2023-03-18 18:24:56 +11:00
David Bomba
4520300957
Updates for JS bundles
2023-03-11 19:14:04 +11:00
David Bomba
30dd0a2608
Add notification label
2023-03-11 17:29:48 +11:00
David Bomba
d4943703c8
Move google play listener in place
2023-02-17 15:46:07 +11:00
David Bomba
4babfbb651
php-cs-fixer
2023-02-16 12:36:09 +11:00
David Bomba
21e995be82
Fixes for vendor imports
2023-02-05 08:59:20 +11:00
David Bomba
cbf8735d23
additional logging
2023-02-05 08:41:28 +11:00
David Bomba
6c86d7151a
Update copyright year
2023-01-29 09:21:40 +11:00
David Bomba
80a5d8a37d
Fixes for pro rata invoicing
2023-01-12 14:21:54 +11:00
David Bomba
1e92e3fe3a
Domain Failure renewal
2022-10-07 11:49:00 +11:00
David Bomba
63ea5abebf
Notifications
2022-10-06 12:54:30 +11:00
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
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
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
=
c075a81326
Slack notifications for email quotas
2021-08-31 21:29:18 +10:00
David Bomba
36f6cbbcc9
Update license in codebase
2021-06-16 16:58:16 +10:00
David Bomba
5076b8c70c
Notification cleanup
2021-02-15 11:49:34 +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
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
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