| Commit message (Expand) | Author | Age | Files | Lines |
* | fix hard-coded timeout and error panic in API archive download endpoint (#20925) | Peter GardfjÀll | 2022-08-29 | 1 | -5/+2 |
* | Share HTML template renderers and create a watcher framework (#20218) | zeripath | 2022-08-28 | 2 | -3/+5 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -18/+17 |
* | Support Proxy protocol (#12527) | zeripath | 2022-08-21 | 4 | -25/+23 |
* | Disable doctor logging on panic (#20847) | zeripath | 2022-08-18 | 1 | -11/+42 |
* | Add migrate repo archiver and packages storage support on command line (#20757) | Lunny Xiao | 2022-08-16 | 3 | -35/+145 |
* | Fix git.Init for doctor sub-command (#20782) | wxiaoguang | 2022-08-14 | 1 | -6/+0 |
* | Refactor legacy git init (#20376) | wxiaoguang | 2022-08-09 | 1 | -3/+9 |
* | Rework mailer settings (#18982) | Clar Fon | 2022-08-02 | 1 | -4/+4 |
* | Add Tar ZSTD support (#20493) | Gusted | 2022-07-27 | 1 | -1/+1 |
* | Improve pprof doc (#20463) | wxiaoguang | 2022-07-24 | 1 | -1/+2 |
* | Add two factor status to admin cmd display (#20401) | Tyrone Yeh | 2022-07-19 | 1 | -2/+3 |
* | Make sure `repo_dir` is an empty directory or doesn't exist before 'dump-repo... | a1012112796 | 2022-07-14 | 1 | -1/+18 |
* | Add option to purge users (#18064) | zeripath | 2022-07-14 | 1 | -1/+5 |
* | Fix various typos (#20338) | luzpaz | 2022-07-12 | 1 | -1/+1 |
* | Allow enable LDAP source and disable user sync via CLI (#20206) | Steven Kriegler | 2022-07-04 | 2 | -0/+71 |
* | Fix cli command restore-repo: "units" should be splitted to string slice, to ... | wxiaoguang | 2022-07-01 | 2 | -6/+14 |
* | Fix `dump-repo` git init, fix wrong error type for NullDownloader (#20182) | wxiaoguang | 2022-07-01 | 1 | -0/+6 |
* | Allow manager logging to set SQL (#20064) | zeripath | 2022-06-24 | 1 | -0/+27 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Dump should only copy regular files and symlink regular files (#20015)v1.18.0-dev | wxiaoguang | 2022-06-18 | 1 | -3/+18 |
* | Add fgprof pprof profiler (#20005) | zeripath | 2022-06-18 | 1 | -0/+2 |
* | Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) | wxiaoguang | 2022-06-16 | 1 | -2/+2 |
* | Don't buffer doctor logger (#19982) | Gusted | 2022-06-16 | 1 | -1/+1 |
* | Fix cli command restore-repo: "units" should be parsed as StringSlice (#19953) | wxiaoguang | 2022-06-15 | 1 | -3/+3 |
* | fix: some typos (#19956) | yutotnh | 2022-06-13 | 1 | -1/+1 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 2 | -4/+4 |
* | Refactor git module, make Gitea use internal git config (#19732) | wxiaoguang | 2022-06-10 | 1 | -23/+37 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -2/+3 |
* | Set Setpgid on child git processes (#19865) | zeripath | 2022-06-03 | 1 | -0/+2 |
* | docs: update the ROOT documentation and error messages (#19832) | singuliere | 2022-05-31 | 1 | -1/+1 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -3/+3 |
* | [doctor] update the help with fix capabilities (#19762) | silentcodeg | 2022-05-20 | 1 | -2/+2 |
* | Update go deps (#19665) | 6543 | 2022-05-10 | 1 | -1/+1 |
* | Move some helper files out of models (#19355) | Lunny Xiao | 2022-05-08 | 2 | -29/+30 |
* | Remove legacy `+build:` constraint (#19582) | wxiaoguang | 2022-05-02 | 2 | -2/+0 |
* | Federation: return useful statistic information for nodeinfo (#19561) | 6543 | 2022-05-02 | 1 | -1/+1 |
* | Respect DefaultUserIsRestricted system default when creating new user (#19310) | Jimmy Praet | 2022-04-29 | 1 | -3/+17 |
* | Allow package dump skipping (#19506) | KN4CK3R | 2022-04-26 | 1 | -23/+35 |
* | When dumping trim the standard suffices instead of a random suffix (#19440) | zeripath | 2022-04-20 | 1 | -2/+7 |
* | Warn on SSH connection for incorrect configuration (#19317) | Gusted | 2022-04-05 | 1 | -0/+9 |
* | Remove legacy `unknwon/com` package (#19298) | wxiaoguang | 2022-04-02 | 1 | -0/+1 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 1 | -1/+1 |
* | Add Goroutine stack inspector to admin/monitor (#19207) | zeripath | 2022-03-31 | 4 | -349/+424 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 1 | -1/+1 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -1/+1 |
* | Fix the bug: deploy key with write access can not push (#19010) | wxiaoguang | 2022-03-22 | 2 | -3/+3 |
* | Fix flag validation (#19046) | Norwin | 2022-03-10 | 1 | -1/+1 |
* | Add a "admin user generate-access-token" subcommand (#17722) | mscherer | 2022-03-04 | 1 | -0/+57 |