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

445 Commits

Author SHA1 Message Date
David Bomba
c62456b319 Minor fixes for import 2023-01-20 10:58:24 +11:00
David Bomba
76dfbddca3 Improve logic for migrating account plans from hosted and self hosted instances 2023-01-07 02:48:25 +11:00
David Bomba
3df49b04ed Watch webhooks on hosted 2022-12-14 09:25:05 +11:00
David Bomba
dff9c9566c Fixes for phone validation 2022-12-08 10:38:52 +11:00
David Bomba
4739277b47 Allow overriding the default locale in .env file 2022-12-05 12:42:32 +11:00
David Bomba
14e86b8183 Minor checks for reminders 2022-12-03 09:33:49 +11:00
David Bomba
2eb61b08cb Do not send reminders to trashed contacts 2022-12-03 09:15:27 +11:00
David Bomba
a13379dcbe Inject small delay into email dispatch 2022-11-28 08:24:10 +11:00
David Bomba
6471bcb384 Refactor reminder crons 2022-11-27 16:25:55 +11:00
David Bomba
5544207687 Minor fixes for reminders 2022-11-27 13:19:50 +11:00
David Bomba
bb4687f18d Clean up how we execute scheduled commands 2022-11-27 07:52:49 +11:00
David Bomba
5c60dab8c6 Refactor the way we execute scheduled commands 2022-11-26 14:38:09 +11:00
David Bomba
d279a12547 minor refactor for reminder jobs 2022-11-26 14:14:56 +11:00
David Bomba
a91feab3b6 Smooth out cron jobs 2022-11-26 12:10:18 +11:00
David Bomba
5140046cb6 Minor fixes for logging 2022-11-26 11:09:48 +11:00
David Bomba
fa5c364556 Add checks to prevent duplicate reminders from being sent 2022-11-24 21:07:20 +11:00
David Bomba
20810bd7fe Minor fixes for company count 2022-11-24 20:33:52 +11:00
David Bomba
8f5fb2ca9f Fixes for recurring invoice edge case 2022-11-24 17:23:36 +11:00
David Bomba
264a4df13b Adjustments for handling invoice deletion 2022-11-24 16:49:03 +11:00
David Bomba
29d909ad08 Fixes for SendReminders firing twice 2022-11-24 15:43:14 +11:00
David Bomba
dd4d5534fb Minor fixes 2022-11-09 08:09:42 +11:00
David Bomba
e0d7c4143b Update validation rules 2022-11-06 20:25:22 +11:00
David Bomba
775d6c7378 Migrate password hashes 2022-11-04 16:24:57 +11:00
David Bomba
ce5dfa2717 Return early in some hosted jobs 2022-11-03 13:33:26 +11:00
David Bomba
de8761f519 Improve memory handling in jobs 2022-11-01 17:10:05 +11:00
David Bomba
5e5e0f5848 Return reminders to dispatch 2022-10-31 11:10:36 +11:00
David Bomba
95610fd25e Restrict size and amount of jobs 2022-10-28 13:09:17 +11:00
David Bomba
08dbbade14 Pass references instead of full models into auto bill jobs 2022-10-28 12:10:20 +11:00
David Bomba
ce47e30aa2 Merge branch 'v5-develop' into yodlee 2022-10-24 08:43:02 +11:00
David Bomba
922aecdd9f Add configuration for R2 2022-10-24 08:42:38 +11:00
David Bomba
0a2cb6f88d Merge branch 'v5-develop' into yodlee 2022-10-06 20:55:44 +11:00
David Bomba
e63cf9c48f Do not serialize company after migration 2022-09-21 22:02:29 +10:00
David Bomba
774a05b148 Single root element for wepay signups 2022-09-16 13:01:04 +10:00
David Bomba
c0cb157309 Merge branch 'v5-develop' into yodlee 2022-09-07 14:54:50 +10:00
David Bomba
52d5afbce0 Remove DispatchNow() 2022-09-07 14:15:27 +10:00
David Bomba
6bd300a49b Better logging around setLateFee() 2022-09-02 12:33:00 +10:00
David Bomba
cbc10359e3 Better logging around setLateFee() 2022-09-02 12:30:02 +10:00
David Bomba
59f5eca578 Improve query efficiency 2022-09-01 17:37:55 +10:00
David Bomba
2893c98b0e Tests for reminders 2022-08-10 13:35:47 +10:00
David Bomba
d80ec520f9 Fast link provisioning 2022-08-10 11:56:46 +10:00
David Bomba
a9b3522081 Fixes for using dispatchSync() 2022-07-31 21:51:35 +10:00
David Bomba
8e654c21ce Merge v5 2022-07-25 15:28:06 +10:00
=
802490a7ee Refactor for logos in dockerfile 2022-07-25 09:01:15 +10:00
=
ba133360a2 Silence errors from file_get_contents 2022-07-25 08:00:52 +10:00
David Bomba
071f2ee102 Post Merge v5-develop 2022-07-15 17:41:30 +10:00
David Bomba
d0759b1215 Fixes for required fields 2022-07-14 10:39:55 +10:00
David Bomba
15da7b841a Fixes for indexes 2022-07-10 10:56:37 +10:00
David Bomba
6d54db8507 Minor fixes for import 2022-07-05 08:26:41 +10:00
David Bomba
6faa3a0ccb Adjust number applying on Purchase orders when_sent / when_saved 2022-07-02 11:40:51 +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