Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow movie as attachements #18169

Closed
Glandos opened this issue Jan 3, 2022 · 1 comment · Fixed by #18170
Closed

Allow movie as attachements #18169

Glandos opened this issue Jan 3, 2022 · 1 comment · Fixed by #18170

Comments

@Glandos
Copy link

Glandos commented Jan 3, 2022

Feature Description

Currently, there is a hardcoded list of allowed MIME types:

AllowedTypes: "image/jpeg,image/png,application/zip,application/gzip",

However, it should be great to be able to upload webm/mp4 short movies, that are really more efficient for small dynamic screen reports.

Screenshots

No response

@Gusted
Copy link
Contributor

Gusted commented Jan 3, 2022

Currently, there is a hardcoded list of allowed MIME types:

It's not hardcoded, and that's not the actual value when used in production(it's specified a few lines below at line 32). I think adding a common video format makes sense, e.g. when a user wants to demonstrate a bug or something within a issue.

@go-gitea go-gitea locked and limited conversation to collaborators Apr 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants