| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix install page context, make the install page tests really test (#24858) | wxiaoguang | 2023-05-23 | 1 | -3/+1 |
* | Add gitea manager reload-templates command (#24843) | Brecht Van Lommel | 2023-05-22 | 1 | -0/+20 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 7 | -179/+76 |
* | Support migrating storage for actions log via command line (#24679) | Jason Song | 2023-05-12 | 1 | -1/+19 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 1 | -2/+1 |
* | Merge setting.InitXXX into one function with options (#24389) | Lunny Xiao | 2023-05-04 | 10 | -24/+11 |
* | Add Debian package registry (#24426) | KN4CK3R | 2023-05-02 | 1 | -1/+1 |
* | Revert "Add Debian package registry" (#24412) | Yarden Shoham | 2023-04-28 | 1 | -1/+1 |
* | Add Debian package registry (#22854) | KN4CK3R | 2023-04-28 | 1 | -1/+1 |
* | Refactor config provider (#24245) | Lunny Xiao | 2023-04-25 | 1 | -4/+4 |
* | Use more specific test methods (#24265) | KN4CK3R | 2023-04-22 | 1 | -1/+1 |
* | add CLI command to register runner tokens (#23762) | techknowlogick | 2023-04-17 | 1 | -0/+56 |
* | Support converting varchar to nvarchar for mssql database (#24105) | Lunny Xiao | 2023-04-17 | 1 | -11/+16 |
* | Use a general approach to access custom/static/builtin assets (#24022) | wxiaoguang | 2023-04-12 | 2 | -99/+52 |
* | Add --quiet option to gitea dump (#22969) | Fredrik Eriksson | 2023-04-10 | 1 | -1/+17 |
* | Refactor internal API for git commands, use meaningful messages instead of "I... | wxiaoguang | 2023-03-29 | 8 | -242/+184 |
* | Make minio package support legacy MD5 checksum (#23768) | wxiaoguang | 2023-03-28 | 1 | -8/+19 |
* | Check LFS/Packages settings in dump and doctor command (#23631) | Zettat123 | 2023-03-23 | 1 | -0/+4 |
* | Move pidfile creation from setting to web cmd package (#23285) | Lunny Xiao | 2023-03-16 | 1 | -3/+23 |
* | add path prefix to ObjectStorage.Iterator (#23332) | FuXiaoHei | 2023-03-13 | 1 | -3/+3 |
* | Handle OpenID discovery URL errors a little nicer when creating/editing sourc... | zeripath | 2023-03-10 | 1 | -1/+10 |
* | Refactor `setting.Database.UseXXX` to methods (#23354) | Jason Song | 2023-03-07 | 2 | -2/+2 |
* | Close the temp file when dumping database to make the temp file can be delete... | wxiaoguang | 2023-03-02 | 1 | -0/+1 |
* | 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 |