aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Expand)AuthorFilesLines
2023-11-07weed/server: fix dropped webdav errorLars Lehtonen1-0/+3
2023-11-06Replace an invalid method in a metric with an invalid one (#4987)Konstantin Lebedev1-10/+16
2023-11-05fix error reportingchrislu1-1/+1
2023-11-01refactor webdav subdirectory, fixes #4967 (#4969)Nico D'Cotta2-4/+101
2023-10-30Fix twice increase metric counter (#4961)SmsS41-1/+0
2023-10-30Add ErrorGetNotFound and ErrorGetInternal to volume server metrics (#4960)SmsS41-7/+19
2023-10-24fix copying .vif file in VolumeCopy (#4943)zehweh1-1/+1
2023-10-13disconnect from old subscriberschrislu1-11/+41
2023-10-12 fix: disallow file name too long when writing a file (#4881)Konstantin Lebedev7-10/+27
2023-10-12fix has changes false if deleted result size eq zero (#4909)Konstantin Lebedev1-0/+5
2023-10-09 fix: skipping checking active volumes with the same number of files at the m...Konstantin Lebedev2-0/+7
2023-10-08added healthz endpoint to filer (#4899)Yuval Yacoby2-0/+6
2023-09-25Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...chrislu1-2/+2
2023-09-19merge some previous missing changeschrislu1-2/+5
2023-09-18Revert "Revert "Merge branch 'master' into sub""chrislu3-13/+8
2023-09-18Revert "Merge branch 'master' into sub"chrislu3-8/+13
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu1-2/+2
2023-09-18Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2023-09-18Merge branch 'master' into subchrislu3-13/+8
2023-09-18Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)dependabot[bot]1-2/+2
2023-09-18Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu1-6/+6
2023-09-18fix nilchrislu1-1/+4
2023-09-18fix: mount proxyByFiler write error: wrong jwtzemul1-6/+6
2023-09-16adjust logchrislu1-1/+1
2023-09-16revert to non-streaming mode to assign file idchrislu1-6/+1
2023-09-16Revert "turn on streaming assign file id"chrislu1-1/+1
2023-09-16Squashed commit of the following:chrislu2-11/+39
2023-09-16balancer workschrislu2-11/+39
2023-08-24Implement SRV lookups for filer (#4767)Nico D'Cotta3-6/+8
2023-08-23turn on streaming assign file idchrislu1-1/+1
2023-08-23streaming assign file idschrislu1-1/+6
2023-08-22add stream assign server side implementationchrislu1-0/+19
2023-08-22refactor fileschrislu2-88/+103
2023-07-17Fix large file chunks deleted by mistake (#4678)wusong1-3/+4
2023-07-10avoid logging nil error (#4659)Konstantin Lebedev1-1/+3
2023-07-04proxy to master uses http addresschrislu1-1/+1
2023-06-25lock on append metadata operationchrislu1-1/+6
2023-06-25adjust lock APIschrislu1-3/+3
2023-06-25filer can proxy to peer filer holding the lockchrislu1-2/+35
2023-06-25refactorchrislu2-21/+6
2023-06-25add distributed lock managerchrislu2-35/+15
2023-06-25add distributed lock managerchrislu2-0/+118
2023-06-19remove unused cluster node leaderchrislu1-29/+12
2023-06-17generate jwt token when looking up needle idchrislu1-17/+24
2023-06-12Delete volume is empty (#4561)Konstantin Lebedev2-2/+2
2023-06-10avoid overwriting non-nil uploadReaderToChunks.uploadErr with nil value (#4560)柏杰1-3/+7
2023-06-09Healthz check for deadlocks (#4558)Konstantin Lebedev1-3/+18
2023-06-05support TTL when creating folderschrislu1-2/+3
2023-06-05Fix no more writable volumes by delay judgment (#4548)wusong2-3/+8
2023-06-03fix deadlock for filer upload (#4527)wusong1-18/+8