github-actions[bot]
e85f06792b
Merge pull request #11889 from firefly-iii/release-1772807505
...
🤖 Automatically merge the PR into the develop branch.
develop-20260306.2
2026-03-06 15:31:55 +01:00
JC5
b66f95f1dc
🤖 Auto commit for release 'develop' on 2026-03-06
2026-03-06 15:31:45 +01:00
James Cole
4d63146524
Fix more phpstan issues.
2026-03-06 15:24:35 +01:00
James Cole
695f990236
Correct phpstan errors.
2026-03-06 15:18:49 +01:00
James Cole
e882530a69
Clean up various phpstan issues.
2026-03-06 13:52:11 +01:00
James Cole
993a2491e9
Clean up some phpstan issues.
2026-03-06 11:46:04 +01:00
James Cole
f6ea517b5d
Fix https://github.com/orgs/firefly-iii/discussions/11879
2026-03-06 11:41:18 +01:00
github-actions[bot]
6f4143bb79
Merge pull request #11888 from firefly-iii/develop
...
🤖 Automatically merge the PR into the main branch.
v6.5.4
2026-03-06 10:07:42 +01:00
github-actions[bot]
4a2c77c6b7
Merge pull request #11887 from firefly-iii/release-1772788047
...
🤖 Automatically merge the PR into the develop branch.
2026-03-06 10:07:36 +01:00
JC5
0e62f980b0
🤖 Auto commit for release 'v6.5.4' on 2026-03-06
2026-03-06 10:07:27 +01:00
James Cole
41533fd922
Clean up changelog.
2026-03-06 10:01:32 +01:00
James Cole
d6b5fbe341
Expand changelog.
2026-03-06 08:02:30 +01:00
github-actions[bot]
1047e3290b
Merge pull request #11886 from firefly-iii/release-1772780441
...
🤖 Automatically merge the PR into the develop branch.
develop-20260306.1
2026-03-06 08:00:49 +01:00
JC5
8ac4c535b4
🤖 Auto commit for release 'develop' on 2026-03-06
2026-03-06 08:00:41 +01:00
James Cole
2c997d8d95
Removed last phpstan errors
2026-03-06 07:55:04 +01:00
James Cole
419382f9e0
Remove broken code.
2026-03-06 07:45:28 +01:00
James Cole
12f19c6c34
Remove all "@phpstan-ignore-line" entries.
2026-03-06 07:39:12 +01:00
github-actions[bot]
705138aa27
Merge pull request #11885 from firefly-iii/release-1772775428
...
🤖 Automatically merge the PR into the develop branch.
develop-20260306
2026-03-06 06:37:15 +01:00
JC5
36d20137b2
🤖 Auto commit for release 'develop' on 2026-03-06
2026-03-06 06:37:08 +01:00
James Cole
7f08a3f594
Use safe function.
2026-03-06 06:21:36 +01:00
James Cole
a897229958
Add changelog for v6.5.4
2026-03-06 06:12:15 +01:00
James Cole
1fa4632be5
Fix transaction search.
2026-03-06 06:03:12 +01:00
James Cole
221a00a23b
Add debug info to track available budget creation.
2026-03-06 05:36:05 +01:00
James Cole
09c3318408
Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop
2026-03-05 20:50:32 +01:00
Sander Dorigo
25ba87babb
Better validation for webhook URLs
2026-03-05 10:11:09 +01:00
James Cole
d7e9a42f58
Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop
2026-03-04 20:24:25 +01:00
James Cole
8fd6d99c11
Fix date issues in piggy banks for #11873
2026-03-04 20:21:12 +01:00
github-actions[bot]
463ae00ec2
Merge pull request #11876 from firefly-iii/release-1772642273
...
🤖 Automatically merge the PR into the develop branch.
develop-20260304.4
2026-03-04 17:38:02 +01:00
JC5
969460d271
🤖 Auto commit for release 'develop' on 2026-03-04
2026-03-04 17:37:53 +01:00
James Cole
8ecfa4b619
Fix #11873
2026-03-04 17:31:42 +01:00
James Cole
55ae86ad62
Merge branch 'main' into develop
2026-03-04 17:28:57 +01:00
github-actions[bot]
5e68d948f3
Merge pull request #11874 from firefly-iii/release-1772634907
...
🤖 Automatically merge the PR into the develop branch.
develop-20260304.3
2026-03-04 15:35:20 +01:00
JC5
77cae13b95
🤖 Auto commit for release 'develop' on 2026-03-04
2026-03-04 15:35:07 +01:00
Sander Dorigo
49d8a3c32e
Catch not numeric numbers
2026-03-04 15:25:32 +01:00
github-actions[bot]
0ad4db8a71
Merge pull request #11872 from firefly-iii/release-1772618461
...
🤖 Automatically merge the PR into the develop branch.
develop-20260304.2
2026-03-04 11:01:10 +01:00
JC5
ed9754c8d4
🤖 Auto commit for release 'develop' on 2026-03-04
2026-03-04 11:01:01 +01:00
James Cole
7315825475
Update CI workflow to manage environment file
...
Copy .env.example to .env before running CI and remove .env afterward.
Signed-off-by: James Cole <james@firefly-iii.org >
2026-03-04 10:55:56 +01:00
James Cole
eea23ed756
Update composer update command in CI workflow
...
Removed the '--no-plugins' option from composer update command.
Signed-off-by: James Cole <james@firefly-iii.org >
2026-03-04 10:42:51 +01:00
James Cole
04875728b4
Remove staticMethod.notFound from ignoreErrors
...
Signed-off-by: James Cole <james@firefly-iii.org >
2026-03-04 10:42:22 +01:00
James Cole
1fa51a92c6
Ignore staticMethod.notFound error in PHPStan
...
Signed-off-by: James Cole <james@firefly-iii.org >
2026-03-04 10:24:47 +01:00
Sander Dorigo
f8687d4fc1
New config
2026-03-04 10:01:24 +01:00
James Cole
9b5cf09cc0
Update release.yml to enforce error handling
...
Removed '|| true' from Mago format, PHPCS, and lint commands to ensure they fail the workflow if errors occur.
Signed-off-by: James Cole <james@firefly-iii.org >
2026-03-04 09:26:08 +01:00
github-actions[bot]
268377ad3a
Merge pull request #11870 from firefly-iii/develop
...
🤖 Automatically merge the PR into the main branch.
v6.5.3
2026-03-04 07:52:49 +01:00
github-actions[bot]
93500b8156
Merge pull request #11869 from firefly-iii/release-1772607152
...
🤖 Automatically merge the PR into the develop branch.
2026-03-04 07:52:42 +01:00
JC5
8a3fb50607
🤖 Auto commit for release 'v6.5.3' on 2026-03-04
2026-03-04 07:52:32 +01:00
github-actions[bot]
8a8567c3e4
Merge pull request #11868 from firefly-iii/release-1772605365
...
🤖 Automatically merge the PR into the develop branch.
develop-20260304.1
2026-03-04 07:22:52 +01:00
JC5
7922671463
🤖 Auto commit for release 'develop' on 2026-03-04
2026-03-04 07:22:45 +01:00
James Cole
3baa1ccd78
Update changelog.
2026-03-04 07:17:36 +01:00
James Cole
4beef8be86
Merge branch 'main' into develop
2026-03-04 07:14:11 +01:00
github-actions[bot]
0aea8875d4
Merge pull request #11867 from firefly-iii/release-1772603927
...
🤖 Automatically merge the PR into the develop branch.
develop-20260304
2026-03-04 06:58:56 +01:00