Gitea version (or commit ref): 1.13.0 Git version: 2.25.1 Operating system: Ubuntu Server 20.04 Database (use [x]): PostgreSQL MySQL MSSQL SQLite Can you reproduce the bug at https://try.gitea.io: Yes (provide
Refactor CSRF token (#32216) Fix some typescript issues (#32586) Refactor names (#31405) Use per package global lock for container uploads instead of memory lock (#31860) Move team related functions to service layer (#32537) Move GetFeeds to service layer (#32526) Resolve lint for unu...
; This file lists the default values used by Gitea;; Copy required sections to your own app.ini (default is custom/conf/app.ini);; and modify as needed.;; Do not copy the whole file as-is, as it contains some invalid sections for illustrative purposes.;; If you don't know what a...
以前使用的gogs作为git服务,但是因为对markdown中的图片不显示,所以每次查看markdown文件时,查看其中图片时很不方便,因此一直用gitee的服务。 前两天再往上看到有gitea在这方面的支持更好一点,所以尝试折腾。 在dockers中安装了gitea并配置好数据库之后,建立库的时候出现"Invalid csrf token."无法建立。尝试同步docker容...
// If request sends files, parse them here otherwise the Query() can't be parsed and the CsrfToken will be invalid. if ctx.Req.Method == "POST" && strings.Contains(ctx.Req.Header.Get("Content-Type"), "multipart/form-data") { if err := ctx.Req.ParseMultipartForm(setting.Attachment...
Fix invalid CSRF token bug, make sure CSRF tokens can be up-to-date (#19338) Restore user autoregistration with email addresses (#19261) (#19312) Move checks for pulls before merge into own function (#19271) (#19277) Granular webhook events in editHook (#19251) (#19257) Only send webh...
gitea官方提供的arm版本,为armel版本(即[soft-float ABI]),与ubuntu ports的armhf版本是不兼容的。 因此需要手工交叉编译一个Gitea来。 1.环境# Host环境:Ubuntu 18.04.5 (PC) 编译工具链:arm-himix200-linux(解包自arm-himix200-linux.tgz,据说来自Hi3516dv300SDK),海思提供的arm编译工具链 ...
test: drop csrf token for GET requests 3b07e1f chore: use /explore/repos 10b2d63 Revert "chore: use /explore/repos" 9338b41 This reverts commit10b2d63. chore: use different urls 60b4259 I do not think this change is right.
Send error message when CSRF token is missing (#13676) List, Check, Add & delete endpoints for repository teams (#13630) Admin EditUser: Make FullName, Email, Website & Location optional (#13562) Add more filters to issues search (#13514) Add review request api (#11355) BUGFIXES Fix...
Refactor CSRF token (#32216) Fix some typescript issues (#32586) Refactor names (#31405) Use per package global lock for container uploads instead of memory lock (#31860) Move team related functions to service layer (#32537) Move GetFeeds to service layer (#32526) Resolve lint for unu...