Commit Graph

7961 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
James Cole
f32283d2f1
Fix #7618 2023-06-10 16:21:01 +02:00
James Cole
f8b48f7455
Fix forms 2023-06-10 16:08:32 +02:00
James Cole
eb313c65a5
Another small tune 2023-06-06 12:42:20 +02:00
James Cole
07d6cbc194
Merge pull request #7611 from firefly-iii/logo-tune
chore: tune the logo
2023-06-06 12:38:50 +02:00
James Cole
3d02468828
fix: replace deprecated package 2023-06-04 15:16:17 +02:00
James Cole
a0be4c9daa
chore: tune the logo 2023-06-04 07:53:56 +02:00
James Cole
78aa8bd838
feat: Expand logo in startup scripts 2023-06-04 06:58:35 +02:00
James Cole
688ca8e374
chore: fix various qodana issues 2023-06-04 06:30:22 +02:00
James Cole
5a55d1db24
fix: extra bracket breaks code. 2023-06-04 06:13:24 +02:00
James Cole
463ebd296f
First attempt to fix #7589 2023-06-03 21:17:49 +02:00
James Cole
88b294d873
chore: fix command output 2023-06-03 17:18:04 +02:00
James Cole
1357074dcd
Fix https://github.com/firefly-iii/firefly-iii/issues/7588 2023-06-03 17:16:28 +02:00
James Cole
dcf71c6fdf
cleanup: Commands are a lot less verbal and report better on success / failue 2023-06-02 07:36:17 +02:00
James Cole
b72aa92e55
clean: remove deprecated methods and refactor as necessary. 2023-06-02 06:38:07 +02:00
James Cole
c764ddd3be
Fix #7572 2023-06-01 19:49:28 +02:00
James Cole
4334e9bed7
chore: small fixes and prep for new language 2023-05-30 20:15:07 +02:00
James Cole
6ed5892cf9
chore: fix various small sonacloud issues to see if the actions run correctly. 2023-05-29 14:17:10 +02:00
James Cole
1b52147a05
chore: code cleanup. 2023-05-29 13:56:55 +02:00
James Cole
13d3b86309
Fix #7557 2023-05-28 06:07:26 +02:00
James Cole
c1114e889e
Fix #7546 2023-05-27 06:40:23 +02:00
James Cole
6303233bdf
Fix #7547 2023-05-27 06:36:24 +02:00
James Cole
e6daaa5b6d
Fix #7549 2023-05-27 05:55:41 +02:00
James Cole
f711fcfd52
Merge pull request #7535 from ChrisWin22/withdraw-from-piggy-banks
Withdraw from piggy banks
2023-05-24 08:22:41 +02:00
Christian Desktop
74992e95f2 Withdrawal directly from Piggy Bank - Fixes #6631 2023-05-24 00:13:46 -06:00
James Cole
79c2065471
fix: Add relevant periods to addPeriod 2023-05-19 05:43:50 +02:00
James Cole
c19b89ac93
Fix: budget amounts 2023-05-19 05:39:21 +02:00
James Cole
62a1837d61
fix: debug would always report midnight. 2023-05-19 05:38:50 +02:00
James Cole
e8392155f9
Fix #7516 2023-05-18 05:38:17 +02:00
James Cole
15f683ef7e
Fix #7514 2023-05-17 15:19:27 +02:00
James Cole
63984f1c37
Fix #7505 2023-05-17 07:02:08 +02:00
James Cole
3c082dcf0e
Restore cron options. 2023-05-16 21:04:06 +02:00
James Cole
4706cd44de
Fix rounding issues. 2023-05-15 06:33:30 +02:00
James Cole
0b5e0a268a
feat: a budget type that will rollover but also incorporate overspending from the previous period (if any) 2023-05-15 06:18:02 +02:00
James Cole
cf59da7e0c
Remove logging 2023-05-13 06:43:07 +02:00
James Cole
a3ede0c6f6
Meta files for new release. 2023-05-13 06:34:12 +02:00
James Cole
c530961546
Fix #7478 2023-05-13 06:17:22 +02:00
James Cole
22ee504e52
Fix decimals command expanded. 2023-05-13 05:56:49 +02:00
James Cole
e5a77a86f9
Fix a few commands. 2023-05-07 20:17:29 +02:00
James Cole
309d3e8e95
Fix missing account validation step. 2023-05-06 15:59:31 +02:00
James Cole
85757e1a20
Fix #7456 2023-05-06 15:29:29 +02:00
James Cole
fb823ed422
Fix #7457 2023-05-03 05:59:10 +02:00
James Cole
59427ba5c2
Fix #7446 2023-04-30 19:12:49 +02:00
James Cole
46bba9d799
Various optimizations in budget limit handling. 2023-04-30 06:45:25 +02:00
James Cole
6be6187532
Add base build info. 2023-04-29 11:15:30 +02:00
James Cole
765de2eeba
Change health endpoint to include a DB check. 2023-04-29 07:44:37 +02:00
James Cole
36157afc6a
Don't trigger on empty ibans. 2023-04-29 07:08:11 +02:00
James Cole
e35743ff42
Update meta files for new release. 2023-04-28 09:27:14 +02:00
James Cole
c2e1e25489
Fix #7394 2023-04-28 09:06:05 +02:00
James Cole
335414f25a
Fix division by zero 2023-04-28 08:39:30 +02:00
James Cole
47d5e8d169
Remove dangerous eternal loop 2023-04-26 12:12:23 +02:00