Commit Graph

105 Commits

Author SHA1 Message Date
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
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
Lauren Westenberg
ac75d25511 Add dutch translations (#654) 2024-12-10 23:17:21 +01: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
bd5e351182 fix: only show swipe hint on mobile screens (#612) 2024-11-03 21:15:49 +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
akawahuynh
4036f93c9d Add Vietnamese Language (#572) 2024-10-13 14: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
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
da3ee782f1 feat: add button to clean up search field
fix: cases where theme and sort cookies could be missing
fix: position of dropdown on rtl layout
2024-09-18 23:59:28 +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
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
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
Miguel Ribeiro
0274b1d525 fix: deprecation message for null value (#479) 2024-08-06 22:13:14 +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
8cb43553fd fix: delete button on subscription form (#460) 2024-07-16 00:30:40 +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
cb03af8e46 fix: dashboard scrolling to top when opening a subscription (#427) 2024-07-05 21:39:54 +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
83e2066e7b feat: theming engine custom colors now affect icons as well 2024-06-30 21:49:14 +02:00
Miguel Ribeiro
4d74c04f0e feat: add purple theme
fix: file name on ics export for subscriptions with non-ascii characters
2024-06-28 00:40:27 +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
f1360f7d46 feat: export subscription as ics from the calendar view (#404) 2024-06-25 23:46:27 +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
fa99a735cd feat: frequency is now up to 366
feat: change filename of backup file
fix: translate: "no category"
fix: trim fixer api key
fix: add webp support to gd on the container
fix: update slovanian translations
2024-06-05 00:15:31 +02:00
thehijacker
4dccfc1771 Added Slovenian translation (#346)
Co-authored-by: Andrej Kralj <andrej.kralj@gmail.com>
2024-05-27 18:59:28 +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
Jun
b868b1067a Korean translation (#313)
Korean translation for both server/client-side (PHP and JS).
2024-05-11 20:14:08 +02:00
Miguel Ribeiro
ae04d50329 feat: add russian translation (#305)
chore: add build step for discord notification of new releases
2024-05-08 21:45:46 +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