Commit Graph

70 Commits

Author SHA1 Message Date
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
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
Luca 2c186b4818 Italian translation (#280) 2024-04-19 10:27:59 +02:00
Nemanja Djurcic 524719e58e Serbian translation (#267)
feat: add serbian (cyrillic and latin) translation.
2024-04-07 15:54:58 +02:00
timtumturutumtum 49bbec226a Added Polish translation (#262) 2024-04-03 22:20:17 +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 a396285b76 feat: filters on the subscriptions page
feat: search subscriptions by name
2024-03-09 18:12:07 +01:00
Davi Alexandre dd598f33d9 Add pt_br translation (#197) 2024-03-08 22:10:32 +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 fff783e4e8 feat: use brave search for the logos if google fails (#169) 2024-02-29 20:47:07 +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 19e2058976 feat: convert wallos into a progressive web app (#151)
fix: improve traditional chinese translations
2024-02-26 22:53:04 +01:00
Miguel Ribeiro 26363dd5f3 feat: add email for notifications to household members 2024-02-25 14:39:40 +01:00
Sokratis 91e53a48e4 Allow to disable notifications 2024-02-23 15:29:11 +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 6200fa5e87 feat: new statistics per payment method (#124)
* feat: new statistics per payment method

* fix: fix typo on english language file

* fix: use translation text for deleting subscriptions
2024-02-18 16:26:54 +01:00
ChingRu dd02eca330 [i18n] Add Traditional Chinese 繁體中文 (zh_tw). (#116)
feat: add traditional Chinese translation
2024-02-15 23:27:44 +01:00
Miguel Ribeiro 323679e771 Automatically run migration script when loading the registration page. 2024-02-14 16:54:16 +01:00
Miguel Ribeiro f2ed357f60 Add export subscriptions to JSON button 2024-02-14 01:05:48 +01:00
Miguel Ribeiro fc56cf69ef Fix: Currency not preselected on registration 2024-02-12 18:34:24 +01:00
Talha Keskin 90009cf5c6 Added Türkce/turkish (#109) 2024-02-12 22:10:20 +01:00
Sokratis 41936c21f5 Added greek translation and fix typo for english (#108) 2024-02-11 23:59:16 +01:00
ellite ca734cf950 Add Spanish language files 2024-02-06 11:39:34 +01:00
ZwF b7b27dc21b update to be at the same level as en.js (#99) 2024-02-02 09:31:06 +01:00
tkymmm cef4ac11d1 Japanese translation (#98) 2024-01-29 08:29:39 +01:00