Skip to content

feat: migrate to web components API#515

Merged
CarlSchwan merged 2 commits intomasterfrom
feat/migrate-to-webcomponents
Sep 19, 2025
Merged

feat: migrate to web components API#515
CarlSchwan merged 2 commits intomasterfrom
feat/migrate-to-webcomponents

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Sep 1, 2025

@CarlSchwan CarlSchwan marked this pull request as ready for review September 18, 2025 14:51
@CarlSchwan CarlSchwan force-pushed the feat/migrate-to-webcomponents branch from cee3baf to 4a7cc07 Compare September 18, 2025 14:55
@kyteinsky
Copy link

/compile

@kyteinsky
Copy link

ah there are conflicts

Copy link

@kyteinsky kyteinsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

werks quite nicely

* 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>
@CarlSchwan CarlSchwan force-pushed the feat/migrate-to-webcomponents branch from 9efc3f4 to 842a2a7 Compare September 19, 2025 09:35
@CarlSchwan
Copy link
Member

/compile rebase

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@CarlSchwan CarlSchwan merged commit 27ed25f into master Sep 19, 2025
23 checks passed
@CarlSchwan CarlSchwan deleted the feat/migrate-to-webcomponents branch September 19, 2025 09:37
@CarlSchwan
Copy link
Member

/backport to stable32

@backportbot backportbot bot added the backport-request Pending backport by the backport-bot label Sep 19, 2025
@CarlSchwan
Copy link
Member

/backport to stable31

@backportbot backportbot bot removed the backport-request Pending backport by the backport-bot label Sep 19, 2025
@backportbot
Copy link

backportbot bot commented Sep 19, 2025

The backport to stable31 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable31
git pull origin stable31

# Create the new backport branch
git checkout -b backport/515/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 842a2a7f 2bb18a5f

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/515/stable31

Error: Failed to check for changes with origin/stable31: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@susnux
Copy link
Contributor Author

susnux commented Sep 24, 2025

/backport 842a2a7 to stable31

@backportbot backportbot bot added the backport-request Pending backport by the backport-bot label Sep 24, 2025
@backportbot
Copy link

backportbot bot commented Sep 24, 2025

The backport to stable31 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable31
git pull origin stable31

# Create the new backport branch
git checkout -b backport/515/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 842a2a7f

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/515/stable31

Error: Failed to check for changes with origin/stable31: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@susnux
Copy link
Contributor Author

susnux commented Sep 24, 2025

/backport 842a2a7 to stable31

@backportbot
Copy link

backportbot bot commented Sep 24, 2025

The backport to stable31 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable31
git pull origin stable31

# Create the new backport branch
git checkout -b backport/515/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 842a2a7

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/515/stable31

Error: Failed to check for changes with origin/stable31: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@susnux
Copy link
Contributor Author

susnux commented Sep 24, 2025

/backport 8eeea26 to stable31

@backportbot
Copy link

backportbot bot commented Sep 24, 2025

The backport to stable31 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable31
git pull origin stable31

# Create the new backport branch
git checkout -b backport/515/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 8eeea268

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/515/stable31

Error: Failed to check for changes with origin/stable31: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews backport-request Pending backport by the backport-bot enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Limit downloads" button is not clickable

6 participants