Commit Graph
53 Commits
Author SHA1 Message Date
JustSong ad2fd6bf90 chore: update channel table ui 2024-11-10 11:39:45 +08:00
fghwettandGitHub ef7c2d0a9d fix: resolve message sending failure when containing "\n" using webhook and custom channel (#111)
* 使用webhook和custom通道发送消息时如果内容中包含\n会推送失败的问题

* 消息查看页面增加markdown内容解析,访问链接页面增加GFM拓展解析

* 访问链接页面GFM footnote支持
2024-11-10 10:58:12 +08:00
YrobotandGitHub d5cceb9589 feat: add a popup on Copy webhook Button to display the webhook url (#117) 2024-11-10 10:56:38 +08:00
JustSong 1a3ebafd34 feat: support channel level auth 2024-11-10 10:47:25 +08:00
JustSong 08a8688aa7 feat: support channel level auth 2024-11-10 10:46:28 +08:00
JustSong 83a2bc9bd4 fix: fix loading 2024-11-10 09:53:28 +08:00
JustSong 2abd8f4681 fix: show bind options only available 2023-05-21 11:23:55 +08:00
JustSong 8996737643 fix: fix option update logic not working properly 2023-05-16 09:53:21 +08:00
JustSong 3684437258 feat: able to set home page link 2023-05-14 18:19:24 +08:00
JustSong 8f7e5456e5 feat: use sse to fetch new messages (close #70) 2023-05-12 18:28:54 +08:00
JustSong 5a6f834606 fix: correct form column number 2023-05-12 11:35:16 +08:00
JustSong 34b9633417 fix: able to use default channel to send webhook message now 2023-05-10 16:05:18 +08:00
JustSong 1d32544019 chore: update description 2023-05-10 15:55:36 +08:00
JustSong 4c618eda51 feat: able to create webhooks now (close #76) 2023-05-10 15:30:11 +08:00
JustSong f7999d944e feat: double check before deleting a user 2023-05-10 10:09:24 +08:00
JustSong d8aaec9b84 feat: add message editor (close #59) 2023-05-09 09:36:01 +08:00
JustSong 99bf0ca127 refactor: update test message content 2023-05-07 13:32:47 +08:00
JustSong 4530104264 feat: able to get message sending status now (#58) 2023-05-07 13:16:44 +08:00
JustSong 48902f0a16 fix: render channel name directly (#68) 2023-05-06 21:49:11 +08:00
c70cc3a793 fix: fix push setting page (#68)
* fix: unknown channel on message page

* feat: add get all chanels short api

* style: temporaryly change label color

* fix: update query for new api

* fix: fix PushSetting page

* fix: fix PushSetting page

---------

Co-authored-by: JustSong <quanpengsong@gmail.com>
2023-05-06 21:19:49 +08:00
JustSong c72c5fe102 chore: update dashboard 2023-05-06 11:11:20 +08:00
JustSong 91725aeba7 feat: now client part supports multiple channels for the same type (#50) 2023-05-06 10:15:18 +08:00
JustSong 65783feafa feat: redirect to login page if login expired 2023-04-27 12:46:34 +08:00
JustSong 3fe6625e16 fix: fix wrong repo url 2023-04-16 20:29:29 +08:00
JustSong be90beccd1 feat: now user can enable auto refresh to check new messages 2023-04-16 19:57:45 +08:00
JustSong 9307be249a chore: update time format 2023-04-16 19:01:38 +08:00
JustSong dfdddc1064 feat: warn user if it doesn't have message persistence permission 2023-04-16 18:51:58 +08:00
JustSong 3fca905b1e fix: open url instead of link if present 2023-04-16 18:15:28 +08:00
JustSong 9607459faf chore: update message detail modal 2023-04-16 17:15:36 +08:00
JustSong 998e974e95 feat: able to resend message now 2023-04-16 17:13:59 +08:00
JustSong fe7d726dee feat: able to delete message now 2023-04-16 16:13:55 +08:00
JustSong 591d6f24ed feat: able to view message detail now 2023-04-16 16:00:03 +08:00
JustSong dda530b6e6 feat: update message search function 2023-04-16 15:36:39 +08:00
JustSong 26a3c76f3f feat: able to view messages on dashboard (close #32) 2023-04-16 12:50:01 +08:00
JustSong c16530cf6e feat: support send Email to others (close #44) 2023-04-16 11:23:05 +08:00
6b15b2080e feat: support custom SMTP port setting (#45)
* feat: support custom SMTP port setting

* fix: send SMTPPort value to frontend

---------

Co-authored-by: JustSong <quanpengsong@gmail.com>
2023-02-05 14:46:45 +08:00
JustSong ba25a15bca fix: do not send Webhook addresses to frontend 2023-01-10 18:37:33 +08:00
JustSong cfdc4ce357 feat: support Discord now 2023-01-10 18:32:04 +08:00
JustSong 6ed173affa feat: able to set whether to enable message persistence and message rendering now 2022-12-22 18:32:10 +08:00
JustSong 3ffe923e4f feat: support for automatically obtaining Telegram chat ID 2022-12-21 19:32:24 +08:00
JustSong a36d21d18e feat: now support Telegram bot 2022-12-21 18:33:00 +08:00
JustSong eb0f4d666b chore: update settings prompt 2022-12-09 13:11:11 +08:00
JustSong 1160489c7b feat: add support for client channel 2022-12-07 16:06:36 +08:00
JustSong d894fe32d8 feat: channel corp is done 2022-11-25 12:04:36 +08:00
JustSong d9362cb7d0 fix: update push setting prompts 2022-11-25 11:11:15 +08:00
JustSong 53ccb42152 chore: remove trailing slash when submitting 2022-11-23 17:44:24 +08:00
JustSong 564817ba94 fix: channel Bark is done 2022-11-23 17:30:49 +08:00
JustSong d24d6e02bf chore: update prompt 2022-11-22 20:56:46 +08:00
JustSong 2acc56e03c feat: now user are able to configure channels 2022-11-22 17:52:44 +08:00
JustSong 5913266969 chore: sync with gin-template 2022-11-22 11:04:06 +08:00