| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add Feed for Releases and Tags (#21696) | Reo | 2022-12-21 | 4 | -2/+130 |
* | Normalize NuGet package version on upload (#22186) | KN4CK3R | 2022-12-20 | 2 | -20/+4 |
* | Repair LFS web rendering. (#22195) | Nick | 2022-12-21 | 1 | -1/+1 |
* | Secrets storage with SecretKey encrypted (#22142) | Jason Song | 2022-12-20 | 3 | -0/+101 |
* | Ensure that plain files are rendered correctly even when containing ambiguous... | zeripath | 2022-12-17 | 1 | -16/+4 |
* | remove duplicated read file code (#22042) | Lunny Xiao | 2022-12-14 | 1 | -117/+82 |
* | Fix condition for is_internal (#22095) | KN4CK3R | 2022-12-14 | 1 | -2/+3 |
* | Fix permission check on issue/pull lock (#22110) | Lunny Xiao | 2022-12-12 | 1 | -3/+2 |
* | Add a simple test for external renderer (#20033) | Lunny Xiao | 2022-12-12 | 1 | -1/+1 |
* | refactor bind functions based on generics (#22055) | Lunny Xiao | 2022-12-12 | 3 | -178/+166 |
* | Allow disable code tab (#20805) | Lunny Xiao | 2022-12-12 | 1 | -0/+9 |
* | Fix sorting admin user list by last login (#22081) | aceArt-GmbH | 2022-12-11 | 1 | -0/+4 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 20 | -52/+51 |
* | Add API management for issue/pull and comment attachments (#21783) | KN4CK3R | 2022-12-09 | 7 | -8/+807 |
* | Update go dev dependencies (#22064) | silverwind | 2022-12-08 | 1 | -2/+4 |
* | Support disabling database auto migration (#22053) | Jason Song | 2022-12-07 | 1 | -1/+20 |
* | Fix ListBranches to handle empty case (#21921) | Lunny Xiao | 2022-12-04 | 1 | -26/+34 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 42 | -87/+89 |
* | Update gitea-vet to check FSFE REUSE (#22004) | Jason Song | 2022-12-02 | 3 | -6/+3 |
* | Multiple improvements for comment edit diff (#21990) | silverwind | 2022-12-02 | 1 | -4/+9 |
* | Fix leaving organization bug on user settings -> orgs (#21983) | 花墨 | 2022-11-30 | 1 | -2/+9 |
* | Replace fmt.Sprintf with hex.EncodeToString (#21960) | Jason Song | 2022-11-28 | 2 | -4/+4 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 276 | -552/+276 |
* | Prevent NPE if trying to restore an already restored deleted branch (#21940) | zeripath | 2022-11-25 | 1 | -0/+4 |
* | Workaround for container registry push/pull errors (#21862) | KN4CK3R | 2022-11-25 | 3 | -4/+68 |
* | Add support for HEAD requests in Maven registry (#21834) | KN4CK3R | 2022-11-24 | 17 | -32/+120 |
* | Add option to enable CAPTCHA validation for login (#21638) | Xinyu Zhou | 2022-11-22 | 3 | -115/+25 |
* | Prepend refs/heads/ to issue template refs (#20461) | zeripath | 2022-11-22 | 1 | -0/+4 |
* | Improvements for Content Copy (#21842) | silverwind | 2022-11-21 | 1 | -1/+8 |
* | Replace yaml.v2 with yaml.v3 (#21832) | Jason Song | 2022-11-21 | 1 | -1/+1 |
* | Allow disable RSS/Atom feed (#21622) | Xinyu Zhou | 2022-11-21 | 2 | -8/+20 |
* | Add package registry cleanup rules (#21658) | KN4CK3R | 2022-11-20 | 4 | -6/+435 |
* | Show syntax lexer name in file view/blame (#21814) | silverwind | 2022-11-19 | 2 | -2/+14 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 42 | -299/+301 |
* | Fix setting HTTP headers after write (#21833) | KN4CK3R | 2022-11-18 | 4 | -31/+25 |
* | Adjust gitea doctor --run storages to check all storage types (#21785) | zeripath | 2022-11-15 | 1 | -1/+1 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 4 | -6/+6 |
* | Add some documentation to packages (#21648) | zeripath | 2022-11-12 | 3 | -2/+14 |
* | Load GitRepo in API before deleting issue (#21720) | Jason Song | 2022-11-12 | 1 | -1/+1 |
* | Copy citation file content, in APA and BibTex format, on repo home page (#19999) | Nolann | 2022-11-11 | 1 | -0/+45 |
* | Add configuration for CORS allowed headers (#21747) | Drew Noel | 2022-11-11 | 2 | -1/+2 |
* | Revert unrelated changes for SMTP auth (#21767) | wxiaoguang | 2022-11-10 | 1 | -1/+1 |
* | Extract updateSession function to reduce repetition (#21735) | Jason Song | 2022-11-10 | 4 | -135/+80 |
* | Fix dashboard ignored system setting cache (#21621) | Lunny Xiao | 2022-11-10 | 1 | -2/+5 |
* | Set last login when activating account (#21731) | Jason Song | 2022-11-09 | 1 | -0/+7 |
* | Add package registry quota limits (#21584) | KN4CK3R | 2022-11-09 | 11 | -55/+105 |
* | Remove semver compatible flag and change pypi to an array of test cases (#21708) | Wayne Starr | 2022-11-08 | 2 | -4/+47 |
* | Allow local package identifiers for PyPI packages (#21690) | KN4CK3R | 2022-11-07 | 1 | -2/+9 |
* | Remove template previewer (#21701) | Gusted | 2022-11-06 | 2 | -34/+0 |
* | Fix token generation when using INTERNAL_TOKEN_URI (#21669) | wxiaoguang | 2022-11-03 | 1 | -5/+9 |