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

Display org members if org is public #7501

Closed
mrsdizzie opened this issue Jul 17, 2019 · 6 comments · Fixed by #20330
Closed

Display org members if org is public #7501

mrsdizzie opened this issue Jul 17, 2019 · 6 comments · Fixed by #20330
Assignees
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented type/enhancement An improvement of existing functionality
Milestone

Comments

@mrsdizzie
Copy link
Member

Right now, you can't view the org members page even if an organization is public:

https://gitea.com/org/gitea/members

That will ask for a sign in. Even once signed in, that page shows a 404 if you are not a member of the org. Public org member lists should be viewable by anybody (with individual users hidden if they choose). This is needed for being able to update README files when migrating projects to gitea.com

@lunny lunny added the type/enhancement An improvement of existing functionality label Jul 17, 2019
@lunny lunny added this to the 1.10.0 milestone Jul 17, 2019
@stale
Copy link

stale bot commented Sep 15, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale stale bot added the issue/stale label Sep 15, 2019
@lunny lunny added the issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented label Sep 16, 2019
@stale stale bot removed the issue/stale label Sep 16, 2019
@lunny lunny modified the milestones: 1.10.0, 1.11.0 Sep 16, 2019
@6543
Copy link
Member

6543 commented Nov 6, 2019

@guillep2k is this something for "THE LIST" #8659 since it is blocking readme update?

@guillep2k
Copy link
Member

@6543 It's not quite on topic, but sure, if it's useful. I didn't quite understand the README problem, though.

@6543
Copy link
Member

6543 commented Nov 7, 2019

@guillep2k https://gitea.com/gitea/go-sdk/pulls/185#issuecomment-47391

@lunny lunny modified the milestones: 1.11.0, 1.12.0 Dec 14, 2019
@lafriks lafriks modified the milestones: 1.12.0, 1.13.0 May 16, 2020
@lunny lunny modified the milestones: 1.13.0, 1.14.0 Sep 10, 2020
@lunny
Copy link
Member

lunny commented Sep 10, 2020

Since no PR for this, I moved this to v1.14.0

@mrsdizzie
Copy link
Member Author

@lunny yea we need to redo router permissions for orgs and could do that for 1.14

@lunny lunny modified the milestones: 1.14.0, 1.x.x Jan 27, 2021
@6543 6543 self-assigned this May 7, 2022
a1012112796 added a commit to a1012112796/gitea that referenced this issue Jul 12, 2022
fix go-gitea#7501

Signed-off-by: a1012112796 <1012112796@qq.com>
zeripath added a commit that referenced this issue Jul 15, 2022
…missions (#20330)

Examining Organization membership should not necessarily require sign-in if the organization is public and the members are public. Therefore we should adjust `/org/{org}/members` to not require login.

Fix #7501

Signed-off-by: a1012112796 <1012112796@qq.com>
Co-authored-by: zeripath <art27@cantab.net>
@lunny lunny removed this from the 1.x.x milestone Jul 15, 2022
@lunny lunny added this to the 1.18.0 milestone Jul 15, 2022
dineshsalunke pushed a commit to dineshsalunke/gitea that referenced this issue Jul 15, 2022
…missions (go-gitea#20330)

Examining Organization membership should not necessarily require sign-in if the organization is public and the members are public. Therefore we should adjust `/org/{org}/members` to not require login.

Fix go-gitea#7501

Signed-off-by: a1012112796 <1012112796@qq.com>
Co-authored-by: zeripath <art27@cantab.net>
vsysoev pushed a commit to IntegraSDL/gitea that referenced this issue Aug 10, 2022
…missions (go-gitea#20330)

Examining Organization membership should not necessarily require sign-in if the organization is public and the members are public. Therefore we should adjust `/org/{org}/members` to not require login.

Fix go-gitea#7501

Signed-off-by: a1012112796 <1012112796@qq.com>
Co-authored-by: zeripath <art27@cantab.net>
@go-gitea go-gitea locked and limited conversation to collaborators May 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented type/enhancement An improvement of existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants