-
-
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
Display org members if org is public #7501
Comments
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. |
@guillep2k is this something for "THE LIST" #8659 since it is blocking readme update? |
@6543 It's not quite on topic, but sure, if it's useful. I didn't quite understand the README problem, though. |
Since no PR for this, I moved this to v1.14.0 |
@lunny yea we need to redo router permissions for orgs and could do that for 1.14 |
fix go-gitea#7501 Signed-off-by: a1012112796 <1012112796@qq.com>
…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>
…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>
…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>
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
The text was updated successfully, but these errors were encountered: