[PR #5317] [MERGED] Implement pasting image from clipboard for browsers that supports that #17755

Closed
opened 2025-11-02 15:31:16 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5317
Author: @lafriks
Created: 11/11/2018
Status: Merged
Merged: 11/15/2018
Merged by: @techknowlogick

Base: masterHead: feat/comment_image_paste


📝 Commits (5)

  • 4d76d74 Implement pasting image from clipboard for browsers that supports that
  • f7da6ce Clean up
  • c9760bc Fix ident
  • 27a5ac2 Update to cancel original paste event on case there is also text
  • 8b77e79 Merge branch 'master' into feat/comment_image_paste

📊 Changes

1 file changed (+82 additions, -0 deletions)

View changed files

📝 public/js/index.js (+82 -0)

📄 Description

Fixes #3032

Implemented in new issue text area and when adding issue/pr comments


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/5317 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 11/11/2018 **Status:** ✅ Merged **Merged:** 11/15/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `feat/comment_image_paste` --- ### 📝 Commits (5) - [`4d76d74`](https://github.com/go-gitea/gitea/commit/4d76d74002dd99666914fb3a4905365270284fe0) Implement pasting image from clipboard for browsers that supports that - [`f7da6ce`](https://github.com/go-gitea/gitea/commit/f7da6cec8cfee90eb28fb30f1e6d4c94558da451) Clean up - [`c9760bc`](https://github.com/go-gitea/gitea/commit/c9760bcc37182671cc0c6f82afa1321a19877d76) Fix ident - [`27a5ac2`](https://github.com/go-gitea/gitea/commit/27a5ac2a727bc6390d0d364e5c51696c6b24ca5e) Update to cancel original paste event on case there is also text - [`8b77e79`](https://github.com/go-gitea/gitea/commit/8b77e793dd03a816c30c7cbee8aacfd9cb94dd70) Merge branch 'master' into feat/comment_image_paste ### 📊 Changes **1 file changed** (+82 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `public/js/index.js` (+82 -0) </details> ### 📄 Description Fixes #3032 Implemented in new issue text area and when adding issue/pr comments --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 15:31:16 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17755