summaryrefslogtreecommitdiffstats
path: root/routers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix missing error check of bufio.Scanner (#29882)coldWater2024-03-261-0/+4
* Only do counting when count_only=true for repo dashboard (#29884)wxiaoguang2024-03-261-10/+15
* Editor error message misleading due to re-used key. (#29859)buckybytes2024-03-261-2/+2
* Fix missing code in the user profile (#29865)Nanguan Lin2024-03-261-0/+14
* [BUG] Detect protected branch on branch renameGusted2024-03-261-1/+7
* Merge pull request '[TESTS] fail when log.Error is called' (#2657) from olive...Earl Warren2024-03-246-7/+10
|\
| * drop log.Error in ReadRepoNotificationsoliverpool2024-03-241-2/+0
| * packages/maven: log.Warn on bad requestoliverpool2024-03-241-1/+4
| * activitypub: warn instead of erroroliverpool2024-03-241-1/+3
| * actions artifacts: warn instead of error on invalid requestoliverpool2024-03-243-3/+3
* | Merge pull request 'Allow users to hide all "Add more units..." hints' (#2533...Earl Warren2024-03-243-0/+21
|\ \
| * | Allow users to hide all "Add more units..." hintsGergely Nagy2024-03-213-0/+21
* | | Merge pull request '[TESTS] webhook forms creation and edition' (#2755) from ...Earl Warren2024-03-241-2/+3
|\ \ \
| * | | [TESTS] webhook forms creation and editionoliverpool2024-03-231-2/+3
| | |/ | |/|
* | | Merge pull request '[PORT] Unify search boxes (gitea#29530)' (#2688) from sne...Earl Warren2024-03-244-13/+10
|\ \ \ | |/ / |/| |
| * | simplify templateShiny Nematoda2024-03-201-2/+2
| * | Unify search boxes (#29530)Denys Konovalov2024-03-204-11/+8
* | | Customizable "Open with" applications for repository clone (#29320)wxiaoguang2024-03-233-10/+87
| |/ |/|
* | Fix repo badges when the label or text contains dashesGergely Nagy2024-03-201-2/+2
|/
* Merge pull request '[BUG] Reflect Cargo index state in settings' (#2698) from...Earl Warren2024-03-201-1/+14
|\
| * [BUG] Reflect Cargo index state in settingsGusted2024-03-201-1/+14
* | 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