Commit Graph

27 Commits (master)

Author SHA1 Message Date
zhanzhenping 710d5bcf50
feat: 实现首页项目拖拽排序功能以及部分功能优化 (#955)
* feat: 首页项目拖拽排序功能

* feat: 增加首页项目拖拽排序增加只能管理员进行, 排序失败元素回到原本位置

* perf: 新建文章以后直接进入到编辑文章页面

* perf: 优化文档打开时或刷新时样式闪动问题
2024-07-04 09:43:33 +08:00
hotqin888 22589e344c
add prev&next read (#941)
* add prev&next read
* add prev&next in default read.tpl
* update prev&next
2024-05-09 13:33:27 +08:00
gsw945 725b6ac24e 临时解决阅读页面js报错'menuSetting undefined' 2023-04-17 14:25:11 +08:00
dependabot[bot] 5f3b2fa1ef
Bump golang.org/x/image from 0.0.0-20220722155232-062f8c9fd539 to 0.5.0 (#840)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20220722155232-062f8c9fd539 to 0.5.0.
- [Release notes](https://github.com/golang/image/releases)
- [Commits](https://github.com/golang/image/commits/v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  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:41:01 +08:00
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 2c07195f29 ldap包使用v3版本 2022-09-02 10:55:51 +08:00
gsw945 221b9deaaa ldap登录时支持邮箱作为账户 2022-09-02 10:41:35 +08:00
code huan c573be88d5 依赖更新 2022-08-28 17:57: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
gsw945 e866eb1a4d 提升Go版本, 添加Linux编译脚本 2022-05-13 17:19:28 +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
Augists 4eec37e7c9 fix bugs 2022-02-11 13:31:03 +08:00
shiqstone 4ad0fe74d0 merge from mindoc-org/mindoc and resolved conflict 2021-04-21 20:40:54 +08:00
roberChen d8e6689be8 chore(all): update go version to 1.13
- go mod version to 1.13
- modify README
2021-04-01 16:51:48 +08:00
shiqstone e8d96b64fa refactor, add i18n for go.mod 2021-04-01 14:01:27 +08:00
roberChen 272316f7b4 Merge branch 'master' into new-beego-path 2021-03-25 11:49:39 +08:00
roberChen 9884afc030 chore: update beego/v2 to latest commit
- dont't use v2.0.1, there has bugs in this version
- update latest version using go get
2021-03-24 20:16:11 +08:00
LawyZHENG 34499969cc 修复第一次登录失败的BUG 2021-03-24 13:13:23 +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
LawyZHENG 6730f948e4 增加redis 2021-03-23 16:50:53 +08:00
LawyZHENG 9b3a94e4e9 移除Redis缓存,升级Beego v1.12,尝试解决部分设备无法登录问题 2021-03-23 15:54:05 +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
wenj91 f3d07b7caf a-add go mod
u-update gocaptcha
2020-06-19 10:55:20 +08:00