summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Do not expect the reuquest to be form-encoded.HEADmasterAnton Khirnov2022-06-26
| | | | Just store the request payload as-is. Allows simplifying uploaders.
* Drop the ability to store remote URLs.Anton Khirnov2022-06-26
| | | | | I do not use it and it adds complexity, with potential for security issues.
* Clear the GET page.Anton Khirnov2022-06-26
| | | | My instance is private.
* Remove flask_migrate dependency.Anton Khirnov2022-06-26
|
* Remove URL shortening functionality.Anton Khirnov2022-06-26
| | | | Gets rid of the validators dependency.
* Check that the requested url is compatible with shortener alphabet.Anton Khirnov2021-01-23
| | | | Avoids raising an exception.
* Add text/plain exception for .log name extensionMia Herkt2020-11-03
| | | | Fixes #29
* Change license to EUPLMia Herkt2020-11-03
|
* Update requirements.txtMartin Herkt2019-04-30
|
* Disable NSFW detection by defaultMartin Herkt2018-12-22
| | | | See #11
* add extension override for audio/flacMartin Herkt2018-01-09
|
* Add extension override for text/x-diffMartin Herkt2017-12-22
|
* Add command to delete all files uploaded by addressMartin Herkt2017-11-08
|
* Fix indent error in queryblMartin Herkt2017-11-08
|
* store_url: only accept identity content encodingMartin Herkt2017-10-30
| | | | | | Some servers (like IPFS gateways) will use chunked transfer encoding on anything but identity content encoding. Also, probably fix a potential zip bomb vulnerability.
* Tweak NSFW thresholdMartin Herkt2017-10-27
| | | | | Of course it’ll have a few false positives, but this seems to work well with the 0x0.st dataset.
* Faster query commands, add removed query filterMartin Herkt2017-10-27
|
* Add NSFW filter to address query commandsMartin Herkt2017-10-27
|
* Add NSFW detectionMartin Herkt2017-10-27
|
* Add querybl command to query uploads by addresses in blacklistMartin Herkt2017-10-27
|
* Fix try/except syntaxMartin Herkt2017-03-27
|
* Add support for upload IP blacklistsMartin Herkt2017-02-03
| | | | The format is one address per line, with # used for comments.
* add more URL validationMartin Herkt2017-01-01
| | | | Turns out ShareX users and shell script authors are fucking retarded.
* add BEACON dump with start index for urlte.amMartin Herkt2017-01-01
| | | | fixes #1
* do not shorten our host URLsMartin Herkt2017-01-01
| | | | Turns out ShareX users are fucking retarded.
* use function to format host URLMartin Herkt2017-01-01
|
* fix text/ MIME charset workaround for realMartin Herkt2016-11-23
|
* fix text/ MIME charset workaroundMartin Herkt2016-11-01
|
* initMartin Herkt2016-11-01