James Cole
|
92158e52ef
|
Update copyright of Firefly III to the GNU Affero General Public License as suggested by @nxxxse in #2607. This applies to all code in this commit from this moment onwards.
|
2019-10-02 06:37:26 +02:00 |
|
James Cole
|
5fb7635100
|
Remove double lines from code.
|
2019-08-28 16:28:14 +02:00 |
|
James Cole
|
d050c0269a
|
Fix #2487
|
2019-08-27 06:55:12 +02:00 |
|
James Cole
|
af2f085aa7
|
Disable the encryption of uploads, in line with other efforts not to encrypt local data.
|
2019-08-25 07:25:01 +02:00 |
|
James Cole
|
c2296c3ad5
|
Code cleanup
|
2019-08-17 10:47:29 +02:00 |
|
James Cole
|
fdf99400bc
|
Some TODO's for the future.
|
2019-08-16 06:20:07 +02:00 |
|
James Cole
|
3435cb937c
|
Merge tag '4.7.17.4' into develop
4.7.17.4
# Conflicts:
# config/firefly.php
# resources/views/v1/transactions/convert.twig
|
2019-08-02 17:10:55 +02:00 |
|
James Cole
|
e80d616ef4
|
Fix #2367
|
2019-08-02 17:05:54 +02:00 |
|
James Cole
|
9b574ce7ad
|
Improve test coverage.
|
2019-07-31 16:53:09 +02:00 |
|
James Cole
|
956ec23d3c
|
Remove unnecessary slash from in_array()
|
2019-06-22 13:09:25 +02:00 |
|
James Cole
|
2d3d7f7720
|
Some generic code refactoring.
|
2019-06-21 19:10:02 +02:00 |
|
James Cole
|
8b7e87ae57
|
Big refactor to remove the deprecated transaction collector.
|
2019-05-30 12:31:19 +02:00 |
|
James Cole
|
39321b320e
|
Improve search speed.
|
2019-02-27 19:08:09 +01:00 |
|
James Cole
|
e0d87aa11e
|
First part of a large code cleanup commit.
|
2019-02-12 21:49:28 +01:00 |
|
James Cole
|
2117fc2a5a
|
Add thing to apply rules to fints #2081
|
2019-02-12 21:01:12 +01:00 |
|
James Cole
|
8998c9a672
|
Extra code for #1975
|
2019-02-10 10:54:30 +01:00 |
|
James Cole
|
5cad4e9d82
|
Fix #1989
|
2019-01-28 19:36:17 +01:00 |
|
James Cole
|
3e25d66902
|
Add newlines and copyright notices.
|
2018-12-31 07:48:23 +01:00 |
|
James Cole
|
a7585e3040
|
Fix for #1985
|
2018-12-21 06:51:00 +01:00 |
|
James Cole
|
53ed5b2975
|
Improved logging for bunq routine. #1607
|
2018-10-31 16:25:21 +01:00 |
|
James Cole
|
6f70791239
|
Refactoring of code for #1159
|
2018-10-05 17:54:51 +02:00 |
|
Ben
|
aaff40c4ad
|
Construct FinTS via service container so it can be mocked
|
2018-10-05 16:30:05 +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
|
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 |
|
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 |
|
HamuZ HamuZ
|
9df2d86ac2
|
Add support for negated amount. Closes #1660 and #1650.
|
2018-09-09 13:35:21 +03:00 |
|
James Cole
|
566be8dc63
|
Fix #1564
|
2018-08-16 16:42:58 +02:00 |
|
James Cole
|
a205367b62
|
Various refactoring.
|
2018-08-11 14:15:07 +02:00 |
|
James Cole
|
5908c0ce8c
|
Code cleanup and realign.
|
2018-08-06 19:14:30 +02:00 |
|
James Cole
|
f0d3ca5d53
|
Various code cleanup.
|
2018-08-04 17:30:06 +02:00 |
|
James Cole
|
c1ac2bb156
|
Expand text and routine for YNAB
|
2018-07-31 05:49:03 +02:00 |
|
James Cole
|
2add644706
|
First basic import #145
|
2018-07-30 20:39:19 +02:00 |
|
James Cole
|
dfd9cf0874
|
New code for YNAB import.
|
2018-07-29 21:02:03 +02:00 |
|
James Cole
|
0c7b652a70
|
Last code optimization before release.
|
2018-07-28 10:45:16 +02:00 |
|
James Cole
|
e3e0e12fef
|
Various code cleanup.
|
2018-07-27 05:03:37 +02:00 |
|
James Cole
|
0312ba8ad7
|
Various bugfixes and code clean up.
|
2018-07-27 04:46:21 +02:00 |
|
James Cole
|
e8c9554dd6
|
Remove TODO's, add some suppressors for code quality.
|
2018-07-25 19:43:02 +02:00 |
|
James Cole
|
b7752928a4
|
Give all of these files a newline at the end.
|
2018-07-22 20:32:02 +02:00 |
|
James Cole
|
7b41c5b301
|
Cast all translations to strings.
|
2018-07-15 09:38:49 +02:00 |
|
James Cole
|
fc80f828be
|
Fix #1538
|
2018-07-08 15:22:52 +02:00 |
|
James Cole
|
a1d99c1954
|
Bunq and Spectre will ask to apply rules.
|
2018-06-23 10:55:26 +02:00 |
|
James Cole
|
4a12d4d156
|
Code cleanup [skip ci]
|
2018-06-06 21:23:00 +02:00 |
|
James Cole
|
df87d03f32
|
FF3 will apply rules when importing from bunq #1443
|
2018-06-01 05:49:33 +02:00 |
|
James Cole
|
e953becbae
|
Expand test coverage for bunq.
|
2018-05-25 08:38:15 +02:00 |
|