Go to file
Derrick Hammer 55d8dda6e8
refactor: have the Download method check for a tus upload thats still in progress and use it if a upload item does not exist
2023-05-16 18:42:03 -04:00
bao feat: add ComputeFile bao RPC method 2023-05-15 15:45:05 -04:00
cid feat: add StringHash 2023-05-10 14:36:45 -04:00
config fix: only panic if the error is other than a missing config file 2023-04-30 02:14:44 -04:00
controller refactor: have Upload take both a io.ReaderSeeker and os.File and update usages based of if we are streaming a small file or handling a big one via filename 2023-05-15 15:47:46 -04:00
db feat: tus support 2023-05-15 12:36:00 -04:00
jwt feat: add jwt package 2023-05-04 04:13:53 -04:00
model refactor: change storing path to just ID and fetch from upload via the tus store 2023-05-16 17:11:38 -04:00
renterd fix: add shutdown signal and flag for renterd 2023-05-08 10:09:33 -04:00
service/files refactor: have the Download method check for a tus upload thats still in progress and use it if a upload item does not exist 2023-05-16 18:42:03 -04:00
validator feat: add validation to account register 2023-04-30 04:09:42 -04:00
LICENSE feat: wip version 2023-04-29 13:40:43 -04:00
README.md Initial commit 2023-04-27 06:27:27 +00:00
go.mod chore: update deps 2023-05-15 12:36:08 -04:00
go.sum chore: update deps 2023-05-15 12:36:08 -04:00
main.go feat: tus support 2023-05-15 12:36:00 -04:00
tus.go refactor: have Upload take both a io.ReaderSeeker and os.File and update usages based of if we are streaming a small file or handling a big one via filename 2023-05-15 15:47:46 -04:00

README.md

portal