summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2025-04-09Add header and option to preserve the filenameJulian Hurst
When uploading it's now possible to specify a X-ResourceMeta-Filename header to specify the final filename of the file. This supercedes the X-ResourceMeta-Extension header. Note: this option can make it easier to guess the resource url so if uploading a sensitive file (which is not recommended anyway) an easy to guess filename could make it easier for an "attacker" to get the file.
2025-04-02ProxyPrefix: Fix GET link after uploadJulian Hurst
2025-04-02Support a proxy prefix via BOX_PROXY_PREFIXJulian Hurst
2025-03-28Adds bcrypt for token hashingJulian Hurst
2025-01-23Add info about X-ResourceMeta-Extension in index.htmlJulian Hurst
2025-01-23Add metadata support for specifying the extensionJulian Hurst
2025-01-23Add box ascii artJulian Hurst
2025-01-23Make resId a link in index.htmlJulian Hurst
2025-01-23Updat title in index.htmlJulian Hurst
2025-01-23X-Upload-Token -> X-Token and flesh out index.htmlJulian Hurst
2025-01-23Make upload endpoint staticJulian Hurst
2025-01-23Return resource ID and allow getting resourcesJulian Hurst
2025-01-23Fix null use in js when not using tokenJulian Hurst
2025-01-23Support token, host and port flagsJulian Hurst
2025-01-23Initial commitJulian Hurst