-
-
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
Restricted users #6274
Restricted users #6274
Commits on Jan 6, 2020
-
Restricted users (go-gitea#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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 836f9d8 - Browse repository at this point
Copy the full SHA 836f9d8View commit details
Commits on Jan 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1f7b0fc - Browse repository at this point
Copy the full SHA 1f7b0fcView commit details -
Mention restricted users in the faq
Signed-off-by: Manush Dodunekov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc7e423 - Browse repository at this point
Copy the full SHA dc7e423View commit details -
Revert unnecessary change
.isUserPartOfOrg
->.IsUserPartOfOrg
Signed-off-by: Manush Dodunekov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4501f22 - Browse repository at this point
Copy the full SHA 4501f22View commit details -
Remove unnecessary
org.IsOrganization()
callSigned-off-by: Manush Dodunekov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b65242 - Browse repository at this point
Copy the full SHA 5b65242View commit details -
Revert to an
int64
keyedaccessMap
* Add type `userAccess` * Add convenience func updateUserAccess() * Turn accessMap into a `map[int64]userAccess` Signed-off-by: Manush Dodunekov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 124f056 - Browse repository at this point
Copy the full SHA 124f056View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ad61a - Browse repository at this point
Copy the full SHA 06ad61aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10de9b6 - Browse repository at this point
Copy the full SHA 10de9b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d17aad - Browse repository at this point
Copy the full SHA 7d17aadView commit details
Commits on Jan 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7d74b85 - Browse repository at this point
Copy the full SHA 7d74b85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3459547 - Browse repository at this point
Copy the full SHA 3459547View commit details -
Configuration menu - View commit details
-
Copy full SHA for b788ef3 - Browse repository at this point
Copy the full SHA b788ef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2f31f - Browse repository at this point
Copy the full SHA ee2f31fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeecdab - Browse repository at this point
Copy the full SHA eeecdabView commit details
Commits on Jan 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 57744b5 - Browse repository at this point
Copy the full SHA 57744b5View commit details
Commits on Jan 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d775c3b - Browse repository at this point
Copy the full SHA d775c3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ae6016 - Browse repository at this point
Copy the full SHA 5ae6016View commit details
Commits on Jan 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 095bfa6 - Browse repository at this point
Copy the full SHA 095bfa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3e886 - Browse repository at this point
Copy the full SHA 5c3e886View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95bca8e - Browse repository at this point
Copy the full SHA 95bca8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79c456e - Browse repository at this point
Copy the full SHA 79c456eView commit details
Commits on Jan 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for eaed6b3 - Browse repository at this point
Copy the full SHA eaed6b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a54d9d6 - Browse repository at this point
Copy the full SHA a54d9d6View commit details