Commit Graph
14731 Commits
Author SHA1 Message Date
James Cole 1f50f65bb7 Finish budget tests. 2021-03-13 19:03:08 +01:00
James Cole fdcd6befb6 Completed bill tests. 2021-03-13 17:16:38 +01:00
James Cole c9f7f877c0 Expand API test to bill store. 2021-03-13 16:47:29 +01:00
James Cole bdb298740a Also test attachments. 2021-03-13 14:33:48 +01:00
James Cole bd040c80b2 Fix account API tests. 2021-03-13 13:26:45 +01:00
James Cole 7118abe28d Fix some tests for account API 2021-03-13 12:01:01 +01:00
James Cole 668b169a5e Fix parsing of bill ID. 2021-03-13 06:25:25 +01:00
James Cole a03e000af1 Small code cleanup. 2021-03-12 20:25:15 +01:00
James Cole 81f5224b11 Clean up old tests. 2021-03-12 18:31:19 +01:00
James Cole a05d006fa7 Update installation commands. 2021-03-12 06:30:40 +01:00
James Cole 748d61fb8f Various code reshuffelling. 2021-03-12 06:20:01 +01:00
James Cole 97561ab9c9 Some code cleanup and a new migration. 2021-03-12 06:17:50 +01:00
James Cole aec70cf6a0 Add invalid transaction type. 2021-03-12 06:11:50 +01:00
James Cole b0c9745982 Make sure rules respect active flag. 2021-03-12 06:11:34 +01:00
James Cole 625e31d053 Fix tags and rule groups. 2021-03-11 06:29:07 +01:00
James ColeandGitHub 75c8ec7c0a Merge pull request #4488 from KaihatsuOnline/patch-1
Set Japanese Yen decimal places to zero in the TransactionCurrencySeeder
2021-03-10 14:58:17 +00:00
KaihatsuOnlineandGitHub 31df959935 Set Japanese Yen decimal places to zero in the TransactionCurrencySeeder. 2021-03-10 23:54:42 +09:00
James Cole 238a582d8a Update validators so they can handle one field at a time. 2021-03-10 06:34:03 +01:00
James Cole 5f4b025be5 Store location correctly. 2021-03-08 18:21:49 +01:00
James Cole e0c3c91bf2 Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop 2021-03-08 17:56:27 +01:00
James Cole 2a975c302f Fix some stuff in account API calls. still need to solve location. 2021-03-08 17:56:21 +01:00
James ColeandGitHub 9369d908c8 Merge pull request #4480 from firefly-iii/dependabot/npm_and_yarn/develop/postcss-8.2.7
Bump postcss from 8.2.6 to 8.2.7
2021-03-08 12:55:50 +01:00
James ColeandGitHub 83f38eb8c8 Merge pull request #4481 from firefly-iii/dependabot/npm_and_yarn/develop/jquery-3.6.0
Bump jquery from 3.5.1 to 3.6.0
2021-03-08 12:55:36 +01:00
James Cole 4d34160ede Verify sorting 2021-03-08 09:56:40 +01:00
dependabot[bot]andGitHub ddaec93550 Bump jquery from 3.5.1 to 3.6.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.5.1...3.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-08 05:07:55 +00:00
dependabot[bot]andGitHub 66e0cea18d Bump postcss from 8.2.6 to 8.2.7
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.6 to 8.2.7.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.6...8.2.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-08 05:07:42 +00:00
James Cole e3161a8b9c Can now update order of accounts efficiently. 2021-03-07 16:19:14 +01:00
James Cole 91394553c3 Add some routes for transfers. 2021-03-07 15:26:42 +01:00
James Cole 414c99489c Final patches in API 2021-03-07 12:16:03 +01:00
James Cole ba163f82d1 Webhook API 2021-03-07 12:13:22 +01:00
James Cole c4882231d1 Submit user preferences. 2021-03-07 09:46:12 +01:00
James Cole d6dd6795fe Can again destroy data. 2021-03-07 08:16:33 +01:00
James Cole f2e5e7d182 Fix config routes. 2021-03-07 07:43:18 +01:00
James Cole 7606757d78 Add "about" paths. 2021-03-07 06:30:59 +01:00
James Cole ea07b831f2 Fix reference to recurrence update 2021-03-07 06:15:13 +01:00
James Cole 9cc20bbea7 All model API things done! 2021-03-06 22:22:51 +01:00
James Cole 9632f69b15 Recreate routes for transaction links. 2021-03-06 22:15:17 +01:00
James Cole b11e3145c5 Implement currency routes. 2021-03-06 21:39:29 +01:00
James Cole fa5d33caf5 Add routes for transactions. 2021-03-06 20:52:42 +01:00
James Cole 93a31337fc Add transaction API, untested. 2021-03-06 20:05:17 +01:00
James Cole a8a1eca89e Add tags 2021-03-06 19:04:09 +01:00
James Cole 4ba713e553 Fix rule group API 2021-03-06 18:00:49 +01:00
James Cole cfa9e8b318 Set up and manage rule endpoints. 2021-03-06 17:43:06 +01:00
James Cole 2437759368 Recurring transactions. 2021-03-06 16:15:39 +01:00
James Cole b43ea5c108 Add bills and piggy banks 2021-03-06 15:00:34 +01:00
James Cole 84263b9ee8 API routes for object groups. 2021-03-06 14:50:48 +01:00
James Cole 2b2d10d1f1 Reformat API routes. 2021-03-06 12:45:49 +01:00
James Cole 1c041b9543 Clean up budget and limit routes. 2021-03-06 08:40:51 +01:00
James Cole c53f8b6dfc Refer to the correct model. 2021-03-06 07:22:13 +01:00
James Cole 1c661a86b6 Temporary reshuffeling to fix API 2021-03-06 07:20:49 +01:00