Commit Graph

994 Commits (master)
 

Author SHA1 Message Date
dependabot[bot] f81b734b0c
Bump golang.org/x/net from 0.0.0-20220826154423-83b083e8dc8b to 0.7.0 (#839)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220826154423-83b083e8dc8b to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/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-03-07 13:20:19 +08:00
dependabot[bot] 793f60403d
Bump golang.org/x/text from 0.3.7 to 0.3.8 (#838)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 10:33:40 +08:00
gsw945 171b8700f1 修复2个无关紧要的问题
修复前端'javascript:;'跨域报错
修复当前用户角色名不翻译问题
2023-01-29 14:22:36 +08:00
玖亖伍 4ca490b4c2
Merge pull request #828 from Rebellioncry/master
修复只有第一次导入docx文件有效问题
2022-12-12 09:45:25 +08:00
Rebellioncry ade6734779 修复只有第一次导入docx文件有效问题 2022-11-30 14:15:12 +08:00
玖亖伍 d43010640b
Merge pull request #822 from haimait/master-sql-comment
1.迁移表时添加字段注释 2.修复游客状态评论接口报空指针的问题
2022-10-28 22:48:07 +08:00
wanghaima 2862cb78c0 1. 打开项目时,左侧目录应按创建文档时的实际选择默认展开或收起 2022-10-28 19:25:20 +08:00
wanghaima d3993a2f08 1.迁移表时添加字段注释
2.修复游客状态评论接口报空指针的问题
2022-10-28 12:33:36 +08:00
gsw945 4c6ef05fbd ldap包使用v3版本 2022-09-02 11:08:59 +08:00
gsw945 2c07195f29 ldap包使用v3版本 2022-09-02 10:55:51 +08:00
gsw945 221b9deaaa ldap登录时支持邮箱作为账户 2022-09-02 10:41:35 +08:00
玖亖伍 25f9d34edb
Merge pull request #815 from saozimian/master
bugfix:登录逻辑异常修复( #814 )
2022-08-29 11:23:40 +08:00
code huan 582f255b6d bugfix:登录逻辑异常修复 2022-08-29 11:02:03 +08:00
玖亖伍 6648078bdf
Merge pull request #814 from saozimian/master
修改企业微信集成登录
2022-08-29 09:45:14 +08:00
code huan c573be88d5 依赖更新 2022-08-28 17:57:37 +08:00
code huan b9510a7057 企业微信8.22之后根据用户id获取信息已停用,修改登录认证 2022-08-28 17:56:46 +08:00
gsw945 5a9d097344 v2.1 docker 信息更新 2022-07-25 13:40:16 +08:00
gsw945 b833698978 使用 ghproxy.com 替换 github 实现加速 2022-07-25 13:21:12 +08:00
gsw945 5985392930 Dockerfile构建使用阿里云apt源 2022-07-25 12:17:59 +08:00
gsw945 4d9fe06436 Dockerfile更新 v2.1 2022-07-25 11:56:55 +08:00
gsw945 b00536f927 移动favicon.ico到static目录 2022-07-20 15:04:01 +08:00
玖亖伍 d5c5b62e3a
Merge pull request #806 from Go-Go-Farther/bugfix
bugfix: 1. 用户管理,用户角色栏文本显示异常;2. 修复非book管理员且非评论作者,但是能删除评论的bug。
2022-07-20 13:35:01 +08:00
Go-Go-Farther 1b47f0c372 bugfix: 1. 用户管理,用户角色栏文本显示异常;2. 修复非book管理员且非评论作者,但是能删除评论的bug。 2022-07-19 23:56:42 +08:00
玖亖伍 83bca4ac40
Merge pull request #804 from Go-Go-Farther/bugfix
bugfix: 
1. 修改账号正则,允许全数字账号,保证能通过已有全数字账号体系登录;
2. Prepare函数重复执行。
2022-07-14 10:22:36 +08:00
Go-Go-Farther 66d8f35c33 bugfix: 1.修改账号正则,允许全数字账号,保证能通过已有全数字账号体系登录;2.Prepare函数重复执行。 2022-07-14 00:41:06 +08:00
玖亖伍 8c40beccaf
Merge pull request #803 from Go-Go-Farther/bugfix
bugfix:  #751#801
1. 修复私有问题访问bug
2. 重构私有文档访问逻辑代码
3. shell生成zip包中,删除conf下的go代码源文件
2022-07-05 13:39:30 +08:00
Go-Go-Farther 0b83a53b56 bugfix: 1. 修复私有问题访问bug;2. 重构私有文档访问逻辑代码;3. shell生成zip包中,删除go文件。 resolves mindoc-org/mindoc#751, resolves mindoc-org/mindoc#801 2022-07-05 11:59:23 +08:00
玖亖伍 b4b7528e3f
Merge pull request #800 from Go-Go-Farther/private_blog_opt
opt&bugfix: 私密文章访问优化 Fixes mindoc-org/mindoc#774
2022-06-27 13:19:40 +08:00
玖亖伍 c15da23bf2
Merge pull request #798 from Go-Go-Farther/master
bugfix: 修复zip的slip问题,防止上传恶意zip,增强服务器安全性。Fixes mindoc-org/mindoc#788
2022-06-27 13:16:41 +08:00
Go-Go-Farther 3ef9801a75 opt&bugfix: 1. 私密文章验证密码Post请求,增加用户判断;2. 对应html页面增加提示文案,防止使用者误解;3. 修正匿名用户不能访问私密文章。Fixes mindoc-org/mindoc#774 2022-06-26 14:42:19 +08:00
Go-Go-Farther 940cc2420c bugfix: 修复zip的slip问题,防止上传恶意zip,增强服务器安全性。 2022-06-20 13:54:53 +08:00
玖亖伍 edc96294e6
Merge pull request #794 from Go-Go-Farther/master
bugfix: 管理后台获取标签列表时,template的range动作使得dot的值变为了element,.Lang访问不到问题修复。
2022-06-09 09:41:56 +08:00
Go-Go-Farther db5e853c28 bugfix: 管理后台获取标签列表时,template的range动作使得dot的值变为了element,.Lang访问不到问题修复。 2022-05-29 16:13:37 +08:00
gsw945 8d92550458 fix error `mindoc:runtime error: invalid memory address or nil pointer dereference` 2022-05-18 11:17:03 +08:00
玖亖伍 07204d6d7f 评论功能修复 2022-05-14 20:54:59 +08:00
玖亖伍 5661157f14
Update Dockerfile 2022-05-13 19:42:02 +08:00
玖亖伍 6a6ddcafb6
Dockerfile 更新 calibre 下载加速链接 2022-05-13 17:41:30 +08:00
gsw945 e866eb1a4d 提升Go版本, 添加Linux编译脚本 2022-05-13 17:19:28 +08:00
玖亖伍 c090e6c6c5
Merge pull request #790 from gsw945/master
添加企业微信登录支持
2022-05-09 18:29:21 +08:00
玖亖伍 a5dfdb4b6e
Merge branch 'master' into master 2022-05-09 18:19:08 +08:00
玖亖伍 dbc9fd9c91
Merge pull request #779 from hz-bin/master
增加评论功能
2022-05-09 18:11:46 +08:00
玖亖伍 5102ecf4f4
Merge pull request #777 from ifengkou/master
fix #776: 修复在mysql8.0中由于member关键词导致系统无法正常使用的异常
2022-05-09 18:11:09 +08:00
玖亖伍 af8ec13c2e
Update appveyor.yml(文件复制优化) 2022-05-09 17:58:27 +08:00
玖亖伍 83e34010eb
Update appveyor.yml 2022-05-09 17:17:08 +08:00
gsw945 68e3aefb56 CI-Appveyor配置错误修复 2022-05-09 17:11:09 +08:00
gsw945 127f7a5cd3 `go.mod`版本格式错误修复 2022-05-07 18:51:08 +08:00
gsw945 1d21405fd9 修复 嵌入式`time/tzdata`低版本Go不支持导致CI报错 2022-05-07 18:46:48 +08:00
gsw945 634d640e31 导出页面移除不存在的mermaid.css引用 2022-05-07 18:21:34 +08:00
gsw945 8ff4c28927 Merge branch 'master' of https://github.com/gsw945/mindoc into master 2022-05-07 18:17:38 +08:00
gsw945 0671b0cd40 企业微信登录初步调通 2022-05-07 18:06:46 +08:00