Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable testifylint rules (#34075) | TheFox0x7 | 11 days | 1 | -1/+1 |
| | | | | enable testifylint rules disabled in: https://github.com/go-gitea/gitea/pull/34054 | ||||
* | Enable tenv and testifylint rules (#32852) | TheFox0x7 | 2024-12-15 | 1 | -1/+1 |
| | | | | Enables tenv and testifylint linters closes: https://github.com/go-gitea/gitea/issues/32842 | ||||
* | Always load or generate oauth2 jwt secret (#30942) | wxiaoguang | 2024-05-14 | 1 | -1/+27 |
| | | | Fix #30923 | ||||
* | Fix oauth2 builtin application logic (#30304) | wxiaoguang | 2024-04-08 | 1 | -0/+18 |
| | | | | | | Fix #29074 (allow to disable all builtin apps) and don't make the doctor command remove the builtin apps. By the way, rename refobject and joincond to camel case. | ||||
* | Use general token signing secret (#29205) | wxiaoguang | 2024-02-18 | 1 | -0/+34 |
Use a clearly defined "signing secret" for token signing. |