index
:
box
list
master
Simple file sharing server
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-04-10
Fix filename with custom filesPath
HEAD
master
Julian Hurst
2025-04-09
Add header and option to preserve the filename
Julian Hurst
2025-04-02
ProxyPrefix: Fix GET link after upload
Julian Hurst
2025-04-02
Trim proxy prefix in request url path
Julian Hurst
2025-04-02
Use template.URL to avoid escaping
Julian Hurst
2025-04-02
Support a proxy prefix via BOX_PROXY_PREFIX
Julian Hurst
2025-03-28
Adds bcrypt for token hashing
Julian Hurst
2025-01-28
Close created file in upload
Julian Hurst
2025-01-25
Don't print error on notfound
Julian Hurst
2025-01-25
Disable listing resources by default and add a -i flag for enabling it
Julian Hurst
2025-01-24
Add favicon.ico
Julian Hurst
2025-01-23
Add info about X-ResourceMeta-Extension in index.html
Julian Hurst
2025-01-23
Add metadata support for specifying the extension
Julian Hurst
2025-01-23
Try token from BOX_TOKEN envvar first
Julian Hurst
2025-01-23
Add box ascii art
Julian Hurst
2025-01-23
Get token from stdin instead of flag
Julian Hurst
2025-01-23
Make resId a link in index.html
Julian Hurst
2025-01-23
Updat title in index.html
Julian Hurst
2025-01-23
Make deleting fail if no/invalid token
Julian Hurst
2025-01-23
X-Upload-Token -> X-Token and flesh out index.html
Julian Hurst
2025-01-23
Fix mkdir issue when files path is empty
Julian Hurst
2025-01-23
Print deleted log instead of deleting
Julian Hurst
2025-01-23
Add flag for configuring the files path
Julian Hurst
2025-01-23
Use ServeFile instead of io.Copy
Julian Hurst
2025-01-23
Add favicon
Julian Hurst
2025-01-23
Make upload endpoint static
Julian Hurst
2025-01-23
Flag for allowing resource deletion
Julian Hurst
2025-01-23
Return resource ID and allow getting resources
Julian Hurst
2025-01-23
Lower go.mod version
Julian Hurst
2025-01-23
Fix null use in js when not using token
Julian Hurst
2025-01-23
Support token, host and port flags
Julian Hurst
2025-01-23
Rename module to box
Julian Hurst
2025-01-23
Initial commit
Julian Hurst