Closed
Description
- Gitea version (or commit ref): 1.2.0+rc3
- Git version: 2.11.0
- Operating system: Debian GNU/Linux 9 (stretch)
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
Description
When trying to attach a .tar.gz file (or other *.gz files), the icon shown for the uploaded file shows a cross sign and the tooltip says "file type is not allowed", and the file is then consequently ignored when creating or updating a release.
On a related note, the upload dialog presented by the browser per default only accepts .png, .jpg, .zip and .gz files (with the latter then being rejected in a second step, as described above). I don't think that limitation is reasonable, as one may want to attach any type of artifacts to a release, e.g. executables. Not sure if that qualifies for a separate issue.