Commit graph

86 commits

Author SHA1 Message Date
A
da04c0fa6a feat: sync public links and phone change updates 2026-07-10 22:01:44 +08:00
A
41c7f1d018 perf: sync megagroup unread derivation 2026-07-09 13:49:34 +08:00
A
4c0cc2b7a7 feat: sync Bot API gateway support 2026-07-09 13:49:24 +08:00
A
9a501f900a feat: sync login email verification support 2026-07-08 17:09:44 +08:00
A
e0cabb4930 feat: sync admin stars grant support 2026-07-08 02:30:01 +08:00
A
23fa1cad21 docs: add README TODO list 2026-07-08 02:24:58 +08:00
A
1f11b0fd1b fix: sync stars topup and paid reaction settings 2026-07-08 01:19:22 +08:00
yialdd
4e18d31e16
Merge pull request #10 from Mimosa-X/main
Enhance deployment documentation for Windows and Linux/macOS
2026-07-06 23:00:46 +08:00
梦渊
a172c5efa2 Merge branch 'main' of https://github.com/Mimosa-X/Mimosa-server-tsgo 2026-07-06 21:21:59 +08:00
梦渊
4bf59e9975 docs: 补全不同平台下编译运行程序的步骤
分别为中文和英文README添加Windows(PowerShell)以及Linux/macOS的编译运行命令,完善部署文档
2026-07-06 21:21:51 +08:00
A
2a9c12263f feat: sync chatlist sharing support 2026-07-06 21:06:33 +08:00
yialdd
ec6e8fd13d
Merge pull request #9 from Mimosa-X/main
Add public deployment port documentation for Gramsrv
2026-07-06 20:47:13 +08:00
梦渊
66a1967260 docs: add public deployment port documentation for gramsrv
为中英文 README 补充公网部署所需的端口清单文档,包括基础聊天、管理后台、可选功能以及内部调试端口的详细说明,并提醒配置监听地址和公网IP以确保客户端正常连接。
2026-07-06 20:27:07 +08:00
梦渊
c1cec33536 创建 Fragment.md 2026-07-06 19:53:28 +08:00
A
c5dc2b7e21 config: sync admin and RTMP port defaults 2026-07-06 16:29:29 +08:00
A
597b5f265b config: sync livestream RTMP default port 2026-07-06 16:16:42 +08:00
A
44c32521e7 fix: sync avatar update compatibility fixes 2026-07-06 16:16:19 +08:00
A
2ad9dd8bb2 docs: add livestream feature to README 2026-07-06 14:43:14 +08:00
A
f1a27996d3 feat: sync group call livestream support 2026-07-06 14:32:45 +08:00
A
56d995474c fix: sync session membership routing fixes 2026-07-06 14:28:06 +08:00
A
7e64d9c30e perf: sync dispatch hot path optimizations 2026-07-06 14:27:03 +08:00
A
03b785ebf4 fix: preserve formatted date message entities 2026-07-05 20:42:13 +08:00
A
53105b6823 docs: improve Telegram server discoverability 2026-07-05 15:21:40 +08:00
A
ddcf2d31ca fix: sync birthday updates and system sticker sets 2026-07-05 15:15:32 +08:00
A
c38dd73fdd fix: emit channel avatar service messages 2026-07-05 15:14:41 +08:00
A
4d9f1e271d feat: defer login bootstrap updates 2026-07-05 03:28:19 +08:00
A
a246fd5417 feat: add post-response callbacks 2026-07-05 03:27:46 +08:00
A
2f399d5df2 fix: preserve Android negotiated layer 2026-07-05 03:27:04 +08:00
A
240fc2b526 fix: document admin api env defaults 2026-07-05 01:10:46 +08:00
yialdd
7da7dc922e
Merge pull request #8 from Mimosa-X/main
Refactor admin configuration to use centralized config package
2026-07-05 01:09:39 +08:00
梦渊
36bf20b341
Merge branch 'iamxvbaba:main' into main 2026-07-05 00:26:33 +08:00
A
2d5a6236c2 fix: sync Android cursor tolerance fixes 2026-07-04 23:45:27 +08:00
A
ca79562fd8 chore: sync dependency updates 2026-07-04 21:17:21 +08:00
A
8e255dc9c8 fix: accept Android negative temporary DC 2026-07-04 21:16:16 +08:00
A
7c9d8dda16 feat: sync rich text message support 2026-07-04 21:15:35 +08:00
A
4d3bbeabd8 fix: sync WebA labels and forward fixes 2026-07-04 21:14:41 +08:00
A
7bb7e11603 chore: add public Android test RSA key 2026-07-04 14:25:56 +08:00
A
e54d56da64 chore: add public test RSA keys 2026-07-04 14:24:50 +08:00
A
7fa721a25e fix: sync Android channel compatibility fixes 2026-07-04 14:17:49 +08:00
梦渊
a8d75286bc Merge branch 'main' of https://github.com/Mimosa-X/Mimosa-server-tsgo 2026-07-04 13:05:57 +08:00
梦渊
6c3707e987 Refactor admin config to use centralized config package
- Import and use internal/config.Load() in telesrv-admin instead of manual env parsing
- Remove envOr() helper function (now consolidated in config package)
- Add comprehensive .env.example documentation for Admin API/UI settings including:
  - TELESRV_ADMIN_API_TOKEN
  - TELESRV_ADMIN_UI_PASSWORD and TELESRV_ADMIN_UI_TOKEN
  - TELESRV_ADMIN_SESSION_KEY with security guidance
  - Optional address configuration parameters
- Improve config validation error handling
2026-07-04 13:05:37 +08:00
A
b1f74185f0 fix: sync latest telesrv fixes 2026-07-04 01:14:47 +08:00
A
b7269b135f feat: sync AI compose and ChatBot features 2026-07-03 19:43:20 +08:00
A
35e5d38f4d fix: sync latest channel and contact fixes 2026-07-03 13:27:08 +08:00
yialdd
e83650b9fd
Merge pull request #4 from kkk511github/bugfix_kk_ios_admin_log
Fix iOS admin log initial bounds
2026-07-02 20:52:30 +08:00
HSgram
e90dbdf5a3 Fix iOS admin log initial bounds 2026-07-02 19:45:30 +08:00
A
44e8cde27f admin-ui: sync English localization 2026-07-02 16:53:51 +08:00
A
4570df5939 fix: sync latest Android and langpack updates 2026-07-02 14:09:24 +08:00
A
20b388eeaa fix: sync sticker material reuse handling 2026-07-02 02:43:48 +08:00
A
bb07eb16d1 fix: sync TGS sticker attribute handling 2026-07-02 02:13:23 +08:00