This repository was archived by the owner on May 29, 2026. It is now read-only.
The new and imporved object services#112
Merged
Merged
Conversation
…ture/REGISTER-66/ui
…ved-developer-experience
…ed-developer-experience Adtional functions for object service
rjzondervan
approved these changes
Dec 27, 2024
rubenvdlinde
added a commit
that referenced
this pull request
Jul 30, 2025
The new and imporved object services
rubenvdlinde
added a commit
that referenced
this pull request
May 2, 2026
…tem 136)
publishSelectedFiles / depublishSelectedFiles / deleteSelectedFiles now
delegate to a new _runBatchAction(action, perFileFallback) helper which:
- calls objectStore.batchFiles(type, objectId, action, fileIds) for one
round-trip via /files/batch when the runtime store exposes the action
- falls back to the legacy per-file loop (publishFile/unpublishFile/
deleteFile) when an older @conduction/nextcloud-vue is installed
The batchFiles action lives in nextcloud-vue PR #112 (opened 2026-05-02).
The defensive `typeof batchFiles === 'function'` check means this commit
is a no-op until that PR lands and OR's dep is bumped — at which point
mass actions become single-round-trip without further frontend changes.
Brings file-actions to 104/110.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.