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
|
b855c54e81
|
Clean up some old code.
|
2018-09-06 07:38:51 +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
|
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
|
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
|
33fe6dbfa3
|
First step in improving test coverage.
|
2018-08-30 20:58:07 +02:00 |
|
James Cole
|
59f4ecdaa6
|
The net worth chart will respect net worth preferences.
|
2018-08-29 10:57:42 +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
|
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 |
|
James Cole
|
07cfba1b3a
|
Add the ability to make transfers to and from liability accounts.
|
2018-08-25 21:33:22 +02:00 |
|
James Cole
|
5de01628a6
|
Expand secure headers.
|
2018-08-25 10:49:52 +02:00 |
|
James Cole
|
2834aca597
|
Update header readability, add Google as an optional allowed source.
|
2018-08-25 10:36:27 +02:00 |
|
James Cole
|
dfdbace298
|
Add secure headers middleware.
|
2018-08-25 07:55:47 +02:00 |
|
James Cole
|
a9590d2bb6
|
Add secure headers middleware.
|
2018-08-25 07:55:32 +02:00 |
|
James Cole
|
7c34144ccd
|
Some basic code for liability accounts.
|
2018-08-22 21:18:15 +02:00 |
|
David Meiseles
|
a1896a6336
|
DRYed out
|
2018-08-20 13:45:30 -04:00 |
|
David Meiseles
|
d30da7bf5d
|
Can have link in success message to the transaction it refers to
|
2018-08-20 11:36:13 -04:00 |
|
James Cole
|
4876053018
|
Test a fix for #1620
|
2018-08-19 19:31:21 +02:00 |
|
James Cole
|
21bff39e31
|
Fix #1620
|
2018-08-18 20:13:26 +02:00 |
|
James Cole
|
ba09901228
|
fix #1615
|
2018-08-18 20:11:12 +02:00 |
|
James Cole
|
81d17409d4
|
Fix some things with the update checker.
|
2018-08-17 21:51:15 +02:00 |
|
James Cole
|
379c540bd8
|
Update config for logging in Docker.
|
2018-08-17 20:01:46 +02:00 |
|
James Cole
|
219a0cd612
|
Fix for #1617
|
2018-08-17 05:54:29 +02:00 |
|
James Cole
|
7327941c77
|
Alert if cron job isn't running.
|
2018-08-13 19:07:46 +02:00 |
|
James Cole
|
6941176519
|
Make chart red/green
|
2018-08-13 18:09:47 +02:00 |
|
James Cole
|
cb2c52cddb
|
New cronjob code.
|
2018-08-12 14:26:11 +02:00 |
|
James Cole
|
dd95776144
|
Code for #833
|
2018-08-12 10:06:20 +02:00 |
|
James Cole
|
a35c6e29b6
|
Rename various methods.
|
2018-08-11 19:21:58 +02:00 |
|
James Cole
|
a803dfc7fa
|
Undo recurring job thing.
|
2018-08-11 18:20:29 +02:00 |
|
James Cole
|
c465d1c059
|
Example run of recurring thing outside of cron job.
|
2018-08-11 18:20:10 +02:00 |
|
James Cole
|
9914c0791e
|
Rename journal collector to more fitting transaction collector.
|
2018-08-11 14:33:47 +02:00 |
|
James Cole
|
a205367b62
|
Various refactoring.
|
2018-08-11 14:15:07 +02:00 |
|
James Cole
|
6218fa90de
|
Move get income / get expense methods to trait.
|
2018-08-11 14:06:49 +02:00 |
|
James Cole
|
16fba15b5c
|
Refactor various methods away from controllers
|
2018-08-11 06:39:29 +02:00 |
|
James Cole
|
ec2463a3ba
|
Remove view generation and put in trait.
|
2018-08-10 18:19:51 +02:00 |
|
James Cole
|
b605ede74e
|
Move methods to traits.
|
2018-08-10 17:05:37 +02:00 |
|
James Cole
|
5908b4b000
|
Route fixes and fix tests.
|
2018-08-09 19:44:36 +02:00 |
|
James Cole
|
2ed433c96d
|
Refactor configuration methods into trait
|
2018-08-09 17:50:30 +02:00 |
|
James Cole
|
9865800e39
|
Refactor many request related methods into (complex) trait.
|
2018-08-09 17:46:14 +02:00 |
|
James Cole
|
4f697e77d5
|
Redirect user to original account refactor.
|
2018-08-09 17:34:11 +02:00 |
|
James Cole
|
c957aded98
|
Redirect user to original account refactor.
|
2018-08-09 17:32:28 +02:00 |
|
James Cole
|
aa0758cd2b
|
Refactor basic methods to trait
|
2018-08-09 16:16:27 +02:00 |
|