Commit Graph

46 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
Christopher McAvaney
2e74c4bcb7 add first and last name fields to user profile (#835) 2025-06-08 14:51:26 +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
6d673195ba feat: new graph cost vs budget on statistics (#793) 2025-04-19 22:35:10 +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
3e0e88d6a2 feat: increase privacy by not sending referrer to external urls
feat: small layout change on the about page
feat: add update notification and release notes to the about page
2025-03-20 16:53:57 +00: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
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
Miguel Ribeiro
f5ddbff0c1 feat: add icalendar subscription 2024-12-06 18:45:05 +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
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
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
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
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
3281f0ce35 feat: add option to list disabled subscriptions at the bottom
feat: notification for wallos version updates
2024-08-06 15:11:50 +02:00
Miguel Ribeiro
8f1e155478 feat: user can delete their own account
feat: export subscriptions as csv
feat: export subscriptions as json
2024-07-19 20:10:38 +02:00
Miguel Ribeiro
775e6ee394 feat: add alphanumeric sort order for subscriptions (#449) 2024-07-14 21:09:25 +02:00
Miguel Ribeiro
5f1052584b feat: display error message on the statistics page when the fixer key is needed but is missing
feat: disable display options checkbox when fixer key is not set
2024-07-14 14:40:50 +02:00
Miguel Ribeiro
afff992878 feat: add filter and sort dashboard by subscription state 2024-07-11 14:39:13 +02:00
Miguel Ribeiro
9f7f47b5d1 feat: add maintenance tasks to admin page
feat: add support to upload svg logos
2024-07-09 18:45:23 +02:00
Miguel Ribeiro
c393146d9e feat: add cancelation reminders (#425) 2024-07-05 19:07:15 +02:00
Miguel Ribeiro
c166c7e84c feat: uniformize layout and styles (+ checkboxes and radios) (#423) 2024-07-04 21:15:47 +02:00
Miguel Ribeiro
50bd104b5b feat: cache logos for offline use
fix: don't allow saving main and accent colors if they're the same
feat: rework styles of theme section on settings page
feat: more uniform and aligned styles on the settings page
feat: ability to add custom css styles
2024-07-03 18:18:21 +02:00
Miguel Ribeiro
6d2ffa6312 feat: create users from the admin page (#409) 2024-06-27 00:05:37 +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
369f1a2bdc feat: add calendar view (#399) 2024-06-25 19:44:24 +02:00
Miguel Ribeiro
8304ed7b54 feat: edit and delete options now available directly on the subscription list
fix: typo on webhook payload
refactor: split currency endpoint
feat: add option to clone subscription
2024-06-21 02:00:27 +02:00
Miguel Ribeiro
092be22183 feat: add hability to disable login (#378) 2024-06-08 00:04:50 +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
c7146dfd08 feat: subscriptions have personalized notification times (#334) 2024-05-20 13:07:40 +02:00
Miguel Ribeiro
f1815d7335 chore: add support for rtl languages (#331) 2024-05-18 17:41:01 +02:00
Miguel Ribeiro
b622434ca0 feat: add monthly budget field and statistics (#329) 2024-05-17 23:14:17 +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
7b509d2b3d feat: backup and restore (#288) 2024-04-26 17:41:19 +02:00
Miguel Ribeiro
b80ab4bdc6 feat: option to hide disabled subscriptions (#286) 2024-04-20 14:58:46 +02:00
Miguel Ribeiro
70e42349ca feat: add themes and custom color options
feat: add italian translation
2024-04-19 14:22:07 +02:00
Luca
2c186b4818 Italian translation (#280) 2024-04-19 10:27:59 +02:00