aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-211-10/+22
* Fix the route for pull-request's authors (#26016)wxiaoguang2023-07-201-1/+8
* Avoid opening/closing PRs which are already merged (#25883)yp053272023-07-151-0/+8
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-101-5/+5
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-071-3/+3
* Less naked returns (#25713)65432023-07-071-3/+6
* Check `ctx.Written()` for `GetActionIssue` (#25698)Jason Song2023-07-051-1/+4
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-18/+18
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-1/+7
* Improve loadprojects for issue list (#25468)Lunny Xiao2023-06-241-2/+2
* Refactor indexer (#25174)Jason Song2023-06-231-1/+1
* Store and use seconds for timeline time comments (#25392)65432023-06-231-1/+14
* Add actor and status dropdowns to run list (#25118)HesterG2023-06-211-3/+3
* Batch delete issue and improve tippy opts (#25253)wxiaoguang2023-06-191-3/+15
* Use fetch to send requests to create issues/comments (#25258)wxiaoguang2023-06-161-19/+12
* Fix `MilestoneIDs` when querying issues (#25125)Zettat1232023-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