github-actions
17b0b1f43f
Auto commit for release 'v6.1.24' on 2024-11-23
2024-11-23 21:07:01 +01:00
James Cole
b61df5ec19
Update changelog
2024-11-23 21:01:58 +01:00
James Cole
1ac7275f83
Fix https://github.com/firefly-iii/firefly-iii/issues/9491
2024-11-23 20:59:08 +01:00
github-actions
cd10d04907
Auto commit for release 'v6.1.23' on 2024-11-23
2024-11-23 19:19:46 +01:00
James Cole
f9b76fcb8b
Update changelog for new release.
2024-11-23 19:14:15 +01:00
James Cole
093fa067e6
Merge branches 'develop' and 'develop' of github.com:firefly-iii/firefly-iii into develop
2024-11-23 16:15:00 +01:00
James Cole
fa655f065b
Part of new API, cleanup code.
2024-11-23 16:14:47 +01:00
James Cole
c8f2244912
Merge pull request #9483 from antoniomrfranco/fix/report-sum-foreign-amount
...
fix: include foreign_amount in transaction sum calculation
2024-11-23 09:45:53 +01:00
James Cole
f3a20e14a6
Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop
2024-11-23 09:06:36 +01:00
James Cole
33ad47b115
Add import
2024-11-23 09:06:29 +01:00
James Cole
775424d3b7
Merge pull request #9488 from antoniomrfranco/fix/transfer-dest-foreign-info
...
fix: set dest foreign_amount and foreign_currency_id for foreign transfers
2024-11-23 09:06:07 +01:00
Antônio Franco
c9c86bbd1d
fix: set dest foreign_amount and foreign_currency_id for foreign transfers
2024-11-22 13:52:33 -03:00
Antônio Franco
f76a6ad85c
fix: include foreign_amount in transaction sum calculation
2024-11-22 09:52:35 -03:00
James Cole
2138b14d89
Add to update as well.
2024-11-22 06:04:32 +01:00
James Cole
1bf61f57f5
Add UTC support.
2024-11-22 06:03:29 +01:00
James Cole
07b55bd71f
Fix https://github.com/firefly-iii/firefly-iii/issues/9477
2024-11-19 06:31:49 +01:00
github-actions
8d2d3d4002
Auto commit for release 'develop' on 2024-11-18
2024-11-18 04:18:51 +01:00
James Cole
d182b4b4a6
Fix tables.
2024-11-17 07:12:54 +01:00
James Cole
60f6a91fe4
Cast fields to string and drop unused table.
2024-11-15 19:13:37 +01:00
James Cole
ec89a2f956
Add missing commas.
2024-11-15 18:59:57 +01:00
James Cole
87113d7181
Merge pull request #9468 from yparitcher/main
2024-11-15 06:17:17 +01:00
yparitcher
59fae290e5
Transaction Model: explicitly cast decimal to string
...
Laravel defers to PDO & the underlying database as to what type decimals are cast as.
When using sqlite text that match a float will be returned as a float, while mySql always returns a string for a decimal.
This leads to crashes with sqlite while trying to import tranansactions. (It does not happen every transaction, only when the balance{before,after} coming from the database is floatable)
`FireflyIII\Support\Models\AccountBalanceCalculator::getLatesBalance(): Return value must be of type string, float returned.`
Fixes : #9458
Signed-off-by: yparitcher <y@paritcher.com>
2024-11-15 00:03:21 -05:00
James Cole
1a8ba2ce53
Merge branch 'main' into develop
2024-11-14 06:37:23 +01:00
James Cole
dddaa25d86
Merge pull request #9465 from firefly-iii/dependabot/composer/composer-2bb02343b8
2024-11-13 18:35:54 +01:00
James Cole
f28341587a
Merge branch 'main' into develop
2024-11-13 18:14:07 +01:00
James Cole
5593bf3e08
Fix https://github.com/firefly-iii/firefly-iii/issues/9466
2024-11-13 18:12:40 +01:00
dependabot[bot]
92574a7a9d
Bump symfony/http-client in the composer group across 1 directory
...
Bumps the composer group with 1 update in the / directory: [symfony/http-client](https://github.com/symfony/http-client ).
Updates `symfony/http-client` from 7.1.7 to 7.1.8
- [Release notes](https://github.com/symfony/http-client/releases )
- [Changelog](https://github.com/symfony/http-client/blob/7.1/CHANGELOG.md )
- [Commits](https://github.com/symfony/http-client/compare/v7.1.7...v7.1.8 )
---
updated-dependencies:
- dependency-name: symfony/http-client
dependency-type: direct:production
dependency-group: composer
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-13 16:42:52 +00:00
James Cole
e049266f5d
Merge pull request #9463 from firefly-iii/dependabot/composer/composer-a1e7ad0bd3
2024-11-13 08:46:50 +01:00
dependabot[bot]
5b3e6fcb07
Bump laravel/framework in the composer group across 1 directory
...
Bumps the composer group with 1 update in the / directory: [laravel/framework](https://github.com/laravel/framework ).
Updates `laravel/framework` from 11.30.0 to 11.31.0
- [Release notes](https://github.com/laravel/framework/releases )
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/framework/compare/v11.30.0...v11.31.0 )
---
updated-dependencies:
- dependency-name: laravel/framework
dependency-type: direct:production
dependency-group: composer
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-12 22:48:57 +00:00
James Cole
b0bfb556db
Fix https://github.com/firefly-iii/firefly-iii/issues/9458
2024-11-11 19:40:00 +01:00
James Cole
484acbcb45
Merge branch 'main' into develop
2024-11-11 05:59:45 +01:00
James Cole
cdc802cfb8
Fix broken links
2024-11-11 05:59:35 +01:00
github-actions
582671ca84
Auto commit for release 'develop' on 2024-11-11
2024-11-11 04:10:58 +01:00
James Cole
22498b5804
Expand access rights
2024-11-10 15:30:02 +01:00
James Cole
87f277a482
Small change in time(zone) representation.
2024-11-10 07:30:10 +01:00
James Cole
ae0d74f57a
Fix https://github.com/firefly-iii/firefly-iii/issues/9451
2024-11-10 07:10:30 +01:00
James Cole
0ae5593dde
Playing around with local date time parsing.
2024-11-09 20:38:30 +01:00
James Cole
0d11769590
Add better timezone support.
2024-11-09 12:19:01 +01:00
github-actions
b7d8daf013
Auto commit for release 'v6.1.22' on 2024-11-09
2024-11-09 06:35:28 +01:00
James Cole
a9c0126b05
Clean up changelog.
2024-11-09 06:30:39 +01:00
James Cole
6bc5a57d10
Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop
2024-11-09 06:23:37 +01:00
James Cole
2714ee96f1
Fix https://github.com/firefly-iii/firefly-iii/issues/9447
2024-11-09 06:23:28 +01:00
github-actions
524d382b7a
Auto commit for release 'develop' on 2024-11-08
2024-11-08 21:20:33 +01:00
James Cole
2723e05d2a
Fix https://github.com/firefly-iii/firefly-iii/issues/9444
2024-11-08 21:13:41 +01:00
James Cole
6dd9bda6b4
Merge branch 'main' into develop
2024-11-08 21:08:52 +01:00
James Cole
44449bc716
Add changelog
2024-11-08 21:08:28 +01:00
James Cole
b17d8edb50
Add changelog line
2024-11-08 21:04:08 +01:00
James Cole
578072238a
Fix https://github.com/firefly-iii/firefly-iii/issues/9443
2024-11-08 21:03:33 +01:00
James Cole
b4edd3dcc4
Catch potential nullpointers
2024-11-08 21:02:36 +01:00
James Cole
068094caac
Update BillUpdateService.php
...
Catch nullpointers
Signed-off-by: James Cole <james@firefly-iii.org>
2024-11-08 09:30:24 +01:00