summaryrefslogtreecommitdiffstats
path: root/routers/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-201-0/+6
* Fix ref links in issue overviews for tags (#8742)Sijmen Schoon2020-05-141-0/+4
* [API] ListIssues add filter for milestones (#10148)65432020-04-301-10/+15
* Support unicode emojis and remove emojify.js (#11032)mrsdizzie2020-04-281-0/+2
* Add issue subscription check to API (#10967)65432020-04-211-11/+5
* Add a way to mark Conversation (code comment) resolved (#11037)赵智超2020-04-181-0/+10
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-0/+1
* remove package code.gitea.io/gitea/modules/git import out of models (#11025)65432020-04-101-1/+1
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-061-1/+151
* Add titles and improve messages on sidebar menus (#10872)赵智超2020-04-041-1/+3
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-1/+35
* Move dropzone.js to npm/webpack (#10645)silverwind2020-03-071-1/+0
* Add Approval Counts to pulls list (#10238)zeripath2020-03-061-0/+22
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-021-4/+4
* inform participants on UI too (#10473)65432020-02-281-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-6/+8
* Fix wrong permissions check when issues/prs shared operations (#9885)Lunny Xiao2020-01-201-5/+4
* Fix issues/pulls dependencies problems (#9842)Lunny Xiao2020-01-191-5/+13
* Remove unnecessary permissions load (#9796)Lunny Xiao2020-01-161-6/+1
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-151-2/+2
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-0/+15
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-111-9/+15
* Branches not at ref commit ID should not be listed as Merged (#9614)zeripath2020-01-071-1/+4
* Add branch protection option to block merge on requested changes. (#9592)David Svantesson2020-01-031-1/+2
* Dont trigger notification twice on issue assignee change (#9582)65432020-01-021-4/+1
* Fix repository issues pagination bug when there are more than one label filte...Lunny Xiao2019-12-281-1/+2
* [Fix] AllowedReaction code (#9518)65432019-12-271-1/+0
* Add SimpleMDE and Fix Image Paste for Issue/Comment Editor (#9197)Benno2019-12-161-0/+1
* Change target branch for pull request (#6488)Mario Lubenka2019-12-161-0/+14
* Fix PR/issue redirects when having external tracker (#9339)David Svantesson2019-12-141-10/+13
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-5/+0
* [API] Add Reactions (#9220)65432019-12-071-12/+8
* Redirect issue if repo has configured external tracker. (#9247)David Svantesson2019-12-061-0/+14
* Move some pull request functions from models to services (#9266)Lunny Xiao2019-12-061-1/+2
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-031-2/+2
* [Feature] Custom Reactions (#8886)65432019-12-011-0/+13