gitea/routers
silverwind c2fb27beb4
Improvements for Content Copy (#21842)
It now supports copying Markdown, SVG and Images (not in Firefox
currently because of lacking
[`ClipboardItem`](https://developer.mozilla.org/en-US/docs/Web/API/ClipboardItem)
support, but can be enabled in `about:config` and works). It will fetch
the data if in a rendered view or when it's an image.

Followup to https://github.com/go-gitea/gitea/pull/21629.
2022-11-21 17:59:42 +08:00
..
api Replace yaml.v2 with yaml.v3 (#21832) 2022-11-21 16:36:59 +08:00
common Fix setting HTTP headers after write (#21833) 2022-11-18 01:55:15 +08:00
install Fix token generation when using INTERNAL_TOKEN_URI (#21669) 2022-11-03 20:55:09 +00:00
private Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
utils refactor webhook *NewPost (#20729) 2022-08-11 17:48:23 +02:00
web Improvements for Content Copy (#21842) 2022-11-21 17:59:42 +08:00
init.go Add some documentation to packages (#21648) 2022-11-12 18:59:15 +00:00