summaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor URL detection (#29960)wxiaoguang2024-03-215-7/+7
* Fix milestoneID filter bug in issue list (#29897)Zettat1232024-03-191-3/+3
* 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
* Fix missing code in the user profile (#29865)Nanguan Lin2024-03-171-0/+14
* Remove AddParamIfExist(AddParam) (#29841)wxiaoguang2024-03-1616-45/+46
* Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-163-4/+33
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-1616-45/+45
* Unify search boxes (#29530)Denys Konovalov2024-03-144-11/+8
* 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-132-26/+26
* Fix user router possbile panic (#29751)Lunny Xiao2024-03-131-2/+5
* Refactor label.IsArchived() (#29750)65432024-03-131-7/+5
* Use Get but not Post to get actions artifacts (#29734)Lunny Xiao2024-03-121-1/+1
* 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
* Add a warning for disallowed email domains (#29658)Zettat1232024-03-111-0/+8
* 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-093-6/+6
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-1/+1
* Fix 500 when deleting account with incorrect password or unsupported login ty...Lunny Xiao2024-03-081-2/+17
* 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
* Skip email domain check when admins edit user emails (#29609)Zettat1232024-03-051-1/+1
* Skip email domain check when admin users adds user manually (#29522)Zettat1232024-03-051-1/+1
* Make "/user/login" page redirect if the current user has signed in (#29583)wxiaoguang2024-03-053-11/+64
* Add missing database transaction for new issue (#29490)Lunny Xiao2024-03-041-13/+9
* Move some asymkey functions to service layer (#28894)Lunny Xiao2024-03-041-1/+1
* Add user blocking (#29028)KN4CK3R2024-03-0413-41/+272
* Allow options to disable user ssh keys configuration from the interface on ap...Lunny Xiao2024-03-041-0/+16
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-044-49/+64
* Add an trailing slash to dashboard links (#29555)wxiaoguang2024-03-041-0/+17
* Filter Repositories by type (#29231)Tim-Niclas Oelschläger2024-03-034-0/+90
* Add option to set language in admin user view (#28449)65432024-03-021-0/+1
* Fix elipsis button not working if the last commit loading is deferred (#29544)Yarden Shoham2024-03-021-16/+8
* Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-021-1/+1
* remove util.OptionalBool and related functions (#29513)65432024-03-0217-92/+87
* 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
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-021-0/+10
* 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-012-5/+3