James Cole
|
8088c28235
|
Solve a problem with inline displaying of file attachments.
|
2018-10-07 18:41:02 +02:00 |
|
James Cole
|
2ec310da18
|
Make sure user ID is an integer #1774
|
2018-10-07 15:55:44 +02:00 |
|
James Cole
|
209c42b316
|
Re-enable cache on various charts.
|
2018-10-07 09:46:15 +02:00 |
|
James Cole
|
011d8a2b9a
|
Make stuff scale better #1040
|
2018-10-07 09:45:50 +02:00 |
|
James Cole
|
6f70791239
|
Refactoring of code for #1159
|
2018-10-05 17:54:51 +02:00 |
|
James Cole
|
7ac439fd0e
|
Merge pull request #1770 from bnw/develop
Added a first version of an import via FinTS
|
2018-10-05 17:34:41 +02:00 |
|
Ben
|
0cda098b4f
|
Don't use deprecated method accountRepository->find
|
2018-10-05 16:32:29 +02:00 |
|
Ben
|
aaff40c4ad
|
Construct FinTS via service container so it can be mocked
|
2018-10-05 16:30:05 +02:00 |
|
Ben
|
306e1081e3
|
Bugfix: array_filter preserves keys, so $filteredAccounts[0] might not exist
|
2018-10-05 16:19:48 +02:00 |
|
James Cole
|
a1e2dac658
|
Another fix for #1583
|
2018-10-04 20:55:04 +02:00 |
|
James Cole
|
07382d5c6d
|
Merge pull request #1765 from mconway/develop
Update PiggyBankRequest.php
|
2018-10-04 20:08:57 +02:00 |
|
James Cole
|
56fdb57d24
|
Fix for #1583
|
2018-10-04 20:06:12 +02:00 |
|
Mike Conway
|
336a9a97f9
|
Update PiggyBankRequest.php
Fix inconsistencies between repository and request variables
|
2018-10-03 19:37:16 -07:00 |
|
Ben
|
88083c5b38
|
Added 'original-source'-field to imported transactions
|
2018-10-03 14:13:46 +02:00 |
|
Ben
|
7e590fb6b3
|
Use arbitrary precision math
|
2018-10-03 14:10:53 +02:00 |
|
Ben
|
4bb4ffbac4
|
Use Carbon instead of DateTime
|
2018-10-03 14:05:07 +02:00 |
|
Ben
|
7de3c7f80a
|
Code style
|
2018-10-03 14:02:06 +02:00 |
|
Ben
|
84d0e44a08
|
Strict comparison
|
2018-10-03 13:59:48 +02:00 |
|
Ben
|
d7ca7e4cd8
|
MessageBag needs messages as array
|
2018-10-03 13:58:57 +02:00 |
|
Ben
|
3ba41d712f
|
Added import and type hinting
|
2018-10-03 13:57:17 +02:00 |
|
Ben
|
ce917298ed
|
Store password encrypted
|
2018-10-03 13:56:53 +02:00 |
|
Ben
|
91e0e33a04
|
Remove debug
|
2018-10-03 13:47:38 +02:00 |
|
Ben
|
c32e9fabd9
|
Bugfix
|
2018-10-03 13:46:18 +02:00 |
|
Ben
|
dc73db2a07
|
Added FinTS import
|
2018-10-03 13:38:09 +02:00 |
|
HamuZ HamuZ
|
efa3eb1981
|
fix typo in PrependDescription [skip ci]
|
2018-10-01 08:21:03 +03:00 |
|
James Cole
|
50ab1fa3f0
|
Test improvement for import routine.
|
2018-09-30 20:14:17 +02:00 |
|
James Cole
|
e50641e969
|
Fix #1751
|
2018-09-30 19:11:49 +02:00 |
|
James Cole
|
e33bbc6f16
|
Expand test coverage.
|
2018-09-30 11:57:51 +02:00 |
|
Marcin Szymanski
|
3c18ea1e14
|
Fix incorrect logging message
|
2018-09-30 01:07:12 +01:00 |
|
James Cole
|
791b028dc4
|
Fix issue where an array is passed instead of a string.
|
2018-09-28 07:46:23 +02:00 |
|
James Cole
|
a3841855e4
|
Fix for #1737
|
2018-09-27 13:54:59 +02:00 |
|
James Cole
|
2c2814c998
|
Align notes with object, not separate.
|
2018-09-27 07:43:30 +02:00 |
|
James Cole
|
214c7a6f3e
|
Improve test results.
|
2018-09-27 06:26:03 +02:00 |
|
James Cole
|
6c4f967c39
|
Fix for #1728
|
2018-09-27 05:57:06 +02:00 |
|
James Cole
|
989ffc2f07
|
Fix #1729
|
2018-09-26 20:44:43 +02:00 |
|
James Cole
|
f87a4c1e7c
|
Fix for #1731
|
2018-09-26 20:42:07 +02:00 |
|
James Cole
|
aa1ae18dbb
|
Fix validation #1720
|
2018-09-26 20:35:01 +02:00 |
|
James Cole
|
b5efd38ded
|
New OFX parser reference.
|
2018-09-26 20:34:45 +02:00 |
|
James Cole
|
2a457c40db
|
Fix for #1723
|
2018-09-26 20:34:24 +02:00 |
|
James Cole
|
e38b64547f
|
Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop
|
2018-09-26 20:32:38 +02:00 |
|
James Cole
|
bafa96b9c0
|
Fix for #1719
|
2018-09-26 20:21:25 +02:00 |
|
James Cole
|
6ed31dc4c9
|
PHP 7.2 specific code.
|
2018-09-23 06:57:37 +02:00 |
|
James Cole
|
fe8f5573d2
|
Clean up request class.
|
2018-09-23 06:57:27 +02:00 |
|
James Cole
|
51dfb8ebf1
|
Auto complete now supports search.
|
2018-09-23 06:57:00 +02:00 |
|
James Cole
|
8fd64791d6
|
Strip newlines and tabs from description.
|
2018-09-23 06:53:15 +02:00 |
|
Mathieu Post
|
0556433ce4
|
Fix bunq import "Undefined index: apply_rules"
When using the bunq import and unchecking "apply rules" gave an error. Same as https://github.com/firefly-iii/firefly-iii/issues/1538
|
2018-09-22 13:57:36 +02:00 |
|
James Cole
|
ec072cee23
|
Add debug info to currency screen.
|
2018-09-22 07:09:41 +02:00 |
|
James Cole
|
e29e6c147c
|
Upgrade Firefly III to PHP 7.2 and Laravel 5.7
|
2018-09-19 16:50:16 +02:00 |
|
James Cole
|
3d91a186d5
|
Remove credit card liability type from system.
|
2018-09-18 18:17:55 +02:00 |
|
James Cole
|
f76fdedd25
|
Set time out to zero. #1607
|
2018-09-17 16:50:46 +02:00 |
|
James Cole
|
d9f515900c
|
Expand code coverage.
|
2018-09-15 13:44:36 +02:00 |
|
James Cole
|
57b4a5be08
|
Code and tests for #1450
|
2018-09-15 13:43:57 +02:00 |
|
James Cole
|
4377627332
|
Some extra logging + a fix for #1683
|
2018-09-13 20:23:17 +02:00 |
|
James Cole
|
e117222dc2
|
Fix for #1679
|
2018-09-13 20:01:41 +02:00 |
|
James Cole
|
6286daa881
|
Fix for #1675
|
2018-09-12 17:47:31 +02:00 |
|
James Cole
|
efeffaa49f
|
Refactor period blocks.
|
2018-09-10 20:24:19 +02:00 |
|
James Cole
|
d77112955d
|
Fix secure headers for new Google tag.
|
2018-09-10 20:23:43 +02:00 |
|
James Cole
|
0bf5c6ee3d
|
Fix for #1667
|
2018-09-10 17:57:20 +02:00 |
|
James Cole
|
155480b335
|
Code for #1671
|
2018-09-10 16:18:35 +02:00 |
|
James Cole
|
38d58f0354
|
Fix #1670
|
2018-09-09 20:40:26 +02:00 |
|
HamuZ HamuZ
|
9df2d86ac2
|
Add support for negated amount. Closes #1660 and #1650.
|
2018-09-09 13:35:21 +03:00 |
|
James Cole
|
7e3ba3c27f
|
Fix JSON encode #1668
|
2018-09-09 11:18:05 +02:00 |
|
James Cole
|
c7043dffc2
|
Extra code for #1668
|
2018-09-09 07:57:15 +02:00 |
|
James Cole
|
d2c1e30979
|
Fixes for #1670
|
2018-09-09 07:48:17 +02:00 |
|
James Cole
|
d5679c372f
|
Temp fix for #1668.
|
2018-09-08 15:12:36 +02:00 |
|
James Cole
|
b33f8b70d4
|
Improve code coverage.
|
2018-09-07 20:12:22 +02:00 |
|
James Cole
|
d5773ab5d0
|
Make reports slightly more multi currency.
|
2018-09-06 19:47:29 +02:00 |
|
James Cole
|
9ece209c72
|
Add two new ranges #954
|
2018-09-06 13:05:15 +02:00 |
|
James Cole
|
03956af88a
|
Warn when classes are used in testing environment; this means tests aren't efficient.
|
2018-09-06 12:29:32 +02:00 |
|
James Cole
|
32ed9c59ea
|
Code for #896
|
2018-09-06 10:14:12 +02:00 |
|
James Cole
|
4ef663669c
|
Unset transaction source so the duplicate detector keeps working.
|
2018-09-06 07:40:56 +02:00 |
|
James Cole
|
b855c54e81
|
Clean up some old code.
|
2018-09-06 07:38:51 +02:00 |
|
James Cole
|
28e7440726
|
Add budget limit currency ID.
|
2018-09-06 07:38:26 +02:00 |
|
James Cole
|
7bca2298a0
|
Fix tests for new transaction source routine.
|
2018-09-06 07:37:44 +02:00 |
|
James Cole
|
b1cc17d96e
|
Make sure each source of transactions stores where it's from.
|
2018-09-05 19:45:59 +02:00 |
|
James Cole
|
0e9fbecbe4
|
Forgot the credit card type [skip ci]
|
2018-09-04 19:32:50 +02:00 |
|
James Cole
|
46ba0a5a5a
|
Mock more repositories in tests.
|
2018-09-03 18:52:46 +02:00 |
|
James Cole
|
bb9f763729
|
Repositories will now warn if used in test environment.
|
2018-09-03 08:41:03 +02:00 |
|
James Cole
|
7666147f3c
|
Merge pull request #1649 from hamuz/patch-1
2FA QR doesn't show up due to CSP error
|
2018-09-03 07:57:19 +02:00 |
|
HamuZ HamuZ
|
52f8b24041
|
2FA QR doesn't show up due to CSP error
Relevant stackoverflow fix:
https://stackoverflow.com/questions/18447970/content-security-policy-data-not-working-for-base64-images-in-chrome-28
|
2018-09-03 08:19:38 +03:00 |
|
James Cole
|
de754ca4e0
|
Improve test coverage.
|
2018-09-02 20:13:25 +02:00 |
|
James Cole
|
02370fb65d
|
Fix final tests
|
2018-09-01 20:45:05 +02:00 |
|
James Cole
|
13f72c73fb
|
Expand test coverage.
|
2018-08-31 21:12:53 +02:00 |
|
James Cole
|
69b4632ef6
|
Fix #1642
|
2018-08-31 21:11:47 +02:00 |
|
James Cole
|
0cfe991482
|
Fix issue where the tester would not respect the strict yes/no setting.
|
2018-08-31 17:48:54 +02:00 |
|
James Cole
|
6377459e2f
|
Smaller batch for bunq import. #1607
|
2018-08-31 17:11:48 +02:00 |
|
James Cole
|
33fe6dbfa3
|
First step in improving test coverage.
|
2018-08-30 20:58:07 +02:00 |
|
James Cole
|
e158b9b64e
|
Also improve the "forward" routine so it won't go back again #1607
|
2018-08-30 19:27:27 +02:00 |
|
James Cole
|
dfa9e537b3
|
Improve the bunq routine so it will keep looping when faced with default PHP time out settings (30 seconds).
|
2018-08-30 19:12:52 +02:00 |
|
James Cole
|
6d28ece616
|
Download more, sleep less. #1607
|
2018-08-29 17:33:36 +02:00 |
|
James Cole
|
59f4ecdaa6
|
The net worth chart will respect net worth preferences.
|
2018-08-29 10:57:42 +02:00 |
|
James Cole
|
5b771f7def
|
Code for #1607
|
2018-08-28 21:48:10 +02:00 |
|
James Cole
|
62321a03ca
|
Fix missing combi for transaction types.
|
2018-08-28 14:23:51 +02:00 |
|
James Cole
|
40ca72c656
|
Reference to unknown chart.
|
2018-08-28 14:20:04 +02:00 |
|
James Cole
|
e1c829f4fa
|
Make some charts multi-currency.
|
2018-08-28 05:21:23 +02:00 |
|
James Cole
|
46136d94e9
|
A fix for apparently unknown category names [skip ci]
|
2018-08-28 04:29:16 +02:00 |
|
James Cole
|
0d82589916
|
Make some charts currency aware for #740
|
2018-08-27 18:59:30 +02:00 |
|
James Cole
|
4fc13037d2
|
This makes the expense chart on the frontpage multi-currency.
|
2018-08-27 08:08:51 +02:00 |
|
James Cole
|
3764499714
|
Expand API to accept liability accounts.
|
2018-08-26 21:29:46 +02:00 |
|
James Cole
|
8c1d1d1db0
|
Improved implementation of liability accounts and the option to add or remove accounts from the net-worth calculations.
|
2018-08-26 18:40:38 +02:00 |
|