aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Secrets storage with SecretKey encrypted (#22142)Jason Song2022-12-203-0/+101
* Ensure that plain files are rendered correctly even when containing ambiguous...zeripath2022-12-171-16/+4
* remove duplicated read file code (#22042)Lunny Xiao2022-12-141-117/+82
* Fix condition for is_internal (#22095)KN4CK3R2022-12-141-2/+3
* Fix permission check on issue/pull lock (#22110)Lunny Xiao2022-12-121-3/+2
* Add a simple test for external renderer (#20033)Lunny Xiao2022-12-121-1/+1
* refactor bind functions based on generics (#22055)Lunny Xiao2022-12-123-178/+166
* Allow disable code tab (#20805)Lunny Xiao2022-12-121-0/+9
* Fix sorting admin user list by last login (#22081)aceArt-GmbH2022-12-111-0/+4
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-1020-52/+51
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-097-8/+807
* Update go dev dependencies (#22064)silverwind2022-12-081-2/+4
* Support disabling database auto migration (#22053)Jason Song2022-12-071-1/+20
* Fix ListBranches to handle empty case (#21921)Lunny Xiao2022-12-041-26/+34
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-0342-87/+89
* Update gitea-vet to check FSFE REUSE (#22004)Jason Song2022-12-023-6/+3
* Multiple improvements for comment edit diff (#21990)silverwind2022-12-021-4/+9
* Fix leaving organization bug on user settings -> orgs (#21983)花墨2022-11-301-2/+9
* Replace fmt.Sprintf with hex.EncodeToString (#21960)Jason Song2022-11-282-4/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-27276-552/+276
* Prevent NPE if trying to restore an already restored deleted branch (#21940)zeripath2022-11-251-0/+4
* Workaround for container registry push/pull errors (#21862)KN4CK3R2022-11-253-4/+68
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-2417-32/+120
* Add option to enable CAPTCHA validation for login (#21638)Xinyu Zhou2022-11-223-115/+25
* Prepend refs/heads/ to issue template refs (#20461)zeripath2022-11-221-0/+4
* Improvements for Content Copy (#21842)silverwind2022-11-211-1/+8
* Replace yaml.v2 with yaml.v3 (#21832)Jason Song2022-11-211-1/+1
* Allow disable RSS/Atom feed (#21622)Xinyu Zhou2022-11-212-8/+20
* Add package registry cleanup rules (#21658)KN4CK3R2022-11-204-6/+435
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-192-2/+14
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-1942-299/+301
* Fix setting HTTP headers after write (#21833)KN4CK3R2022-11-184-31/+25
* Adjust gitea doctor --run storages to check all storage types (#21785)zeripath2022-11-151-1/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-124-6/+6
* Add some documentation to packages (#21648)zeripath2022-11-123-2/+14
* Load GitRepo in API before deleting issue (#21720)Jason Song2022-11-121-1/+1
* Copy citation file content, in APA and BibTex format, on repo home page (#19999)Nolann2022-11-111-0/+45
* Add configuration for CORS allowed headers (#21747)Drew Noel2022-11-112-1/+2
* Revert unrelated changes for SMTP auth (#21767)wxiaoguang2022-11-101-1/+1
* Extract updateSession function to reduce repetition (#21735)Jason Song2022-11-104-135/+80
* Fix dashboard ignored system setting cache (#21621)Lunny Xiao2022-11-101-2/+5
* Set last login when activating account (#21731)Jason Song2022-11-091-0/+7
* Add package registry quota limits (#21584)KN4CK3R2022-11-0911-55/+105
* Remove semver compatible flag and change pypi to an array of test cases (#21708)Wayne Starr2022-11-082-4/+47
* Allow local package identifiers for PyPI packages (#21690)KN4CK3R2022-11-071-2/+9
* Remove template previewer (#21701)Gusted2022-11-062-34/+0
* Fix token generation when using INTERNAL_TOKEN_URI (#21669)wxiaoguang2022-11-031-5/+9
* Add Webhook authorization header (#20926)oliverpool2022-11-034-11/+80
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-033-3/+9
* Configure update checker on installation page (#21655)Gusted2022-11-011-0/+1