Show the Community Library to signed-out visitors - #6097
Merged
marcellamaki merged 2 commits intoAug 18, 2026
Conversation
A version whose Community Library submission is live is now readable by anyone. Every other version stays scoped to the channel's editors, viewers and admins, so private and Kolibri Library channels are unchanged. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P3rKRVLMe9qtMVMHG1N8N9
… users Both library tabs now render without an account, and the contribute banner is hidden for visitors who have no channels to submit. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P3rKRVLMe9qtMVMHG1N8N9
rtibbles
marked this pull request as ready for review
August 18, 2026 20:04
marcellamaki
approved these changes
Aug 18, 2026
marcellamaki
left a comment
Member
There was a problem hiding this comment.
Code review looks fine, and quick manual QA confirms that on "explore without account" path I was still able to see the local dev test community channel
Screen.Recording.2026-08-18.at.4.19.13.PM.mov
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
References
In response to user feedback that most people won't have a Studio login to see this!
Reviewer guidance
Needs a channel live in the Community Library locally: publish a non-public channel, create a
CommunityLibrarySubmissionfor it, mark it live, then export it withexport_channel_to_kolibri_public(..., public=False)./channels/— both Kolibri Library and Community Library tabs are present, and the Community Library lists the channel./channels/#/my-channelsand/channels/#/community-library/<id>/<submission-id>— both redirect to the Kolibri Library.Widening
ChannelVersion.filter_view_querysetexposes version notes publicly.No new a11y violations reported
AI usage
Used Claude Code to implement the tab change and the queryset widening, and to drive a browser through the signed-out flows. Verified with the Django and Jest suites, axe-core, and manual QA against a local server.