Commit Graph

45 Commits

Author SHA1 Message Date
JustSong
82068de143 feat: support custom channel now (close #72, close #75, #71) 2023-05-08 22:20:14 +08:00
JustSong
5b5a56122b feat: support lark app now (close #41) 2023-05-08 10:39:30 +08:00
JustSong
4530104264 feat: able to get message sending status now (#58) 2023-05-07 13:16:44 +08:00
JustSong
1cade7a218 feat: support group message now (close #46) 2023-05-07 10:33:48 +08:00
JustSong
6cf79edfd7 perf: add index for channel's secret field 2023-05-06 21:35:03 +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
JustSong
2fd800b0a3 feat: support channel OneBot now (close #64) 2023-05-06 15:21:17 +08:00
JustSong
39da3f9771 feat: keep compatible with ServerChan (close #63) 2023-05-06 12:06:53 +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
da4b7192fc fix: fix options is not updated when using MySQL (close #55) 2023-04-19 19:08:08 +08:00
JustSong
f5977581d3 feat: show new message count & new user count in home page 2023-04-19 15:22:57 +08:00
JustSong
28f064eedf fix: change gorm type int to bigint to avoid problem in MySQL (close #54) 2023-04-19 13:00:44 +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
snowmeow
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
6cf3ee9612 fix: save URL to database 2022-12-23 20:48:59 +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
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
648baceb1d fix: fix token store not correctly registered (#30) 2022-12-15 11:31:27 +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
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
JustSong
e911c3fb7c fix: fix circular import 2022-11-22 15:23:12 +08:00
JustSong
d0c2c27071 fix: check if the token is shared before removing 2022-11-22 15:11:02 +08:00
JustSong
9dc3498a2a chore: update token store when user updated 2022-11-22 12:44:41 +08:00
JustSong
5913266969 chore: sync with gin-template 2022-11-22 11:04:06 +08:00
JustSong
8247192977 chore: update WeChat corp message channel 2022-11-22 10:16:12 +08:00
JustSong
d18eefe6b6 feat: channel Ding is done 2022-11-22 09:50:50 +08:00
JustSong
d634445c25 feat: channel Lark is done 2022-11-22 09:09:15 +08:00
JustSong
a308ddfd8b feat: channel WeChat test account is done 2022-11-18 17:17:53 +08:00
JustSong
4810db17d4 feat: token store is done but not tested 2022-11-11 22:05:31 +08:00
JustSong
d42b4511cf chore: update token related logic 2022-11-11 20:02:28 +08:00
JustSong
e1d09aa58f feat: channel email is done 2022-11-11 17:24:03 +08:00
JustSong
f1d5d9c8d1 init: reinitialize from gin-template 2022-11-11 15:35:02 +08:00