aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug on detect issue/comment writer (#17591)Lunny Xiao2021-11-091-1/+1
* Hide label comments if labels were added and removed immediately (#17455)qwerty2872021-11-041-2/+26
* Hide command line merge instructions when user can't push (#17339)qwerty2872021-10-171-0/+2
* Allow adding multiple issues to a project (#17226)qwerty2872021-10-081-0/+14
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-1/+1
* Redirect on project after issue created (#17211)Romain2021-10-051-1/+8
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-9/+10
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899)65432021-08-311-3/+0
* In Render tolerate not being passed a context (#16842)zeripath2021-08-281-0/+5
* when the update request doesn't intend to update attachments (eg: change chec...wxiaoguang2021-08-211-10/+12
* Keep attachments on tasklist update (#16750)KN4CK3R2021-08-201-7/+11
* [API] generalize list header (#16551)65432021-08-121-6/+6
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-6/+3