| Commit message (Expand) | Author | Age | Files | Lines |
* | Use context parameter in models/git (#22367) | Jason Song | 2023-01-09 | 11 | -31/+31 |
* | make /{username}.png redirect to user/org avatar (#22356) | crystal | 2023-01-06 | 1 | -1/+1 |
* | fix: code search title translation (#22285) | John Olheiser | 2023-01-02 | 1 | -1/+1 |
* | Restructure `webhook` module (#22256) | delvh | 2023-01-01 | 1 | -22/+23 |
* | Fix key signature error page (#22229) | Gusted | 2022-12-30 | 1 | -3/+9 |
* | Support template for merge message description (#22248) | Jason Song | 2022-12-29 | 2 | -3/+5 |
* | Move `convert` package to services (#22264) | KN4CK3R | 2022-12-29 | 7 | -7/+7 |
* | Use dynamic package type list (#22263) | KN4CK3R | 2022-12-29 | 3 | -0/+3 |
* | Add option to prohibit fork if user reached maximum limit of repositories (#2... | Xinyu Zhou | 2022-12-27 | 1 | -0/+13 |
* | Use complete SHA to create and query commit status (#22244) | Jason Song | 2022-12-27 | 1 | -1/+1 |
* | Add Feed for Releases and Tags (#21696) | Reo | 2022-12-21 | 4 | -2/+130 |
* | 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 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 | 1 | -164/+162 |
* | 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 | 13 | -28/+27 |
* | Add API management for issue/pull and comment attachments (#21783) | KN4CK3R | 2022-12-09 | 2 | -4/+9 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 20 | -41/+41 |
* | 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 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 126 | -252/+126 |
* | Prevent NPE if trying to restore an already restored deleted branch (#21940) | zeripath | 2022-11-25 | 1 | -0/+4 |
* | Add support for HEAD requests in Maven registry (#21834) | KN4CK3R | 2022-11-24 | 2 | -2/+8 |
* | 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 |
* | 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 | 17 | -185/+185 |
* | Fix setting HTTP headers after write (#21833) | KN4CK3R | 2022-11-18 | 2 | -3/+4 |
* | Adjust gitea doctor --run storages to check all storage types (#21785) | zeripath | 2022-11-15 | 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 | 1 | -0/+1 |
* | 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 |
* | Remove template previewer (#21701) | Gusted | 2022-11-06 | 2 | -34/+0 |
* | Add Webhook authorization header (#20926) | oliverpool | 2022-11-03 | 1 | -1/+11 |
* | feat: notify doers of a merge when automerging (#21553) | kolaente | 2022-11-03 | 2 | -2/+8 |
* | Allow disable sitemap (#21617) | Xinyu Zhou | 2022-10-28 | 1 | -3/+10 |
* | Make rss/atom identifier globally unique (#21550) | Yarden Shoham | 2022-10-28 | 1 | -1/+1 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 8 | -19/+19 |