summaryrefslogtreecommitdiffstats
path: root/routers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix PR creation via api between branches of same repo with head field namespa...norohind2024-03-201-0/+2
* Fix incorrect menu/link on webhook edit page (#29709)yp053272024-03-201-0/+1
* Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-201-2/+4
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-203-38/+38
* Use Get but not Post to get actions artifacts (#29734)Lunny Xiao2024-03-201-1/+1
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-201-1/+5
* remove repetitive words (#29695)pengqiseven2024-03-202-2/+2
* Add a warning for disallowed email domains (#29658)Zettat1232024-03-202-0/+17
* Use repo object format name instead of detecting from git repository (#29702)Lunny Xiao2024-03-202-12/+2
* Merge pull request '[PORT] Refactor code_indexer to use an SearchOptions stru...Gusted2024-03-193-4/+33
|\
| * Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-183-4/+33
* | Merge pull request '[Port] Sync branches to DB immediately when handle git ho...oliverpool2024-03-191-1/+63
|\ \
| * | Sync branches first (gitea#29714)Jason Song2024-03-181-13/+13
| * | use gitRepo.GetCommit directlyoliverpool2024-03-181-3/+1
| * | Sync branches to DB immediately when handle git hook calling (gitea#29493)Jason Song2024-03-181-1/+65
| |/
* | Fix #2512 /api/forgejo/v1/version auth check (#2582)Ada2024-03-193-133/+158
* | routers: Minor code cleanup in UsernameSubRouteGergely Nagy2024-03-181-1/+0
|/
* fix #2501Shiny Nematoda2024-03-141-1/+1
* Makefile: check git diff exit-code (#2651)oliverpool2024-03-141-0/+1
* Patch in exact search for meilisearch (#29671)65432024-03-113-6/+6
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-114-5/+8
* Make runs-on support variable expression (#29468)sillyguodong2024-03-111-68/+12
* Fix 500 when deleting account with incorrect password or unsupported login ty...Lunny Xiao2024-03-111-2/+17
* Cache repository default branch commit status to reduce query on commit statu...Lunny Xiao2024-03-112-22/+10
* Detect broken git hooks (#29494)Jason Song2024-03-111-0/+27
* Skip email domain check when admins edit user emails (#29609)Zettat1232024-03-112-2/+2
* Skip email domain check when admin users adds user manually (#29522)Zettat1232024-03-112-2/+2
* Make "/user/login" page redirect if the current user has signed in (#29583)wxiaoguang2024-03-113-11/+64
* Allow options to disable user ssh keys configuration from the interface on ap...Lunny Xiao2024-03-112-0/+27
* Merge pull request 'Better number for UserCards pagination' (#2584) from 0ko/...Gusted2024-03-111-4/+4
|\
| * Better number for UserCards pagination0ko2024-03-071-4/+4
* | Port "Fix wrong test usage of AppSubURL"KN4CK3R2024-03-061-9/+9
|/
* Add an trailing slash to dashboard links (#29555)wxiaoguang2024-03-061-0/+17
* Fix 500 when pushing release to an empty repo (#29554)Nanguan Lin2024-03-061-0/+5
* Filter Repositories by type (#29231)Tim-Niclas Oelschläger2024-03-064-0/+90
* Fix incorrect cookie path for AppSubURL (#29534)wxiaoguang2024-03-061-0/+1
* Add option to set language in admin user view (#28449)65432024-03-061-0/+1
* Fix elipsis button not working if the last commit loading is deferred (#29544)Yarden Shoham2024-03-061-16/+8
* Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-062-2/+3
* Add support for API blob upload of release attachments (#29507)KN4CK3R2024-03-061-10/+29
* remove util.OptionalBool and related functions (#29513)65432024-03-0631-143/+145
* Make PR form use toast to show error message (#29545)wxiaoguang2024-03-064-20/+20
* Fix incorrect redirection when creating a PR fails (#29537)wxiaoguang2024-03-061-1/+1
* Actions Artifacts v4 backend (#28965)ChristopherHX2024-03-067-23/+1751
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-062-0/+21
* Rename Str2html to SanitizeHTML and clarify its behavior (#29516)wxiaoguang2024-03-063-5/+5
* Refactor some Str2html code (#29397)wxiaoguang2024-03-065-13/+20
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-03-0613-48/+53
* Fix incorrect user location link on profile page (#29474)wxiaoguang2024-03-061-2/+3
* Move generate from module to service (#29465)Lunny Xiao2024-03-062-2/+2