158 Commits

Author SHA1 Message Date
David Bomba
5033f74639 Fixes for activity insertions 2023-11-15 13:25:34 +11:00
David Bomba
33585c65c4 php cs fixes 2023-10-26 13:57:44 +11:00
David Bomba
4fe9e1cef4 Refactor and removal of deprecated code paths 2023-10-26 10:49:09 +11:00
David Bomba
d5555d1d39 Add recurring invoice pseudo activity 2023-09-11 15:44:02 +10:00
David Bomba
1d7d55447a Add specific delays for some activities 2023-08-14 20:01:28 +10:00
David Bomba
e21b6f3a55 Fixes for payment activities 2023-08-07 23:00:19 +10:00
David Bomba
455cc41d77 Refactor activities 2023-06-24 23:02:38 +10:00
David Bomba
055596cfe6 Fixes for admin URLs 2023-06-07 16:25:41 +10:00
David Bomba
cf5b2f6bfd Refactor for admin links 2023-06-07 14:50:02 +10:00
David Bomba
6e847888fc Refactor for admin links 2023-06-07 14:29:06 +10:00
David Bomba
c3189183a5 Refactor for admin links 2023-06-07 13:53:38 +10:00
David Bomba
beeefb2811 Fixes for scheduler 2023-06-06 18:19:47 +10:00
David Bomba
4e8c603d3a Fixes for reminder activities 2023-05-17 09:32:23 +10:00
David Bomba
5ee5426784 User filters for chart / dashboard data 2023-05-16 20:37:04 +10:00
David Bomba
f39766d374 Improve notifications for reminders 2023-04-27 13:15:49 +10:00
David Bomba
10631e6220 Static analysis cleanup 2023-04-27 08:48:45 +10:00
David Bomba
28a24df77b Ensure contact ids are stored in activity table 2023-04-06 09:50:57 +10:00
David Bomba
8577566393 Updates for activities 2023-03-31 10:01:25 +11:00
David Bomba
5910011967 Fixes for activities 2023-03-31 09:51:16 +11:00
David Bomba
0828ff9ce6 Avoid passing relations into mailer objectS 2023-03-03 10:56:00 +11:00
David Bomba
4364b4369e Additional permissions levels when we want to filtered and intersect permissions 2023-02-20 18:46:26 +11:00
David Bomba
0b6c74ce2f Refactor for how we sent admin notifications 2023-02-20 09:21:21 +11:00
David Bomba
e28b75e83f phpcs 2023-02-18 08:36:51 +11:00
David Bomba
1de91c9e33 Reducing the quantity of jobs dispatched 2023-02-17 19:58:30 +11:00
David Bomba
7f1a984848 Remove unnessary touching of file 2023-02-17 13:51:24 +11:00
David Bomba
4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
David Bomba
b8d97a69a2 Refactor for observers 2023-02-01 01:06:21 +11:00
David Bomba
6c86d7151a Update copyright year 2023-01-29 09:21:40 +11:00
David Bomba
5efa8d9de0 Fixes for notifications 2023-01-25 08:26:32 +11:00
David Bomba
b28aa5d1cd Add form request for enable two factor 2022-12-01 15:33:40 +11:00
David Bomba
729351033b Fixes for in notifications 2022-11-27 21:33:37 +11:00
David Bomba
2e3f371b80 Minor fixes for failed notifications 2022-11-27 12:17:02 +11:00
David Bomba
f46ed1950d Clean up 2022-11-21 07:45:44 +11:00
David Bomba
fd4eb611d9 Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2022-11-21 07:38:45 +11:00
David Bomba
3cb6c28a79 remove delay from events 2022-11-21 07:38:41 +11:00
David Bomba
a233e585dc fixes for failed email sending 2022-11-20 20:21:27 +11:00
David Bomba
5f0d905265 Fixes for failed email mailer, edge case where balances may not adjust correctly 2022-11-20 11:46:32 +11:00
David Bomba
b988614e38 Implement additional filters for list views 2022-11-19 13:37:27 +11:00
David Bomba
2e0a7069a2 reset event delay 2022-11-16 16:22:23 +11:00
David Bomba
a566d8b0a2 Fixes for breaking change in CreateInvoicePdf 2022-10-28 14:37:01 +11:00
David Bomba
95610fd25e Restrict size and amount of jobs 2022-10-28 13:09:17 +11:00
David Bomba
e337abe819 Patches from v5-dev 2022-07-20 10:56:02 +10:00
David Bomba
a73e961123 Fixes for relations 2022-07-19 20:07:23 +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
b5c0e678cb Improve WePay guardian 2022-04-28 12:40:07 +10:00
David Bomba
6f491dfb92 Update Copyright text 2022-04-27 13:20:41 +10:00
David Bomba
127683ee29 Fixes for eager loading 2022-04-20 11:55:33 +10:00
David Bomba
912d0aebc5 Do not send notifications to archived/deleted users 2022-04-07 08:52:10 +10:00
David Bomba
83b99f296f refactor for workflow with invoice services 2022-03-24 13:50:55 +11:00
David Bomba
29ed09db5d Fixes for client contact authentication 2022-03-16 16:29:39 +11:00