You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
Include encoding in signature payload (go-gitea#30174)
Add `stylelint-value-no-unknown-custom-properties` and convert stylelint config to js (go-gitea#30117)
Remove jQuery class from the commit button (go-gitea#30178)
Remove jQuery class from the diff view (go-gitea#30176)
Remove jQuery class from the notification count (go-gitea#30172)
Remove jQuery class from the code range selection (go-gitea#30173)
Fix:the rounded corners of the folded file are not displayed correctly (go-gitea#29953)
Add setting to disable user features when user login type is not plain (go-gitea#29615)
# Conflicts:
# models/user/user.go
Copy file name to clipboardExpand all lines: custom/conf/app.example.ini
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1485,6 +1485,11 @@ LEVEL = Info
1485
1485
;; - manage_ssh_keys: a user cannot configure ssh keys
1486
1486
;; - manage_gpg_keys: a user cannot configure gpg keys
1487
1487
;USER_DISABLED_FEATURES =
1488
+
;; Comma separated list of disabled features ONLY if the user has an external login type (eg. LDAP, Oauth, etc.), could be `deletion`, `manage_ssh_keys`, `manage_gpg_keys`. This setting is independent from `USER_DISABLED_FEATURES` and supplements its behavior.
1489
+
;; - deletion: a user cannot delete their own account
1490
+
;; - manage_ssh_keys: a user cannot configure ssh keys
1491
+
;; - manage_gpg_keys: a user cannot configure gpg keys
Copy file name to clipboardExpand all lines: docs/content/administration/config-cheat-sheet.en-us.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -522,6 +522,10 @@ And the following unique queues:
522
522
-`deletion`: User cannot delete their own account.
523
523
-`manage_ssh_keys`: User cannot configure ssh keys.
524
524
-`manage_gpg_keys`: User cannot configure gpg keys.
525
+
-`EXTERNAL_USER_DISABLE_FEATURES`: **_empty_**: Comma separated list of disabled features ONLY if the user has an external login type (eg. LDAP, Oauth, etc.), could be `deletion`, `manage_ssh_keys`, `manage_gpg_keys`. This setting is independent from `USER_DISABLED_FEATURES` and supplements its behavior.
526
+
-`deletion`: User cannot delete their own account.
527
+
-`manage_ssh_keys`: User cannot configure ssh keys.
528
+
-`manage_gpg_keys`: User cannot configure gpg keys.
0 commit comments