aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Fix comment permissions (#28213) (#28217)Lunny Xiao2023-11-261-0/+30
* Fix issue templates when blank isses are disabled (#27061) (#27082)Giteabot2023-09-141-10/+13
* Redirect from `{repo}/issues/new` to `{repo}/issues/new/choose` when blank is...Giteabot2023-09-011-1/+9
* Fix unable to display individual-level project (#26198) (#26636)Giteabot2023-08-211-2/+8
* fix reopen logic for agit flow pull request (#26399) (#26613)a10121127962023-08-211-42/+44
* Add transaction when creating pull request created dirty data (#26259) (#26437)Lunny Xiao2023-08-111-1/+1
* Fix the route for pull-request's authors (#26016) (#26018)Giteabot2023-07-201-1/+8
* Avoid opening/closing PRs which are already merged (#25883) (#25903)Giteabot2023-07-171-0/+8
* For API attachments, use API URL (#25639) (#25814)Giteabot2023-07-101-5/+5
* Check `ctx.Written()` for `GetActionIssue` (#25698) (#25711)Giteabot2023-07-061-1/+4
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-041-19/+19
* Improve loadprojects for issue list (#25468) (#25493)Giteabot2023-06-261-2/+2
* Fix `MilestoneIDs` when querying issues (#25125) (#25141)Giteabot2023-06-081-6/+6
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-2/+2
* Add the ability to pin Issues (#24406)JakobDev2023-05-251-0/+21
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-241-1/+1
* Rewrite logger system (#24726)wxiaoguang2023-05-211-3/+3
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-2/+2
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-3/+3
* Remove duplicated issues options and some more refactors (#24787)Lunny Xiao2023-05-181-3/+3
* Support no label/assignee filter and batch clearing labels/assignees (#24707)Lunny Xiao2023-05-171-1/+4
* Improve Gitea's web context, decouple "issue template" code into service pack...wxiaoguang2023-05-091-8/+8
* Refresh the refernce of the closed PR when reopening (#24231)sillyguodong2023-05-081-1/+55
* Improve milestone filter on issues page (#22423)Lunny Xiao2023-04-301-7/+24
* Alert error message if open dependencies are included in the issues that try ...sillyguodong2023-04-261-1/+1
* Show commit history for closed/merged PRs (#24238)wxiaoguang2023-04-211-2/+4
* Fix issue attachment handling (#24202)wxiaoguang2023-04-201-12/+16
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-141-8/+8
* Fix redirect bug when creating issue from a project (#23971)Lunny Xiao2023-04-081-2/+2
* Refactor authors dropdown (send get request from frontend to avoid long wait ...Hester Gong2023-04-071-10/+49
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-031-2/+0
* Implement Issue Config (#20956)JakobDev2023-03-281-5/+9
* Add API to manage issue dependencies (#17935)qwerty2872023-03-281-2/+54
* Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong2023-03-031-5/+12
* Refactor `ctx` in templates (#23105)wxiaoguang2023-03-021-3/+3
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-1/+1
* Speed up HasUserStopwatch & GetActiveStopwatch (#23051)zeripath2023-02-271-12/+3
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-241-1/+9
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-1/+17
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-2/+2
* fix incorrect role labels for migrated issues and comments (#22914)Zettat1232023-02-151-4/+8
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-7/+7
* Show all projects, not just repo projects and open/closed projects (#22640)Lunny Xiao2023-02-041-8/+2
* Issues: support setting issue template field values with query (#22545)techknowlogick2023-01-301-0/+8
* Issues: add Project filter to issues list and search (#22544)techknowlogick2023-01-291-11/+18
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-241-2/+2
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-5/+28
* Fix invalid issue branch reference if not specified in template (#22513)Brecht Van Lommel2023-01-181-1/+2
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-11/+14