| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a config option to block "expensive" pages for anonymous users (#34024) (... | wxiaoguang | 7 days | 2 | -0/+121 |
* | Fix various problems (artifact order, api empty slice, assignee check, fuzzy ... | Giteabot | 2025-02-13 | 1 | -1/+1 |
* | Fix bleve fuzziness search (#33078) (#33087) | wxiaoguang | 2025-01-02 | 1 | -0/+39 |
* | Fix markup render regression and fix some tests (#32640) | wxiaoguang | 2024-11-26 | 1 | -0/+2 |
* | Refactor markup render system (#32612) | wxiaoguang | 2024-11-24 | 1 | -41/+50 |
* | Refactor markup render system (#32589) | wxiaoguang | 2024-11-22 | 1 | -17/+15 |
* | Fix and refactor markdown rendering (#32522) | wxiaoguang | 2024-11-16 | 1 | -5/+8 |
* | Refactor render system (#32492) | wxiaoguang | 2024-11-14 | 1 | -41/+29 |
* | Fix LFS route mock, realm, middleware names (#32488) | wxiaoguang | 2024-11-13 | 1 | -1/+3 |
* | Refactor LFS SSH and internal routers (#32473) | wxiaoguang | 2024-11-12 | 1 | -0/+29 |
* | Fix milestone deadline and date related problems (#32339) | Lunny Xiao | 2024-11-05 | 1 | -0/+31 |
* | Refactor the DB migration system slightly (#32344) | wxiaoguang | 2024-10-27 | 1 | -1/+1 |
* | Refactor route path normalization (#31381) | wxiaoguang | 2024-06-17 | 2 | -125/+13 |
* | Fix missing images in editor preview due to wrong links (#31299) | Brecht Van Lommel | 2024-06-17 | 1 | -31/+32 |
* | Fix duplicate sub-path for avatars (#31365) | wxiaoguang | 2024-06-15 | 2 | -12/+35 |
* | Use repo as of renderctx's member rather than a repoPath on metas (#29222) | Lunny Xiao | 2024-05-30 | 1 | -1/+5 |
* | Refactor AppURL usage (#30885) | wxiaoguang | 2024-05-07 | 2 | -1/+4 |
* | feat(api): implement branch/commit comparison API (#30349) | Bo-Yi Wu | 2024-04-16 | 1 | -0/+21 |
* | Refactor URL detection (#29960) | wxiaoguang | 2024-03-21 | 1 | -1/+1 |
* | Use relative links for commits, mentions, and issues in markdown (#29427) | KN4CK3R | 2024-03-13 | 1 | -2/+4 |
* | Fix incorrect cookie path for AppSubURL (#29534) | wxiaoguang | 2024-03-03 | 1 | -0/+1 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 5 | -5/+5 |
* | Rework markup link rendering (#26745) | KN4CK3R | 2024-01-15 | 1 | -4/+8 |
* | Avoid cycle-redirecting user/login page (#28636) | wxiaoguang | 2023-12-30 | 1 | -1/+0 |
* | Clean up template locale usage (#27856) | wxiaoguang | 2023-10-31 | 2 | -8/+8 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 1 | -2/+2 |
* | Refactor system setting (#27000) | wxiaoguang | 2023-10-05 | 1 | -0/+3 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -4/+1 |
* | Extract auth middleware from service (#27028) | KN4CK3R | 2023-09-12 | 1 | -0/+45 |
* | Start using template context function (#26254) | wxiaoguang | 2023-08-08 | 1 | -1/+1 |
* | Less naked returns (#25713) | 6543 | 2023-07-07 | 1 | -2/+2 |
* | Use fetch to send requests to create issues/comments (#25258) | wxiaoguang | 2023-06-16 | 1 | -0/+26 |
* | Fix admin config page error, use tests to cover the admin config and 500 erro... | wxiaoguang | 2023-05-29 | 2 | -1/+42 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 1 | -2/+2 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 3 | -9/+9 |
* | Make repository response support HTTP range request (#24592) | wxiaoguang | 2023-05-09 | 2 | -116/+43 |
* | Improve template system and panic recovery (#24461) | wxiaoguang | 2023-05-04 | 2 | -33/+78 |
* | Refactor "route" related code, fix Safari cookie bug (#24330) | wxiaoguang | 2023-04-27 | 1 | -13/+26 |
* | Update go tool dependencies, restructure lint targets (#24239) | silverwind | 2023-04-22 | 1 | -1/+1 |
* | Editor preview support for external renderers (#23333) | Brecht Van Lommel | 2023-03-24 | 1 | -0/+92 |
* | Support sanitising the URL by removing extra slashes in the URL (#21333) | Sandeep Bhat | 2023-03-04 | 2 | -2/+103 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 1 | -2/+2 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -1/+2 |
* | Support disabling database auto migration (#22053) | Jason Song | 2022-12-07 | 1 | -1/+20 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 3 | -6/+3 |
* | Add support for HEAD requests in Maven registry (#21834) | KN4CK3R | 2022-11-24 | 1 | -6/+5 |
* | Fix setting HTTP headers after write (#21833) | KN4CK3R | 2022-11-18 | 1 | -26/+15 |
* | Rework raw file http header logic (#20484) | silverwind | 2022-07-29 | 1 | -38/+56 |
* | Fix raw endpoint PDF file headers (#19825) | Lauris BH | 2022-05-28 | 1 | -2/+6 |
* | Set the LastModified header for raw files (#18356) | zeripath | 2022-05-09 | 1 | -2/+3 |