summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-23/+23
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-37/+37
* Add agit flow support in gitea (#14295)a10121127962021-07-281-1/+2
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-231-1/+1
* More efficiently parse shas for shaPostProcessor (#16101)zeripath2021-06-211-0/+5
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+2599