Miguel Ribeiro
f5746e76a5
feat: add catalan translation ( #970 )
...
feat: add robots.txt to disallow indexing.
feat: add serverchan notifications.
fix: use stable UID for iCal events to prevent duplicates.
fix: use RFC 5545 compliant date format in iCal exports.
feat: notifications for subscription can be triggered up to 180 days before payment date.
2025-12-20 15:50:53 +00:00
Easy
279ddf61ce
add serverchan notification ( #951 )
...
* add serverchan notification
* Update endpoints/cronjobs/sendnotifications.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update endpoints/notifications/testserverchannotifications.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Miguel Ribeiro <k.d.mitnick@gmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-20 15:06:49 +00:00
Miguel Ribeiro
5629a319bc
feat: add mattermost notifications ( #923 ) ( #934 )
...
feat: add openrouter ai endpoint (#922 )
fix: add autocomplete attribute to inputes (#926 )
feat: enhance get_subscriptions API with admin access (#928 )
chore: update container to php8.3 (#933 )
2025-10-12 15:52:08 +02:00
Dmitry
b99a07cc5c
add autocomplete attribute for inputs ( #926 )
2025-10-12 12:52:10 +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
aurilly
98eeda70fb
add openrouter endpoint ( #922 )
2025-10-12 12:36:11 +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
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
87f148d174
feat: allow notifications on due date
...
fix: email notification test always sending to admins email
fix: don't expose disabled notifications to ical feed
2025-01-12 16:26:49 +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
Igor Rzegocki
153a6a48c0
support for relays without authentication and encryption ( #662 )
2024-12-20 21:47:25 +00:00
Miguel Ribeiro
49666f867c
feat: add hint for mobile swipe action ( #608 )
2024-11-03 20:12:01 +01:00
Miguel Ribeiro
2a0e665e77
feat: settings to allow to ignore certificates for some notification methods
2024-10-27 11:58:54 +01: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
0623cebe67
fix: small layout issue on the settings page
...
chore: add demo mode
chore: add demo link to readme page
2024-09-23 23:51:06 +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
Miguel Ribeiro
cf0d5d3df3
fix: broken avatar upload when using the french language
...
fix: more deprecation warnings on image uploads
2024-08-08 22:22:46 +02:00
Miguel Ribeiro
082e80cdad
2 21 3 ( #484 )
...
fix: more deprecation warnings on image uploads
fix: broken avatar upload when using the french language
2024-08-08 22:12:58 +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
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
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
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
65edf0963b
feat: add ntfy as notification method ( #377 )
2024-06-05 22:08:36 +02:00
Miguel Ribeiro
03ceb8a6e6
feat: add slovenian translation
...
fix: currency conversion failing on the statistics page
2024-05-27 19:17:05 +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
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
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
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