| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't fetch Mirror when it's migrating (#19588) | Gusted | 2022-05-03 | 1 | -5/+14 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 1 | -4/+4 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -2/+2 |
* | RepoAssignment ensure to close before overwrite (#19449) | 6543 | 2022-04-21 | 1 | -4/+21 |
* | Refactor legacy `unknwon/com` package, improve golangci lint (#19284) | wxiaoguang | 2022-04-01 | 1 | -6/+4 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -3/+3 |
* | Refactor repo clone button and repo clone links, fix JS error on empty repo p... | wxiaoguang | 2022-03-29 | 1 | -5/+12 |
* | Add `ContextUser` to http request context (#18798) | KN4CK3R | 2022-03-26 | 1 | -0/+1 |
* | Redirect .wiki/* ui link to /wiki (#18831) | a1012112796 | 2022-03-23 | 1 | -0/+20 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 1 | -1/+1 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -4/+3 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -12/+12 |
* | RSS/Atom support for Repos (#19055) | 6543 | 2022-03-13 | 1 | -0/+2 |
* | Fix redirect when using lowercase reponame (#18775) | Ghanem | 2022-02-18 | 1 | -1/+1 |
* | Automatically pause queue if index service is unavailable (#15066) | Lauris BH | 2022-01-27 | 1 | -0/+4 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+0 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -5/+5 |
* | Restore setting of ctx.Repo.Mirror (#18205) | zeripath | 2022-01-08 | 1 | -4/+4 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 1 | -2/+2 |
* | Refactor HTTP request context (#17979) | wxiaoguang | 2021-12-15 | 1 | -4/+5 |
* | Improve behavior of "Fork" button (#17288) | qwerty287 | 2021-12-13 | 1 | -2/+16 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -5/+5 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -3/+4 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -33/+39 |
* | Improve checkBranchName (#17901) | zeripath | 2021-12-08 | 1 | -2/+2 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -2/+2 |