Commit Graph

141 Commits

Author SHA1 Message Date
Miguel Ribeiro
a25eb0b39e V3.2.1 (#845) 2025-06-09 13:51:33 +02:00
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
Christopher McAvaney
2e74c4bcb7 add first and last name fields to user profile (#835) 2025-06-08 14:51:26 +02:00
Mars
288ad45656 feat: Add new currency (#829) 2025-06-08 14:46:32 +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
69c7d52cf8 fix: vulnerability on delete avatar
fix: some strings not using translations on the calendar page
fix: delete avatar would not work if wallos is on a subfolder
2025-05-03 15:37:10 +02:00
Miguel Ribeiro
f6b8fb9162 fix: don't show budget alert when budget is 0
fix: allow to clear the budget field
2025-04-30 19:13:01 +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
66a1a45f2d fix: timezone for cronjobs now comes from TZ env var first (#791)
Co-authored-by: Miguel Ribeiro <k.d.mintnick@gmail.com>
2025-04-19 19:11:06 +02:00
Miguel Ribeiro
88eae1002f feat: add over budget warnings on the calendar
fix: force correct timezone on the cronjobs
2025-04-18 15:43:51 +02:00
Miguel Ribeiro
c7b3fb4451 fix: localization on date on browsers not in english 2025-04-16 21:30:14 +02:00
Miguel Ribeiro
68f1d47577 feat: shorten date displayed on the list of subscriptions
feat: use user defined language for the date on the list of subscriptions
fix: use translations on the mobile menu
fix: limit name display, when sub has no logo to two lines
2025-04-16 12:20:25 +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
ba912a37d1 fix: notifications would also be sent x days after subscription was due in some cases 2025-03-27 23:00:06 +01:00
Miguel Ribeiro
1bec973803 feat: add ukranian translation (#756)
feat: add sort by renew type
feat: add filter by renew type
fix: state filter not cleared by clear button
fix: special chars on calendar exports
fix: special chars on notifications
feat: remove "Wallos" text from calendar export
fix: ical trigger to spec RFC5545
2025-03-19 18:53:39 +00:00
Mykola Kliashtornyi
65559a9743 Ukrainian translation and currency (#752) 2025-03-19 15:27:36 +00:00
Miguel Ribeiro
77486ec92c fix: calculation of monthly cost progress graph (#747) 2025-03-06 17:17:06 +01:00
Miguel Ribeiro
51b22727bf fix: access to tmp folder by www-data
feat: sorting by category or payment method respects order from the settings page
2025-02-22 19:15:01 +01:00
Miguel Ribeiro
c43b08aa4c fix: typo on czech translation
fix: subscription progress above 100% for disabled subscriptions
fix: use gd if imagick is not available
fix: bug setting main currency for the first registered user
fix: deprecation message
fix: use first currency on the list of currencies if user has not selected a main currency
2025-02-05 12:45:15 +01:00
Miguel Ribeiro
d2f68c457e fix: error setting date of last exchange rates update (#699)
Co-authored-by: Miguel Ribeiro <k.d.mintnick@gmail.com>
2025-01-19 14:29:39 +01: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
Miguel Ribeiro
ff13fcb654 feat: option to show progress of subscription cycle
fix: currency symbol for monthly budget
feat: new api endpoint that returns the version
chore: fix typo on documentation
2025-01-12 00:55:12 +01:00
Miguel Ribeiro
e7185f9257 fix: xss security vulnerability with the avatar selection
fix: don't update next payment date for disabled subscriptions
feat: add total monthly cost trend graph to the statistics page
feat: allow email notifications without authentication
2024-12-21 00:22:21 +00:00
Igor Rzegocki
153a6a48c0 support for relays without authentication and encryption (#662) 2024-12-20 21:47:25 +00:00
Miguel Ribeiro
5e6bc903bc feat: add payment cycle to csv/json export
feat: run db migration after restoring database
feat: run db migration after importing db
feat: store weekly the total yearly cost of subscriptions
fix: double encoding in statistics labels
2024-12-12 00:09:51 +01:00
Miguel Ribeiro
3b2de8b7c2 fix: vulnerability on the restore database endpoints 2024-12-06 15:04:03 +01:00
Miguel Ribeiro
6e44a26703 feat: add some leeway for totp codes
feat: add start date to subscriptions
feat: add option for manual/automatic renewals
fix: layout issue with subscriptions list during search
2024-11-17 16:27:48 +01:00
Miguel Ribeiro
17aa34e1d8 V2 37 0 (#624) 2024-11-15 07:36:32 +01:00
Miguel Ribeiro
49666f867c feat: add hint for mobile swipe action (#608) 2024-11-03 20:12:01 +01:00
Miguel Ribeiro
28444abef1 feat: swipe subscription for actions on the experimental mobile navigation
feat: new menu icons
2024-11-02 00:26:58 +01:00
Miguel Ribeiro
5c92528808 feat: replacement for disabled subscriptions, to more accurately calculate savings 2024-10-29 18:26:07 +01: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
782ebcd64f fix: verify correct path before creating logos folder
chore: add info about the api to readme
2024-10-14 17:33:11 +02:00
Miguel Ribeiro
e6421296aa fix: xss issue on the dashboard (#568)
Co-authored-by: Miguel Ribeiro <k.d.mintnick@gmail.com>
2024-10-11 18:48:17 +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
03f34d1aee fix: missing folders on baremetal installation (#554)
fix: missing fonts
2024-10-05 22:35:52 +02:00
Miguel Ribeiro
a173d2765f feat: fisrt api endpoint
feat: user has api key available on profile page
feat: api endpoint to calculate monthly cost
feat: split settings page into settings and profile page
feat: redesigned experimental mobile navigation menu
fix: small fixes and typos
2024-10-04 17:42:35 +02:00
Miguel Ribeiro
1dbba18446 feat: add mobile menu navigation to experimental settings
feat: use browsers locale to set dates on the dashboard
2024-09-29 23:46:30 +02:00
Miguel Ribeiro
2f16ab3fdf feat: add 2fa support (#525) 2024-09-28 18:33:09 +02:00
Miguel Ribeiro
0623cebe67 fix: small layout issue on the settings page
chore: add demo mode
chore: add demo link to readme page
2024-09-23 23:51:06 +02:00
Miguel Ribeiro
87809fea71 fix: sort order after edit subscription in case the cookie is missing 2024-09-04 23:09:14 +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
Pol
8b35c300df issue-495: multi filter 2024-09-01 15:21:59 +02:00
cloning5480
6e96c5d4b0 fix: export.php csv header typo (#499)
line 24, csv header type "Categpry"
2024-09-01 15:17:45 +02:00
Miguel Ribeiro
1946ac9855 feat: admin can manually trigger cronjobs
fix: only allow the system and admin to run the cronjobs
fix: reduce size of the log files of the cronjobs
2024-08-09 15:56:12 +02:00
Miguel Ribeiro
082e80cdad 2 21 3 (#484)
fix: more deprecation warnings on image uploads
fix: broken avatar upload when using the french language
2024-08-08 22:12:58 +02:00
Miguel Ribeiro
8b0325c7d3 fix: service worker precaching logout.php causes user to be logged out
fix: add samesite directive to cookies
fix: sort by price
2024-08-07 22:35:24 +02:00