| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-19 | README: Warn users about URL fetch network security implications | Mia Herkt | |
| 2022-08-11 | Fix non-seekable file handles | Mia Herkt | |
| Closes #59 | |||
| 2022-08-01 | Open upload blacklist in text mode | Mia Herkt | |
| This wasn’t working since Flask opens files in bin mode by default. | |||
| 2022-01-01 | Fix mime splitting | Alexey Sakovets | |
| mime[:mime.find(";")] will remove last character if mime does not contain ";". Use mime.split(";") instead. | |||
| 2021-12-01 | remove short_url and add in-tree URLencoder (#53) | mia | |
| This PR removes the short_url dependency as per issue #41. This implementation is pretty much the same as in short_url except I've rewritten the enbase() function to be iterative instead of recursive. The only functions of the class are enbase() and debase() since those were the only functions being used by fhost. Co-authored-by: 7415963987456321 <hrs70@hi.is> Reviewed-on: https://git.0x0.st/mia/0x0/pulls/53 Co-authored-by: mia <mia@0x0.st> Co-committed-by: mia <mia@0x0.st> | |||
| 2021-08-06 | Fix some flake8 errors in cleanup and nsfw_detect | Nikolas Nyby | |
| Just some minor code cleanup | |||
| 2021-05-23 | Support instance templates | Mia Herkt | |
| 2021-05-23 | Add tests | Mia Herkt | |
| 2021-05-23 | Support client-defined names in file URL routing | Mia Herkt | |
| This allows requests like /j4Tf.bin/myfilename.dat to be served without having to rewrite URLs at the frontend server. | |||
| 2021-05-23 | Move storage to classes, support double suffixes | Mia Herkt | |
| 2021-05-23 | Use pathlib | Mia Herkt | |
| 2021-05-23 | Update README | Mia Herkt | |
| 2021-05-23 | Update requirements.txt | Mia Herkt | |
| 2021-05-23 | Drop Flask-Manager | Mia Herkt | |
| 2021-05-23 | Drop dump_urls endpoint | Mia Herkt | |
| who cares lol (originally added for issue #1 but they never archived 0x0) | |||
| 2021-05-23 | Use template responses | Mia Herkt | |
| 2021-05-23 | Support instance config | Mia Herkt | |
| 2021-05-23 | Add mailmap | Mia Herkt | |
| 2020-11-03 | Add text/plain exception for .log name extension | Mia Herkt | |
| Fixes #29 | |||
| 2020-11-03 | Change license to EUPL | Mia Herkt | |
| 2019-04-30 | Update requirements.txt | Martin Herkt | |
| 2018-12-22 | Disable NSFW detection by default | Martin Herkt | |
| See #11 | |||
| 2018-01-09 | add extension override for audio/flac | Martin Herkt | |
| 2017-12-22 | Add extension override for text/x-diff | Martin Herkt | |
| 2017-11-08 | Add command to delete all files uploaded by address | Martin Herkt | |
| 2017-11-08 | Fix indent error in querybl | Martin Herkt | |
| 2017-10-30 | store_url: only accept identity content encoding | Martin Herkt | |
| Some servers (like IPFS gateways) will use chunked transfer encoding on anything but identity content encoding. Also, probably fix a potential zip bomb vulnerability. | |||
| 2017-10-27 | Tweak NSFW threshold | Martin Herkt | |
| Of course it’ll have a few false positives, but this seems to work well with the 0x0.st dataset. | |||
| 2017-10-27 | Faster query commands, add removed query filter | Martin Herkt | |
| 2017-10-27 | Add NSFW filter to address query commands | Martin Herkt | |
| 2017-10-27 | Add NSFW detection | Martin Herkt | |
| 2017-10-27 | Add querybl command to query uploads by addresses in blacklist | Martin Herkt | |
| 2017-03-27 | Fix try/except syntax | Martin Herkt | |
| 2017-02-03 | Add support for upload IP blacklists | Martin Herkt | |
| The format is one address per line, with # used for comments. | |||
| 2017-01-01 | add more URL validation | Martin Herkt | |
| Turns out ShareX users and shell script authors are fucking retarded. | |||
| 2017-01-01 | add BEACON dump with start index for urlte.am | Martin Herkt | |
| fixes #1 | |||
| 2017-01-01 | do not shorten our host URLs | Martin Herkt | |
| Turns out ShareX users are fucking retarded. | |||
| 2017-01-01 | use function to format host URL | Martin Herkt | |
| 2016-11-23 | fix text/ MIME charset workaround for real | Martin Herkt | |
| 2016-11-01 | fix text/ MIME charset workaround | Martin Herkt | |
| 2016-11-01 | init | Martin Herkt | |
