Chris Lu
|
1db7c2b8aa
|
Add credential storage (#6938)
* add credential store interface
* load credential.toml
* lint
* create credentialManager with explicit store type
* add type name
* InitializeCredentialManager
* remove unused functions
* fix missing import
* fix import
* fix nil configuration
|
1 month ago |
chrislu
|
6b706f9ccd
|
rename files
*_server.go - main server files
*_management.go - business logic
*_data.go - data structures and types
*_middleware.go - middleware logic
|
1 month ago |
chrislu
|
f47c4aef5a
|
object store users
|
1 month ago |
chrislu
|
4aec3c3fb9
|
purge unused
|
1 month ago |
chrislu
|
76d773bf88
|
viewer, download, properties
|
1 month ago |
chrislu
|
d4f4c04361
|
remove ttl for collections
|
1 month ago |
chrislu
|
2f9321086f
|
add version, add alpha, add link to enterprise version
|
1 month ago |
chrislu
|
471910736d
|
remove ttl from collections
|
1 month ago |
chrislu
|
757c436a82
|
collection has multiple disk types
|
1 month ago |
chrislu
|
b2849ec435
|
set uid gid
|
1 month ago |
chrislu
|
ae1d0a82ce
|
add bucket quota
|
1 month ago |
chrislu
|
5c2b2e5513
|
clean up s3 bucket references
|
1 month ago |
Chris Lu
|
1defee3d68
|
Add admin component (#6928)
* init version
* relocate
* add s3 bucket link
* refactor handlers into weed/admin folder
* fix login logout
* adding favicon
* remove fall back to http get topology
* grpc dial option, disk total capacity
* show filer count
* fix each volume disk usage
* add filers to dashboard
* adding hosts, volumes, collections
* refactor code and menu
* remove "refresh" button
* fix data for collections
* rename cluster hosts into volume servers
* add masters, filers
* reorder
* adding file browser
* create folder and upload files
* add filer version, created at time
* remove mock data
* remove fields
* fix submenu item highlighting
* fix bucket creation
* purge files
* delete multiple
* fix bucket creation
* remove region from buckets
* add object store with buckets and users
* rendering permission
* refactor
* get bucket objects and size
* link to file browser
* add file size and count for collections page
* paginate the volumes
* fix possible SSRF
https://github.com/seaweedfs/seaweedfs/pull/6928/checks?check_run_id=45108469801
* Update weed/command/admin.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update weed/command/admin.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix build
* import
* remove filer CLI option
* remove filer option
* remove CLI options
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
1 month ago |