mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
Restricted users (#4334): initial implementation
* Add User.IsRestricted & UI to edit it * Pass user object instead of user id to places where IsRestricted flag matters * Restricted users: maintain access rows for all referenced repos (incl public) * Take logged in user & IsRestricted flag into account in org/repo listings, searches and accesses * Add basic repo access tests for restricted users Signed-off-by: Manush Dodunekov <manush@stendahls.se>
This commit is contained in:
@@ -1748,6 +1748,7 @@ users.new_account = Create User Account
|
||||
users.name = Username
|
||||
users.activated = Activated
|
||||
users.admin = Admin
|
||||
users.restricted = Restricted
|
||||
users.repos = Repos
|
||||
users.created = Created
|
||||
users.last_login = Last Sign-In
|
||||
@@ -1766,6 +1767,7 @@ users.max_repo_creation_desc = (Enter -1 to use the global default limit.)
|
||||
users.is_activated = User Account Is Activated
|
||||
users.prohibit_login = Disable Sign-In
|
||||
users.is_admin = Is Administrator
|
||||
users.is_restricted = Is Restricted
|
||||
users.allow_git_hook = May Create Git Hooks
|
||||
users.allow_import_local = May Import Local Repositories
|
||||
users.allow_create_organization = May Create Organizations
|
||||
|
||||
Reference in New Issue
Block a user