github-actions[bot]
532d6b21f8
Merge pull request #11793 from firefly-iii/release-1771830229
...
🤖 Automatically merge the PR into the develop branch.
develop-20260223
2026-02-23 08:03:59 +01:00
JC5
3238441315
🤖 Auto commit for release 'develop' on 2026-02-23
2026-02-23 08:03:49 +01:00
James Cole
f75eff173b
Merge pull request #11790 from firefly-iii/dependabot/composer/develop/spatie/laravel-html-3.13.0
2026-02-23 06:48:11 +01:00
James Cole
b0af654c01
Merge pull request #11791 from firefly-iii/dependabot/composer/develop/spatie/laravel-ignition-2.11.0
2026-02-23 06:47:41 +01:00
dependabot[bot]
f1515f6139
Bump spatie/laravel-html from 3.12.3 to 3.13.0
...
Bumps [spatie/laravel-html](https://github.com/spatie/laravel-html ) from 3.12.3 to 3.13.0.
- [Release notes](https://github.com/spatie/laravel-html/releases )
- [Changelog](https://github.com/spatie/laravel-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spatie/laravel-html/compare/3.12.3...3.13.0 )
---
updated-dependencies:
- dependency-name: spatie/laravel-html
dependency-version: 3.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-23 05:43:21 +00:00
James Cole
6e7758da05
Merge pull request #11789 from firefly-iii/dependabot/composer/develop/rector/rector-2.3.8
2026-02-23 06:42:11 +01:00
dependabot[bot]
29419cc514
Bump spatie/laravel-ignition from 2.10.0 to 2.11.0
...
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition ) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/spatie/laravel-ignition/releases )
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.10.0...2.11.0 )
---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
dependency-version: 2.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-23 03:52:50 +00:00
dependabot[bot]
370781b8ae
Bump rector/rector from 2.3.7 to 2.3.8
...
Bumps [rector/rector](https://github.com/rectorphp/rector ) from 2.3.7 to 2.3.8.
- [Release notes](https://github.com/rectorphp/rector/releases )
- [Commits](https://github.com/rectorphp/rector/compare/2.3.7...2.3.8 )
---
updated-dependencies:
- dependency-name: rector/rector
dependency-version: 2.3.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-23 03:52:15 +00:00
James Cole
5a638ba02e
Fix some code and add a changelog.
2026-02-22 20:17:01 +01:00
James Cole
cf3c836293
Merge pull request #11787 from R1DEN/main
...
Fix chart API balance carry-forward bug
2026-02-22 20:08:23 +01:00
James Cole
3cd3dafb7f
Add backticks to IP addresses.
2026-02-22 17:45:40 +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
github-actions[bot]
80823cdfe3
Merge pull request #11784 from firefly-iii/release-1771741207
...
🤖 Automatically merge the PR into the develop branch.
develop-20260222
2026-02-22 07:20:14 +01:00
JC5
defaef171e
🤖 Auto commit for release 'develop' on 2026-02-22
2026-02-22 07:20:07 +01:00
James Cole
81f6f22efb
Introduce undocumented count endpoint.
2026-02-22 07:05:30 +01:00
github-actions[bot]
4ad2508675
Merge pull request #11781 from firefly-iii/release-1771701858
...
🤖 Automatically merge the PR into the develop branch.
develop-20260221.5
2026-02-21 20:24:25 +01:00
JC5
35f997be45
🤖 Auto commit for release 'develop' on 2026-02-21
2026-02-21 20:24:18 +01:00
James Cole
ad3fec1458
Clean up templates.
2026-02-21 20:18:04 +01:00
github-actions[bot]
25eab80ec3
Merge pull request #11780 from firefly-iii/release-1771686867
...
🤖 Automatically merge the PR into the develop branch.
develop-20260221.4
2026-02-21 16:14:35 +01:00
JC5
c27e9873b2
🤖 Auto commit for release 'develop' on 2026-02-21
2026-02-21 16:14:27 +01:00
James Cole
84f4f63104
Update changelog.
2026-02-21 16:08:55 +01:00
James Cole
02d37998f9
Merge pull request #11776 from dakennguyen/convert-to-primary-currency-for-charts
...
Convert to primary currency for charts
2026-02-21 15:44:56 +01:00
James Cole
39c72a60e1
Fix https://github.com/firefly-iii/firefly-iii/issues/11778
2026-02-21 15:42:52 +01:00
Khoa Nguyen
1980f73694
Convert to primary currency for report chart
2026-02-21 13:14:57 +01:00
Khoa Nguyen
d135186149
Convert to primary currency for category chart
2026-02-21 13:14:49 +01:00
github-actions[bot]
3e36287374
Merge pull request #11774 from firefly-iii/release-1771667913
...
🤖 Automatically merge the PR into the develop branch.
develop-20260221.3
2026-02-21 10:58:39 +01:00
JC5
37c4db2ce9
🤖 Auto commit for release 'develop' on 2026-02-21
2026-02-21 10:58:33 +01:00
James Cole
8e6ff3ceaf
Fix small issues reported over mail and from the demo site.
2026-02-21 10:53:14 +01:00
James Cole
6e0e32dc6c
You can always grab the latest develop release.
2026-02-21 08:05:01 +01:00
github-actions[bot]
b0e21dd553
Merge pull request #11773 from firefly-iii/release-1771657248
...
🤖 Automatically merge the PR into the develop branch.
develop-20260221.2
2026-02-21 08:00:55 +01:00
JC5
88291c5f63
🤖 Auto commit for release 'develop' on 2026-02-21
2026-02-21 08:00:48 +01:00
James Cole
a87e10f734
Add a week's delay.
2026-02-21 07:54:23 +01:00
github-actions[bot]
75f42d57f1
Merge pull request #11772 from firefly-iii/release-1771653268
...
🤖 Automatically merge the PR into the develop branch.
develop-20260221.1
2026-02-21 06:54:36 +01:00
JC5
3f60442281
🤖 Auto commit for release 'develop' on 2026-02-21
2026-02-21 06:54:28 +01:00
James Cole
dd14bb1664
Add 10m slack
2026-02-21 06:48:34 +01:00
James Cole
403a2ce2cd
Remove weird repeated line from Mago.
2026-02-21 06:47:26 +01:00
James Cole
e5366dbf6c
Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop
...
# Conflicts:
# app/Services/FireflyIIIOrg/Update/GitHubUpdateRequest.php
2026-02-21 06:44:11 +01:00
James Cole
091f264f3e
Remove mago analyse, fix update check.
2026-02-21 06:40:51 +01:00
github-actions[bot]
3ad1420262
Merge pull request #11771 from firefly-iii/release-1771652323
...
🤖 Automatically merge the PR into the develop branch.
develop-20260221
2026-02-21 06:38:50 +01:00
JC5
018f68b789
🤖 Auto commit for release 'develop' on 2026-02-21
2026-02-21 06:38:43 +01:00
James Cole
e23d0de8f9
Fix local update check.
2026-02-21 06:31:42 +01:00
James Cole
04c3bf966d
Rebuild update request to use GitHub API.
2026-02-21 06:25:18 +01:00
James Cole
681619f732
Remove unused classes
2026-02-20 20:33:36 +01:00
James Cole
cab298708c
Remove unused enums
2026-02-20 20:33:13 +01:00
James Cole
c4392f89d1
Improve code quality, add PHP 8.5 things.
2026-02-20 20:22:13 +01:00
James Cole
36789a310a
Tiny changes.
2026-02-20 20:17:10 +01:00
James Cole
e92a1b6dda
Add new support guide.
2026-02-20 20:03:11 +01:00
James Cole
1d687a632f
Add changelog.
2026-02-20 20:01:25 +01:00
github-actions[bot]
1fa4a1bdc8
Merge pull request #11770 from firefly-iii/release-1771612722
...
🤖 Automatically merge the PR into the develop branch.
develop-20260220.4
2026-02-20 19:38:50 +01:00
JC5
aee53cffb9
🤖 Auto commit for release 'develop' on 2026-02-20
2026-02-20 19:38:42 +01:00