James Cole
|
a0e92b6969
|
Clean up variety of account balance methods.
|
2024-12-22 19:42:06 +01:00 |
|
James Cole
|
565bd87959
|
Code cleanup
|
2024-12-22 08:43:12 +01:00 |
|
github-actions
|
76cc27a267
|
Auto commit for release 'branch-v6.2' on 2024-12-18
|
2024-12-18 16:45:41 +01:00 |
|
James Cole
|
d4e4907363
|
Add option for manual activation.
|
2024-12-15 19:59:36 +01:00 |
|
github-actions
|
71c208c4fb
|
Auto commit for release 'develop' on 2024-11-25
|
2024-11-25 04:18:55 +01:00 |
|
github-actions
|
78253f9e1e
|
Auto commit for release 'develop' on 2024-09-29
|
2024-09-29 06:08:10 +02:00 |
|
James Cole
|
c8461eb0b5
|
Fix https://github.com/firefly-iii/firefly-iii/issues/9281
|
2024-09-28 20:31:09 +02:00 |
|
github-actions
|
08a26b976e
|
Auto commit for release 'develop' on 2024-09-28
|
2024-09-28 18:35:20 +02:00 |
|
James Cole
|
cc7c6e02c5
|
Fix https://github.com/firefly-iii/firefly-iii/issues/9275
|
2024-09-28 17:43:18 +02:00 |
|
James Cole
|
b45aa85853
|
Fix https://github.com/firefly-iii/firefly-iii/issues/9278
|
2024-09-28 17:17:29 +02:00 |
|
github-actions
|
ed265f68ba
|
Auto commit for release 'develop' on 2024-08-05
|
2024-08-05 05:06:53 +02:00 |
|
James Cole
|
3560f0388c
|
New method of collecting balance.
|
2024-07-31 13:09:55 +02:00 |
|
Jeroen De Meerleer
|
d831cc8df2
|
Update max nesting level for Markdown converter
Increased the max nesting level to 5 for better parsing.
|
2024-06-11 15:04:15 +02:00 |
|
Jeroen De Meerleer
|
db06d06789
|
Remove unnecessary option from Markdown converter
The 'max_nesting_level' option was removed from the Markdown converter configuration in order to simplify and optimize the code.
|
2024-06-07 09:05:38 +02:00 |
|
James Cole
|
c54f84dc8e
|
Fix https://github.com/firefly-iii/firefly-iii/issues/8779
|
2024-04-13 05:50:26 +02:00 |
|
github-actions
|
9aa90650b4
|
Auto commit for release 'develop' on 2024-03-18
|
2024-03-18 20:25:30 +01:00 |
|
James Cole
|
68c9c4ec3c
|
PHPStorm can order methods by alphabet, who knew.
|
2024-02-22 20:11:09 +01:00 |
|
James Cole
|
3a083f88b5
|
Clean up code.
|
2024-01-04 14:59:55 +01:00 |
|
James Cole
|
8be27a2201
|
Small code cleanup
|
2024-01-04 07:44:52 +01:00 |
|
James Cole
|
f963ac63f1
|
Various code cleanup and fixed alignments.
|
2024-01-01 14:43:56 +01:00 |
|
James Cole
|
581e5d7330
|
Various code cleanup.
|
2023-12-22 20:12:38 +01:00 |
|
James Cole
|
64ec0cf62e
|
Code cleanup.
|
2023-12-20 19:35:52 +01:00 |
|
James Cole
|
46e130fdfe
|
Clean up code.
|
2023-12-10 06:51:59 +01:00 |
|
James Cole
|
c2b22a2bac
|
Clean up code.
|
2023-12-10 06:45:59 +01:00 |
|
James Cole
|
b0a39c00ba
|
fix phpstan issues.
|
2023-11-28 17:18:31 +01:00 |
|
James Cole
|
68f01d932e
|
Fix a lot of phpstan things
|
2023-11-26 12:10:42 +01:00 |
|
James Cole
|
c0cc896102
|
Fix up to level 3
|
2023-11-05 10:16:53 +01:00 |
|
James Cole
|
ba0843d0bb
|
Code cleanup
|
2023-11-04 14:18:49 +01:00 |
|
James Cole
|
775504acb6
|
Chore: Add phpdocs
|
2023-07-04 13:29:19 +02:00 |
|
James Cole
|
3dcb35710b
|
chore: reformat code.
|
2023-06-21 12:34:58 +02:00 |
|
James Cole
|
1278f92355
|
Fix audit log entries and fix #7677
|
2023-06-21 05:55:57 +02:00 |
|
James Cole
|
1b52147a05
|
chore: code cleanup.
|
2023-05-29 13:56:55 +02:00 |
|
James Cole
|
141a828947
|
Improved contrast for dark mode
|
2023-03-25 11:33:42 +01:00 |
|
James Cole
|
c979cfcd89
|
Replace direct calls to Carbon class.
|
2023-02-11 07:36:45 +01:00 |
|
James Cole
|
6cfdc58cb1
|
Various PSR12 code cleanup
|
2022-12-29 19:42:26 +01:00 |
|
James Cole
|
d137b2938d
|
Remove unused function.
|
2022-12-29 07:16:31 +01:00 |
|
James Cole
|
9529721368
|
Merge branch 'develop' into 5.8-dev
# Conflicts:
# app/Factory/TransactionJournalFactory.php
# app/Providers/EventServiceProvider.php
# app/Repositories/PiggyBank/ModifiesPiggyBanks.php
# app/Support/Search/OperatorQuerySearch.php
# app/Support/Steam.php
# app/TransactionRules/Actions/UpdatePiggybank.php
# composer.json
# composer.lock
# config/search.php
# frontend/yarn.lock
# resources/lang/en_US/firefly.php
|
2022-12-11 07:37:33 +01:00 |
|
James Cole
|
7fcdf85dee
|
Fix https://github.com/firefly-iii/firefly-iii/issues/6625
|
2022-11-09 20:49:27 +01:00 |
|
James Cole
|
f52675068b
|
Use PSR-12 code style
|
2022-10-30 14:24:37 +01:00 |
|
James Cole
|
914dc8596b
|
remove old inspections
|
2022-10-30 12:12:35 +01:00 |
|
James Cole
|
d28326cc89
|
Restore todo's
|
2022-10-30 11:43:17 +01:00 |
|
James Cole
|
9b7285ea84
|
Expand search and add operators.
|
2022-09-28 07:35:57 +02:00 |
|
James Cole
|
3df8c4ff75
|
Replace deprecated method
|
2022-03-29 17:01:05 +02:00 |
|
James Cole
|
d04efb8325
|
Reformat various code.
|
2022-03-29 15:00:29 +02:00 |
|
James Cole
|
d1a09ff33b
|
Reformat various code.
|
2022-03-29 14:59:58 +02:00 |
|
James Cole
|
f2849c8058
|
New cron job for bills.
|
2022-03-28 12:23:46 +02:00 |
|
James Cole
|
cbf14f541c
|
Replace deprecated method.
|
2022-03-27 20:24:13 +02:00 |
|
James Cole
|
ba10aa5ca5
|
Move search operators to dedicated file and add lots of new ones.
|
2022-03-20 07:42:39 +01:00 |
|
James Cole
|
e9e9a359c8
|
Disable options for other peoples clients.
|
2021-10-24 07:25:51 +02:00 |
|
James Cole
|
3f1ec6a6d2
|
Fix markdown parser
|
2021-10-01 05:30:14 +02:00 |
|