summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Expand)Author
2025-04-02Support a proxy prefix via BOX_PROXY_PREFIXJulian Hurst
2025-03-28Adds bcrypt for token hashingJulian Hurst
2025-01-28Close created file in uploadJulian Hurst
2025-01-25Don't print error on notfoundJulian Hurst
2025-01-25Disable listing resources by default and add a -i flag for enabling itJulian Hurst
2025-01-23Add metadata support for specifying the extensionJulian Hurst
2025-01-23Try token from BOX_TOKEN envvar firstJulian Hurst
2025-01-23Get token from stdin instead of flagJulian Hurst
2025-01-23Make deleting fail if no/invalid tokenJulian Hurst
2025-01-23X-Upload-Token -> X-Token and flesh out index.htmlJulian Hurst
2025-01-23Fix mkdir issue when files path is emptyJulian Hurst
2025-01-23Print deleted log instead of deletingJulian Hurst
2025-01-23Add flag for configuring the files pathJulian Hurst
2025-01-23Use ServeFile instead of io.CopyJulian Hurst
2025-01-23Add faviconJulian Hurst
2025-01-23Make upload endpoint staticJulian Hurst
2025-01-23Flag for allowing resource deletionJulian Hurst
2025-01-23Return resource ID and allow getting resourcesJulian Hurst
2025-01-23Support token, host and port flagsJulian Hurst
2025-01-23Initial commitJulian Hurst