Commit Graph
268 Commits
Author SHA1 Message Date
JustSong fb4fe963d8 fix: bug fix for message editor 2023-05-09 16:49:20 +08:00
JustSong fa166df5ac fix: use title as email's subject if given 2023-05-09 16:40:05 +08:00
wangandGitHub 93b19b7fbc docs: fix typo (#77)
* docs: update readme

调整格式和修改错别字

* docs: update readme

修改错别字

* Revert "Merge branch 'patch-1' of https://github.com/sunnywangzi/message-pusher into patch-1"

This reverts commit de136d030c8e9b520dad96969bf076e5e6b718fd, reversing
changes made to 3e4d29406fe7e94d00c6401cf826d6b328bdb43f.
2023-05-09 13:46:35 +08:00
JustSong e8b34ed602 docs: update README (#59) 2023-05-09 09:39:05 +08:00
JustSong d8aaec9b84 feat: add message editor (close #59) 2023-05-09 09:36:01 +08:00
JustSong 4796b7dd69 fix: check if the custom channel's server address is valid 2023-05-08 22:39:38 +08:00
JustSong 82068de143 feat: support custom channel now (close #72, close #75, #71) 2023-05-08 22:20:14 +08:00
JustSong 6914575f47 docs: update README 2023-05-08 19:09:49 +08:00
JustSong 4a3e1850fb ci: enable generating release notes 2023-05-08 19:03:23 +08:00
JustSong 030c5e0f8f feat: support displaying title & content in template message (close #74) 2023-05-08 18:58:29 +08:00
JustSong 7e2d7aae97 fix: adjust parse mode for telegram (close #73) 2023-05-08 16:11:42 +08:00
JustSong c079ba9fe9 docs: update README (#66) 2023-05-08 11:24:47 +08:00
JustSong 4644e02321 docs: update README (close #66) 2023-05-08 11:18:20 +08:00
JustSong 5b5a56122b feat: support lark app now (close #41) 2023-05-08 10:39:30 +08:00
JustSong 00a9f02974 fix: fix IsShared check 2023-05-08 09:22:40 +08:00
JustSong 99bf0ca127 refactor: update test message content 2023-05-07 13:32:47 +08:00
JustSong ea8f9bf3ac Merge branch 'master' of github.com:songquanpeng/message-pusher into master 2023-05-07 13:17:05 +08:00
JustSong 4530104264 feat: able to get message sending status now (#58) 2023-05-07 13:16:44 +08:00
JustSong 96e08578ec feat: support async message sending now (close #58) 2023-05-07 12:58:47 +08:00
JustSong 1cade7a218 feat: support group message now (close #46) 2023-05-07 10:33:48 +08:00
JustSong cd908e4868 docs: update README (#63) 2023-05-07 09:52:23 +08:00
JustSong 48902f0a16 fix: render channel name directly (#68) 2023-05-06 21:49:11 +08:00
JustSong 6cf79edfd7 perf: add index for channel's secret field 2023-05-06 21:35:03 +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 01c6af0005 docs: update README (#69) 2023-05-06 20:51:41 +08:00
JustSong fc188df76a docs: update README 2023-05-06 17:45:22 +08:00
JustSong 040a3eccdc fix: update database migration script 2023-05-06 17:44:17 +08:00
JustSong 9e9f643aad fix: update database migration script 2023-05-06 17:24:22 +08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
054c4719c1 chore: bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0 (#65)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.8.1...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-06 17:07:22 +08:00
JustSong e148ac4a1f docs: update README 2023-05-06 17:05:07 +08:00
JustSong 3c08d760e5 docs: update README 2023-05-06 16:54:16 +08:00
JustSong 52da0fb23b feat: add database migration script 2023-05-06 16:35:23 +08:00
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 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 581d9d62dc fix: fix IsShared implementation 2023-05-06 11:49:56 +08:00
JustSong 3e51538fdf feat: now test channel support field to now 2023-05-06 11:18:05 +08:00
JustSong c72c5fe102 chore: update dashboard 2023-05-06 11:11:20 +08:00
JustSong 2587f1533b feat: create email channel for user after binding email 2023-05-06 11:10:26 +08:00
JustSong e03ba3439d Merge branch 'feat-channel' 2023-05-06 10:18:48 +08:00
JustSong 89fa11f962 feat: now Telegram channel support field to now 2023-05-06 10:16:55 +08:00
JustSong 91725aeba7 feat: now client part supports multiple channels for the same type (#50) 2023-05-06 10:15:18 +08:00
JustSongandGitHub 6ef54298f9 docs: add funding link 2023-05-05 15:28:17 +08:00
JustSong 3a8d625201 feat: now server part supports multiple channels for the same type (#50) 2023-05-05 10:43:56 +08:00
o0oo0ooo0andGitHub e56675954e docs: update README (#62)
* Update README.md

Supplementary command.

* Update README.md

Supplementary command.

* Update README.md

add \r\n
2023-05-01 09:41:46 +08:00
JustSong b291ed43ca fix: check user's role when manage user 2023-04-28 09:48:15 +08:00
JustSong 65783feafa feat: redirect to login page if login expired 2023-04-27 12:46:34 +08:00
JustSong cdeefafddd docs: update readme 2023-04-27 11:37:35 +08:00
o0oo0ooo0andGitHub 2268ee234f docs: update README (#60) 2023-04-27 08:41:52 +08:00
JustSong b14c2df254 feat: support specifying url for Bark (close #57) 2023-04-22 19:33:59 +08:00