James Cole
47b02b30ea
Code cleanup as recommended by Mago.
2026-03-03 20:33:02 +01:00
JC5
3238441315
🤖 Auto commit for release 'develop' on 2026-02-23
2026-02-23 08:03:49 +01:00
James Cole
5a638ba02e
Fix some code and add a changelog.
2026-02-22 20:17:01 +01:00
RiDEN
ed3f4f62ee
Fix chart API balance carry-forward bug and add missing deleted_at filter
...
The chart loop used exact-date lookup into the range array, silently
dropping transactions that fell between chart boundary dates when
period > 1D. Replace with a range-walking approach that advances
through all intervening entries.
Also add whereNull('transaction_journals.deleted_at') to
accountsBalancesOptimized() to match the daily-delta query, and fix
a double-space typo in a date format string.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-22 18:37:00 +02:00
James Cole
23d49a4194
Code clean up and restoration using Mago.
2026-01-13 20:37:41 +01:00
JC5
18bb0eecff
🤖 Auto commit for release 'develop' on 2025-12-14
2025-12-14 16:14:03 +01:00
James Cole
73312a4ccc
Fix #11310
2025-12-14 10:24:27 +01:00
James Cole
38691d6fdf
Fix code quality with rector [skip ci]
2025-11-09 09:06:11 +01:00
James Cole
1b2ded3167
Fix #10775
2025-08-17 16:46:31 +02:00
JC5
3409240a19
🤖 Auto commit for release 'develop' on 2025-08-16
2025-08-16 19:36:45 +02:00
James Cole
e7d9dc57d8
Add some tests.
2025-08-16 14:52:29 +02:00
JC5
91ce1d3b88
🤖 Auto commit for release 'develop' on 2025-08-16
2025-08-16 06:13:15 +02:00
James Cole
77d15f884b
Extend acceptedRoles to chart controllers.
2025-08-15 19:57:32 +02:00
JC5
f2dc0d234b
🤖 Auto commit for release 'develop' on 2025-08-15
2025-08-15 13:37:27 +02:00
James Cole
fc9ef290f1
Clean up API endpoints.
2025-08-15 07:11:34 +02:00
JC5
883994de19
🤖 Auto commit for release 'develop' on 2025-08-01
2025-08-01 13:10:11 +02:00
James Cole
da36d84b79
Rename "native" references to "primary" or "pc".
2025-07-31 20:47:20 +02:00
James Cole
d6d9f665c7
Rename references to "native".
2025-07-31 20:38:57 +02:00
JC5
1f7d6e218b
🤖 Auto commit for release 'develop' on 2025-07-28
2025-07-28 05:36:54 +02:00
James Cole
a69b6d9ce2
Respond to "convert to native".
2025-07-27 20:45:08 +02:00
James Cole
28b2ddde18
Account chart can do live update
2025-07-27 07:36:23 +02:00
JC5
657b95485c
🤖 Auto commit for release 'develop' on 2025-06-12
2025-06-12 15:41:41 +02:00
Sander Dorigo
0fb3c0c7bf
Add missing variable name
2025-06-11 15:51:39 +02:00
JC5
7728a35e04
🤖 Auto commit for release 'develop' on 2025-06-11
2025-06-11 13:44:56 +02:00
James Cole
e786bf47c2
Small code quality things.
2025-06-09 07:06:42 +02:00
James Cole
6e5a08245c
Rector code cleanup
2025-05-24 16:39:20 +02:00
James Cole
0573bf2402
Clean up code.
2025-05-04 17:41:26 +02:00
JC5
e10d39c093
🤖 Auto commit for release 'develop' on 2025-03-31
2025-03-31 09:19:04 +02:00
James Cole
faeb17f319
Recreate API endpoints.
2025-03-25 17:27:59 +01:00
James Cole
d11c232171
Fix https://github.com/firefly-iii/firefly-iii/issues/9736
2025-02-02 05:38:47 +01:00
James Cole
6f63ddf5b0
[chore] Fix https://github.com/firefly-iii/firefly-iii/issues/9683 and rename default to native.
2025-01-22 05:24:12 +01:00
github-actions
0579c8565d
Auto commit for release 'develop' on 2024-12-30
2024-12-30 04:12:18 +01:00
James Cole
b407d8d315
Add usergroup, clean up some code.
2024-12-29 06:14:40 +01:00
James Cole
7248a76c63
Fix chart, expand changelog.
2024-12-29 05:58:12 +01:00
James Cole
6d22663ca2
Fix charts and balances.
2024-12-26 05:11:32 +01:00
James Cole
d90ac519f7
Clean up balance methods.
2024-12-22 20:32:58 +01:00
James Cole
565bd87959
Code cleanup
2024-12-22 08:43:12 +01:00
James Cole
6189d24b98
Replace variable names.
2024-04-01 20:26:02 +02:00
James Cole
68c9c4ec3c
PHPStorm can order methods by alphabet, who knew.
2024-02-22 20:11:09 +01:00
James Cole
657262f179
Various code cleanup and fixed alignments.
2024-01-01 14:41:31 +01:00
James Cole
c60b5e5c21
Remove unused exceptions.
2023-12-22 07:58:35 +01:00
James Cole
b2bd9301b6
Small phpcs fixes.
2023-12-22 07:53:00 +01:00
James Cole
58dea55d38
Remove JSON exceptions that are not thrown anyway.
2023-12-22 07:47:13 +01:00
James Cole
64ec0cf62e
Code cleanup.
2023-12-20 19:35:52 +01:00
James Cole
c2b22a2bac
Clean up code.
2023-12-10 06:45:59 +01:00
James Cole
271e4271eb
Update various things. I know, great description.
2023-11-30 17:28:44 +01:00
James Cole
fa920fed4e
Introduce missing methods
2023-10-28 14:59:16 +02:00
James Cole
3dcb35710b
chore: reformat code.
2023-06-21 12:34:58 +02:00
James Cole
688ca8e374
chore: fix various qodana issues
2023-06-04 06:30:22 +02:00
James Cole
927d607b1a
Remove code coverage ignore instructions
2023-02-12 07:15:06 +01:00