bepasty-server
bepasty-server copied to clipboard
universal pastebin server
Improve that stuff for nearly all possible errors that bepasty can handle.
the +list view currently has code which just ignores 0-byte/corrupted metadata files, so it does not list them. but that also means an admin can not easily delete them via...
Encrypt so server owner/user can't read the file contents.
no I don't want to use the cli-client. I tried: curl -F '[email protected];type=application/octet-stream' https://user:[email protected]/apis/rest/items -X POST And get: ``` 413 Request Entity Too Large 413 Request Entity Too Large nginx/1.6.2...
iirc, bepasty only deletes expired items **when they get accessed** or **when the global file list is displayed**. we'ld need a cli script and run it on the server (e.g....
currently it is not easy to delete many, selected items: - in the list view, when clicking on delete button, list afterwards jumps upward to the start and you need...
let the user protect their upload with a password. That could then be given to the downloaders.
we could have a look at: http://www.dropzonejs.com/ pros / cons?