aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting/oauth2.go
Commit message (Expand)AuthorAgeFilesLines
* Always load or generate oauth2 jwt secret (#30942)wxiaoguang2024-05-141-11/+6
* Improve oauth2 client "preferred username field" logic and the error handling...wxiaoguang2024-04-251-9/+5
* Initial support for colorblindness-friendly themes (#30625)wxiaoguang2024-04-241-1/+1
* Allow `preferred_username` as username source for OIDC (#30454)SimonErm2024-04-161-1/+3
* Fix oauth2 builtin application logic (#30304)wxiaoguang2024-04-081-0/+4
* Refactor startup deprecation messages (#30305)wxiaoguang2024-04-071-1/+1
* Use general token signing secret (#29205)wxiaoguang2024-02-181-7/+29
* Refactor JWT secret generating & decoding code (#29172)wxiaoguang2024-02-161-5/+2
* Fix inconsistent naming of OAuth 2.0 `ENABLE` setting (#28951)wackbyte2024-01-281-6/+13
* Normalize oauth email username (#28561)Kyle D2024-01-031-1/+1
* Pre-register OAuth application for tea (#27509)M Hickford2023-10-081-1/+1
* Handle base64 decoding correctly to avoid panic (#26483)wxiaoguang2023-08-141-7/+6
* Pre-register OAuth2 applications for git credential helpers (#26291)Denys Konovalov2023-08-091-0/+2
* Do not prepare oauth2 config if it is not enabled, do not write config in som...wxiaoguang2023-06-281-0/+4
* Import additional secrets via file uri (#25408)techknowlogick2023-06-231-0/+2
* Avoid polluting config file when "save" (#25395)wxiaoguang2023-06-211-1/+6
* Avoid polluting the config (#25345)wxiaoguang2023-06-181-12/+14
* Refactor config provider (#24245)Lunny Xiao2023-04-251-3/+18
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-0/+122