Commit Graph

7911 Commits

Author SHA1 Message Date
James Cole
d17cc15037
Meta files for new release 2023-07-18 07:00:10 +02:00
James Cole
15ac6a1195
Fix https://github.com/firefly-iii/firefly-iii/issues/7706 2023-07-18 06:38:11 +02:00
James Cole
a45a050e7d
Fix https://github.com/firefly-iii/firefly-iii/issues/7749 2023-07-18 06:30:45 +02:00
James Cole
e435ff8b1c
Remove debug, add fix for https://github.com/orgs/firefly-iii/discussions/7655#discussioncomment-6468397 2023-07-18 06:18:04 +02:00
James Cole
788dae1477
fix: notifications 2023-07-17 20:33:26 +02:00
James Cole
2bb4cc7954
Fix: add route 2023-07-17 20:26:47 +02:00
James Cole
ecead8a27b
Another attempt to fix Slack 2023-07-17 20:15:47 +02:00
James Cole
5761d82635
Fix: package upgrade for slack messages 2023-07-17 19:18:30 +02:00
James Cole
b557805eeb
Code for new release 2023-07-15 16:02:42 +02:00
James Cole
f43b539470
Fix transfer validation for CAMT imports 2023-07-14 06:07:16 +02:00
James Cole
27037c2fbb
Verify all fields are nullable. 2023-07-11 09:14:16 +02:00
James Cole
10646099a0
Add nullable types in validation. 2023-07-11 08:19:47 +02:00
James Cole
25779206a1
fix: small issue with cache 2023-07-09 18:45:44 +02:00
Antonio Spinelli
7af9169763
Cover the startOfPeriod method of Navigation class 2023-07-04 14:15:52 -03:00
James Cole
775504acb6
Chore: Add phpdocs 2023-07-04 13:29:19 +02:00
Antonio Spinelli
720fff4595
Fix typo, remove unused class and change the copyright author 2023-07-04 06:26:05 -03:00
Antonio Spinelli
6ac3cc384b
Add Bimonthly periodicity for Support\Calendar 2023-07-03 13:46:30 -03:00
Antonio Spinelli
563879c218
Fix a bug for monthly calculation periodicity
This change reveals a bug in the Monthly calculation date where the
difference between more than one month was discarded. The new calendar
calculator was prepared to avoid overflow at the end of the month.
2023-07-03 13:46:29 -03:00
Antonio Spinelli
dbb7ed3d5d
Add the Calendar Calculator
It encapsulates some date operations like sum. The result will be the
calculated date when calling the nextDateByInterval method, given the
date, periodicity, and skipInterval parameters.

For example, given a date of 2019-12-31, monthly periodicity, and skip
interval 0, the results will be 2020-01-31. Also, if the skip interval
is 1, the result is 2020-02-29. This is because the next date will add
another month to the current range.
2023-07-03 13:46:29 -03:00
Antonio Spinelli
4e3c2ba72c
Calculate the next date using periodicity strategies.
All these strategies encapsulate how the Carbon library adds the
interval to the current date.

Monthly, Quarterly, Half-Yearly, and Yearly explicitly use the
overflow control to guarantee the end of the next month or year
adequately.
2023-07-03 13:46:29 -03:00
James Cole
b055a5d6af
Fix #7704 2023-07-01 12:18:07 +02:00
James Cole
ad0a1b9a24 Add moar debug 2023-06-29 11:47:08 +02:00
James Cole
05d190659a More webhook debug 2023-06-29 11:35:46 +02:00
James Cole
9c6eaffba6 Better debug for webhooks 2023-06-29 11:34:34 +02:00
James Cole
3ee5e9aa04
Remove support for Heroku 2023-06-27 17:15:53 +02:00
James Cole
14fe82e361 fix: #7655 2023-06-26 06:10:16 +02:00
James Cole
3d8bf3ec9b Fix #7683 2023-06-25 06:24:08 +02:00
Sander Dorigo
436fe9fea4 Improve transaction validation 2023-06-24 08:27:28 +02:00
Sander Dorigo
63a7a4b03b New version 2023-06-23 11:07:50 +02:00
Sander Dorigo
0cab974048 Extended IBAN validation 2023-06-23 10:57:26 +02:00
James Cole
3dcb35710b
chore: reformat code. 2023-06-21 12:34:58 +02:00
James Cole
8d87abde64
Fix https://github.com/firefly-iii/firefly-iii/issues/7678 2023-06-21 09:58:37 +02:00
James Cole
9d057b853f
Rule edit form: rule group would always select the top one. 2023-06-21 07:30:08 +02:00
James Cole
86a1f170c4
Catch uneven amounts 2023-06-21 06:07:35 +02:00
James Cole
36021d84cf
Fix attachment overview 2023-06-21 06:04:26 +02:00
James Cole
1278f92355
Fix audit log entries and fix #7677 2023-06-21 05:55:57 +02:00
James Cole
573f9adb49
Merge pull request #7676 from timendum/master
Rule ConvertToDeposit: fix missing parameter
2023-06-20 20:03:57 +02:00
Timendum
431c99c27b
Rule ConvertToDeposit: fix missing parameter 2023-06-20 15:31:49 +00:00
James Cole
77cc558931
chore: code cleanup 2023-06-20 07:20:26 +02:00
James Cole
42043de34f
fix: replace console messages with unified command. 2023-06-20 07:16:56 +02:00
James Cole
25f8acb417
Chore: use of else in accountform 2023-06-18 06:26:50 +02:00
James Cole
f75e6430b1
Fix: nullpointer in billrepository. 2023-06-18 06:26:38 +02:00
James Cole
68934858ce
Fix #7609 2023-06-14 18:44:54 +02:00
James Cole
fe8635f1ce
Fix account validation 2023-06-12 20:24:45 +02:00
James Cole
ff765d4687
Fix #7630 2023-06-12 06:24:30 +02:00
James Cole
cbf8c6e80d
Release v6.0.13 fixes an issue with the authentication controllers. 2023-06-11 18:18:46 +02:00
James Cole
f18aae39b8
chore: Meta files for new release 2023-06-11 16:34:06 +02:00
James Cole
6b580212bf
Fix #7613 2023-06-11 16:15:22 +02:00
James Cole
3aa7fe47de
Fix #7619 2023-06-11 16:12:13 +02:00
James Cole
44df77f45a
Fix: missing variable 2023-06-10 21:41:45 +02:00