-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
feat(files_sharing): provide web components based API for sidebar #54788
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
Conversation
* Based on nextcloud/server#50783 * For #514 * Server companion: nextcloud/server#54788 * Library companion: nextcloud-libraries/nextcloud-sharing#95 We need to provide an API that does not rely on Vue. As Vue components **must not** be shared between different apps. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
b593f93
to
25e8466
Compare
/backport to stable32 |
/backport to stable31 |
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This fixes apps providing vue components, which is invalid and does not always work - and never work with Vue 3. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
25e8466
to
ee962f3
Compare
/compile rebase |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
The backport to # Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/54788/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 931247f9 c5a093d8 ee962f3a 41a46c59
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/54788/stable31 Error: Failed to push branch backport/54788/stable31: remote: {"auth_status":"auth_error","body":"Invalid username or token. Password authentication is not supported for Git operations."} Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
* Based on nextcloud/server#50783 * For #514 * Server companion: nextcloud/server#54788 * Library companion: nextcloud-libraries/nextcloud-sharing#95 We need to provide an API that does not rely on Vue. As Vue components **must not** be shared between different apps. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
* Based on nextcloud/server#50783 * For #514 * Server companion: nextcloud/server#54788 * Library companion: nextcloud-libraries/nextcloud-sharing#95 We need to provide an API that does not rely on Vue. As Vue components **must not** be shared between different apps. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
* Based on nextcloud/server#50783 * For #514 * Server companion: nextcloud/server#54788 * Library companion: nextcloud-libraries/nextcloud-sharing#95 We need to provide an API that does not rely on Vue. As Vue components **must not** be shared between different apps. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com> [skip ci]
* Based on nextcloud/server#50783 * For #514 * Server companion: nextcloud/server#54788 * Library companion: nextcloud-libraries/nextcloud-sharing#95 We need to provide an API that does not rely on Vue. As Vue components **must not** be shared between different apps. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
* Based on nextcloud/server#50783 * For #514 * Server companion: nextcloud/server#54788 * Library companion: nextcloud-libraries/nextcloud-sharing#95 We need to provide an API that does not rely on Vue. As Vue components **must not** be shared between different apps. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
Summary
We need to provide an API that does not rely on Vue.
As Vue components must not be shared between different apps.
Checklist