Go to file
Derrick Hammer 1dd4fa22cd
feat: add auth status endpoint
2023-06-15 01:26:36 -04:00
bao refactor: use BaoEncodedSize 2023-05-17 10:12:22 -04:00
cid fix: properly handle missing size bytes 2023-06-11 01:38:19 -04:00
config refactor: store config path options in ConfigFilePaths 2023-06-09 15:35:33 -04:00
controller feat: add auth status endpoint 2023-06-15 01:26:36 -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 fix: rewrite sql logic 2023-06-11 03:57:56 -04:00
shared refactor: change shared to use interfaces to avoid an import cycle 2023-05-23 20:10:17 -04:00
tus refactor: change to use hash metadata key 2023-06-10 01:59:56 -04:00
tusstore refactor: change to use hash metadata key 2023-06-10 01:59:56 -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