Open
Description
- Gitea version (or commit ref): 1.9.3
Description:
Currently Gitea accepts a limited number of file extensions for attachments in issues and other places. Admins can configure the list of permitted extensions using app.ini
. But many times end users (or even admins that are not aware of that) fail to understand why some files can't be uploaded, despite Gitea working as expected.
We should add some tooltip, popup, or menu close to the upload function so the user can see what extensions are enabled. Or at least when the error is displayed.
For instance, perhaps .js
is disabled, but .zip
is allowed so the user can upload the zipped javascript file.
Note: for this kind of issue I propose to create the label [kind/usability]