aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
...
* Fix rename branch 500 when the target branch is deleted but exist in database...Lunny Xiao2024-04-121-1/+7
* Use raw Wiki links for non-renderable Wiki files (#30273)Rafael2024-04-101-6/+7
* Fix missed doer (#30231)Lunny Xiao2024-04-081-3/+3
* Avoid showing `Failed to change the default wiki branch` if repo has no wiki ...yp053272024-04-081-0/+6
* Render embedded code preview by permlink in markdown (#30234)wxiaoguang2024-04-022-2/+2
* Remove scheduled action tasks if the repo is archived (#30224)Zettat1232024-04-011-0/+12
* Refactor file view & render (#30227)wxiaoguang2024-04-013-15/+24
* Refactor topic Find functions and add more tests for pagination (#30127)Lunny Xiao2024-03-291-1/+1
* Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-282-0/+8
* Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-271-40/+12
* Refactor render (#30136)wxiaoguang2024-03-271-8/+7
* Put an edit file button on pull request files to allow a quick operation (#29...Lunny Xiao2024-03-272-2/+36
* Remove repetitive words (#30091)crazeteam2024-03-261-1/+1
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-243-4/+4
* Support repo code search without setting up an indexer (#29998)wxiaoguang2024-03-241-21/+46
* Various code view improvements (#30014)silverwind2024-03-241-1/+1
* Escape paths for find file correctly (#30026)wxiaoguang2024-03-231-2/+3
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-227-24/+14
* Fix some pending problems (#29985)wxiaoguang2024-03-222-5/+4
* Fix bugs in rerunning jobs (#29955)Zettat1232024-03-222-6/+30
* Refactor StringsToInt64s (#29967)wxiaoguang2024-03-211-2/+1
* Refactor URL detection (#29960)wxiaoguang2024-03-211-1/+1
* 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
* 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