| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-01 | volume: deletion can skip volume size checking | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2225 | |||||
| 2021-07-31 | rename | Chris Lu | 2 | -2/+2 | |
| 2021-07-31 | read <- remote_storage | Chris Lu | 10 | -460/+848 | |
| 2021-07-31 | Merge branch 'master' into add_remote_storage | Chris Lu | 11 | -30/+96 | |
| 2021-07-31 | customizable debug port | Chris Lu | 2 | -4/+8 | |
| 2021-07-31 | Merge pull request #2226 from combineads/master | Chris Lu | 1 | -1/+1 | |
| 2021-07-31 | Fix typo | byunghwa.yun | 1 | -1/+1 | |
| 2021-07-31 | debug from any server | Chris Lu | 2 | -2/+2 | |
| 2021-07-31 | add debug option to generate full goroutine stack dump | Chris Lu | 2 | -0/+13 | |
| 2021-07-30 | shell command to calculate size / number of volumes in a collection | Chris Lu | 1 | -1/+53 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2224 | |||||
| 2021-07-30 | remove dead code | Chris Lu | 1 | -15/+0 | |
| 2021-07-29 | remote storage location changed to struct | Chris Lu | 9 | -216/+320 | |
| 2021-07-29 | Merge pull request #2223 from combineads/see_meta_detail | Chris Lu | 1 | -1/+1 | |
| Add the additional meta log | |||||
| 2021-07-29 | Add the additional meta log | byunghwa.yun | 1 | -1/+1 | |
| 2021-07-28 | add ReadRemote(), add read remote setup when filer starts | Chris Lu | 8 | -14/+86 | |
| 2021-07-28 | log fix | Chris Lu | 1 | -1/+1 | |
| 2021-07-27 | Merge pull request #2221 from divanikus/master | Chris Lu | 1 | -7/+19 | |
| shell: ability to use wildcards for collections, all collections if ommited | |||||
| 2021-07-27 | shell: ability to use wildcards for collections, all collections if ommited | divanikus | 1 | -7/+19 | |
| 2021-07-27 | refactor | Chris Lu | 1 | -3/+4 | |
| 2021-07-27 | remote.mount saves the mapping | Chris Lu | 7 | -258/+254 | |
| 2021-07-27 | directory to remote storage mapping | Chris Lu | 7 | -184/+446 | |
| 2021-07-26 | remote.mount | Chris Lu | 9 | -857/+1262 | |
| 2021-07-25 | 2.602.60 | Chris Lu | 3 | -4/+4 | |
| 2021-07-25 | refactor | Chris Lu | 1 | -15/+23 | |
| 2021-07-25 | shell: add fs.mkdir | Chris Lu | 1 | -0/+54 | |
| 2021-07-24 | Merge pull request #2218 from combineads/fix_sql_for_batch_delete | Chris Lu | 1 | -1/+1 | |
| Fix mysql sql for batch delete | |||||
| 2021-07-25 | Fix mysql sql for batch delete | byunghwa.yun | 1 | -1/+1 | |
| 2021-07-24 | Merge pull request #2217 from combineads/add_webp_format | Chris Lu | 4 | -1/+29 | |
| 2021-07-24 | Add webp extension for resizing | byunghwa.yun | 1 | -1/+1 | |
| 2021-07-24 | Add the webp image type | byunghwa.yun | 3 | -0/+28 | |
| 2021-07-23 | snowflake sequencer need an unique id | Chris Lu | 3 | -2/+9 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2213 | |||||
| 2021-07-23 | filer.copy: fail early if assign request failed | Chris Lu | 2 | -0/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2216 | |||||
| 2021-07-23 | weed -h subcommand list is not sorted, makes discovery difficult | Chris Lu | 2 | -16/+16 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2214 | |||||
| 2021-07-23 | scaffold -config= should output to stdout | Chris Lu | 1 | -1/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2212 | |||||
| 2021-07-23 | shell: faster bucket delete | Chris Lu | 1 | -0/+13 | |
| avoid waiting for large object metadata | |||||
| 2021-07-22 | Merge pull request #2211 from qieqieplus/filer-bloom-filter | Chris Lu | 3 | -7/+22 | |
| add bloom filter for filer leveldb/rocksdb | |||||
| 2021-07-23 | add bloom filter for filer leveldb/rocksdb | qieqieplus | 3 | -7/+22 | |
| 2021-07-22 | fix security alert on github.com/dgrijalva/jwt-go | Chris Lu | 3 | -17/+4 | |
| resolve https://github.com/chrislusf/seaweedfs/security/dependabot/go.mod/github.com%2Fdgrijalva%2Fjwt-go/open | |||||
| 2021-07-22 | resolve gjson security alert | Chris Lu | 2 | -2/+8 | |
| resolve https://github.com/chrislusf/seaweedfs/security/dependabot/go.mod/github.com%2Ftidwall%2Fgjson/open | |||||
| 2021-07-22 | update mongodb lib due to security warning | Chris Lu | 2 | -1/+17 | |
| 2021-07-22 | filer: fix mysql, postgres batch delete error | Chris Lu | 17 | -35/+26 | |
| 2021-07-22 | mount: hide /etc folder also from mount | Chris Lu | 1 | -1/+1 | |
| 2021-07-21 | go fmt | Chris Lu | 8 | -17/+16 | |
| 2021-07-21 | Merge pull request #2209 from combineads/fuse_option | Chris Lu | 1 | -10/+10 | |
| Fix error handling | |||||
| 2021-07-21 | Merge pull request #2208 from combineads/add_rm_options | Chris Lu | 1 | -30/+63 | |
| 2021-07-21 | Fix error handling | byunghwa.yun | 1 | -10/+10 | |
| 2021-07-21 | Add fs rm options | byunghwa.yun | 1 | -30/+63 | |
| 2021-07-21 | configure and store remote configurations | Chris Lu | 5 | -137/+293 | |
| 2021-07-21 | Merge pull request #2200 from combineads/add_fs_rm | Chris Lu | 1 | -0/+67 | |
| weed shell: fs.rm remove file or directory | |||||
| 2021-07-20 | Merge pull request #2204 from nivekuil/tokenpolicy | Chris Lu | 1 | -1/+1 | |
| cassandra: use LocalQuorum for all queries | |||||
