| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid duplicate SetContextValue call (#33564) | wxiaoguang | 2025-02-12 | 1 | -1/+1 |
* | Fix context usage (#33554) | wxiaoguang | 2025-02-11 | 1 | -1/+1 |
* | Refactor request context (#32956) | wxiaoguang | 2024-12-24 | 1 | -3/+3 |
* | Fix LFS route mock, realm, middleware names (#32488) | wxiaoguang | 2024-11-13 | 1 | -3/+2 |
* | Refactor LFS SSH and internal routers (#32473) | wxiaoguang | 2024-11-12 | 1 | -36/+19 |
* | Add pure SSH LFS support (#31516) | ConcurrentCrab | 2024-09-27 | 1 | -0/+30 |
* | Refactor names (#31405) | wxiaoguang | 2024-06-19 | 1 | -2/+2 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 1 | -1/+1 |
* | Add gitea manager reload-templates command (#24843) | Brecht Van Lommel | 2023-05-22 | 1 | -0/+1 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 1 | -1/+1 |
* | Refactor web route (#24080) | wxiaoguang | 2023-04-20 | 1 | -3/+3 |
* | add CLI command to register runner tokens (#23762) | techknowlogick | 2023-04-17 | 1 | -0/+1 |
* | Refactor internal API for git commands, use meaningful messages instead of "I... | wxiaoguang | 2023-03-29 | 1 | -1/+1 |
* | refactor bind functions based on generics (#22055) | Lunny Xiao | 2022-12-12 | 1 | -7/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | log real ip of requests from ssh (#21216) | Lunny Xiao | 2022-10-11 | 1 | -0/+4 |
* | Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663) | Clar Fon | 2022-10-02 | 1 | -0/+5 |
* | Allow manager logging to set SQL (#20064) | zeripath | 2022-06-24 | 1 | -0/+1 |
* | Add Goroutine stack inspector to admin/monitor (#19207) | zeripath | 2022-03-31 | 1 | -0/+1 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -3/+3 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -2/+2 |
* | Clean-up HookPreReceive and restore functionality for pushing non-standard re... | zeripath | 2021-09-16 | 1 | -3/+3 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 1 | -0/+1 |
* | add a new internal hook to save ssh log (#15787) | a1012112796 | 2021-05-21 | 1 | -0/+1 |
* | Prevent double-login for Git HTTP and LFS and simplify login (#15303) | zeripath | 2021-05-15 | 1 | -1/+1 |
* | Move restore repo to internal router and invoke from command to avoid open th... | Lunny Xiao | 2021-05-10 | 1 | -0/+1 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -30/+52 |
* | Sendmail command (#13079) | Maxim Zhiburt | 2020-10-24 | 1 | -0/+1 |
* | Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) | zeripath | 2020-07-05 | 1 | -1/+5 |
* | Remove Unused Functions (#10516) | 6543 | 2020-03-02 | 1 | -50/+0 |
* | Queue: Make WorkerPools and Queues flushable (#10001) | zeripath | 2020-01-28 | 1 | -0/+4 |
* | Batch hook pre- and post-receive calls (#8602) | zeripath | 2019-12-26 | 1 | -2/+7 |
* | Use Req.URL.RequestURI() to cope with FCGI urls (#9473) | zeripath | 2019-12-24 | 1 | -0/+2 |
* | AuthorizedKeysCommand should not query db directly (#9371) | zeripath | 2019-12-16 | 1 | -0/+1 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
* | Move serv hook functionality & drop GitLogger (#6993) | zeripath | 2019-06-01 | 1 | -14/+5 |
* | Fix ssh deploy and user key constraints (#1357) (#5939) | zeripath | 2019-02-03 | 1 | -0/+1 |
* | fix clone wiki failed via ssh (#5503) | Lunny Xiao | 2018-12-11 | 1 | -0/+1 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -21/+15 |
* | Make gitea serv use api/internal (#4886) | Antoine GIRARD | 2018-10-30 | 1 | -5/+53 |
* | Give user a link to create PR after push (#4716) | Julien Tant | 2018-10-20 | 1 | -0/+2 |
* | improve protected branch to add whitelist support (#2451) | Lunny Xiao | 2017-09-14 | 1 | -0/+1 |
* | fix bug when push a branch name with / & fix an integration test bug (#1689) | Lunny Xiao | 2017-05-08 | 1 | -1/+1 |
* | Drop db operations from hook commands (#1514) | Lunny Xiao | 2017-05-04 | 1 | -0/+3 |
* | Add internal routes for ssh hook comands (#1471) | Lunny Xiao | 2017-04-19 | 1 | -0/+44 |