summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Batch delete issue and improve tippy opts (#25253)wxiaoguang2023-06-191-3/+15
* Refactor web package and context package (#25298)wxiaoguang2023-06-186-32/+32
* Use fetch to send requests to create issues/comments (#25258)wxiaoguang2023-06-161-19/+12
* Show if File is Executable (#25287)JakobDev2023-06-161-0/+1
* Change form actions to fetch for submit review box (#25219)HesterG2023-06-141-5/+4
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-143-3/+3
* Support changing labels of Actions runner without re-registration (#24806)sillyguodong2023-06-131-1/+0
* Fix profile render when the README.md size is larger than 1024 bytes (#25131)yp053272023-06-131-1/+1
* Add codeowners feature (#24910)Vladimir Buyanov2023-06-081-0/+8
* Fix `MilestoneIDs` when querying issues (#25125)Zettat1232023-06-081-6/+6
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-1/+1
* Fix users cannot visit issue attachment bug (#25019)Lunny Xiao2023-05-311-5/+0
* Merge `new project` templates into one (#24985)delvh2023-05-311-13/+14
* Add user level action runners (#24995)HesterG2023-05-311-1/+15
* Followup to pinned Issues (#24945)JakobDev2023-05-301-2/+12
* Hide 'Mirror Settings' when unneeded, improve hints (#24433)Panagiotis "Ivory" Vasilopoulos2023-05-291-0/+2
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-291-11/+25
* Add step start time to `ViewStepLog` (#24980)Zettat1232023-05-291-6/+8
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-262-3/+3
* Add the ability to pin Issues (#24406)JakobDev2023-05-252-0/+109
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-242-21/+22