| Commit message (Expand) | Author | Age | Files | Lines |
* | Move doctor package from modules to services (#28856) | Lunny Xiao | 2024-01-20 | 17 | -2386/+0 |
* | Add orphaned topic consistency check (#28507) | Earl Warren | 2023-12-18 | 1 | -0/+6 |
* | Initalize stroage for orphaned repository doctor (#28487) | Earl Warren | 2023-12-16 | 1 | -0/+5 |
* | Improve doctor cli behavior (#28422) | wxiaoguang | 2023-12-11 | 1 | -6/+10 |
* | Fix delete-orphaned-repos (#28200) | pitpalme | 2023-11-24 | 1 | -2/+2 |
* | Remove action runners on user deletion (#27902) | Earl Warren | 2023-11-05 | 1 | -0/+7 |
* | refactor: make db iterate context aware (#27710) | 6543 | 2023-10-21 | 1 | -15/+20 |
* | Add doctor dbconsistency fix to delete repos with no owner (#27290) | 6543 | 2023-10-19 | 1 | -0/+70 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 2 | -2/+2 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -1/+1 |
* | doctor: delete action entries without existing user (#27292) | 6543 | 2023-09-28 | 1 | -0/+3 |
* | fix orphan check for deleted branch (#27310) | Earl Warren | 2023-09-28 | 1 | -3/+3 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 1 | -2/+2 |
* | Quote table `release` in sql queries (#27205) | KN4CK3R | 2023-09-23 | 1 | -1/+1 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 2 | -3/+3 |
* | Add fix incorrect can_create_org_repo for org owner team (#26683) | yp05327 | 2023-08-29 | 1 | -0/+61 |
* | Upgrade go dependencies (#25819) | harryzcy | 2023-07-14 | 1 | -2/+2 |
* | Less naked returns (#25713) | 6543 | 2023-07-07 | 1 | -29/+30 |
* | Simplify the LFS GC logger usage (#25717) | wxiaoguang | 2023-07-06 | 1 | -2/+2 |
* | Refactor path & config system (#25330) | wxiaoguang | 2023-06-21 | 2 | -2/+2 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 1 | -30/+44 |
* | Merge setting.InitXXX into one function with options (#24389) | Lunny Xiao | 2023-05-04 | 2 | -4/+2 |
* | Enable forbidigo linter (#24278) | silverwind | 2023-04-24 | 1 | -1/+1 |
* | Use a general approach to access custom/static/builtin assets (#24022) | wxiaoguang | 2023-04-12 | 1 | -2/+1 |
* | Check LFS/Packages settings in dump and doctor command (#23631) | Zettat123 | 2023-03-23 | 1 | -0/+9 |
* | add path prefix to ObjectStorage.Iterator (#23332) | FuXiaoHei | 2023-03-13 | 1 | -1/+1 |
* | Refactor `setting.Database.UseXXX` to methods (#23354) | Jason Song | 2023-03-07 | 1 | -1/+1 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 2 | -7/+8 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 1 | -1/+1 |
* | Add cron method to gc LFS MetaObjects (#22385) | zeripath | 2023-01-16 | 1 | -1/+15 |
* | Add doctor command for full GC of LFS (#21978) | zeripath | 2022-12-15 | 1 | -0/+37 |
* | Support disabling database auto migration (#22053) | Jason Song | 2022-12-07 | 1 | -0/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 14 | -28/+14 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -11/+11 |
* | Prevent dangling user redirects (#21856) | Gusted | 2022-11-18 | 1 | -0/+3 |
* | Adjust gitea doctor --run storages to check all storage types (#21785) | zeripath | 2022-11-15 | 1 | -24/+208 |
* | Prevent panic in doctor command when running default checks (#21791) | zeripath | 2022-11-13 | 1 | -6/+4 |
* | Merge db.Iterate and IterateObjects (#21641) | Lunny Xiao | 2022-10-31 | 4 | -13/+7 |
* | Use right syntax for symbolic-ref command (#21577) | Clar Fon | 2022-10-28 | 1 | -1/+1 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 5 | -15/+15 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 2 | -9/+9 |
* | Add HEAD fix to gitea doctor (#21352) | Clar Fon | 2022-10-12 | 1 | -0/+91 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 1 | -3/+4 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 2 | -8/+8 |
* | Fix git.Init for doctor sub-command (#20782) | wxiaoguang | 2022-08-14 | 1 | -1/+6 |
* | Refactor legacy git init (#20376) | wxiaoguang | 2022-08-09 | 2 | -7/+0 |
* | Fix various typos (#20338) | luzpaz | 2022-07-12 | 1 | -2/+2 |
* | Add username check to doctor (#20140) | Gusted | 2022-06-27 | 1 | -0/+30 |
* | Add doctor command to write commit-graphs (#20007) | zeripath | 2022-06-25 | 2 | -0/+79 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |