summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
...
* Fix issue templates when blank isses are disabled (#27061)JakobDev2023-09-141-10/+13
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-1/+2
* Redirect from `{repo}/issues/new` to `{repo}/issues/new/choose` when blank is...JakobDev2023-08-311-1/+9
* Make web context initialize correctly for different cases (#26726)wxiaoguang2023-08-251-3/+3
* Add `member`, `collaborator`, `contributor`, and `first-time contributor` rol...yp053272023-08-241-23/+46
* fix reopen logic for agit flow pull request (#26399)a10121127962023-08-191-41/+43
* Return empty when searching issues with no repos (#26545)Jason Song2023-08-171-0/+4
* Fix label filter between `all` and `no` (#26557)CaiCandong2023-08-171-1/+2
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-101-1/+1
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-189/+241
* Fix unable to display individual-level project (#26198)caicandong2023-07-291-2/+8
* Improve display of Labels/Projects/Assignees sort options (#25886)yp053272023-07-261-1/+5
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-9/+3
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-7/+7
* 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