Commit Graph

26 Commits

Author SHA1 Message Date
Miguel Ribeiro
48db4e300d feat: add indonesian language (#842)
feat: add first and last names to the user profile
feat: enable IPv6 environments by configuring a dual-stack listen in nginx 
feat: add new currency
feat: add button to auto fill the next payment date
fix: vulnerability on test webhook endpoint
2025-06-08 18:52:21 +02:00
Miguel Ribeiro
0cfefc7f07 feat: add danish translation
fix: vulnerability adding logos from url
fix: gotify settings test
fix: disable totp with backup code
2025-05-08 17:30:43 +02:00
Miguel Ribeiro
e0f204803e feat!: simplified webhook notifications without iterator (might break your current webhook settings)
feat: use mobile style toggles instead of checkboxes
fix: barely readable placeholder text on textarea on dark the
feat: webhooks can now be used for cancelation notifications
2025-04-27 17:28:29 +02:00
Miguel Ribeiro
9eb2907145 feat: show name on mobile view when subscription has no logo
feat: use symbol from db when currencyFormatter does not support the currency
feat: use currencyConverter for notifications as well
fix: date comparison check on sendnotifications cronjob
feat: show timezone on sendnotification cronjob on admin page
fix: emails with encryption set to none not working without ssl
fix: error when not setting custom headers for ntfy
2025-04-13 18:01:40 +02:00
Miguel Ribeiro
87f148d174 feat: allow notifications on due date
fix: email notification test always sending to admins email
fix: don't expose disabled notifications to ical feed
2025-01-12 16:26:49 +01:00
Igor Rzegocki
153a6a48c0 support for relays without authentication and encryption (#662) 2024-12-20 21:47:25 +00:00
Miguel Ribeiro
2a0e665e77 feat: settings to allow to ignore certificates for some notification methods 2024-10-27 11:58:54 +01:00
Miguel Ribeiro
ebc7b83e9a fix: display actual error message when email test fails
fix: add missing {{days_until}} variable to string version of the webhook
2024-10-25 22:36:17 +02:00
Miguel Ribeiro
ee834d6198 feat: handle webhook payload as string if it is not a json object (#583) 2024-10-22 09:10:53 +02:00
Miguel Ribeiro
790defb2b1 feat: add url and notes as variables for the notifications webhook
fix: bug when looping multiple subscriptions on the notifications webhook
2024-10-09 22:45:58 +02:00
Miguel Ribeiro
fed0192394 feat: select multiple filters on the dashboard
feat: add multi email recipients
feat: add option for also showing the original price on the dashboard
feat: open edit form after cloning subscription
fix: typo on export subscriptions to csv
chore: removed version line from docker-compose file
2024-09-01 22:19:06 +02:00
Pol
0fb8fb272e add multi email recipients 2024-09-01 15:24:12 +02:00
Miguel Ribeiro
8fcfc92647 fix: test ntfy without custom headers (#456) 2024-07-15 21:39:31 +02:00
Miguel Ribeiro
c2e85d6e10 feat: support automatic dark mode
refactor: run linter and cleanup php files
fix: not every payment cycle was shown on the calendar
feat: also show previous payments on the calendar for the current month
2024-06-26 18:11:37 +02:00
Miguel Ribeiro
17722c31e3 fix: ntfy notifications (#394) 2024-06-21 15:15:11 +02:00
Miguel Ribeiro
65edf0963b feat: add ntfy as notification method (#377) 2024-06-05 22:08:36 +02:00
Miguel Ribeiro
e1006e5823 feat!: allow registration of multiple users (#340)
feat: administration area
feat: add reset password functionality
2024-05-26 23:30:51 +02:00
Miguel Ribeiro
a524419e0a fix: import of translations for cronjobs was missing (#321)
refactor: retrieval of webroot path
chore: add sqlite to docker image
2024-05-13 17:45:59 +02:00
Miguel Ribeiro
899482982e feat: add discord and pushover as notification agents (#300)
fix: most error messages of the notifications endpoints would not reach the frontend
2024-05-06 18:55:10 +02:00
Miguel Ribeiro
a408031ef8 feat: add new notification methods (telegram, webhooks, gotify) (#295) 2024-05-06 00:15:44 +02:00
Miguel Ribeiro
2462435743 feat: allow selecting tls or ssl for email notifications (#237) 2024-03-17 22:56:30 +01:00
ellite
4e7a526e34 Fix email encoding. Fix email from field 2024-02-02 16:31:14 +01:00
Miguel Ribeiro
d7366dcfb0 Add translation system (#85) 2024-01-23 22:46:26 +01:00
ZwF
3d83298567 name of array case sensitive
fix the use of fromemail for testing the email.
2023-11-23 14:14:42 -05:00
ellite
0b6246b09d Added option to set From email on smtp settings 2023-11-17 00:39:14 +01:00
ellite
7c2e7f00b9 V1.0 add email notifications 2023-11-10 11:45:01 +01:00