-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ssh certificate support #12281
Add ssh certificate support #12281
Commits on Aug 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 60fb3ed - Browse repository at this point
Copy the full SHA 60fb3edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dcb3f8 - Browse repository at this point
Copy the full SHA 2dcb3f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cacc44 - Browse repository at this point
Copy the full SHA 4cacc44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e928d0 - Browse repository at this point
Copy the full SHA 3e928d0View commit details -
Update templates/user/settings/keys_principal.tmpl
Co-authored-by: silverwind <me@silverwind.io>
Configuration menu - View commit details
-
Copy full SHA for 8d9989a - Browse repository at this point
Copy the full SHA 8d9989aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e5a40 - Browse repository at this point
Copy the full SHA d5e5a40View commit details -
Update options/locale/locale_en-US.ini
Co-authored-by: silverwind <me@silverwind.io>
Configuration menu - View commit details
-
Copy full SHA for cd27073 - Browse repository at this point
Copy the full SHA cd27073View commit details -
Update options/locale/locale_en-US.ini
Co-authored-by: silverwind <me@silverwind.io>
Configuration menu - View commit details
-
Copy full SHA for 0ade115 - Browse repository at this point
Copy the full SHA 0ade115View commit details -
Co-authored-by: silverwind <me@silverwind.io>
Configuration menu - View commit details
-
Copy full SHA for 8defaaf - Browse repository at this point
Copy the full SHA 8defaafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f10d27 - Browse repository at this point
Copy the full SHA 2f10d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a198e4 - Browse repository at this point
Copy the full SHA 3a198e4View commit details -
Co-authored-by: zeripath <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 1d0dea8 - Browse repository at this point
Copy the full SHA 1d0dea8View commit details -
Co-authored-by: zeripath <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 3e39a5c - Browse repository at this point
Copy the full SHA 3e39a5cView commit details -
Co-authored-by: zeripath <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 63b6bc9 - Browse repository at this point
Copy the full SHA 63b6bc9View commit details -
Co-authored-by: zeripath <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for c27e664 - Browse repository at this point
Copy the full SHA c27e664View commit details -
Configuration menu - View commit details
-
Copy full SHA for aedeac0 - Browse repository at this point
Copy the full SHA aedeac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f492ff - Browse repository at this point
Copy the full SHA 8f492ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for eacedf5 - Browse repository at this point
Copy the full SHA eacedf5View commit details -
Add filename option and change default filename
Add a SSH_TRUSTED_USER_CA_KEYS_FILENAME option which default is RUN_USER/.ssh/gitea-trusted-user-ca-keys.pem Do not write a file when SSH_TRUSTED_USER_CA_KEYS is empty. Add some more documentation.
Configuration menu - View commit details
-
Copy full SHA for 2e73472 - Browse repository at this point
Copy the full SHA 2e73472View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0ac111 - Browse repository at this point
Copy the full SHA b0ac111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f88094 - Browse repository at this point
Copy the full SHA 0f88094View commit details
Commits on Aug 29, 2020
-
Apply suggestions from code review
Co-authored-by: zeripath <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 455982a - Browse repository at this point
Copy the full SHA 455982aView commit details -
Add SSH_AUTHORIZED_PRINCIPALS_ALLOW option
This adds a SSH_AUTHORIZED_PRINCIPALS_ALLOW which is default email,username this means that users only can add the principals that match their email or username. To allow anything the admin need to set the option anything. This allows for a safe default in gitea which protects against malicious users using other user's prinicipals. (before that user could set it). This commit also has some small other fixes from the last code review.
Configuration menu - View commit details
-
Copy full SHA for 9ebfffd - Browse repository at this point
Copy the full SHA 9ebfffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b63e231 - Browse repository at this point
Copy the full SHA b63e231View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a16067 - Browse repository at this point
Copy the full SHA 6a16067View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c65bb1 - Browse repository at this point
Copy the full SHA 6c65bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa2c19f - Browse repository at this point
Copy the full SHA aa2c19fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27f64d0 - Browse repository at this point
Copy the full SHA 27f64d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f3af6 - Browse repository at this point
Copy the full SHA 86f3af6View commit details
Commits on Aug 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5c03b58 - Browse repository at this point
Copy the full SHA 5c03b58View commit details -
Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for a0d356d - Browse repository at this point
Copy the full SHA a0d356dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c46bb5f - Browse repository at this point
Copy the full SHA c46bb5fView commit details
Commits on Sep 5, 2020
-
Co-authored-by: silverwind <me@silverwind.io>
Configuration menu - View commit details
-
Copy full SHA for ce8487a - Browse repository at this point
Copy the full SHA ce8487aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc03f3a - Browse repository at this point
Copy the full SHA bc03f3aView commit details
Commits on Sep 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fc5fa28 - Browse repository at this point
Copy the full SHA fc5fa28View commit details -
By default do not show principal options unless there are CA keys set…
… or they are explicitly set Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 012dfda - Browse repository at this point
Copy the full SHA 012dfdaView commit details
Commits on Sep 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 98b8447 - Browse repository at this point
Copy the full SHA 98b8447View commit details
Commits on Sep 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e767b63 - Browse repository at this point
Copy the full SHA e767b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f8713 - Browse repository at this point
Copy the full SHA d9f8713View commit details -
Allow every CASignatureAlgorithms algorithm
As this depends on the content of TrustedUserCAKeys we should allow all signature algorithms as admins can choose the specific algorithm on their signing CA
Configuration menu - View commit details
-
Copy full SHA for 1e3352d - Browse repository at this point
Copy the full SHA 1e3352dView commit details
Commits on Sep 29, 2020
-
Co-authored-by: Lauris BH <lauris@nix.lv>
Configuration menu - View commit details
-
Copy full SHA for 5f42f3a - Browse repository at this point
Copy the full SHA 5f42f3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66b99f7 - Browse repository at this point
Copy the full SHA 66b99f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91d0d5b - Browse repository at this point
Copy the full SHA 91d0d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8711842 - Browse repository at this point
Copy the full SHA 8711842View commit details
Commits on Sep 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 108a65e - Browse repository at this point
Copy the full SHA 108a65eView commit details
Commits on Oct 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0efcab0 - Browse repository at this point
Copy the full SHA 0efcab0View commit details
Commits on Oct 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9a896de - Browse repository at this point
Copy the full SHA 9a896deView commit details