summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
...
* Use docs.gitea.com instead of docs.gitea.io (#26739)Lunny Xiao2023-08-271-1/+1
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-271-4/+3
* Make web context initialize correctly for different cases (#26726)wxiaoguang2023-08-256-15/+13
* Add `member`, `collaborator`, `contributor`, and `first-time contributor` rol...yp053272023-08-241-23/+46
* Remove ref name in PR commits page (#25876)yp053272023-08-241-4/+1
* Make "link-action" backend code respond correct JSON content (#26680)wxiaoguang2023-08-231-1/+1
* Check disabled workflow when rerun jobs (#26535)yp053272023-08-221-12/+16
* Add link to job details and tooltip to commit status in repo list in dashboar...yp053272023-08-211-1/+4
* 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
* Sync repo's IsEmpty status correctly (#26517)wxiaoguang2023-08-171-2/+6
* add disable workflow feature (#26413)a10121127962023-08-142-0/+50
* Allow to archive labels (#26478)puni98692023-08-142-9/+13
* Fix tooltip of commit select button (#26472)silverwind2023-08-141-1/+0
* Add ThreadID parameter for Telegram webhooks (#25996)Earl Warren2023-08-131-1/+2
* Refactor project templates (#26448)Denys Konovalov2023-08-121-1/+3
* Use template context function for avatar rendering (#26385)wxiaoguang2023-08-101-2/+3
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-101-1/+1
* Pre-register OAuth2 applications for git credential helpers (#26291)Denys Konovalov2023-08-091-1/+1
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392)wxiaoguang2023-08-091-6/+6
* Refactor "editorconfig" (#26391)wxiaoguang2023-08-081-2/+2
* Fix nil pointer dereference error when open link with invalid pull index (#2...CaiCandong2023-08-072-29/+30
* Add `Retry` button when creating a mirror-repo fails (#26228)Kerwin Bryant2023-08-041-0/+9
* Add locale for deleted head branch (#26296)yp053272023-08-031-2/+2
* Allow editing push mirrors after creation (#26151)puni98692023-08-011-0/+37
* Some fixes of the prompt of new branches (#26257)Zettat1232023-08-011-4/+12
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-189/+241
* Show image size on view page (#25884)JakobDev2023-07-311-0/+17
* 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