-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Open
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/ui-interactionChange the process how users use Gitea instead of the visual appearanceChange the process how users use Gitea instead of the visual appearance
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]
Metadata
Metadata
Assignees
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/ui-interactionChange the process how users use Gitea instead of the visual appearanceChange the process how users use Gitea instead of the visual appearance