| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 2 | -15/+9 |
* | Fix unclear `IsRepositoryExist` logic (#24374) | wxiaoguang | 2023-04-28 | 1 | -1/+1 |
* | Support uploading file to empty repo by API (#24357) | wxiaoguang | 2023-04-26 | 1 | -0/+5 |
* | Use more specific test methods (#24265) | KN4CK3R | 2023-04-22 | 1 | -3/+3 |
* | Allow adding new files to an empty repo (#24164) | wxiaoguang | 2023-04-19 | 1 | -4/+15 |
* | Make label templates have consistent behavior and priority (#23749) | wxiaoguang | 2023-04-10 | 1 | -1/+3 |
* | Fix tags view (#23243) | Wiktor Kwapisiewicz | 2023-03-27 | 1 | -2/+7 |
* | Introduce path Clean/Join helper functions (#23495) | wxiaoguang | 2023-03-21 | 1 | -1/+1 |
* | fix submodule is nil panic (#23588) | 来自村里的小螃蟹 | 2023-03-20 | 1 | -1/+3 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 1 | -1/+1 |
* | Fix pull request update showing too many commits with multiple branches (#22856) | Brecht Van Lommel | 2023-03-09 | 1 | -3/+3 |
* | Improve cache context (#23330) | Jason Song | 2023-03-08 | 1 | -1/+0 |
* | Use CleanPath instead of path.Clean (#23371) | Lunny Xiao | 2023-03-08 | 1 | -2/+2 |
* | Use context parameter in services/repository (#23186) | Jason Song | 2023-02-28 | 12 | -66/+68 |
* | Return empty url for submodule tree entries (#23043) | Zettat123 | 2023-02-21 | 1 | -0/+5 |
* | Scoped labels (#22585) | Brecht Van Lommel | 2023-02-18 | 1 | -0/+1 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 2 | -2/+2 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 5 | -6/+6 |
* | escape filename when assemble URL (#22850) | sillyguodong | 2023-02-12 | 1 | -4/+5 |
* | Repositories: by default disable all units except code and pulls on forks (#2... | techknowlogick | 2023-02-04 | 2 | -2/+2 |
* | Refactor git command package to improve security and maintainability (#22678) | wxiaoguang | 2023-02-04 | 5 | -22/+17 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 1 | -6/+14 |
* | When updating by rebase we need to set the environment for head repo (#22535) | zeripath | 2023-01-19 | 1 | -2/+4 |
* | Add cron method to gc LFS MetaObjects (#22385) | zeripath | 2023-01-16 | 1 | -27/+62 |
* | Change use of Walk to WalkDir to improve disk performance (#22462) | Felipe Leopoldo Sologuren Gutiérrez | 2023-01-16 | 1 | -6/+6 |
* | Supports wildcard protected branch (#20825) | Lunny Xiao | 2023-01-16 | 3 | -11/+13 |
* | Continue GCing other repos on error in one repo (#22422) | zeripath | 2023-01-13 | 1 | -3/+5 |
* | fix: don't replace err variable in nested check (#22416) | John Olheiser | 2023-01-12 | 1 | -2/+2 |
* | Use context parameter in models/git (#22367) | Jason Song | 2023-01-09 | 7 | -14/+16 |
* | Unify hashing for avatar (#22289) | Gusted | 2023-01-02 | 2 | -5/+3 |
* | Add option to prohibit fork if user reached maximum limit of repositories (#2... | Xinyu Zhou | 2022-12-27 | 2 | -0/+23 |
* | Use complete SHA to create and query commit status (#22244) | Jason Song | 2022-12-27 | 2 | -2/+5 |
* | Do not list active repositories as unadopted (#22034) | Christian Ullrich | 2022-12-16 | 1 | -1/+1 |
* | Add doctor command for full GC of LFS (#21978) | zeripath | 2022-12-15 | 2 | -38/+153 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 3 | -17/+18 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 8 | -14/+14 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 36 | -72/+36 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 7 | -17/+18 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 7 | -9/+9 |
* | Fix repository adoption on Windows (#21646) | zeripath | 2022-10-31 | 2 | -9/+10 |
* | Merge db.Iterate and IterateObjects (#21641) | Lunny Xiao | 2022-10-31 | 3 | -13/+5 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 16 | -74/+74 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 6 | -22/+15 |
* | Make every not exist error unwrappable to a fs.ErrNotExist (#20891) | zeripath | 2022-10-18 | 1 | -0/+4 |
* | Fix incorrect notification commit url (#21479) | wxiaoguang | 2022-10-17 | 1 | -4/+4 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 2 | -10/+10 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 1 | -3/+4 |
* | Refactor parseTreeEntries, speed up tree list (#21368) | wxiaoguang | 2022-10-08 | 1 | -1/+1 |
* | fix hard-coded timeout and error panic in API archive download endpoint (#20925) | Peter Gardfjäll | 2022-08-29 | 1 | -10/+61 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 8 | -28/+41 |