-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Limit org member view of restricted users #32211
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
Merged
6543
merged 43 commits into
go-gitea:main
from
6543-forks:limit-org-member-view-of-restricted-users
Nov 12, 2024
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
f0348be
refactor: calculate if only public should be shown in a single place …
6543 3fd5962
create addTeamMatesOnlyFilter()
6543 340e8ea
Merge branch 'main' into limit-org-member-view-of-restricted-users
6543 4bcec1e
cleanup
6543 317176e
jup
6543 fb83464
Merge branch 'refactor-of-32211' into limit-org-member-view-of-restri…
6543 77f7179
Revert "cleanup"
6543 db511aa
Merge branch 'main' into refactor-of-32211
6543 4f38f65
no builder for now
6543 e79ef77
Revert "no builder for now"
6543 23f8b3b
fix
6543 695db86
fix test ...
6543 26d90b9
Merge branch 'main' into refactor-of-32211
6543 decaf7f
Merge branch 'main' into refactor-of-32211
6543 3af5ae7
try with less eslect
6543 6a26382
rename func to getUserTeamIDsQueryBuilder
6543 efcb63d
Revert "try with less eslect"
6543 aed72f4
Merge branch 'main' into refactor-of-32211
6543 518da00
Merge branch 'main' into limit-org-member-view-of-restricted-users
6543 78c0ad7
Merge branch 'refactor-of-32211' into limit-org-member-view-of-restri…
6543 5e3b1af
adopt changes
6543 db7a59a
fix lint and better func wording
6543 5128b0b
fix lint2 err
6543 679680d
no return
6543 0baab56
Merge branch 'main' into refactor-of-32211
6543 88b0add
Merge branch 'main' into refactor-of-32211
6543 b2923cb
Merge branch 'main' into limit-org-member-view-of-restricted-users
6543 4d9df45
Merge branch 'main' into refactor-of-32211
6543 b5e6a58
Merge branch 'main' into limit-org-member-view-of-restricted-users
6543 12bd60b
Merge branch 'main' into refactor-of-32211
6543 89a3887
Merge branch 'main' into limit-org-member-view-of-restricted-users
6543 7bb645e
not needed here and dublicated on related pull
6543 a993136
Merge branch 'refactor-of-32211' into limit-org-member-view-of-restri…
6543 8780d12
add dedicated func getUserTeamIDsQueryBuilder(orgID, userID int64) *b…
6543 389d8d0
Merge branch 'main' into limit-org-member-view-of-restricted-users
6543 fbda2fd
Merge branch 'main' into limit-org-member-view-of-restricted-users
6543 a5c04af
Merge branch 'main' into limit-org-member-view-of-restricted-users
6543 fdc7087
Merge branch 'main' into limit-org-member-view-of-restricted-users
6543 80ee5a2
still have public members visible while restricted user is loged in ...
6543 1ce2980
cover by tests
6543 2ab1083
fix & enhance test
6543 60ad5ed
fix fixtures inconsistency
6543 0b102df
Merge branch 'main' into limit-org-member-view-of-restricted-users
6543 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,3 +129,9 @@ | |
uid: 2 | ||
org_id: 35 | ||
is_public: true | ||
|
||
- | ||
id: 23 | ||
uid: 20 | ||
org_id: 17 | ||
is_public: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.