Go-Go-Farther
1b47f0c372
bugfix: 1. 用户管理,用户角色栏文本显示异常;2. 修复非book管理员且非评论作者,但是能删除评论的bug。
2022-07-19 23:56:42 +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
shiqstone
782ea44388
refactor, replace beego.Error with logs.Error
2021-03-30 14:24:14 +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
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
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
lifei6671
f1957dd9c0
feat:优化项目空间样式
2018-11-21 11:03:16 +08:00
lifei6671
9b0c649738
feat:超级管理员可修改项目集和项目密码
2018-11-20 20:55:04 +08:00
lifei6671
91df6bb024
feat:实现项目集功能
2018-11-20 20:36:14 +08:00
lifei6671
f3d8885723
fix:修复分享地址和Token生成地址错误的问题
2018-11-15 19:54:25 +08:00
lifei6671
0f705f0249
feat:实现项目团队加入功能
2018-11-12 21:01:59 +08:00
lifei6671
d152455c50
feat:实现团队功能
2018-11-06 18:38:18 +08:00
lifei6671
b897c87476
feat:实现团队功能
2018-11-05 18:50:01 +08:00
lifei6671
3aa703d479
fix:1、修复匿名访问判断错误的BUG
...
2、重构配置文件自动加载逻辑
2018-09-19 11:32:29 +08:00
lifei6671
86637ef581
1、实现文章列表、设置、编辑功能
...
2、实现文章附件功能
2018-07-17 19:13:11 +08:00
Minho
970e77f71c
修复二级子目录BUG
2018-03-25 19:33:37 +08:00
Minho
3c87a12bdd
1、实现压缩包的Markdown文件导入
...
2、重命名文件
2018-03-24 22:36:35 +08:00