Skip to content
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

Set private status about User (not logged) #1780

Open
camlafit opened this issue May 23, 2017 · 11 comments
Open

Set private status about User (not logged) #1780

camlafit opened this issue May 23, 2017 · 11 comments
Labels
type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@camlafit
Copy link
Contributor

Follow #714 issue

If any user are set in private organization, shouldn't displayed in explore/users
User should be set as private, actually looks possible to hide his email.

Should be nice to have :

  • an option to set default account visibility (public, private, connected)
  • an option on each user profil to ovveride this behavior
  • display user data following organization properties.
@DblK
Copy link
Member

DblK commented May 23, 2017

Once #1763 is merged, it can be done easily since organization are user in database.

  1. Add a new ini parameter and reflect in the UI
  2. Like organization, allow modification in settings
  3. Hide organizations for other members based on organization visibility and current user organizations
  4. Modify the explore/users to display according to visibibility

Hope I understand it well.

@camlafit
Copy link
Contributor Author

Hi

Yes idea is very similar. Purpose is to hide contributor information as organization/repo done in #1763.

If we can manage organization visibility, looks logical to have same behavior with user visibility.
Thanks

@bkcsoft
Copy link
Member

bkcsoft commented Jun 8, 2017

What if I'm in 2 organizations, where one is public and the other is private? Should my user be set to private or public? Users are non-exclusive members in a Organization, it doesn't make sense to have a hard link between a user and an organization IMO.

@camlafit
Copy link
Contributor Author

camlafit commented Jun 8, 2017

Hi

In this case user could be present on explore list and only public organization could be listed on his profile.
If use override his profile to hide then shouldn't be displayed

Purpose is no to set individually each user state if organization is private

@lunny lunny added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label Jun 8, 2017
@agaida
Copy link

agaida commented Nov 21, 2017

that would be really nice to have great.

@Spenhouet
Copy link

Solving this issue could also solve this issue: #2908

@jscaux
Copy link

jscaux commented Mar 1, 2019

Hereby another vote in favour of having per-user public visibility settings in explore/users.

@lunny lunny added the type/feature Completely new functionality. Can only be merged if feature freeze is not active. label Mar 1, 2019
@lunny lunny added this to the 1.x.x milestone Mar 1, 2019
@camlafit
Copy link
Contributor Author

Hello

as #1763 is merged, could be possible to finalize this issue ? Could be very nice to have a full private gitea instance :)

Thanks again

@lunny
Copy link
Member

lunny commented Apr 25, 2019

@camlafit I think this one is not the same as #1763 ? This is for user and that's for organization.

@camlafit
Copy link
Contributor Author

Yes is not same, but follows. Now we can set repo and organization as full private , miss user management part to be complete.

As discussed with @DblK was look easier to solve this issue only after to have close #1763 .

@lunny
Copy link
Member

lunny commented Apr 25, 2019

So let's keep this open

@lunny lunny removed this from the 1.x.x milestone Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

8 participants
@lunny @camlafit @DblK @agaida @bkcsoft @Spenhouet @jscaux and others