aboutsummaryrefslogtreecommitdiff
path: root/fshare.py
Commit message (Collapse)AuthorAge
* Change extension handling.Anton Khirnov2021-01-06
| | | | | | | | Store POSTed files as pure HMAC - without any extensions - but still keep the extension in the returned URL. Disregard the extension in GET requests, allowing to access the files with any extension.
* Preserve POSTed file extensions, if provided.Anton Khirnov2021-01-05
|
* Send the URL with Content-Type=text/plainAnton Khirnov2021-01-05
|
* Send OK instead of No Content.Anton Khirnov2021-01-05
| | | | There actually is content - the URL.
* Catch and log top-level exceptions.Anton Khirnov2021-01-04
|
* Log to syslog, with optional stderr.Anton Khirnov2021-01-04
|
* Initial commit.Anton Khirnov2021-01-04