Commit Graph

306 Commits

Author SHA1 Message Date
JustSong
ce8dd677e9 docs: add issue templates 2023-06-15 19:15:47 +08:00
dependabot[bot]
0fbb1289cb
chore: bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#96)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1.
- [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.9.0...v1.9.1)

---
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-06-02 13:13:16 +08:00
JustSong
87486f24e4 docs: update README 2023-05-23 16:59:04 +08:00
JustSong
0885559647 fix: use previous secret if not given 2023-05-23 11:17:58 +08:00
JustSong
b6f8da58a3 docs: update README 2023-05-22 10:02:34 +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
2abd8f4681 fix: show bind options only available 2023-05-21 11:23:55 +08:00
JustSong
c59f758f2c fix: add X-Accel-Buffering header on SSE response 2023-05-20 11:43:17 +08:00
JustSong
0728dd28b8 fix: fix message segmentation in Telegram's markdown parse mode (close #88) 2023-05-20 11:36:28 +08:00
JustSong
2674362f3b docs: update README (#90) 2023-05-17 16:49:23 +08:00
JustSong
16c9ad2ff7 docs: update README (close #90) 2023-05-17 16:47:06 +08:00
JustSong
75282abb5f feat: now message editor will save the selected channel as default channel 2023-05-16 20:31:28 +08:00
JustSong
8996737643 fix: fix option update logic not working properly 2023-05-16 09:53:21 +08:00
JustSong
e495960d0e fix: do not send channel's secret to frontend 2023-05-15 23:30:29 +08:00
JustSong
8ead1f76cd feat: support tencent custom alarm now (close #87) 2023-05-15 22:57:12 +08:00
JustSong
0f73bf4185 style: hide scroll bar 2023-05-14 18:32:40 +08:00
JustSong
3684437258 feat: able to set home page link 2023-05-14 18:19:24 +08:00
JustSong
d434c370ab perf: load cached about content first 2023-05-14 16:13:12 +08:00
JustSong
a411e230a0 fix: fix garbled email subject 2023-05-13 22:25:58 +08:00
JustSong
0b2d2da65c fix: support smtp server with port 465 2023-05-13 19:00:42 +08:00
JustSong
6bf7951a01 refactor: use built in smtp library 2023-05-13 15:35:23 +08:00
JustSong
464bd71ec6 chore: update OneBot's configuration prompt 2023-05-12 19:33:43 +08:00
JustSong
9d77cc217b docs: update deployment tutorial 2023-05-12 18:36:27 +08:00
JustSong
b514d9a1ac docs: update README (#70) 2023-05-12 18:31:42 +08:00
JustSong
8f7e5456e5 feat: use sse to fetch new messages (close #70) 2023-05-12 18:28:54 +08:00
JustSong
024fc97ced fix: fix message data is not fully loaded when searching (close #81) 2023-05-12 12:12:16 +08:00
JustSong
5a6f834606 fix: correct form column number 2023-05-12 11:35:16 +08:00
JustSong
c6fc56281f fix: fix UTF8 characters are not encoded correctly (#79) 2023-05-12 09:58:51 +08:00
JustSong
9ebcc3a465 fix: split the message for Telegram if it's too long (close #79) 2023-05-11 19:57:16 +08:00
JustSong
933eaa6d3e fix: continue to send messages even if some channels failed (close #80) 2023-05-11 08:53:54 +08:00
JustSong
7185490ba9 fix: able to search link now 2023-05-10 16:10:03 +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
53738c0940 fix: fix typo 2023-05-10 15:46:10 +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
f7999d944e feat: double check before deleting a user 2023-05-10 10:09:24 +08:00
JustSong
ff7be47532
docs: update README 2023-05-10 08:49:07 +08:00
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
wang
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 de136d030c, reversing
changes made to 3e4d29406f.
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