aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* use existing oauth grant for public client (#31015) (#31041)release/v1.21Giteabot2024-05-211-2/+17
* Move reverproxyauth before session so the header will not be ignored even if ...Giteabot2024-05-121-6/+6
* Fix network error when open/close organization/individual projects and redire...yp053272024-05-092-11/+6
* Prevent automatic OAuth grants for public clients (#30790) (#30835)Giteabot2024-05-021-2/+3
* Use maintained gziphandler (#30592) (#30638)Lunny Xiao2024-04-231-4/+6
* Fix HEAD method for robots.txt (#30603) (#30604)Giteabot2024-04-191-1/+1
* Fix project description rendering for org (#30587) (#30599)wxiaoguang2024-04-191-2/+3
* Fix rename branch 500 when the target branch is deleted but exist in database...Giteabot2024-04-121-1/+7
* Fix possible renderer security problem(#30136) (#30315)Lunny Xiao2024-04-091-8/+7
* Escape paths for find file correctly (#30026) (#30031)wxiaoguang2024-03-231-2/+3
* Fix bugs in rerunning jobs (#29955) (#29983)Giteabot2024-03-222-6/+30
* Performance improvements for pull request list page (#29900) (#29972)Lunny Xiao2024-03-221-0/+6
* Add cache for dashbaord commit status (#29932)Lunny Xiao2024-03-201-20/+8
* Only do counting when count_only=true for repo dashboard (#29884) (#29905)Lunny Xiao2024-03-201-10/+14
* Fix template error when comment review doesn't exist (#29888) (#29889)wxiaoguang2024-03-191-0/+17
* Editor error message misleading due to re-used key. (#29859) (#29876)Giteabot2024-03-181-2/+2
* Fix codeowner detected diff base branch to mergebase (#29783) (#29807)Lunny Xiao2024-03-172-2/+2
* Fix user router possbile panic (#29751) (#29786)Lunny Xiao2024-03-141-2/+5
* Use Get but not Post to get actions artifacts (#29734) (#29737)Lunny Xiao2024-03-121-1/+1
* Fix 500 when deleting account with incorrect password or unsupported login ty...Lunny Xiao2024-03-081-2/+17
* Add missing database transaction for new issue (#29490) (#29607)Lunny Xiao2024-03-054-16/+12
* Make "/user/login" page redirect if the current user has signed in (#29583) (...wxiaoguang2024-03-053-11/+63
* Add a trailing slash to dashboard links (#29555) (#29573)wxiaoguang2024-03-041-0/+17
* Only use supported sort order for "explore/users" page (#29430) (#29443)wxiaoguang2024-03-032-7/+35
* Fix incorrect redirection when creating a PR fails (#29537) (#29543)Giteabot2024-03-021-1/+1
* Fix incorrect relative/absolute URL usages (#29531) (#29547)Giteabot2024-03-021-1/+1
* Fix issue & comment history bugs (#29525) (#29527)Giteabot2024-03-021-1/+5
* Not trigger all jobs any more, when re-running the first job (#29439) (#29441)Giteabot2024-02-271-3/+8
* Do not double close reader (#29354) (#29370)Giteabot2024-02-241-3/+0
* Display friendly error message (#29105) (#29363)Lunny Xiao2024-02-241-7/+7
* Fix project counter in organization/individual profile (#28068) (#29361)Lunny Xiao2024-02-241-0/+17
* Fix error display when merging PRs (#29288) (#29309)Zettat1232024-02-221-4/+4
* Disallow merge when required checked are missing (#29143) (#29268)Markus Amshove2024-02-191-0/+30
* Fix bug when the linked account was disactived and list the linked accounts (...Lunny Xiao2024-02-192-5/+5
* Load outdated comments when (un)resolving conversation on PR timeline (#29203...Jimmy Praet2024-02-182-3/+4
* Refactor issue template parsing and fix API endpoint (#29069) (#29140)wxiaoguang2024-02-142-13/+11
* Improve user experience for outdated comments (#29050) (#29086)Giteabot2024-02-083-15/+84
* Do not render empty comments (#29039) (#29049)Giteabot2024-02-041-1/+10
* Preserve BOM in web editor (#28935) (#28959)Giteabot2024-01-276-8/+8
* Don't reload timeline page when (un)resolving or replying conversation (#2865...Jimmy Praet2024-01-241-16/+16
* Rework markup link rendering (#26745) (#28803)KN4CK3R2024-01-1614-110/+171
* Forbid removing the last admin user (#28337) (#28793)Giteabot2024-01-162-1/+20
* Modernize merge button (#28140) (#28786)Giteabot2024-01-151-24/+21
* Fix schedule tasks bugs (#28691) (#28780)Lunny Xiao2024-01-142-19/+9
* Assign pull request to project during creation (#28227) (#28775)Giteabot2024-01-122-1/+13
* Fix issue dependencies (#27736) (#28776)Giteabot2024-01-121-27/+23
* Avoid cycle-redirecting user/login page (#28636) (#28658)wxiaoguang2023-12-301-5/+5
* Refactor CORS handler (#28587) (#28611)wxiaoguang2023-12-253-34/+42
* Include heap pprof in diagnosis report to help debugging memory leaks (#28596...Giteabot2023-12-241-0/+7
* Fix `status_check_contexts` matching bug (#28582) (#28589)Giteabot2023-12-221-1/+9