Commit Graph

43 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
769f8a0587 fix: small layout issues 2024-04-19 17:51:15 +02:00
Miguel Ribeiro
70e42349ca feat: add themes and custom color options
feat: add italian translation
2024-04-19 14:22:07 +02:00
Miguel Ribeiro
1dbebd3918 feat: add custom avatar functionality (#248)
Co-authored-by: Dante Bradshaw <plansuperior@gmail.com>
2024-03-24 16:12:44 +01:00
Miguel Ribeiro
2462435743 feat: allow selecting tls or ssl for email notifications (#237) 2024-03-17 22:56:30 +01:00
Miguel Ribeiro
ae73db7790 fix: rename category after adding and sort order of categories
fix: allow redirects on logo search
2024-03-17 12:38:08 +01:00
Miguel Ribeiro
aef2d134c2 feat: allow sorting payment methods (#217)
feat: don't allow to change currency code if in use
2024-03-10 12:09:14 +01:00
Miguel Ribeiro
83234ab8cd feat: allow sorting of categories in settings
feat: add filters to statistics page
feat: allow renaming / translation of payment methods
feat: allow deletion of the default payment methods
2024-03-05 18:17:15 +01:00
Miguel Ribeiro
e739622606 feat: added custom payment methods (#173) 2024-03-01 21:41:39 +01:00
Miguel Ribeiro
ec25d4bc5a fix: show email field on adding household member
fix: move display settings to the bottom
fix: reorder subscription form
2024-02-28 21:48:16 +01:00
Miguel Ribeiro
26363dd5f3 feat: add email for notifications to household members 2024-02-25 14:39:40 +01:00
Miguel Ribeiro
866eb28e88 fix: bug on saving fixer api key (#142) 2024-02-22 11:25:59 +01:00
Miguel Ribeiro
f0a6f1a2f1 feat: persist display and experimental settings on the db
feat: small styles changed
2024-02-22 00:11:08 +01:00
Miguel Ribeiro
0f19dd688f feat: add apilayer as provider for fixer api (#127)
feat: add apilayer as provider for fixer api
feat: update exchange rate when saving api key
2024-02-20 00:37:38 +01:00
Jadeiin
e2af9afc32 feat: enable deployment in subdirectory 2024-02-19 09:24:15 +01:00
Miguel Ribeiro
f2ed357f60 Add export subscriptions to JSON button 2024-02-14 01:05:48 +01:00
ellite
db0551c454 Reload settings page when language changed by user 2024-01-26 23:41:04 +01:00
Miguel Ribeiro
d7366dcfb0 Add translation system (#85) 2024-01-23 22:46:26 +01:00
ellite
0b6246b09d Added option to set From email on smtp settings 2023-11-17 00:39:14 +01:00
ellite
c8918a9663 Merge branch 'feature/editable-payment-methods' of https://github.com/ttam/Wallos into ttam-feature/editable-payment-methods 2023-11-16 18:26:28 +01:00
Matt Bannon
ca7e908af1 Add ability to toggle payment methods 2023-11-16 21:49:09 +11:00
ellite
0cd6f64978 Subscription cards are now expandable 2023-11-15 20:04:08 +01:00
ellite
602387df58 Fix paths and tags 2023-11-14 21:16:32 +01:00
ellite
7c2e7f00b9 V1.0 add email notifications 2023-11-10 11:45:01 +01:00
ellite
63ce5b099a Wallos v0.9 2023-10-05 22:39:37 +02:00