edit txt files. keyboard shortcut for share tools

This commit is contained in:
ville rantanen
2018-07-20 21:29:11 +03:00
parent b53418b53f
commit 7d123db05f
7 changed files with 158 additions and 5 deletions

View File

@@ -86,6 +86,12 @@ Operation is one of download, direct_download, zip_download, or upload
Upload file from the browser
- @app.route('/upload_join/<name>/<token>', methods=['POST'])
Commence joining of a splitted upload file
- @app.route('/paste/<name>/<token>', methods=['POST'])
Upload a string from command line
- @app.route('/paste', methods=['POST'])
Upload a string from the browser
- @app.route('/editor', methods=['POST','GET'])
Open text editor.
- @app.route('/files/<name>/<token>', methods=['GET'])
Return plain text list of files in the share
- @app.route('/list/<name>/<token>', methods=['GET'])