| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarify path param naming (#32969) | wxiaoguang | 2024-12-24 | 1 | -4/+4 |
* | Add pure SSH LFS support (#31516) | ConcurrentCrab | 2024-09-27 | 1 | -9/+8 |
* | Refactor names (#31405) | wxiaoguang | 2024-06-19 | 1 | -4/+4 |
* | Make sure git version&feature are always prepared (#30877) | wxiaoguang | 2024-05-06 | 1 | -1/+1 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 1 | -1/+1 |
* | Refactor modules/git global variables (#29376) | wxiaoguang | 2024-02-25 | 1 | -1/+1 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 1 | -3/+3 |
* | Refactor internal API for git commands, use meaningful messages instead of "I... | wxiaoguang | 2023-03-29 | 1 | -84/+57 |
* | Use context parameter in services/repository (#23186) | Jason Song | 2023-02-28 | 1 | -1/+1 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 1 | -1/+1 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -2/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -3/+3 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -2/+2 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -1/+1 |
* | Fix the bug: deploy key with write access can not push (#19010) | wxiaoguang | 2022-03-22 | 1 | -4/+3 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -1/+1 |
* | Return nicer error if trying to pull from non-existent user (#18288) | zeripath | 2022-01-16 | 1 | -3/+12 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -11/+12 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -3/+4 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -6/+7 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -7/+8 |
* | More pleasantly handle broken or missing git repositories (#17747) | zeripath | 2021-11-22 | 1 | -0/+8 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -4/+5 |
* | Prevent panic in serv.go with Deploy Keys (#17434) | zeripath | 2021-10-26 | 1 | -1/+1 |
* | Ensure correct SSH permissions check for private and restricted users (#17370) | zeripath | 2021-10-20 | 1 | -2/+7 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 1 | -2/+2 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 1 | -0/+6 |
* | Small refactoring of modules/private (#15947) | KN4CK3R | 2021-06-23 | 1 | -110/+86 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -4/+3 |
* | Log IP on SSH authentication failure for Built-in SSH server (#13150) | Eric Lesiuta | 2020-12-08 | 1 | -0/+2 |
* | Fix a bug when check if owner is active (#13612) | Lunny Xiao | 2020-11-18 | 1 | -1/+1 |
* | Prevent git operations for inactive users (#13527) | Lunny Xiao | 2020-11-13 | 1 | -10/+35 |
* | Add ssh certificate support (#12281) | Wim | 2020-10-10 | 1 | -1/+1 |
* | Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE... | zeripath | 2020-08-30 | 1 | -0/+15 |
* | Fix typos (#12542) | Gjergji Ramku | 2020-08-20 | 1 | -1/+1 |
* | Prevent clones and pushes to disabled wiki (#11131) | zeripath | 2020-04-19 | 1 | -1/+20 |
* | Fix push-create SSH bugs (#10145) | John Olheiser | 2020-02-05 | 1 | -1/+11 |
* | Move wiki related funtions from models to services/wiki (#9355) | Lunny Xiao | 2020-01-07 | 1 | -1/+2 |
* | Push to create repo (#8419) | John Olheiser | 2019-12-15 | 1 | -30/+83 |
* | Move migrating repository from frontend to backend (#6200) | Lunny Xiao | 2019-10-13 | 1 | -0/+9 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -2/+0 |
* | Move serv hook functionality & drop GitLogger (#6993) | zeripath | 2019-06-01 | 1 | -0/+286 |