summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
...
* Fix pull request check list is limited (#26179)caicandong2023-07-313-5/+5
* Fix unable to display individual-level project (#26198)caicandong2023-07-291-2/+8
* Add commits dropdown in PR files view and allow commit by commit review (#25528)sebastian-sauer2023-07-281-5/+111
* Show branches and tags that contain a commit (#25180)delvh2023-07-271-5/+10
* 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-2613-87/+29
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-251-4/+8
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-231-4/+4
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-227-17/+17
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-216-10/+131
* Support copy protected branch from template repository (#25889)Lunny Xiao2023-07-211-9/+10
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-211-21/+45
* Fix the route for pull-request's authors (#26016)wxiaoguang2023-07-201-1/+8
* Refactor "Content" for file uploading (#25851)wxiaoguang2023-07-181-4/+4
* Ignore `runs-on` with expressions when warning no matched runners (#25917)Jason Song2023-07-171-0/+7
* Fix incorrect milestone count when provide a keyword (#25880)yp053272023-07-161-10/+9
* Avoid opening/closing PRs which are already merged (#25883)yp053272023-07-151-0/+8
* Fix "Flash" message usage (#25895)wxiaoguang2023-07-151-5/+2
* Fix incorrect release count (#25879)yp053272023-07-141-1/+0
* Add error info if no user can fork the repo (#25820)yp053272023-07-141-0/+6
* move issue filters to shared template (#25729)Denys Konovalov2023-07-131-1/+2
* Fix empty project displayed in issue sidebar (#25802)yp053272023-07-121-2/+1
* Fix incorrect oldest sort in project list (#25806)yp053272023-07-111-1/+1
* Exclude default branch from pushed branch hint (#25795)Lunny Xiao2023-07-101-1/+1
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-101-5/+5
* Show edit title button on commits tab of PR, too (#25791)sebastian-sauer2023-07-101-0/+3
* Newly pushed branches hints on repository home page (#25715)Lunny Xiao2023-07-081-0/+12
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-071-3/+3
* Less naked returns (#25713)65432023-07-075-41/+44
* Check `ctx.Written()` for `GetActionIssue` (#25698)Jason Song2023-07-055-11/+20
* Fix tags header and pretty format numbers (#25624)Lunny Xiao2023-07-051-0/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-0418-81/+81
* Fix the nil pointer when assigning issues to projects (#25665)Zettat1232023-07-041-3/+5
* Display branch commit status (#25608)Lunny Xiao2023-07-031-0/+18
* Get latest commit statuses from database instead of git data on dashboard for...Lunny Xiao2023-07-031-6/+8
* Support displaying diff stats in PR tab bar (#25387)hiifong2023-07-031-4/+50
* Move some files under repo/setting (#25585)Lunny Xiao2023-07-0211-408/+490
* Sync branches into databases (#22743)Lunny Xiao2023-06-298-219/+49
* Use fetch form action for lock/unlock/pin/unpin on sidebar (#25380)HesterG2023-06-292-9/+6
* Support downloading raw task logs (#24451)Vitaliy Filippov2023-06-291-0/+50
* Improve loadprojects for issue list (#25468)Lunny Xiao2023-06-242-3/+8
* Improve wiki sidebar and TOC (#25460)wxiaoguang2023-06-231-10/+10
* Refactor indexer (#25174)Jason Song2023-06-232-3/+3
* Store and use seconds for timeline time comments (#25392)65432023-06-231-1/+14
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-221-1/+2
* Show outdated comments in files changed tab (#24936)sebastian-sauer2023-06-213-2/+27
* Add actor and status dropdowns to run list (#25118)HesterG2023-06-216-10/+34
* Support configuration variables on Gitea Actions (#24724)sillyguodong2023-06-202-0/+125
* Fix blank dir message when uploading files from web editor (#25391)Lunny Xiao2023-06-201-1/+5
* Make backend code respond correct JSON when creating PR (#25353)wxiaoguang2023-06-191-41/+16