Go to file
Derrick Hammer 99d7b8347a
feat: add debug mode logging support
2023-06-06 16:37:22 -04:00
bao refactor: use BaoEncodedSize 2023-05-17 10:12:22 -04:00
cid feat: add StringHash 2023-05-10 14:36:45 -04:00
config feat: add debug mode logging support 2023-06-06 16:37:22 -04:00
controller feat: add a status endpoint and move cid validation to a utility method 2023-06-06 16:34:05 -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
logger feat: add debug mode logging support 2023-06-06 16:37:22 -04:00
model refactor: create a new tus store that uses the db for meta instead of the filesystem 2023-05-22 19:07:06 -04:00
service/files feat: add a Status method for uploads 2023-06-06 16:33:14 -04:00
shared refactor: change shared to use interfaces to avoid an import cycle 2023-05-23 20:10:17 -04:00
tus refactor: move terminateUpload db logic to store 2023-05-23 20:12:48 -04:00
tusstore fix: Use gorm save, and return nil if successful 2023-05-23 20:16:26 -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 fix: newer gorm version causes db rebuilds every boot 2023-06-02 04:48:46 -04:00
go.sum fix: newer gorm version causes db rebuilds every boot 2023-06-02 04:48:46 -04:00
main.go refactor: no longer embed renterd 2023-06-06 16:32:27 -04:00

README.md

portal