aboutsummaryrefslogtreecommitdiffstats
path: root/routers/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-2599/+0
* Ensure that ctx.Written is checked after issues(...) calls (#15797)zeripath2021-05-091-0/+3
* Refactor renders (#15175)Lunny Xiao2021-04-191-9/+46
* Performance improvement for list pull requests (#15447)Lunny Xiao2021-04-151-12/+7
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-2/+0
* Move modules/forms to services/forms (#15305)zeripath2021-04-061-6/+6
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-33/+33
* Add DefaultMergeStyle option to repository (#14789)parnic2021-03-271-1/+4
* Create new issue from code (#14863)Roger Luo2021-03-171-0/+1
* Fix bug when combine label comments (#14894)Lunny Xiao2021-03-051-12/+20
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-031-0/+18
* Add UI to delete tracked times (#14100)Norwin2021-02-191-0/+4
* Add dismiss review feature (#12674)a10121127962021-02-111-1/+1
* Allow org labels to be set with issue templates (#14593)zeripath2021-02-101-1/+8
* Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623)zeripath2021-02-101-5/+7
* [API] Add pagination to ListBranches (#14524)65432021-02-031-1/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-6/+11
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-1/+1
* Add edit, delete and reaction support to code review comments on issue page (...Lauris BH2021-01-171-0/+19
* Add review requested filter on pull request overview (#13701)Jimmy Praet2021-01-171-24/+29
* Use ServerError provided by Context (#14333)Lunny Xiao2021-01-141-1/+1
* migrate from com.* to alternatives (#14103)65432020-12-251-5/+5
* Fix spelling avator -> avatar (#14115)Jimmy Praet2020-12-221-1/+1
* Add mentionable teams to tributeValues and change team mention rules to gh's ...a10121127962020-12-211-0/+47
* Show dropdown with all statuses for commit (#13977)Cirno the Strongest2020-12-201-1/+2
* add thumbnail preview section to issue attachments (#13826)bobemoe2020-12-131-3/+4
* Add block on official review requests branch protection (#13705)a10121127962020-11-281-0/+1
* ui: show 'owner' tag for real owner (#13689)a10121127962020-11-281-2/+21
* Refactor combine label comments with tests (#13619)Lunny Xiao2020-11-201-56/+23
* Fix issue/pull request list assignee filter (#13647)Karl Heinz Marbaise2020-11-191-0/+2
* [UI] Hide consecutive additions and removals of the same label (#13315)Pedro Alves2020-10-271-2/+25
* Group Label Changed Comments in timeline (#13304)Pedro Alves2020-10-251-0/+46
* Add review request api (#11355)a10121127962020-10-201-153/+5
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-2/+3
* Show original author's reviews on pull summary box (#13127)赵智超2020-10-141-0/+7
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-0/+3
* Add team support for review request (#12039)赵智超2020-10-121-48/+365
* Attachments: Add extension support, allow all types for releases (#12465)silverwind2020-10-051-5/+7
* Add configurable Trust Models (#11712)zeripath2020-09-201-1/+1
* Issue templates directory (#11450)John Olheiser2020-09-111-9/+61
* ui: change commentTag style (#11668)赵智超2020-09-101-2/+6
* Change/remove a branch of an open issue (#9080)Vedran2020-09-081-1/+25
* [BugFix] Fix comment broken issue ref dependence (#12651)65432020-09-041-2/+4
* Remove duplicate logic in initListSubmits (#12660)赵智超2020-09-021-6/+8
* Fix signing.wont_sign.%!s(<nil>) if Require Signing commits but not signed in...zeripath2020-08-231-0/+2
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-2/+2
* Kanban board (#8346)Lanre Adelowo2020-08-161-13/+109
* Prevent empty div when editing comment (#12404)zeripath2020-08-041-3/+3
* Add name filter to API for GetMilestoneList (#12336)65432020-07-281-4/+13
* Default to showing closed Issues/PR list when there are only closed issues/PR...65432020-07-091-1/+7