| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make `gitea serv` respect git binary home (#23138) | wxiaoguang | 2023-02-28 | 1 | -10/+15 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 13 | -27/+37 |
* | Provide the ability to set password hash algorithm parameters (#22942) | zeripath | 2023-02-19 | 2 | -2/+2 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -1/+1 |
* | Add command to bulk set must-change-password (#22823) | zeripath | 2023-02-14 | 8 | -406/+542 |
* | Map OIDC groups to Orgs/Teams (#21441) | KN4CK3R | 2023-02-08 | 1 | -0/+17 |
* | Add CLI option tenant ID for oauth2 source (#22769) | Adi | 2023-02-05 | 1 | -0/+11 |
* | add default user visibility to cli command "admin user create" (#22750) | yp05327 | 2023-02-04 | 1 | -0/+4 |
* | Allow setting access token scope by CLI (#22648) | Lukas | 2023-02-02 | 1 | -2/+13 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 1 | -0/+2 |
* | Improve utils of slices (#22379) | Jason Song | 2023-01-11 | 2 | -11/+2 |
* | Move `convert` package to services (#22264) | KN4CK3R | 2022-12-29 | 1 | -1/+1 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 1 | -0/+1 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 29 | -58/+29 |
* | Fix typos (#21947) | KN4CK3R | 2022-11-27 | 1 | -4/+4 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -1/+1 |
* | Revert unrelated changes for SMTP auth (#21767) | wxiaoguang | 2022-11-10 | 1 | -4/+4 |
* | Add package registry quota limits (#21584) | KN4CK3R | 2022-11-09 | 1 | -2/+3 |
* | Split migrations folder (#21549) | Lunny Xiao | 2022-11-02 | 1 | -1/+2 |
* | Merge db.Iterate and IterateObjects (#21641) | Lunny Xiao | 2022-10-31 | 1 | -6/+6 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 5 | -14/+14 |
* | dump: Add option to skip index dirs (#21501) | Johan Van de Wauw | 2022-10-24 | 1 | -0/+9 |
* | Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663) | Clar Fon | 2022-10-02 | 1 | -1/+1 |
* | Fix typo (#21201) | naoki kuroda | 2022-09-18 | 1 | -1/+1 |
* | test: use `T.TempDir` to create temporary test directory (#21043) | Eng Zer Jun | 2022-09-04 | 1 | -2/+1 |
* | 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 |