Commit Graph
215 Commits
Author SHA1 Message Date
JustSong b063f1cbcc chore: update text prompt 2023-04-17 21:25:58 +08:00
JustSong 578f60c971 fix: reduce token refresh waiting time (close #52) 2023-04-17 20:59:37 +08:00
JustSong ea192d9e3f fix: allow super admin to change its permissions 2023-04-17 09:26:26 +08:00
JustSong 3fe6625e16 fix: fix wrong repo url 2023-04-16 20:29:29 +08:00
JustSong 9b78d5ea14 docs: update README 2023-04-16 20:27:09 +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
JustSong 3d38260e5b feat: add to field to specify the receiver (close #48) 2023-04-16 09:55:23 +08:00
TangdyandGitHub 69f503124a docs: add Node.js example code (#51) 2023-04-03 09:25:44 +08:00
JustSongandGitHub a3c02d1354 build: support docker compose 2023-03-30 21:03:52 +08:00
JustSongandGitHub 6ec58ff209 style: remove blank line 2023-03-30 21:02:39 +08:00
117503445 4a3a74c215 build: add docker compose
Signed-off-by: 117503445 <t117503445@gmail.com>
2023-03-30 20:40:47 +08:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
40dd64e98d chore(deps): bump golang.org/x/net from 0.1.0 to 0.7.0 (#47)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.1.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 11:13:55 +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 54d1edaf1b docs: add detailed instructions for push API fields (#42) 2023-01-10 17:59:14 +08:00
JustSong 6b6a199ba9 docs: add note for those who want to compile the app itself (#42) 2023-01-07 15:57:44 +08:00
JustSong 89e7a10d20 fix: render description as HTML when rendering message (close #42) 2023-01-06 14:23:07 +08:00
JustSong ccf131037b ci: set release as draft by default 2023-01-05 17:30:38 +08:00
JustSong 6cf3ee9612 fix: save URL to database 2022-12-23 20:48:59 +08:00
zgcwkjandGitHub b43f3e077f docs: add C# example code (#40) 2022-12-23 17:49:28 +08:00
JustSong 5e623b7571 docs: update README 2022-12-23 00:41:54 +08:00
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 e178d5a622 fix: fix Docker image timezone problem 2022-12-22 19:09:11 +08:00
JustSong 716ffb8ae5 docs: update README 2022-12-22 19:01:51 +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 f13ce0d53b docs: update code examples 2022-12-22 11:02:28 +08:00
JustSong f5a6615f0d feat: support post form now 2022-12-22 10:53:10 +08:00
JustSong 71fe432b95 docs: update examples 2022-12-22 10:30:40 +08:00
JustSong ffa7a490c9 docs: update examples 2022-12-22 10:28:43 +08:00
JustSong 909a299ca8 docs: add more examples 2022-12-22 10:13:04 +08:00
JustSong c1312e456f fix: fix Dockerfile 2022-12-21 22:30:38 +08:00
JustSong 17ff9649ac ci: use GitHub Actions to build arm64 version binary & Docker image (close #36) 2022-12-21 21:20:22 +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 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 d00063d362 docs: update README 2022-12-16 17:47:45 +08:00