Commit Graph

123 Commits

Author SHA1 Message Date
Miguel Ribeiro
3247ce2c87 feat: enforce CSRF protection and POST-only policy across endpoints (#940) 2025-10-18 23:58:50 +02:00
Dani Bento
75c94ad15c add support for mattermost notifications (#923)
Signed-off-by: Daniela Filipe Bento <danibento@overdestiny.com>
2025-10-12 12:42:39 +02:00
Miguel Ribeiro
27ac805141 feat: make container shutdown instant & graceful
feat: make container shutdown instant & graceful  (#916)
feat: add pushplus notification service  (#911)
feat: option to delete ai recommendations
fix: parsing ai recommendations from gemini (#909)
2025-09-14 16:46:42 +02:00
xwdj
add646b5a3 pushplus是在中国一个可玩性很高的专用通知服务,特别是可以直接推送到微信这个使用人数最多的平台 (#911)
支持提交多种格式的消息,例如html样式,makedown文本,以及json格式,特别重要的是非会员用户额度
每天有200条推送机会,个人用户几乎可以免费使用他的服务,但是我在使用该项目webhook方式调用他们的
api时候,却有些水土不服,不能很好的支持,一些样式,为了更简便使用pushplus服务,现将该服务集成进
项目当中,仅需输入pushplus的消息token即可,然后就可以正常推送信息,样式也是正确的,我自己测试是
可以使用了,但是这个创建数据库的文件不知道在哪里改的,我是这样做的,手动创建的数据库。
CREATE TABLE "pushplus_notifications" (
    "enabled" BLOB NOT NULL DEFAULT (0),
    "token" TEXT,
    "user_id" TEXT
);
第一次给别人项目提交代码,如果有什么不好的地方,请提出来。
2025-09-14 11:31:38 +02:00
Miguel Ribeiro
ba6dddf526 feat: add at a glance dashboard
fix: accept both api_key and apiKey as parameter on the api
feat: allow to disable password login when oidc is enabled
feat: add get_oidc_settings endpoint to the api
feat: refactor css colors
feat: ai recommendations with chatgpt, gemini or ollama
feat: display ai recommendations on the dashboard
2025-08-12 00:48:13 +02:00
Miguel Ribeiro
c0d53e4423 feat: add oauth/oidc support (#873) 2025-07-21 22:53:35 +02:00
Miguel Ribeiro
d3fd9387d3 feat: set todays date on start subscription field for new subscriptions by default (#848) 2025-06-09 17:56:45 +02:00
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
noomis
e06d4f1b21 calculate next Payment in Creation Form (#828)
Co-authored-by: noomis <everwatchyt@gmail.com>
2025-06-08 14:48:42 +02:00
dirman
a7e26f688a add indonesian translations (#833) 2025-05-27 18:00:28 +02:00
LovelessCodes
02a5b1e74c add Danish translation (#816) 2025-05-08 17:26:16 +02:00
Miguel Ribeiro
69c7d52cf8 fix: vulnerability on delete avatar
fix: some strings not using translations on the calendar page
fix: delete avatar would not work if wallos is on a subfolder
2025-05-03 15:37:10 +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
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
Mykola Kliashtornyi
65559a9743 Ukrainian translation and currency (#752) 2025-03-19 15:27:36 +00:00
marapavelka
d1be6f9cb7 Create cs.js (#696)
Complete Czech translation
2025-01-19 14:32:03 +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
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