Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed May 11, 2024
1 parent 186d3b0 commit 4625ae7
Show file tree
Hide file tree
Showing 110 changed files with 733 additions and 584 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ laravels-timer-process.pid
vars.yaml
laravels.conf
laravels.pid
README_LOCAL.md
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [0.37.32]

### Performance

- 优化查看任务附件菜单
- 独立窗口未激活阅读逻辑
- 新消息在会话列表时间与消息里不一致
- 优化Android点击发送按钮效果
- 支持修改消息待办
- 延期任务时间支持按天
- 优化待办消息样式
- 优化移动端子任务列表显示
- 语音消息转文字
- 更新语音消息插件
- 优化设置样式

## [0.37.17]

### Bug Fixes
Expand Down
74 changes: 37 additions & 37 deletions app/Http/Controllers/Api/DialogController.php
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ public function msg__dot()
}

/**
* @api {get} api/dialog/msg/read 16. 已读聊天消息
* @api {get} api/dialog/msg/read 17. 已读聊天消息
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -826,7 +826,7 @@ public function msg__read()
}

/**
* @api {get} api/dialog/msg/unread 17. 获取未读消息数据
* @api {get} api/dialog/msg/unread 18. 获取未读消息数据
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -869,7 +869,7 @@ public function msg__unread()
}

/**
* @api {get} api/dialog/msg/checked 18. 设置消息checked
* @api {get} api/dialog/msg/checked 19. 设置消息checked
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -935,7 +935,7 @@ public function msg__checked()
}

/**
* @api {post} api/dialog/msg/stream 19. 通知成员监听消息
* @api {post} api/dialog/msg/stream 20. 通知成员监听消息
*
* @apiDescription 通知指定会员EventSource监听流动消息
* @apiVersion 1.0.0
Expand Down Expand Up @@ -974,7 +974,7 @@ public function msg__stream()
}

/**
* @api {post} api/dialog/msg/sendtext 20. 发送消息
* @api {post} api/dialog/msg/sendtext 21. 发送消息
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1075,7 +1075,7 @@ public function msg__sendtext()
}

/**
* @api {post} api/dialog/msg/sendrecord 21. 发送语音
* @api {post} api/dialog/msg/sendrecord 22. 发送语音
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1123,7 +1123,7 @@ public function msg__sendrecord()
}

/**
* @api {post} api/dialog/msg/sendfile 22. 文件上传
* @api {post} api/dialog/msg/sendfile 23. 文件上传
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1155,7 +1155,7 @@ public function msg__sendfile()
}

/**
* @api {post} api/dialog/msg/sendfiles 23. 群发文件上传
* @api {post} api/dialog/msg/sendfiles 24. 群发文件上传
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1211,7 +1211,7 @@ public function msg__sendfiles()
}

/**
* @api {get} api/dialog/msg/sendfileid 24. 通过文件ID发送文件
* @api {get} api/dialog/msg/sendfileid 25. 通过文件ID发送文件
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1281,7 +1281,7 @@ public function msg__sendfileid()
}

/**
* @api {post} api/dialog/msg/sendanon 25. 发送匿名消息
* @api {post} api/dialog/msg/sendanon 26. 发送匿名消息
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1334,7 +1334,7 @@ public function msg__sendanon()
}

/**
* @api {get} api/dialog/msg/readlist 26. 获取消息阅读情况
* @api {get} api/dialog/msg/readlist 27. 获取消息阅读情况
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1363,7 +1363,7 @@ public function msg__readlist()
}

/**
* @api {get} api/dialog/msg/detail 27. 消息详情
* @api {get} api/dialog/msg/detail 28. 消息详情
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1411,7 +1411,7 @@ public function msg__detail()
}

/**
* @api {get} api/dialog/msg/download 28. 文件下载
* @api {get} api/dialog/msg/download 29. 文件下载
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1452,7 +1452,7 @@ public function msg__download()
}

/**
* @api {get} api/dialog/msg/withdraw 29. 聊天消息撤回
* @api {get} api/dialog/msg/withdraw 30. 聊天消息撤回
*
* @apiDescription 消息撤回限制24小时内,需要token身份
* @apiVersion 1.0.0
Expand All @@ -1478,7 +1478,7 @@ public function msg__withdraw()
}

/**
* @api {get} api/dialog/msg/voice2text 29. 语音消息转文字
* @api {get} api/dialog/msg/voice2text 31. 语音消息转文字
*
* @apiDescription 将语音消息转文字,需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1522,7 +1522,7 @@ public function msg__voice2text()
}

/**
* @api {get} api/dialog/msg/mark 30. 消息标记操作
* @api {get} api/dialog/msg/mark 32. 消息标记操作
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1586,7 +1586,7 @@ public function msg__mark()
}

/**
* @api {get} api/dialog/msg/silence 31. 消息免打扰
* @api {get} api/dialog/msg/silence 33. 消息免打扰
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1649,7 +1649,7 @@ public function msg__silence()
}

/**
* @api {get} api/dialog/msg/forward 32. 转发消息给
* @api {get} api/dialog/msg/forward 34. 转发消息给
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1690,7 +1690,7 @@ public function msg__forward()
}

/**
* @api {get} api/dialog/msg/emoji 33. emoji回复
* @api {get} api/dialog/msg/emoji 35. emoji回复
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1725,7 +1725,7 @@ public function msg__emoji()
}

/**
* @api {get} api/dialog/msg/tag 34. 标注/取消标注
* @api {get} api/dialog/msg/tag 36. 标注/取消标注
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1754,7 +1754,7 @@ public function msg__tag()
}

/**
* @api {get} api/dialog/msg/todo 35. 设待办/取消待办
* @api {get} api/dialog/msg/todo 37. 设待办/取消待办
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1797,7 +1797,7 @@ public function msg__todo()
}

/**
* @api {get} api/dialog/msg/todolist 36. 获取消息待办情况
* @api {get} api/dialog/msg/todolist 38. 获取消息待办情况
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1827,7 +1827,7 @@ public function msg__todolist()
}

/**
* @api {get} api/dialog/msg/done 37. 完成待办
* @api {get} api/dialog/msg/done 39. 完成待办
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1880,7 +1880,7 @@ public function msg__done()
}

/**
* @api {get} api/dialog/msg/color 38. 设置颜色
* @api {get} api/dialog/msg/color 40. 设置颜色
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1921,7 +1921,7 @@ public function msg__color()
}

/**
* @api {get} api/dialog/group/add 39. 新增群组
* @api {get} api/dialog/group/add 41. 新增群组
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1983,7 +1983,7 @@ public function group__add()
}

/**
* @api {get} api/dialog/group/edit 40. 修改群组
* @api {get} api/dialog/group/edit 42. 修改群组
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -2045,7 +2045,7 @@ public function group__edit()
}

/**
* @api {get} api/dialog/group/adduser 41. 添加群成员
* @api {get} api/dialog/group/adduser 43. 添加群成员
*
* @apiDescription 需要token身份
* - 有群主时:只有群主可以邀请
Expand Down Expand Up @@ -2081,7 +2081,7 @@ public function group__adduser()
}

/**
* @api {get} api/dialog/group/deluser 42. 移出(退出)群成员
* @api {get} api/dialog/group/deluser 44. 移出(退出)群成员
*
* @apiDescription 需要token身份
* - 只有群主、邀请人可以踢人
Expand Down Expand Up @@ -2125,7 +2125,7 @@ public function group__deluser()
}

/**
* @api {get} api/dialog/group/transfer 43. 转让群组
* @api {get} api/dialog/group/transfer 45. 转让群组
*
* @apiDescription 需要token身份
* - 只有群主且是个人类型群可以解散
Expand Down Expand Up @@ -2174,7 +2174,7 @@ public function group__transfer()
}

/**
* @api {get} api/dialog/group/disband 44. 解散群组
* @api {get} api/dialog/group/disband 46. 解散群组
*
* @apiDescription 需要token身份
* - 只有群主且是个人类型群可以解散
Expand Down Expand Up @@ -2202,7 +2202,7 @@ public function group__disband()
}

/**
* @api {get} api/dialog/group/searchuser 45. 搜索个人群(仅限管理员)
* @api {get} api/dialog/group/searchuser 47. 搜索个人群(仅限管理员)
*
* @apiDescription 需要token身份,用于创建部门搜索个人群组
* @apiVersion 1.0.0
Expand Down Expand Up @@ -2231,7 +2231,7 @@ public function group__searchuser()
}

/**
* @api {post} api/dialog/okr/add 46. 创建OKR评论会话
* @api {post} api/dialog/okr/add 48. 创建OKR评论会话
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -2270,7 +2270,7 @@ public function okr__add()
}

/**
* @api {post} api/dialog/okr/push 47. 推送OKR相关信息
* @api {post} api/dialog/okr/push 49. 推送OKR相关信息
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -2306,7 +2306,7 @@ public function okr__push()
}

/**
* @api {post} api/dialog/msg/wordchain 48. 发送接龙消息
* @api {post} api/dialog/msg/wordchain 50. 发送接龙消息
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -2392,7 +2392,7 @@ public function msg__wordchain()
}

/**
* @api {post} api/dialog/msg/vote 49. 发起投票
* @api {post} api/dialog/msg/vote 51. 发起投票
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -2508,7 +2508,7 @@ public function msg__vote()
}

/**
* @api {get} api/dialog/msg/top 50. 置顶/取消置顶
* @api {get} api/dialog/msg/top 52. 置顶/取消置顶
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -2568,7 +2568,7 @@ public function msg__top()
}

/**
* @api {get} api/dialog/msg/topinfo 51. 获取置顶消息
* @api {get} api/dialog/msg/topinfo 53. 获取置顶消息
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down
Loading

0 comments on commit 4625ae7

Please sign in to comment.