1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-10-08 23:24:29 +00:00
Files
.github
ci
common
controller
doc
fileserver
blockmgr
commitmgr
commitmgr.go
commitmgr_test.go
null.go
diff
fsmgr
objstore
option
repomgr
searpc
share
utils
workerpool
.golangci.yml
crypt.go
fileop.go
fileserver.go
go.mod
go.sum
http_code.go
merge.go
merge_test.go
quota.go
size_sched.go
sync_api.go
virtual_repo.go
fuse
include
lib
m4
notification-server
python
scripts
server
tests
tools
.gitignore
LICENSE.txt
Makefile.am
README.markdown
README.testing.md
autogen.sh
configure.ac
pytest.ini
run_tests.sh
updateversion.sh
seafile-server/fileserver/commitmgr
feiniks 96996b79e3 Support argon2id password hash algo ()
* Support argon2id password hash algo

* CI install argon2 deps

* Go support argonid algo

* RPC add pwd_hash_algo and pwd_hash_params

* Support password hash algo

* Don't set magic when pwd_hash is set

* Fix ci error

---------

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2024-05-22 18:49:57 +08:00
..