Commit Graph
100 Commits
Author SHA1 Message Date
Miguel Ribeiro 1d4c68e899 docs: update readme 2024-05-10 13:49:53 +02:00
Miguel Ribeiro 8f890fc5d3 fix: russian translations (#309) 2024-05-09 17:08:37 +02:00
Miguel Ribeiro bb5ee2e64c fix: background removal experimental setting (#307) 2024-05-09 16:43:00 +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 b435d6a5cf fix: broken discord form (#302) 2024-05-07 09:42:22 +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
Miguel Ribeiro ad86eb5b9c Fix: encoding for url and notes (#273) 2024-04-11 22:08:43 +02:00
Miguel Ribeiro 2683a7c4ba fix: special chars in subscriptions (#271) 2024-04-09 22:38:06 +02:00
Miguel Ribeiro 55089c0715 feat: add serbian translation (#268) 2024-04-07 16:25:42 +02:00
Miguel Ribeiro c7527610fa feat: add polish translation (#263) 2024-04-03 22:28:56 +02:00
Miguel Ribeiro 8998e23d37 fix: small icon size for payment icons (#253) 2024-03-28 12:10:36 +01:00
Miguel Ribeiro 11f0e7ce63 fix: disabled inputs on dark theme (#250) 2024-03-25 12:27:22 +01:00
Miguel RibeiroandDante Bradshaw 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 75a5672de3 fix: next payment date not updating for disabled subscriptions (#243) 2024-03-20 13:50:20 +01:00
Miguel Ribeiro 4e3376df93 fix: pwa not loading static files when offline (#241) 2024-03-18 23:43:23 +01:00
Miguel Ribeiro 00cbf8d9e3 fix: cronjobs running twice (#239) 2024-03-18 23:02:18 +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 f6c1ff2a6b fix: wrong folder for payment method logos (#227) 2024-03-13 23:47:51 +01:00
Miguel Ribeiro 2ca8b82173 docs: add contributors to readme 2024-03-13 00:36:53 +01:00
Miguel Ribeiro 94ad0cb553 fix: confusing wording for billing cycle
docs: update screenshots on readme
2024-03-12 21:50:47 +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 cbdc188e5e fix: sql injection vulnerability when using filters (#214) 2024-03-10 09:25:33 +01:00
Miguel Ribeiro 8b7a7b94e3 fix: undefined var on the statistics page (#211) 2024-03-09 23:00:27 +01:00
Miguel Ribeiro 288c106245 fix: undefined var if sort cookie is not set (#207) 2024-03-09 22:33:29 +01:00
Miguel Ribeiro a396285b76 feat: filters on the subscriptions page
feat: search subscriptions by name
2024-03-09 18:12:07 +01:00
Miguel Ribeiro 93a3d18979 fix: wrong message when deleting payment methods (#202) 2024-03-08 23:33:25 +01:00
Miguel Ribeiro 3ea9d98da7 feat: add brazilian portuguese to available languages (#198) 2024-03-08 22:17:15 +01:00
Miguel Ribeiro ede08b1f6a feat: show name of most expensive subscription on statistics (#194) 2024-03-07 23:05:00 +01:00
Miguel Ribeiro 94c1a91387 fix: broken chinese language file (#192) 2024-03-06 07:58:01 +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 d7e050b868 docs: try to use dark and light theme images on readme 2024-03-02 19:48:50 +01:00
Miguel Ribeiro 940bbbea90 fix: redirects with the service worker (#183) 2024-03-02 16:07:45 +01:00
Miguel Ribeiro 0f7853f961 fix: file upload bypass vulnerability (#181) 2024-03-02 15:58:22 +01:00
Miguel Ribeiro 7b5e166e28 fix: security issue with image upload (#175) 2024-03-01 22:29:33 +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 a2a315e34d feat: enable progressive web app
fix: update packages to fix vulnerabilities
docs: add documentation about trivy
2024-02-27 19:04:04 +01:00
Miguel Ribeiro 5ccadce2f1 fix: remove service worker (#157) 2024-02-27 00:02:13 +01:00
Miguel Ribeiro 3640b547ee fix: service worker redirect not set to follow 2024-02-26 23:50:22 +01:00
Miguel Ribeiro 4aca7bcb3c fix: service worker has redirections 2024-02-26 23:31:11 +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
Miguel Ribeiro ccac17a6f2 feat: add stats about inactive subscriptions (#146)
feat: sort disabled subscription at the bottom
2024-02-24 13:24:51 +01:00
Miguel Ribeiro 50056d9f03 feat: allow to disable subscriptions (#144) 2024-02-23 18:08:20 +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 b887d3a050 fix: missing authentication check (#133)
docs: add security policy
2024-02-20 17:44:25 +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
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
Miguel Ribeiro 330c061b74 fix: show translated no category when sorting by category (#122)
* fix: show translated no category when sorting by category

* chore: allow caching of docker building images
2024-02-18 15:18:04 +01:00
Miguel Ribeiro 03b175d175 GitHub actions (#118)
* chore: change tags to build

* docs: remove not needed arm instructions
2024-02-17 10:33:37 +01:00
Miguel Ribeiro f53f2535d0 Show notes to subscriptions list on the dashboard 2024-02-14 18:00:03 +01:00
Miguel Ribeiro 323679e771 Automatically run migration script when loading the registration page. 2024-02-14 16:54:16 +01:00
Miguel Ribeiro 3237d1f22f Merge branch 'main' of github.com:ellite/Wallos 2024-02-14 01:06:14 +01:00
Miguel Ribeiro f2ed357f60 Add export subscriptions to JSON button 2024-02-14 01:05:48 +01:00
Miguel Ribeiro 884a8e5693 Fix: Language sort order 2024-02-13 09:44:25 +01:00
Miguel Ribeiro c9135e1dc8 Bump version 2024-02-12 23:49:13 +01:00
Miguel Ribeiro f02accd377 Remove 'cycle' when screen is too narrow 2024-02-12 18:35:31 +01:00
Miguel Ribeiro fc56cf69ef Fix: Currency not preselected on registration 2024-02-12 18:34:24 +01:00
Miguel Ribeiro 878eedf1d6 Reorder languages 2024-02-12 18:00:30 +01:00
Miguel Ribeiro 2e6a241414 Readd logos folder 2024-02-10 14:36:18 +01:00
Miguel Ribeiro e075714d12 Refactor input validation 2024-02-10 14:17:19 +01:00
Miguel Ribeiro 05f9332fb8 No need to escape single quote 2024-02-08 13:25:45 +01:00
ellite ca734cf950 Add Spanish language files 2024-02-06 11:39:34 +01:00
ellite 16c7896c8f Fingerprint scripts and styles with version tag 2024-02-05 12:51:10 +01:00
ellite a0154e70c7 Add ARM64 instructions to README 2024-02-02 17:37:36 +01:00
ellite 4e7a526e34 Fix email encoding. Fix email from field 2024-02-02 16:31:14 +01:00
ellite db0551c454 Reload settings page when language changed by user 2024-01-26 23:41:04 +01:00
ellite ad9afb79fc Fix subscription form on short displays 2024-01-26 18:04:39 +01:00
ellite 2f3fb1ee8b Fix translations fallback for bad keys 2024-01-24 15:58:43 +01:00
Miguel Ribeiro d7366dcfb0 Add translation system (#85) 2024-01-23 22:46:26 +01:00
ellite d287f303f0 Add sort by payment type 2024-01-13 15:41:51 +01:00
ellite 67ac4126f2 Disallow download of dabase through webserver 2023-12-12 21:53:33 +01:00
ellite 8cc5fe80ae Rework menu and add about page 2023-12-08 22:48:43 +01:00
ellite f4da6b735e Add url field to subscription 2023-12-08 22:33:24 +01:00
ellite 2d7fb4bb6d Fix case when browser does not send HTTP_ACCEPT_LANGUAGE header 2023-12-08 21:44:46 +01:00
ellite 1aaf043d89 Fix monthly price rounding for yearly subscriptions 2023-11-25 10:29:39 +01:00
Miguel Ribeiro 6e5bbc46b1 Merge pull request #64 from devzwf/Fix-email-notification 2023-11-23 22:28:57 +01:00
Miguel Ribeiro 2dd17108dd Merge pull request #61 from RoguedBear/main
add ability to create stable/dev/edge docker builds using git tags and GH actions + enable docker build cache
2023-11-21 17:20:07 +01:00
ellite e03ebf3e53 Increase number of child processes for FPM 2023-11-18 14:42:19 +01:00
Miguel Ribeiro f9324bf011 Merge pull request #58 from sjafferali/main
Calculate fuzz percent when removing background
2023-11-17 22:29:28 +01:00
ellite bd0c4b5ca2 Fix display of from email on form 2023-11-17 03:33:47 +01:00
ellite 773bc7ca82 Fix logo being wrongly replaced. #54 2023-11-17 01:46:31 +01:00
ellite 1fb4d107d8 Improve README 2023-11-17 01:21:52 +01:00
ellite 9fe6564eaf Better baremetal install/update method and guide 2023-11-17 01:17:36 +01:00
ellite 9d42e65c80 Untrack DB folder 2023-11-17 00:49:14 +01:00
ellite 0b6246b09d Added option to set From email on smtp settings 2023-11-17 00:39:14 +01:00
ellite c70859e1b0 Fix missing label on graphs 2023-11-16 23:39:32 +01:00
ellite ea56f41347 Add info tip to payment method management 2023-11-16 22:39:34 +01:00
ellite 00be8bfe1f Add info on how to update to README 2023-11-16 21:53:33 +01:00
ellite b57c25843b Only show graphs if there's more than 1 item 2023-11-16 21:43:33 +01:00
ellite 98e97ef08d Make DB migrator work for both docker and baremetal 2023-11-16 21:40:30 +01:00
ellite 6bfedf870a Merge branch 'ttam-feature/editable-payment-methods' 2023-11-16 18:28:19 +01:00