summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
* When comparing with an non-exist repository, return 404 but 500 (#27437) (#27...Giteabot2023-10-041-1/+3
* Hide archived labels when filtering by labels on the issue list (#27115) (#27...Giteabot2023-10-011-0/+5
* Fix repo count in org action settings (#27245) (#27353)Giteabot2023-09-293-0/+18
* More `db.DefaultContext` refactor (#27265) (#27347)Giteabot2023-09-297-28/+28
* Improve tree not found page (#26570) (#27346)Giteabot2023-09-294-7/+29
* Improve issue history dialog and make poster can delete their own history (#2...Giteabot2023-09-281-5/+9
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-09-254-17/+17
* Fix EOL handling in web editor (#27141) (#27234)Giteabot2023-09-241-1/+1
* Search branches (#27055)Lunny Xiao2023-09-171-1/+4
* Support `.git-blame-ignore-revs` file (#26395)KN4CK3R2023-09-161-22/+69
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-162-15/+20
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-1612-39/+39
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-159-21/+22
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-148-13/+13
* Fix issue templates when blank isses are disabled (#27061)JakobDev2023-09-142-11/+14
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-132-50/+64
* Move some functions to service layer (#26969)Lunny Xiao2023-09-081-2/+1
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-082-6/+7
* Improve hint when uploading a too large avatar (#26935)Lunny Xiao2023-09-071-1/+1
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-073-4/+7
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-061-1/+1
* allow "latest" to be used in release vTag when downloading file (#26748)merlleu2023-09-061-4/+17
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-061-4/+10
* Fix the display of org level badges (#26504)yp053272023-09-061-1/+0
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-052-6/+6
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-016-98/+99
* Redirect from `{repo}/issues/new` to `{repo}/issues/new/choose` when blank is...JakobDev2023-08-311-1/+9
* Fix being unable to use a repo that prohibits accepting PRs as a PR source. (...CaiCandong2023-08-291-1/+1
* 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