chore: mark gallery app as archived and unmaintained#1559
Merged
Conversation
owncloud/gallery has been archived and is no longer maintained (owncloud/gallery#880). The app was already deprecated in server 10.3 in favor of the Files Media Viewer app. - Note that Gallery and Files VideoPlayer are archived/unmaintained in the supported-apps list and the Media Viewer app page - Remove the orphaned gallery-1.png / gallery-2.png images (no page referenced them) Refs: owncloud/docs#5123 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
DeepDiver1975
commented
Jul 6, 2026
DeepDiver1975
left a comment
Member
Author
There was a problem hiding this comment.
LGTM — docs-only, coherent. Self-authored so recording review only (no self-merge).
- Marks Gallery + Files VideoPlayer as deprecated/archived/unmaintained in
apps_supported.adocand updates the Media Viewer page's{description}to match. Consistent messaging, points users to the Media Viewer app. - No dangling xref introduced (the Media Viewer page already existed; only prose + 2 gallery images touched). CI green.
🤖 Generated with Claude Code
phil-davis
approved these changes
Jul 6, 2026
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
owncloud/galleryhas been archived and is no longer maintained. This updates the documentation accordingly.Note: the gallery app was already deprecated in ownCloud Server 10.3 (superseded by the Files Media Viewer app), so the existing references were already deprecation notices. This PR updates them to also reflect that the app is now archived/unmaintained, and removes dead assets.
Changes
modules/admin_manual/pages/installation/apps_supported.adoc— add a note that Gallery and Files VideoPlayer are deprecated, archived, and no longer maintained.modules/classic_ui/pages/apps/media_viewer_app.adoc— note that the replaced apps are no longer maintained.modules/classic_ui/images/gallery-1.png,gallery-2.png— removed; these images were orphaned (no page referenced them).Notes / out of scope
docs-main(server_release_notes.adoc) that document the 10.3 Gallery→Media Viewer transition are intentionally left unchanged — they are accurate historical records.marketplace.owncloud.com/apps/gallerylinks were not touched: the ownCloud Marketplace links appear to be broadly dead now (even the currentfiles_mediaviewerlink 404s), which is a separate, pre-existing issue.Refs: owncloud/docs#5123
🤖 Generated with Claude Code