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

Upload and play videos in issues - which is a very common need for mobile and frontend devs #23094

Closed
fzyzcjy opened this issue Feb 23, 2023 · 2 comments
Labels
type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first.
Milestone

Comments

@fzyzcjy
Copy link

fzyzcjy commented Feb 23, 2023

Feature Description

Hi, thanks for the wonderful self-hosted git server! It would be great if we could upload videos and play them in the issues page. You know, GitHub does support this, and this is very valuable for mobile or frontend developers to discuss bugs. A live example may be flutter/flutter#103847 (comment) - we can see that, there are a ton of videos in the issue discussion. Without those videos, it is much harder to discuss.

Screenshots

No response


EDIT: From https://discord.com/channels/322538954119184384/322538954119184384/1078266109976916058, related issue:

@fzyzcjy fzyzcjy added type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first. labels Feb 23, 2023
@delvh
Copy link
Member

delvh commented Mar 3, 2023

That should be possible already with "workarounds":
You simply need to upload your video as a normal attachment file, and then write the corresponding <video src="$ATTACHMENT_PATH"> as per that PR.
I don't know why that shouldn't work?

I just noticed you posted this issue before the PR was merged.
This one is then closed, right?

@delvh delvh closed this as completed Mar 3, 2023
@delvh delvh modified the milestones: 1.20.0, 1.19.0 Mar 3, 2023
@fzyzcjy
Copy link
Author

fzyzcjy commented Mar 3, 2023

I guess yes! Looking forward to the next release :)

@go-gitea go-gitea locked and limited conversation to collaborators May 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

2 participants