1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-01 14:56:30 +00:00
gitea/templates
wxiaoguang 236c645bf1
Refactor "Content" for file uploading ()
Before: the concept "Content string" is used everywhere. It has some
problems:

1. Sometimes it means "base64 encoded content", sometimes it means "raw
binary content"
2. It doesn't work with large files, eg: uploading a 1G LFS file would
make Gitea process OOM

This PR does the refactoring: use "ContentReader" / "ContentBase64"
instead of "Content"

This PR is not breaking because the key in API JSON is still "content":
`` ContentBase64 string `json:"content"` ``
2023-07-18 18:14:47 +00:00
..
admin Enable H014 and H023 djlint rules () 2023-07-09 20:33:25 +00:00
api/packages/pypi Remove incorrect HTML self close tag () 2023-03-27 18:05:51 +02:00
base Enable H014 and H023 djlint rules () 2023-07-09 20:33:25 +00:00
code Fix inconsistent user profile layout across tabs () 2023-07-06 18:59:24 +00:00
custom Add footer extra links template () 2020-01-03 20:41:56 +02:00
devtest Make "cancel" buttons have proper type in modal forms () 2023-07-03 14:04:50 +08:00
explore Fix inconsistent user profile layout across tabs () 2023-07-06 18:59:24 +00:00
mail Add template linting via djlint () 2023-06-14 18:17:58 +00:00
org Following up fixes for "Fix inconsistent user profile layout across tabs" () 2023-07-07 17:27:12 +02:00
package Restructure issue list template, styles () 2023-07-09 19:38:01 +00:00
projects Fix margin on the new/edit project page. () 2023-07-16 14:53:54 +00:00
repo Make pending commit status yellow again () 2023-07-18 16:59:02 +00:00
shared Restructure issue list template, styles () 2023-07-09 19:38:01 +00:00
status Replace fomantic divider module with our own () 2023-06-29 20:24:22 +08:00
swagger Refactor "Content" for file uploading () 2023-07-18 18:14:47 +00:00
user Enable H014 and H023 djlint rules () 2023-07-09 20:33:25 +00:00
home.tmpl Improve home page template, fix Sort dropdown menu flash () 2023-04-01 13:47:54 +08:00
install.tmpl Show correct SSL Mode on "install page" () 2023-07-11 18:09:23 -04:00
post-install.tmpl Remove incorrect element ID on "post-install" page () 2023-06-08 12:23:39 +08:00