Commit Graph

14351 Commits

Author SHA1 Message Date
James Cole
35c9367819
New method for consistent data collection. 2020-12-02 17:12:58 +01:00
James Cole
cbe046ba07
Can generate webhook messages for creating transactions. 2020-12-02 06:54:13 +01:00
James Cole
e27e0a97a7
Fix #4113 2020-12-02 06:41:42 +01:00
James Cole
822432712b
Fix #4112 2020-12-02 06:28:34 +01:00
James Cole
1f5ac4d9cc
Fix #4108 2020-12-01 18:29:21 +01:00
James Cole
d66b03166f
Fix #4070 2020-12-01 18:11:31 +01:00
James Cole
c563340532 Fix comma parsing when users search for amount:12,34 2020-12-01 12:24:23 +01:00
James Cole
dd85b8d46a
Merge pull request #4102 from firefly-iii/dependabot/composer/develop/phpstan/phpstan-0.12.58
Bump phpstan/phpstan from 0.12.57 to 0.12.58
2020-11-30 06:37:36 +01:00
dependabot[bot]
182cd6c100
Bump phpstan/phpstan from 0.12.57 to 0.12.58
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.57 to 0.12.58.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.57...0.12.58)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-30 05:19:11 +00:00
James Cole
59962005db
API ability to manage webhooks. 2020-11-29 18:35:49 +01:00
James Cole
f42bd19c1c
Add some stuff for webhooks. 2020-11-29 11:36:29 +01:00
James Cole
c68d7c5aad
First attempt at webhooks table. 2020-11-29 09:29:38 +01:00
James Cole
0e5e2fcef7
Config for webhooks. 2020-11-29 09:15:27 +01:00
James Cole
d8344d8d45
Export meta data, fix #3717 2020-11-29 07:58:24 +01:00
James Cole
1ad5f5c759
Fix #4098 2020-11-29 07:07:08 +01:00
James Cole
b38e7cbb1a
Rebuild front 2020-11-29 07:06:55 +01:00
James Cole
a5b6bf5797
Make OAuth visible for users. 2020-11-28 05:52:39 +01:00
James Cole
29d1c950ec
Update composer to catch some passport related problems. 2020-11-28 05:36:56 +01:00
James Cole
b16d23460e
Expand frontend. 2020-11-27 06:14:10 +01:00
James Cole
1b27f6143c
Expand API with still undocumented features 2020-11-27 06:13:46 +01:00
James Cole
11e6410d7c
Fix layout call. 2020-11-26 06:32:07 +01:00
James Cole
a78d7b9fec
Small change in dashboard. 2020-11-26 06:23:02 +01:00
James Cole
68bbadb99a
Hardcode v2 2020-11-25 19:54:02 +01:00
James Cole
7211ea5b9b
Small test to see if moment isn't null 2020-11-25 19:43:42 +01:00
James Cole
825be42c4e
Variables fix. 2020-11-25 19:31:30 +01:00
James Cole
e12c4197f6
Variables fix. 2020-11-25 19:25:07 +01:00
James Cole
6c14742ce0
Rebuild frontend. 2020-11-25 06:32:30 +01:00
James Cole
16018109c8
Minor changes in kernel code. 2020-11-25 06:25:08 +01:00
James Cole
9a658b60fb
Merge pull request #4085 from firefly-iii/dependabot/composer/develop/phpunit/phpunit-9.4.3
Bump phpunit/phpunit from 9.4.2 to 9.4.3
2020-11-23 07:49:26 +01:00
James Cole
a13dc20e51
Merge pull request #4084 from firefly-iii/dependabot/composer/develop/laravel/framework-8.15.0
Bump laravel/framework from 8.14.0 to 8.15.0
2020-11-23 07:49:16 +01:00
James Cole
9f1fb62d21
Merge pull request #4083 from firefly-iii/dependabot/composer/develop/diglactic/laravel-breadcrumbs-6.0.3
Bump diglactic/laravel-breadcrumbs from 6.0.2 to 6.0.3
2020-11-23 07:49:06 +01:00
James Cole
a41dc220ca
Merge pull request #4082 from firefly-iii/dependabot/composer/develop/phpstan/phpstan-0.12.57
Bump phpstan/phpstan from 0.12.55 to 0.12.57
2020-11-23 07:48:55 +01:00
James Cole
6388bdc946
Merge pull request #4081 from firefly-iii/dependabot/composer/develop/vimeo/psalm-4.2.1
Bump vimeo/psalm from 4.1.1 to 4.2.1
2020-11-23 07:48:44 +01:00
dependabot[bot]
5ea5622ead
Bump phpunit/phpunit from 9.4.2 to 9.4.3
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.4.2 to 9.4.3.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.4.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.4.2...9.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 05:29:39 +00:00
dependabot[bot]
bcfbb232c0
Bump laravel/framework from 8.14.0 to 8.15.0
Bumps [laravel/framework](https://github.com/laravel/framework) from 8.14.0 to 8.15.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/8.x/CHANGELOG-8.x.md)
- [Commits](https://github.com/laravel/framework/compare/v8.14.0...v8.15.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 05:26:36 +00:00
dependabot[bot]
b7f73cdc0e
Bump diglactic/laravel-breadcrumbs from 6.0.2 to 6.0.3
Bumps [diglactic/laravel-breadcrumbs](https://github.com/diglactic/laravel-breadcrumbs) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/diglactic/laravel-breadcrumbs/releases)
- [Commits](https://github.com/diglactic/laravel-breadcrumbs/compare/v6.0.2...v6.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 05:22:56 +00:00
dependabot[bot]
4c84a14ee2
Bump phpstan/phpstan from 0.12.55 to 0.12.57
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.55 to 0.12.57.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.55...0.12.57)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 05:20:28 +00:00
dependabot[bot]
e5201d6127
Bump vimeo/psalm from 4.1.1 to 4.2.1
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.1.1 to 4.2.1.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/4.1.1...4.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 05:17:59 +00:00
James Cole
ce7bc723ac
Rebuild new frontend. 2020-11-22 07:50:55 +01:00
James Cole
4a54f484aa
Remove code comment. 2020-11-22 07:50:26 +01:00
James Cole
e1c242326a
Rebuild frontend 2020-11-21 12:06:43 +01:00
James Cole
2eee4cfcf8
Configurable audit logging for #4074 2020-11-20 15:44:17 +01:00
James Cole
729a6130be
Rebuild frontend. 2020-11-20 06:28:14 +01:00
James Cole
b8c73aa0d9
Create event manually 2020-11-20 06:25:08 +01:00
James Cole
c659d67172
Budget limit now has period. 2020-11-20 06:24:08 +01:00
James Cole
3dbc74b040
Fix #4071 2020-11-20 06:22:43 +01:00
James Cole
5e703c6e7f
Extra instructions in GitHub templates. 2020-11-19 06:31:09 +01:00
James Cole
30817cba9f
Merge pull request #4066 from firefly-iii/dependabot/composer/develop/phpstan/phpstan-0.12.55
Bump phpstan/phpstan from 0.12.54 to 0.12.55
2020-11-16 11:15:01 +01:00
James Cole
38170ba614
Merge pull request #4065 from firefly-iii/dependabot/composer/develop/fakerphp/faker-1.11.0
Bump fakerphp/faker from 1.10.1 to 1.11.0
2020-11-16 11:10:13 +01:00
James Cole
369e92f0ad
Merge pull request #4064 from firefly-iii/dependabot/composer/develop/adldap2/adldap2-laravel-6.1.4
Bump adldap2/adldap2-laravel from 6.1.2 to 6.1.4
2020-11-16 09:31:58 +01:00