| Commit message (Expand) | Author | Age | Files | Lines |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 1 | -6/+8 |
* | Allow poster to choose reviewers (#21084) | Jason Song | 2022-09-09 | 1 | -5/+10 |
* | Fix typo of issue template name (#21117) | Jason Song | 2022-09-09 | 1 | -1/+1 |
* | Support Issue forms and PR forms (#20987) | Jason Song | 2022-09-02 | 1 | -67/+106 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -2/+2 |
* | Add issue filter for Author (#20578) | parnic | 2022-08-08 | 1 | -1/+9 |
* | Check if project has the same repository id with issue when assign project to... | Lunny Xiao | 2022-06-30 | 1 | -2/+12 |
* | fix delete pull head ref for DeleteIssue (#20032) | a1012112796 | 2022-06-19 | 1 | -0/+5 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -138/+138 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -6/+7 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -7/+8 |
* | Move `/info` outside authorization (#19888) | Gusted | 2022-06-04 | 1 | -0/+15 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -32/+32 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -7/+8 |
* | Allow custom default merge message with .gitea/default_merge_message/<merge_s... | Lunny Xiao | 2022-05-08 | 1 | -11/+25 |
* | Auto merge pull requests when all checks succeeded via API (#9307) | kolaente | 2022-05-08 | 1 | -0/+8 |
* | Remove `RequireHighlightJS` field, update plantuml example. (#19615) | wxiaoguang | 2022-05-05 | 1 | -3/+0 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -8/+7 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 1 | -6/+9 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -12/+13 |
* | Add commit status popup to issuelist (#19375) | parnic | 2022-04-26 | 1 | -3/+4 |
* | User specific repoID or xorm builder conditions for issue search (#19475) | 6543 | 2022-04-25 | 1 | -3/+4 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 1 | -12/+12 |
* | Never use /api/v1 from Gitea UI Pages (#19318) | Lunny Xiao | 2022-04-07 | 1 | -0/+382 |
* | Refactor legacy `unknwon/com` package, improve golangci lint (#19284) | wxiaoguang | 2022-04-01 | 1 | -3/+8 |
* | Move reaction to models/issues/ (#19264) | Lunny Xiao | 2022-03-31 | 1 | -6/+7 |
* | Move some issue methods as functions (#19255) | Lunny Xiao | 2022-03-29 | 1 | -1/+1 |
* | Move project files into models/project sub package (#17704) | Lunny Xiao | 2022-03-29 | 1 | -9/+10 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -7/+8 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 1 | -11/+11 |
* | Use the new/choose link for New Issue on project page (#19172) | zeripath | 2022-03-22 | 1 | -2/+9 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -1/+1 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -77/+77 |
* | Add button for issue deletion (#19032) | Otto Richter (fnetX) | 2022-03-09 | 1 | -0/+15 |
* | Uncapitalize errors (#18915) | Gusted | 2022-02-26 | 1 | -3/+3 |
* | Automatically pause queue if index service is unavailable (#15066) | Lauris BH | 2022-01-27 | 1 | -3/+6 |
* | Only view milestones from current repo (#18414) | zeripath | 2022-01-26 | 1 | -2/+2 |
* | Add config options to hide issue events (#17414) | qwerty287 | 2022-01-21 | 1 | -1/+16 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -18/+14 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -5/+5 |
* | Fix PR comments UI (#18323) | wxiaoguang | 2022-01-19 | 1 | -8/+10 |
* | Fix various typos (#18219) | luzpaz | 2022-01-10 | 1 | -1/+1 |
* | Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) | wxiaoguang | 2022-01-05 | 1 | -3/+0 |
* | Don't delete branch if other PRs with this branch are open (#18164) | a1012112796 | 2022-01-03 | 1 | -1/+13 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 1 | -1/+1 |
* | Add option to define refs in issue templates (#17842) | qwerty287 | 2021-12-17 | 1 | -0/+3 |
* | Refactor HTTP request context (#17979) | wxiaoguang | 2021-12-15 | 1 | -3/+3 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -1/+1 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -3/+4 |
* | Clean legacy SimpleMDE code (#17926) | wxiaoguang | 2021-12-10 | 1 | -3/+3 |