Go to file
Derrick Hammer 40309311bd
refactor: Set the current user in the request for VerifyJwt middleware
2023-06-09 07:38:21 -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: pin file after basic upload 2023-06-09 07:06:33 -04:00
db feat: tus support 2023-05-15 12:36:00 -04:00
logger feat: add debug mode logging support 2023-06-06 16:37:22 -04:00
middleware refactor: Set the current user in the request for VerifyJwt middleware 2023-06-09 07:38:21 -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 refactor: modify VerifyLoginToken to return a pointer to the account model 2023-06-09 07:37:45 -04:00
shared refactor: change shared to use interfaces to avoid an import cycle 2023-05-23 20:10:17 -04:00
tus feat: pin file after tus upload 2023-06-09 07:04:52 -04:00
tusstore fix: Use gorm save, and return nil if successful 2023-05-23 20:16:26 -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 refactor: completely restructure validation. split request and respond structs to their own package 2023-06-07 13:04:38 -04:00
go.sum refactor: completely restructure validation. split request and respond structs to their own package 2023-06-07 13:04:38 -04:00
main.go refactor: move all primary logic to service packages and standardize error objects 2023-06-09 04:03:29 -04:00

README.md

portal