58 Commits

Author SHA1 Message Date
JustSong
981539b8e9 fix: ignore auth when using webhook 2024-11-10 17:50:14 +08:00
JustSong
939e956424 feat: support render_mode now 2024-11-10 12:21:05 +08:00
fghwett
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
JustSong
08a8688aa7 feat: support channel level auth 2024-11-10 10:46:28 +08:00
JustSong
0885559647 fix: use previous secret if not given 2023-05-23 11:17:58 +08:00
JustSong
446a78e1b9 feat: now you can use the token query parameter in POST message push request 2023-05-22 09:59:10 +08:00
JustSong
e495960d0e fix: do not send channel's secret to frontend 2023-05-15 23:30:29 +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
7185490ba9 fix: able to search link now 2023-05-10 16:10:03 +08:00
JustSong
4c618eda51 feat: able to create webhooks now (close #76) 2023-05-10 15:30:11 +08:00
JustSong
374400479f feat: webhook server part done (#76) 2023-05-10 11:58:55 +08:00
JustSong
4530104264 feat: able to get message sending status now (#58) 2023-05-07 13:16:44 +08:00
Edward
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
Edward
7b2180565f fix: wrong memory address when updating channel (#67)
* fix: wrong memory address when updating channel

Fix the address issue when updating the Wecom channel detail

* refactor: change method signature

---------

Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-05-06 15:36:41 +08:00
JustSong
39da3f9771 feat: keep compatible with ServerChan (close #63) 2023-05-06 12:06:53 +08:00
JustSong
581d9d62dc fix: fix IsShared implementation 2023-05-06 11:49:56 +08:00
JustSong
2587f1533b feat: create email channel for user after binding email 2023-05-06 11:10:26 +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
3a8d625201 feat: now server part supports multiple channels for the same type (#50) 2023-05-05 10:43:56 +08:00
JustSong
b291ed43ca fix: check user's role when manage user 2023-04-28 09:48:15 +08:00
JustSong
f5977581d3 feat: show new message count & new user count in home page 2023-04-19 15:22:57 +08:00
JustSong
ea192d9e3f fix: allow super admin to change its permissions 2023-04-17 09:26:26 +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
998e974e95 feat: able to resend message now 2023-04-16 17:13:59 +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
JustSong
3d38260e5b feat: add to field to specify the receiver (close #48) 2023-04-16 09:55:23 +08:00
JustSong
cfdc4ce357 feat: support Discord now 2023-01-10 18:32:04 +08:00
JustSong
89e7a10d20 fix: render description as HTML when rendering message (close #42) 2023-01-06 14:23:07 +08:00
Jay.Fang
e6f47c306a feat: support custom message URL (#39)
* feat:custom message url

* feat: support custom URL

Co-authored-by: JustSong <quanpengsong@gmail.com>
2022-12-23 00:37:54 +08:00
JustSong
420223caca fix: only return necessary information to frontend 2022-12-22 18:44:34 +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
d26e578762 feat: save messages to database (close #37) 2022-12-22 17:59:12 +08:00
JustSong
f5a6615f0d feat: support post form now 2022-12-22 10:53:10 +08:00
JustSong
a36d21d18e feat: now support Telegram bot 2022-12-21 18:33:00 +08:00
JustSong
c67e639f26 perf: replace multiple if statements with switch 2022-12-21 11:53:28 +08:00
JustSong
fff2488058 fix: check if user's GitHub display name is empty 2022-12-21 11:47:27 +08:00
JustSong
648baceb1d fix: fix token store not correctly registered (#30) 2022-12-15 11:31:27 +08:00
JustSong
7a30ce60b0 feat: channel WebSocket client is ready 2022-12-08 14:50:22 +08:00
JustSong
fa486b15cc fix: support desp alias when using POST method 2022-12-07 16:11:34 +08:00
JustSong
1160489c7b feat: add support for client channel 2022-12-07 16:06:36 +08:00
JustSong
7ee929aef7 fix: check input for user model 2022-11-25 16:48:20 +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
5c8f6cbed0 fix: critical bug fixed
Co-authored-by: xz <471340101@qq.com>
2022-11-23 21:36:16 +08:00
JustSong
564817ba94 fix: channel Bark is done 2022-11-23 17:30:49 +08:00
JustSong
2acc56e03c feat: now user are able to configure channels 2022-11-22 17:52:44 +08:00