Commit Graph

19738 Commits

Author SHA1 Message Date
James Cole
fb6c67fa04
Fix https://github.com/firefly-iii/firefly-iii/issues/9532 2024-12-14 08:10:58 +01:00
James Cole
03e9e3dbdb
Expand all notifications. 2024-12-14 08:03:18 +01:00
James Cole
5520992861
Clean up and fix notifications. 2024-12-14 07:52:02 +01:00
James Cole
5f1502eea7
Clean up code. 2024-12-14 07:22:46 +01:00
James Cole
b3560ff525
Clean up notifications 2024-12-14 07:13:01 +01:00
James Cole
8030167ffc
Clean up notifications, fix first user notification. 2024-12-14 07:05:08 +01:00
James Cole
fd2c1615cf
Start cleaning up notifications. 2024-12-14 06:57:57 +01:00
James Cole
b976239580
Fix all test channels for user and owner. 2024-12-14 06:30:27 +01:00
James Cole
7d8d773f8f
Clean up some code. 2024-12-14 05:45:54 +01:00
James Cole
b930ad4da7
Update code and packages 2024-12-14 05:43:13 +01:00
James Cole
abad7cdf16
Update packages and notification settings 2024-12-14 05:39:55 +01:00
James Cole
0e5eb036b0
Unknown user warning. 2024-12-12 07:09:17 +01:00
James Cole
d995bfc081
Update all owner events so they support all channels 2024-12-12 06:33:48 +01:00
James Cole
c920070ce2
Expand settings for notifications. 2024-12-11 07:23:46 +01:00
James Cole
c35ff3174a
Add support for Pushover 2024-12-09 07:34:01 +01:00
James Cole
94085ee940
Add config for ntfy 2024-12-09 06:27:37 +01:00
James Cole
c841fa3620
Remove references to discord. 2024-12-09 06:00:43 +01:00
James Cole
2f7a1c941e
Expand test notification framework. 2024-12-08 16:28:22 +01:00
James Cole
c06fb8daf6
Expand notifications settings. 2024-12-07 09:41:09 +01:00
James Cole
26948a058a
Expand UI for notifications. 2024-12-07 08:05:51 +01:00
James Cole
1220564f30
Fix creating piggies 2024-12-07 08:05:29 +01:00
James Cole
ea4be9dd0c
Expand forms and improve validation for multi-account piggy banks 2024-12-06 08:10:31 +01:00
James Cole
4819b5ac5d
More code for multi account piggy banks. 2024-12-04 06:38:47 +01:00
James Cole
d740814f88
API works for multi-account piggies, the rest throws an exception 2024-12-01 18:32:05 +01:00
James Cole
cdf1ebf3f7
Better ability to store piggy banks. 2024-12-01 18:16:48 +01:00
James Cole
f2fab5d4ee
Update code for piggy banks. 2024-12-01 06:48:15 +01:00
James Cole
21a6927279
Rename fields for piggy bank 2024-11-30 16:02:30 +01:00
James Cole
92190bbc54
Rename fields in piggy bank. 2024-11-30 15:57:11 +01:00
James Cole
9ad005e31f
Add edit button for notes https://github.com/firefly-iii/firefly-iii/issues/5523 2024-11-30 06:19:21 +01:00
James Cole
f5c56e02da
API allows update/set of budget limit notes. https://github.com/firefly-iii/firefly-iii/issues/5523 2024-11-30 05:42:59 +01:00
James Cole
c25c0d37c5
Replace constants with enums. 2024-11-27 08:08:52 +01:00
James Cole
4ba1c5bcfc New set of PHP 8.4 files 2024-11-26 18:04:32 +01:00
James Cole
64aefe5848
Merge pull request #9495 from firefly-iii/dependabot/npm_and_yarn/develop/i18next-24.0.0
Bump i18next from 23.16.8 to 24.0.0
2024-11-25 07:22:13 +01:00
James Cole
73f2f71b03
Merge pull request #9496 from firefly-iii/dependabot/npm_and_yarn/develop/i18next-http-backend-3.0.1
Bump i18next-http-backend from 2.7.1 to 3.0.1
2024-11-25 07:22:04 +01:00
James Cole
12ee37d700
Switch API to transaction type enums 2024-11-25 07:14:14 +01:00
James Cole
9679c22a27
Fix https://github.com/firefly-iii/firefly-iii/issues/9497 2024-11-25 07:12:36 +01:00
dependabot[bot]
1395c95353
Bump i18next-http-backend from 2.7.1 to 3.0.1
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.7.1 to 3.0.1.
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next-http-backend/commits/v3.0.1)

---
updated-dependencies:
- dependency-name: i18next-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 03:21:57 +00:00
dependabot[bot]
4d1fd43c8c
Bump i18next from 23.16.8 to 24.0.0
Bumps [i18next](https://github.com/i18next/i18next) from 23.16.8 to 24.0.0.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v23.16.8...v24.0.0)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 03:21:31 +00:00
github-actions
71c208c4fb Auto commit for release 'develop' on 2024-11-25 2024-11-25 04:18:55 +01:00
James Cole
91a2a1afc3
Fix https://github.com/firefly-iii/firefly-iii/issues/9492 2024-11-24 15:23:17 +01:00
github-actions
25c1ca2f5d Auto commit for release 'develop' on 2024-11-24 2024-11-24 04:56:25 +01:00
James Cole
6f0bb82f59
Fix missing import 2024-11-24 04:52:33 +01:00
github-actions
22a5184ebe Auto commit for release 'develop' on 2024-11-23 2024-11-23 21:16:06 +01:00
github-actions
17b0b1f43f Auto commit for release 'v6.1.24' on 2024-11-23 2024-11-23 21:07:01 +01:00
James Cole
b61df5ec19
Update changelog 2024-11-23 21:01:58 +01:00
James Cole
1ac7275f83
Fix https://github.com/firefly-iii/firefly-iii/issues/9491 2024-11-23 20:59:08 +01:00
github-actions
cd10d04907 Auto commit for release 'v6.1.23' on 2024-11-23 2024-11-23 19:19:46 +01:00
James Cole
f9b76fcb8b
Update changelog for new release. 2024-11-23 19:14:15 +01:00
James Cole
093fa067e6
Merge branches 'develop' and 'develop' of github.com:firefly-iii/firefly-iii into develop 2024-11-23 16:15:00 +01:00
James Cole
fa655f065b
Part of new API, cleanup code. 2024-11-23 16:14:47 +01:00