summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
...
* Fix template error when comment review doesn't exist (#29888)wxiaoguang2024-03-191-0/+17
* Fix missing error check of bufio.Scanner (#29882)coldWater2024-03-191-0/+4
* Only do counting when count_only=true for repo dashboard (#29884)wxiaoguang2024-03-181-10/+15
* Editor error message misleading due to re-used key. (#29859)buckybytes2024-03-181-2/+2
* Remove AddParamIfExist(AddParam) (#29841)wxiaoguang2024-03-166-18/+18
* Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-161-2/+11
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-166-18/+18
* Unify search boxes (#29530)Denys Konovalov2024-03-142-5/+4
* Fix incorrect menu/link on webhook edit page (#29709)yp053272024-03-141-0/+1
* Move fork router functions to a standalone file (#29756)Lunny Xiao2024-03-132-214/+238
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-131-16/+16
* Refactor label.IsArchived() (#29750)65432024-03-131-7/+5
* Do some performance optimize for issues list and view issue/pull (#29515)Lunny Xiao2024-03-122-27/+20
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-121-1/+5
* Use repo object format name instead of detecting from git repository (#29702)Lunny Xiao2024-03-102-12/+2
* Patch in exact search for meilisearch (#29671)65432024-03-091-2/+2
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-1/+1
* Update various logos and unify their filenames (#29637)silverwind2024-03-061-1/+1
* Cache repository default branch commit status to reduce query on commit statu...Lunny Xiao2024-03-061-20/+8
* Detect broken git hooks (#29494)Jason Song2024-03-061-0/+27
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-063-25/+72
* Fix 500 error when adding PR comment (#29622)wxiaoguang2024-03-061-0/+6
* Make "/user/login" page redirect if the current user has signed in (#29583)wxiaoguang2024-03-051-1/+1
* Add missing database transaction for new issue (#29490)Lunny Xiao2024-03-041-13/+9
* Add user blocking (#29028)KN4CK3R2024-03-045-24/+78
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-043-48/+63
* Fix elipsis button not working if the last commit loading is deferred (#29544)Yarden Shoham2024-03-021-16/+8
* remove util.OptionalBool and related functions (#29513)65432024-03-026-49/+46
* Make PR form use toast to show error message (#29545)wxiaoguang2024-03-024-20/+20
* Fix a bug returning 404 when display a single tag with no release (#29466)Lunny Xiao2024-03-021-0/+9
* Fix incorrect redirection when creating a PR fails (#29537)wxiaoguang2024-03-021-1/+1
* Actions Artifacts v4 backend (#28965)ChristopherHX2024-03-021-0/+23
* Fix issue & comment history bugs (#29525)wxiaoguang2024-03-011-1/+5
* Use a predictiable fork URL to allow forking repositories without providing a...wxiaoguang2024-03-011-1/+1
* Rename Str2html to SanitizeHTML and clarify its behavior (#29516)wxiaoguang2024-03-011-1/+1
* Refactor some Str2html code (#29397)wxiaoguang2024-03-012-2/+3
* Move migration functions to services layer (#29497)Lunny Xiao2024-03-011-2/+1
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-292-14/+15
* Move generate from module to service (#29465)Lunny Xiao2024-02-281-1/+1
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-02-281-1/+2
* Implement actions badge svgs (#28102)Nanguan Lin2024-02-271-0/+56
* Not trigger all jobs any more, when re-running the first job (#29439)sillyguodong2024-02-271-3/+8
* Move context from modules to services (#29440)Lunny Xiao2024-02-2762-71/+71
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-254-1/+37
* Refactor modules/git global variables (#29376)wxiaoguang2024-02-251-1/+1
* Remove RenderEmojiPlain from template helper (#29375)wxiaoguang2024-02-242-2/+4
* Refactor git attributes (#29356)KN4CK3R2024-02-241-5/+2
* Customizable "Open with" applications for repository clone (#29320)wxiaoguang2024-02-241-2/+27
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-17/+4
* Do not double close reader (#29354)KN4CK3R2024-02-241-3/+0