| Commit message (Expand) | Author | Age | Files | Lines |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 1 | -1/+1 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 1 | -1/+1 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 1 | -2/+2 |
* | Fix the display of org level badges (#26504) | yp05327 | 2023-09-06 | 1 | -0/+1 |
* | Add context parameter to some database functions (#26055) | Lunny Xiao | 2023-07-22 | 1 | -6/+6 |
* | Use frontend fetch for branch dropdown component (#25719) | HesterG | 2023-07-21 | 1 | -21/+9 |
* | Less naked returns (#25713) | 6543 | 2023-07-07 | 1 | -37/+37 |
* | Sync branches into databases (#22743) | Lunny Xiao | 2023-06-29 | 1 | -5/+30 |
* | Refactor indexer (#25174) | Jason Song | 2023-06-23 | 1 | -1/+1 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 1 | -20/+21 |
* | Refactor Pull Mirror and fix out-of-sync bugs (#24732) | wxiaoguang | 2023-05-15 | 1 | -7/+2 |
* | Support SSH for go get (#24664) | rune | 2023-05-12 | 1 | -1/+8 |
* | Improve Gitea's web context, decouple "issue template" code into service pack... | wxiaoguang | 2023-05-09 | 1 | -93/+0 |
* | Split "modules/context.go" to separate files (#24569) | wxiaoguang | 2023-05-08 | 1 | -88/+0 |
* | Pass 'not' to commit count (#24473) | Matthew Walowski | 2023-05-08 | 1 | -1/+6 |
* | Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270) | wxiaoguang | 2023-04-22 | 1 | -2/+2 |
* | Allow adding new files to an empty repo (#24164) | wxiaoguang | 2023-04-19 | 1 | -14/+23 |
* | Ensure RSS icon is present on all repo tabs (#23904) | silverwind | 2023-04-07 | 1 | -0/+5 |
* | Use graceful editorconfig loader to reduce errors when loading malformed edit... | Yoan Blanc | 2023-04-06 | 1 | -11/+10 |
* | Implement Issue Config (#20956) | JakobDev | 2023-03-28 | 1 | -0/+114 |
* | Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491) | Hester Gong | 2023-03-16 | 1 | -13/+2 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 1 | -6/+6 |
* | Fix improper HTMLURL usages in Go code (#22839) | wxiaoguang | 2023-02-11 | 1 | -3/+3 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 1 | -0/+1 |
* | Supports wildcard protected branch (#20825) | Lunny Xiao | 2023-01-16 | 1 | -2/+3 |
* | Use context parameter in models/git (#22367) | Jason Song | 2023-01-09 | 1 | -2/+2 |
* | Use complete SHA to create and query commit status (#22244) | Jason Song | 2022-12-27 | 1 | -4/+4 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 1 | -7/+7 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -3/+3 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Prepend refs/heads/ to issue template refs (#20461) | zeripath | 2022-11-22 | 1 | -0/+3 |
* | Allow disable RSS/Atom feed (#21622) | Xinyu Zhou | 2022-11-21 | 1 | -2/+4 |
* | Redirect to new repository owner (#21398) | KN4CK3R | 2022-10-11 | 1 | -1/+10 |
* | Tag list should include draft releases with existing tags (#21263) | Jason Song | 2022-10-03 | 1 | -1/+3 |
* | Support Issue forms and PR forms (#20987) | Jason Song | 2022-09-02 | 1 | -45/+26 |
* | Fix download archiver of a commit (#20962) | Lunny Xiao | 2022-08-26 | 1 | -0/+1 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -3/+4 |
* | Add new API endpoints for push mirrors management (#19841) | Mohamed Sekour | 2022-07-30 | 1 | -1/+1 |
* | Slightly simplify LastCommitCache (#20444) | zeripath | 2022-07-25 | 1 | -0/+2 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -2/+2 |
* | Return 404 when tag is broken (#20017) | Wim | 2022-06-18 | 1 | -0/+4 |
* | Fix mirror template bug (#19959) | Lunny Xiao | 2022-06-13 | 1 | -14/+6 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -3/+4 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -2/+3 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -2/+3 |
* | Prevent NPE on update mirror settings (#19864) | zeripath | 2022-06-02 | 1 | -1/+1 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -6/+8 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -4/+10 |
* | Repository level enable package or disable (#19323) | Lunny Xiao | 2022-05-08 | 1 | -0/+1 |
* | Only check for non-finished migrating task (#19601) | Gusted | 2022-05-04 | 1 | -5/+5 |