aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Unify search boxes (#29530)Denys Konovalov2024-03-144-11/+8
* Fix lint-swagger warning (#29787)sillyguodong2024-03-142-3/+7
* Fix incorrect menu/link on webhook edit page (#29709)yp053272024-03-141-0/+1
* Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-131-2/+4
* 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-133-38/+38
* 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-123-31/+20
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-121-1/+5
* remove repetitive words (#29695)pengqiseven2024-03-112-2/+2
* Sync branches first (#29714)Jason Song2024-03-111-13/+13
* Add a warning for disallowed email domains (#29658)Zettat1232024-03-112-0/+17
* 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-083-4/+5
* Make runs-on support variable expression (#29468)sillyguodong2024-03-081-68/+12
* 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-062-22/+10
* Detect broken git hooks (#29494)Jason Song2024-03-061-0/+27
* Sync branches to DB immediately when handle git hook calling (#29493)Jason Song2024-03-061-1/+65
* 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-052-2/+2
* Skip email domain check when admin users adds user manually (#29522)Zettat1232024-03-052-2/+2
* 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-042-14/+10
* Move some asymkey functions to service layer (#28894)Lunny Xiao2024-03-042-3/+3
* Add user blocking (#29028)KN4CK3R2024-03-0430-92/+724
* Allow options to disable user ssh keys configuration from the interface on ap...Lunny Xiao2024-03-042-0/+27
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-045-52/+87
* Add an trailing slash to dashboard links (#29555)wxiaoguang2024-03-041-0/+17
* Fix 500 when pushing release to an empty repo (#29554)Nanguan Lin2024-03-031-0/+5
* Filter Repositories by type (#29231)Tim-Niclas Oelschläger2024-03-034-0/+90
* Fix incorrect cookie path for AppSubURL (#29534)wxiaoguang2024-03-031-0/+1
* 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-022-2/+3
* Add support for API blob upload of release attachments (#29507)KN4CK3R2024-03-021-10/+29
* remove util.OptionalBool and related functions (#29513)65432024-03-0231-143/+145
* 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-027-23/+1751
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-022-0/+21
* 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
* Rename Str2html to SanitizeHTML and clarify its behavior (#29516)wxiaoguang2024-03-013-5/+5