Commit Graph

65 Commits (0107edfa0cbed744129237d0ea4bf18b5877f2bc)

Author SHA1 Message Date
moonrailgun 0107edfa0c feat: add setting for close message context menu
moonrailgun de63b312ad fix: invalid user id will broken all userId info query problem
moonrailgun b2d5d063d6 perf: add dummy user to avoid unused user info request
moonrailgun 6e71a2a21c test: fix ci problem
moonrailgun a7fe82eff3 feat: add search friend feature
include can search by nickname
moonrailgun 176528b303 feat: add text panel message search right panel
moonrailgun c25d3a0b46 feat: add telemetry to aware of the presence of other deployment instances
you can disable it by env DISABLE_TELEMETRY=1
moonrailgun 2dc54719e5 refactor: extract group types info types package
moonrailgun 018d311da6 feat: allow remove converse from dmlist
if user offline, will call user.dmlist.addConverse which ensure converse in dmlist
moonrailgun 13d32afb48 perf: optimize the update group configuration interaction under low-speed network
moonrailgun b3d80c4ef0 feat: add disableCreateConverseFromGroup in group config
moonrailgun f7e84cad35 fix: fix message api overreach vulnerability problem
moonrailgun 8f3ec1c996 feat: add group nav item sortable feature
data will saving into user settings `groupOrderList`
moonrailgun 2468d45c66 feat: converse suppport order with message, and add more checker for local message
moonrailgun 9bb931aa5d feat: add local message to avoid network error which occur repeat send same message
moonrailgun d99e556c79 feat: add group badge for current room participants
moonrailgun 924f644d49 feat: add TailchatWsClient and update tailchat-types
moonrailgun 798abeb1ec feat: add global announcement
moonrailgun 4c77d144e8 perf: optimize the performance of the member list in the case of large data
and optimize the content of the network and view patterns
moonrailgun 738eb75003 feat: add invite code usage limit for every invite code
moonrailgun 36061f6b74 feat: add feature disableAddFriend which can disable add friends
moonrailgun 947d05697a feat: add group background image in invite
and move entry image from entry to all
moonrailgun 51c7111621 feat: add env DISABLE_PLUGIN_STORE which will hide plugin store entry
moonrailgun 065f7d44c8 feat: add group description
limit 120 words
moonrailgun 2e56139925 feat: add env `DISABLE_CREATE_GROUP` which can control user allow create group
moonrailgun a1048b77fd feat: add markdown inbox item which help to develop system notice
moonrailgun 40b007698f feat: add nickname edit in register view
moonrailgun ea3ad15f5f feat: add ban user
you can see this action in admin-next
moonrailgun 7029e67f0c feat: add friend nickname set model and api
moonrailgun 41cdfb0715 feat: add regPluginGroupConfigItem
moonrailgun dedeaa805f feat: add disableUserRegister and disableGuestLogin
moonrailgun cf2b4e4d2e refactor: unified messaging inbox content to payload
add compatible code for old message type
moonrailgun 1fa1293d1a feat: add plain text with send text message
moonrailgun fb13a3c928 feat: allow admin upload and edit serverEntryImage
priority: plugin image -> admin config -> fallback(cat)
moonrailgun d9adf84014 feat: add custom serverName render in login view
moonrailgun 8ee1215a9a feat: add image parser
then we can flexibly modify the domain name without worrying about the file storage path
moonrailgun 1f21e406a5 feat: add mdpanel plugin. then we can create markdown panel in group
moonrailgun 69e8bd2902 feat: add i18n support in plugin store
moonrailgun caf5a45fe1 feat: 增加字体放大插件
moonrailgun 4d554df237 refactor: 将全局设置参数移动到redux中,并将redux的api接口改为全局定义
为此,需要将退出登录操作改为刷新页面以清理上下文
moonrailgun 7d1464104a feat: 增加前端ack面板的概念,抽象化已读未读的面板属性而不是单纯的文本面板
moonrailgun 66c1038970 refactor: 重构消息通知模式,将免打扰相关的逻辑集成到核心代码中
避免怪异的用户体验
moonrailgun 8f587887ee perf: 优化getUserOnlineStatus的网络请求连接,自动合并多个请求为一个后端请求
以优化网络传输性能
moonrailgun 0f5dc6aec6 perf: 优化获取群组设置的逻辑,增强代码可读性
moonrailgun 79390d329e fix: 修复类型问题
moonrailgun 2e774d104f feat: 增加邮箱认证功能
moonrailgun 099a906b4a feat: 增加注册账号/游客认领账号时进行邮箱校验(配置)
moonrailgun 677cf7689b feat: 增加收件箱操作: 全部已读和清空收件箱
moonrailgun af03bec1a9 feat: 收件箱增加已读未读标识
moonrailgun f5b71b076e feat: 增强邀请页面的已加入检查,如果已登录则会发起请求查询是否为群组成员