Go to file
Derrick Hammer 1cfc2223a6
fix: iris context.User needs to be embedded in our User struct for type checking to properly work
2023-06-29 07:05:46 -04:00
.github/workflows ci: add dummy index.html 2023-06-28 01:56:03 -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 fix(upload): add account to upload record 2023-06-29 05:42:59 -04:00
db fix(db): need to set charset, parseTime and loc in connection for mysql 2023-06-29 02:54:31 -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 fix: ensure all models auto increment the id field 2023-06-29 06:19:50 -04:00
service fix: iris context.User needs to be embedded in our User struct for type checking to properly work 2023-06-29 07:05:46 -04:00
shared refactor(tus): add auth requirement on TUS and add support for tracking and storing the uploader throughout the upload lifecycle 2023-06-29 05:48:56 -04:00
tus refactor(tus): add auth requirement on TUS and add support for tracking and storing the uploader throughout the upload lifecycle 2023-06-29 05:48:56 -04:00
tusstore fix(tus): switch to normal clone package, not generic 2023-06-29 06:00:45 -04:00
.releaserc.json ci: allow both "deps" and "dep" to be a patch 2023-06-29 06:01:38 -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(tus): switch to normal clone package, not generic 2023-06-29 06:00:45 -04:00
go.sum deps: update 2023-06-29 06:01:05 -04:00
main.go refactor(tus): add auth requirement on TUS and add support for tracking and storing the uploader throughout the upload lifecycle 2023-06-29 05:48:56 -04:00
npm-shrinkwrap.json ci: setup and add semantic-release 2023-06-28 01:33:42 -04:00
package.json ci: setup and add semantic-release 2023-06-28 01:33:42 -04:00

README.md

portal