| Commit message (Expand) | Author | Age | Files | Lines |
* | Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) | 6543 | 2024-02-23 | 1 | -4/+4 |
* | Refactor cmd setup and remove deadcode (#29313) | wxiaoguang | 2024-02-22 | 2 | -13/+2 |
* | Refactor JWT secret generating & decoding code (#29172) | wxiaoguang | 2024-02-16 | 1 | -1/+1 |
* | Fix push to create with capitalize repo name (#29090) | Lunny Xiao | 2024-02-08 | 1 | -5/+7 |
* | Unify user update methods (#28733) | KN4CK3R | 2024-02-04 | 1 | -23/+21 |
* | Add `must-change-password` cli parameter (#27626) | KN4CK3R | 2024-02-03 | 1 | -1/+9 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 1 | -1/+2 |
* | Fix migrate storage bug (#28830) | Lunny Xiao | 2024-01-20 | 1 | -0/+6 |
* | Move doctor package from modules to services (#28856) | Lunny Xiao | 2024-01-20 | 2 | -2/+2 |
* | Return `responseText` instead of string in some functions (#28836) | yp05327 | 2024-01-19 | 3 | -3/+3 |
* | Move more functions to db.Find (#28419) | Lunny Xiao | 2024-01-15 | 1 | -2/+2 |
* | Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662) | wxiaoguang | 2024-01-10 | 1 | -2/+2 |
* | Improve ObjectFormat interface (#28496) | Lunny Xiao | 2023-12-19 | 1 | -2/+2 |
* | Improve CLI code and descriptions (#28482) | wxiaoguang | 2023-12-15 | 8 | -28/+19 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 1 | -2/+5 |
* | Improve doctor cli behavior (#28422) | wxiaoguang | 2023-12-11 | 2 | -28/+56 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 1 | -1/+2 |
* | fixed duplicate attachments on dump on windows (#28019) | Anudeep Reddy | 2023-11-14 | 1 | -1/+1 |
* | Refactor Find Sources and fix bug when view a user who belongs to an unactive... | Lunny Xiao | 2023-11-03 | 1 | -1/+1 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 1 | -1/+1 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 5 | -31/+31 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -3/+1 |
* | move the `gitea admin` subcommands into separate files (#27307) | Nanguan Lin | 2023-09-27 | 7 | -619/+670 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 2 | -3/+4 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 2 | -3/+3 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 2 | -4/+4 |
* | fix: typo (#27009) | MomentQYC | 2023-09-11 | 1 | -1/+1 |
* | clarify aspects of the dump command (#26887) | JonRB | 2023-09-03 | 1 | -1/+1 |
* | Expanded minimum RSA Keylength to 3072 (#26604) | mainboarder | 2023-08-28 | 1 | -1/+1 |
* | Handle base64 decoding correctly to avoid panic (#26483) | wxiaoguang | 2023-08-14 | 1 | -2/+2 |
* | Fix stderr usages (#26477) | wxiaoguang | 2023-08-13 | 1 | -2/+1 |
* | Refactor tests (#26464) | wxiaoguang | 2023-08-12 | 1 | -2/+2 |
* | Call git.InitSimple for runRepoSyncReleases (#26396) | wxiaoguang | 2023-08-10 | 1 | -0/+4 |
* | Fix incorrect CLI exit code and duplicate error message (#26346) | wxiaoguang | 2023-08-05 | 2 | -16/+85 |
* | Improve CLI and messages (#26341) | wxiaoguang | 2023-08-05 | 2 | -52/+17 |
* | Fix CLI allowing creation of access tokens with existing name (#26071) | Yarden Shoham | 2023-07-25 | 1 | -5/+16 |
* | Improve "gitea doctor" sub-command and fix "help" commands (#26072) | wxiaoguang | 2023-07-25 | 3 | -27/+36 |
* | Add missing default value for some Bool cli flags (#26082) | wxiaoguang | 2023-07-24 | 2 | -0/+8 |
* | Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076) | delvh | 2023-07-23 | 1 | -4/+5 |
* | Serve pre-defined files in "public", add "security.txt", add CORS header for ... | wxiaoguang | 2023-07-21 | 1 | -0/+16 |
* | Refactor to use urfave/cli/v2 (#25959) | wxiaoguang | 2023-07-21 | 32 | -444/+832 |
* | Bump github.com/golang-jwt/jwt to v5 (#25975) | harryzcy | 2023-07-19 | 1 | -1/+1 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 4 | -9/+9 |
* | Do not prepare oauth2 config if it is not enabled, do not write config in som... | wxiaoguang | 2023-06-28 | 1 | -2/+2 |
* | Fix sub-command log level (#25537) | wxiaoguang | 2023-06-28 | 6 | -7/+24 |
* | Refactor path & config system (#25330) | wxiaoguang | 2023-06-21 | 9 | -72/+115 |
* | Avoid polluting config file when "save" (#25395) | wxiaoguang | 2023-06-21 | 1 | -3/+9 |
* | Refactor web package and context package (#25298) | wxiaoguang | 2023-06-18 | 1 | -1/+1 |
* | Fix all possible setting error related storages and added some tests (#23911) | Lunny Xiao | 2023-06-14 | 3 | -17/+20 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 1 | -9/+9 |