Commit Graph

218 Commits (a877083e96aed13360a0e60fb36222efac58124e)

Author SHA1 Message Date
Augists a877083e96 add support for importing docx file 2022-02-11 11:10:58 +08:00
shiqstone f02ff935fe update for init i18n 2021-04-21 22:00:03 +08:00
shiqstone 0fb6fcb114 fix bug for i18n and beego v2 2021-04-21 20:44:19 +08:00
shiqstone 4ad0fe74d0 merge from mindoc-org/mindoc and resolved conflict 2021-04-21 20:40:54 +08:00
shiqstone cb70c35037 refactor, fix bug and update i18n(management), to be continue 2021-04-21 12:22:34 +08:00
shiqstone 6eb26fcb23 User
refactor and update i18n, to be continue
2021-04-12 21:12:26 +08:00
roberChen 47a5d5b05c Merge branch 'master' into new-beego-path 2021-04-01 11:33:19 +08:00
wangbin05 dc578c3b34 修改排版 2021-04-01 10:48:35 +08:00
wangbin05 323378c0ae 增加阅读次数 2021-04-01 09:23:55 +08:00
wangbin05 5b274ce836 增加文章阅读次数 2021-03-31 19:32:18 +08:00
shiqstone 782ea44388 refactor, replace beego.Error with logs.Error 2021-03-30 14:24:14 +08:00
roberChen bdaeefc784 fix(login): judging ldap_enable logic error
review: https://github.com/mindoc-org/mindoc/pull/662#discussion_r603750715
2021-03-30 11:45:56 +08:00
roberChen debc3aa5c9 fix(all): don't use adapter in FuncMap and Filter etc. 2021-03-26 15:37:19 +08:00
roberChen 967ef37ce9 chore: use core/logs
- depretace all adapter/logs to core/logs
2021-03-26 14:26:19 +08:00
roberChen 916c9c6c2a fix(models): use client/orm instead of adapter/orm
- using new orm api, change some related logics
- newer orm api has the concept of TxOrmer, for purpose of transaction
handling. A transaction ormer in v2 is a stateful object, it should be
dropped after using. A Ormer object is stateless and thread(routine)
    safe, and should not be used for transaction handling. More details
    count be found at official doc:
    https://beego.me/docs/mvc/model/orm.md, and pr note: https://github.com/mindoc-org/mindoc/pull/662#issuecomment-807040262
2021-03-26 11:34:02 +08:00
roberChen 8b7d56a547 Merge branch 'master' into new-beego-path 2021-03-26 10:43:54 +08:00
wangbin8909 786b7532cf Merge remote-tracking branch 'upstream/master'
合并主干
2021-03-26 08:50:38 +08:00
wangbin8909 79eefb56ac 修改文档底部信息,增加文档创建时间。 2021-03-26 08:43:33 +08:00
roberChen 272316f7b4 Merge branch 'master' into new-beego-path 2021-03-25 11:49:39 +08:00
roberChen 4e243e2d70 chore(member): add debug info print 2021-03-25 11:36:06 +08:00
roberChen 2d05b5a80f fix(config): use web.AppConfig instead of adapter
- use web.AppConfig, and change related codes

TODO: handles errors
2021-03-25 10:42:18 +08:00
LawyZHENG 9141487aa3 钉钉免登显示钉钉用户名和头像,配置XSRF,修复一些BUG 2021-03-25 10:04:15 +08:00
roberChen 9babd8106c chore: clean import errors for beego update 2021-03-24 00:28:13 +08:00
roberChen 90c1329de2 chore!(all): attempt to update beego to v2
BREAKING CHANGE: beego has update to v2, and this version of mindoc IS
NOT TESTED AND STABLE!!!
2021-03-23 21:55:50 +08:00
LawyZHENG 6f06e72411 Merge branch 'dev/pkg-upgrade'
# Conflicts:
#	commands/command.go
#	commands/daemon/daemon.go
#	controllers/AccountController.go
#	controllers/DocumentController.go
#	models/Member.go
#	models/TeamMember.go
#	models/comment_vote.go
2021-03-23 19:28:22 +08:00
roberChen 79f70d830d chore!(all): update go import path
BREAKING CHANGE: use github.com/mindoc-org/mindoc as import path
2021-03-23 15:09:17 +08:00
LawyZHENG a01cb91cbd 增加钉钉自动登录 2021-03-19 10:33:59 +08:00
LawyZHENG 3ca09b7cbf 钉钉初步免登,移动端样式优化 2021-03-18 15:02:19 +08:00
LawyZHENG 545537ecf1 自动注册工单系统账号 2021-03-17 15:59:05 +08:00
LawyZHENG 25c58d9988 添加临时Token登录接口 2021-03-16 13:28:38 +08:00
perter lee cfd870f525
Update DocumentModel.go
some version go strings libiary not define the ReplaceAll function,so if someone use that to  build from source code cause the compiler error, but the replace function is define all version.
2019-09-19 15:52:52 +08:00
lifei6671 827965b492 feat:增加HTTP接口登录校验 2019-05-21 10:09:37 +08:00
lifei6671 b510a45908 feat:1、实现空节点功能,当文档标记为空目录时不加载内容页无法编辑内容
2、实现HTTP接口方式登录,
3、优化markdown编辑器部分功能
2019-05-20 17:38:37 +08:00
lifei6671 d8e56548ea perf:过滤内容中的非法字符,增强安全性 2019-05-20 12:08:14 +08:00
lifei6671 0856b9e42f fix:优化文章显示效果 2019-03-11 18:09:19 +08:00
lifei6671 ad9a4128ba fix:修复加入成员时没有过滤已加入的问题 2019-03-11 15:15:48 +08:00
谢泽丰 56225e892a feat:根据姓名以及用户名模糊查询指定文档中不存在的用户列表 2019-01-16 01:09:09 +08:00
lifei6671 1a40caaa6c feat:1、增加项目搜索
2、移除对项目标签和项目令牌的支持
2019-01-15 19:36:11 +08:00
lifei6671 f3b03249b4 feat:支持搜索中使用空格 2018-11-29 15:11:34 +08:00
lifei6671 8681d8fa3e feat:搜索支持文章 2018-11-29 14:53:14 +08:00
lifei6671 6ca1515462 feat:跳转项目排序 2018-11-28 09:56:20 +08:00
lifei6671 b240b85011 feat:优化项目空间的显示数量 2018-11-27 11:47:19 +08:00
lifei6671 2460a32ac5 fix:修复mysql兼容问题 2018-11-27 10:04:37 +08:00
lifei6671 1b6c7e4793 fix:修复mysql兼容问题 2018-11-26 18:54:50 +08:00
lifei6671 a64a6c80e6 fix:修复mysql兼容问题 2018-11-26 17:00:40 +08:00
lifei6671 37fe31797d feat:移除危险HTML标签 2018-11-21 11:06:27 +08:00
lifei6671 f1957dd9c0 feat:优化项目空间样式 2018-11-21 11:03:16 +08:00
lifei6671 91df6bb024 feat:实现项目集功能 2018-11-20 20:36:14 +08:00
lifei6671 4702334604 fix:修复删除项目时没有删除项目团队的BUG 2018-11-16 10:46:37 +08:00
lifei6671 2d3b0ab674 fix:1、修复项目设置没有权限但团队可见的问题
2、修复删除项目团队失败的BUG
2018-11-15 18:31:02 +08:00