Aaron Liu
c2d7168c26
release: 3.7.0
2 years ago
Aaron Liu
b441d884f6
chore: fix amd64.v1 inconsistency
2 years ago
Aaron Liu
d4c79cb962
chore: fix amd64.v1 inconsistency
2 years ago
Aaron Liu
e134826bd1
chore: skip git validation before release
2 years ago
Aaron Liu
b78f475df8
chore: use goreleaser to build docker images
2 years ago
Aaron Liu
e7de7e868d
chore: use goreleaser to build artifacts
2 years ago
Aaron Liu
a58e3b19ec
Revert "chore(build): add go-task support ( #1608 )"
...
This reverts commit abe90e4c88
.
Revert "chore: fix env in task yaml and test new build action"
This reverts commit 7dfe8fb439
.
Revert "remove unused env"
This reverts commit 076aa2c567
.
Revert "fix: ci build failed as env in go tasks cannot be overwritten"
This reverts commit 71cc332109
.
2 years ago
Aaron Liu
71cc332109
fix: ci build failed as env in go tasks cannot be overwritten
2 years ago
Aaron Liu
076aa2c567
remove unused env
2 years ago
Aaron Liu
7dfe8fb439
chore: fix env in task yaml and test new build action
2 years ago
Aaron Liu
b1b74b7be5
Merge remote-tracking branch 'origin/master'
2 years ago
mritd
abe90e4c88
chore(build): add go-task support ( #1608 )
...
* chore(build): add go-task support
add go-task support
Signed-off-by: kovacs <mritd@linux.com>
* chore(docker): build with go-task
build with go-task
Signed-off-by: kovacs <mritd@linux.com>
* chore(task): support cross compile
support cross compile
Signed-off-by: kovacs <mritd@linux.com>
* chore(task): remove GCC build
remove GCC build
Signed-off-by: kovacs <mritd@linux.com>
* docs(task): update README
update README
Signed-off-by: kovacs <mritd@linux.com>
---------
Signed-off-by: kovacs <mritd@linux.com>
2 years ago
Aaron Liu
95027e4f5d
refactor(db): move dialects to a standalone pkg
2 years ago
VigorFox
9c58278e08
refactor(db): change SQLite driver from github.com/jinzhu/gorm/dialects/sqlite to github.com/glebarez/go-sqlite ( #1626 )
...
* sqlite 驱动从 github.com/jinzhu/gorm/dialects/sqlite 改为 github.com/glebarez/go-sqlite,以移除对 cgo 的依赖
* // 兼容已有配置中的 "sqlite3" 配置项
* Update models/init.go: 修改变量名
2 years ago
Aaron Liu
6d1c44f21b
test: fix failed ut
2 years ago
Aaron Liu
489a2bab4f
test: delete file while user not found
2 years ago
Aaron Liu
d67d0512f8
feat(explorer): advance delete options for users
2 years ago
Aaron Liu
1c1cd9b342
feat(dashboard): unlink file while not deleting its physical source ( #789 )
2 years ago
Aaron Liu
2a1e82aede
fix(fs): cannot delete file while user is deleted ( fix #1586 )
2 years ago
WeidiDeng
a93ea2cfa0
feat(webdav): add read-only option ( #1629 )
2 years ago
HFO4
ffbafca994
Merge remote-tracking branch 'origin/master'
2 years ago
HFO4
99434d7aa5
test(wopi): add tests for wopi client
2 years ago
HFO4
f7fdf10d70
feat(wopi): edit WOPI related settings
2 years ago
HFO4
9ad2c3508f
enhancement(upload): keep original file content after failed to update document files
2 years ago
HFO4
5a8c86c72e
feat(wopi): adapt libreoffice online
2 years ago
HFO4
1c922ac981
feat(wopi): implement required rest api as a WOPI host
2 years ago
HFO4
4541400755
feat(wopi): change doc preview config based on WOPI discovery results
2 years ago
HFO4
c39daeb0d0
feat(wopi): fetch discover endpoint
2 years ago
5aaee9
8dafb4f40a
feat: support connect to mysql with unix socket ( #1571 )
2 years ago
HFO4
42a31f2fd1
fix: timeout while fetching yarn pkgs in building docker image action
2 years ago
HFO4
ca80051a89
release: 3.6.2
2 years ago
HFO4
bc0c374f00
feat(mobile): only allow request from mobile client to copy session
2 years ago
HFO4
e4c87483d6
feat(session): generate temp URL to copy/refresh user session
2 years ago
HFO4
1227f35d3c
doc: change readme link
2 years ago
HFO4
08fa6964a9
doc: change readme link
2 years ago
HFO4
9eafe07f4e
doc: add English README
2 years ago
HFO4
73d0f2db9b
release: 3.6.1
2 years ago
HFO4
82b4e29a80
enhance: escalate `ProxyHeader` as a global config
2 years ago
HFO4
9860ebbca9
feat(doc preview): add magic variable for file name
2 years ago
HFO4
435a03dd34
fix: nil reference while trying to shut down DB in slave mode ( #1416 )
2 years ago
HFO4
4e8ab75211
feat(s3): support setting for force using path style endpoint ( #1559 )
2 years ago
HFO4
6ceb255512
dep: git mod tidy
2 years ago
AHdark
74e1bd6a43
Added `same-site` policy for session options ( #1381 )
...
* Feat: added same-site policy for session options
* Feat: configurations in conf package to control the `SameSite` mode and `Secure` value of the session.
Co-authored-by: AaronLiu <abslant@126.com>
2 years ago
topjohncian
fd59d1b5ca
Enhance(dashboard): optimize get policies request ( #1539 )
2 years ago
Code
2bb28a9845
fix(s3): use HEAD method to get file info ( #1521 )
...
建议更换成更好的 HeadObject 方法因为 HeadObject 方法并不会返回文件 Body 因此不需要 defer res.Body.Close()
2 years ago
vvisionnn
5f4f6bd91a
refactor: build docker image using build.sh ( #1562 )
2 years ago
Nya Candy
053e4352b4
fix: Dockerfile ( #1561 )
2 years ago
HFO4
08e4d2257a
release: 3.6.0
2 years ago
HFO4
f02b6f0286
feat(net): customize socket file permission
2 years ago
HFO4
50a3917a65
feat(cache): set `max-age` for public accessible static resources
2 years ago