aboutsummaryrefslogtreecommitdiffstats
path: root/routers/common
Commit message (Expand)AuthorAgeFilesLines
* Refactor LFS SSH and internal routers (#32473)wxiaoguang2024-11-121-0/+29
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-051-0/+31
* Refactor the DB migration system slightly (#32344)wxiaoguang2024-10-271-1/+1
* Refactor route path normalization (#31381)wxiaoguang2024-06-172-125/+13
* Fix missing images in editor preview due to wrong links (#31299)Brecht Van Lommel2024-06-171-31/+32
* Fix duplicate sub-path for avatars (#31365)wxiaoguang2024-06-152-12/+35
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-1/+5
* Refactor AppURL usage (#30885)wxiaoguang2024-05-072-1/+4
* feat(api): implement branch/commit comparison API (#30349)Bo-Yi Wu2024-04-161-0/+21
* Refactor URL detection (#29960)wxiaoguang2024-03-211-1/+1
* Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-131-2/+4
* Fix incorrect cookie path for AppSubURL (#29534)wxiaoguang2024-03-031-0/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-275-5/+5
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-4/+8
* Avoid cycle-redirecting user/login page (#28636)wxiaoguang2023-12-301-1/+0
* Clean up template locale usage (#27856)wxiaoguang2023-10-312-8/+8
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-2/+2
* Refactor system setting (#27000)wxiaoguang2023-10-051-0/+3
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Extract auth middleware from service (#27028)KN4CK3R2023-09-121-0/+45
* Start using template context function (#26254)wxiaoguang2023-08-081-1/+1
* Less naked returns (#25713)65432023-07-071-2/+2
* Use fetch to send requests to create issues/comments (#25258)wxiaoguang2023-06-161-0/+26
* Fix admin config page error, use tests to cover the admin config and 500 erro...wxiaoguang2023-05-292-1/+42
* Rewrite logger system (#24726)wxiaoguang2023-05-211-2/+2
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-213-9/+9
* Make repository response support HTTP range request (#24592)wxiaoguang2023-05-092-116/+43
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-042-33/+78
* Refactor "route" related code, fix Safari cookie bug (#24330)wxiaoguang2023-04-271-13/+26
* Update go tool dependencies, restructure lint targets (#24239)silverwind2023-04-221-1/+1
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-241-0/+92
* Support sanitising the URL by removing extra slashes in the URL (#21333)Sandeep Bhat2023-03-042-2/+103
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-2/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+2
* Support disabling database auto migration (#22053)Jason Song2022-12-071-1/+20
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-273-6/+3
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-6/+5
* Fix setting HTTP headers after write (#21833)KN4CK3R2022-11-181-26/+15
* Rework raw file http header logic (#20484)silverwind2022-07-291-38/+56
* Fix raw endpoint PDF file headers (#19825)Lauris BH2022-05-281-2/+6
* Set the LastModified header for raw files (#18356)zeripath2022-05-091-2/+3
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-1/+1
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-2/+2
* format with gofumpt (#18184)65432022-01-201-1/+1
* Refactor Router Logger (#17308)wxiaoguang2022-01-202-39/+7
* Instead of using routerCtx just escape the url before routing (#18086)zeripath2021-12-251-0/+3
* Update chi/middleware to chi/v5/middleware (#17888)zeripath2021-12-021-1/+1
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+4
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-301-1/+1
* Read expected buffer size (#17409)KN4CK3R2021-10-241-2/+3