-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
issue/regressionIndicates a previously functioning feature or behavior that has broken or regressed after a changeIndicates a previously functioning feature or behavior that has broken or regressed after a change
Milestone
Description
Regression of Downscale pasted PNG images based on metadata #29123 :
- The pasted image is not clickable (unable to view the full image)
- The URL path doesn't contain sub-path if the Gitea instance is deployed under a sub-path.
- From discord report: Pasting image from the clipboard the Javascript (Paste.js) embeds the image via html code but the src attribute is set to value:
/attachments/<GUID>
. Using a configuration in which the Gitea application is served on a subpath of the domain name, for example:https://domain.name/git
the image is not rendered.
- From discord report: Pasting image from the clipboard the Javascript (Paste.js) embeds the image via html code but the src attribute is set to value:
Metadata
Metadata
Assignees
Labels
issue/regressionIndicates a previously functioning feature or behavior that has broken or regressed after a changeIndicates a previously functioning feature or behavior that has broken or regressed after a change