summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-32/+32
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-7/+8
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-081-11/+25
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-0/+8
* Remove `RequireHighlightJS` field, update plantuml example. (#19615)wxiaoguang2022-05-051-3/+0
* Use for a repo action one database transaction (#19576)65432022-05-031-8/+7
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-6/+9
* more context for models (#19511)65432022-04-281-12/+13
* Add commit status popup to issuelist (#19375)parnic2022-04-261-3/+4
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-3/+4
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-12/+12
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-0/+382
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-3/+8
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-6/+7
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-1/+1
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-291-9/+10
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-7/+8
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-11/+11
* Use the new/choose link for New Issue on project page (#19172)zeripath2022-03-221-2/+9
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-77/+77
* Add button for issue deletion (#19032)Otto Richter (fnetX)2022-03-091-0/+15
* Uncapitalize errors (#18915)Gusted2022-02-261-3/+3
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-3/+6
* Only view milestones from current repo (#18414)zeripath2022-01-261-2/+2
* Add config options to hide issue events (#17414)qwerty2872022-01-211-1/+16
* format with gofumpt (#18184)65432022-01-201-18/+14
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-5/+5
* Fix PR comments UI (#18323)wxiaoguang2022-01-191-8/+10
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-051-3/+0
* Don't delete branch if other PRs with this branch are open (#18164)a10121127962022-01-031-1/+13
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Add option to define refs in issue templates (#17842)qwerty2872021-12-171-0/+3
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-3/+3
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-3/+4
* Clean legacy SimpleMDE code (#17926)wxiaoguang2021-12-101-3/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-20/+25
* Improve checkBranchName (#17901)zeripath2021-12-081-1/+1
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Disable ref selection dropdown if you don't have permissions to use it (#17837)qwerty2872021-11-281-2/+0
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-13/+14
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-1/+1
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-5/+6
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-5/+8
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-10/+15
* Refactor commentTags functionality (#17558)Gusted2021-11-111-35/+43
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-18/+19
* Fix 500 when review pull request with anonymous (#17594)Lunny Xiao2021-11-091-1/+5