aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Expand)AuthorFilesLines
2021-01-28go fmtChris Lu1-1/+1
2021-01-28add back AdjustedUrl() related codeChris Lu1-0/+3
2021-01-24mount: outsideContainerClusterMode proxy through filerChris Lu1-4/+1
2021-01-24Revert "mount: when outside cluster network, use filer as proxy to access vol...Chris Lu1-1/+4
2021-01-24mount: when outside cluster network, use filer as proxy to access volume serversChris Lu1-4/+1
2021-01-24filer.sync: replicate outside of either cluster, only need to see filersChris Lu1-11/+19
2021-01-23filer: append operation returns final file sizeChris Lu1-1/+1
2021-01-23filer: proxy all http methods to volume serversChris Lu1-1/+1
2021-01-23filer: add "proxyToFileId" to reverse proxy to a volume serverChris Lu2-3/+76
2021-01-22filer: fix http status 206 settingChris Lu1-3/+3
2021-01-20filer: support appending to a fileChris Lu1-27/+60
2021-01-20refactoringChris Lu1-12/+7
2021-01-19filer store: add postgres2Chris Lu1-0/+1
2021-01-19filer store: add mysql2Chris Lu1-0/+1
2021-01-15add stream list directory entriesChris Lu1-22/+20
2021-01-14change limit to int64 in case of overflowChris Lu3-6/+5
2021-01-14filer, s3: add http status 206 as late as possibleChris Lu3-7/+12
2021-01-12go fmtChris Lu1-12/+12
2021-01-12filer: add leveldb3Chris Lu1-0/+1
2021-01-11filer: ensure seamless meta data updatesChris Lu1-19/+33
2021-01-10filer: change to saveToFilerLimit from cacheToFilerLimitChris Lu2-18/+20
2021-01-05Seaweed custom header are not visible to Vue or javascripthenry1-1/+1
2021-01-05Seaweed custom header are not visible to Vue or javascripthenry1-3/+3
2021-01-04Merge branch 'master' of https://github.com/fuyouyshengwu/seaweedfshenry5-5/+15
2021-01-02worksChris Lu1-0/+7
2021-01-01separate prefix from namePatternChris Lu3-3/+3
2020-12-31filer: respect Content-Type on PUTPeter Cai1-1/+4
2020-12-311 Distinguish between folders and common files, folders are listed firsthenry1-0/+10
2020-12-28filer: avoid deletion error when item is not foundChris Lu1-1/+1
2020-12-28Solve the Chinese name disorder of download filehenry1-0/+2
2020-12-26filer: add namePattern to search in current folderChris Lu1-1/+2
2020-12-25filer: add retries during volume movingChris Lu1-6/+25
2020-12-23hook upChris Lu1-0/+1
2020-12-22filer: add -defaultStoreDir so that filer.toml can be skippedChris Lu1-0/+2
2020-12-16filer: return http status 499 for client closed connectionChris Lu1-1/+5
2020-12-14Merge pull request #1650 from kmlebedev/masterServerEnableUIChris Lu1-3/+3
2020-12-14ui interface is always onKonstantin Lebedev1-8/+3
2020-12-12fix variable nameChris Lu1-4/+4
2020-12-10check cross device rename errorChris Lu2-11/+9
2020-12-10filer: change to /etc/seaweedfs folder on filerChris Lu1-1/+1
2020-12-10save /etc/iam/identity.json inside filer storeChris Lu2-5/+7
2020-12-07filer: cache "/etc" filder small files to filer storeChris Lu1-1/+2
2020-12-07filer subscribe: handle rename subscriptionChris Lu1-1/+8
2020-12-04filer: add option to cache small files to filer storeChris Lu2-1/+2
2020-12-04security master use access.uiKonstantin Lebedev1-1/+6
2020-12-01fix testsChris Lu1-1/+1
2020-12-01webdav: improve webdav upload speedChris Lu1-47/+88
2020-11-30filer: cache small file to filer storeChris Lu5-14/+28
2020-11-30set creation timeChris Lu1-8/+1
2020-11-30close http request bodyChris Lu1-0/+1