This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
v2.8
Features
- Add basic upload form on GET /upload (8368f9b)
- Remove encoding/decoding endpoints (see imgupload-py/discord-urls) (e208b6d)
Fixes
- Rename i.html template to discord.html (c1d5f90)
Documentation
- Update defaults in configtest.py to match settings.py.default (103be4c)
- Update README.md badges and NGINX location block (4e93da7)
Code Style
imgupload.py
- Fix unnecessary "else" after "return" (fec6100, e0325f6, e8c7cff, and ac20fdf)
- Fix Bandit B108: hardcoded_tmp_directory (5252417)
configtest.py
- Fix PEP8: Using type instead of isinstance() (f694d77)
keyctl.py
- Use enumerate instead of iterating through range and len (f04cab8)