web icon indicating copy to clipboard operation
web copied to clipboard

:dragon_face: Next generation frontend for ownCloud Infinite Scale

Results 290 web issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [traefik](https://redirect.github.com/containous/traefik) | patch | `v3.6.0` -> `v3.6.1` | --- ### Release Notes containous/traefik (traefik) ###...

## Description Example CI build: https://drone.owncloud.com/owncloud/web/56071 ## Related Issue - Fixes https://github.com/owncloud/web/issues/12853 ## Motivation and Context ## How Has This Been Tested? - test environment: ## Types of changes -...

## Describe the bug `Edit image` does not work if the image is larger that 7MB ## Steps to reproduce 1. Select `Edit image` on a space with `manager` permission...

Type:Bug

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`10.21.0` -> `10.22.0`](https://renovatebot.com/diffs/npm/pnpm/10.21.0/10.22.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/10.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/10.21.0/10.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ###...

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/keycloak/keycloak](https://redirect.github.com/keycloak-rel/keycloak-rel) | patch | `26.4.4` -> `26.4.5` | --- ### Configuration 📅 **Schedule**: Branch creation...

## Description Multiple e2e tests are failing in logging out step with function timeout error ```console And "Alice" logs out ✖ failed Error: function timed out, ensure the promise resolves...

QA:team

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | volta | patch | [`24.11.0` -> `24.11.1`](https://renovatebot.com/diffs/npm/node/v24.11.0/v24.11.1) | | [node](https://nodejs.org)...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@sentry/vue](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/vue) ([source](https://redirect.github.com/getsentry/sentry-javascript)) | [`10.24.0` -> `10.25.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/10.24.0/10.25.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fvue/10.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fvue/10.24.0/10.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ###...

## Description Setup new Playwright a11y tests and add a11y reporter. Accessibility checks are added into existing E2E tests. Docs are added to explain the new accessibility tests. ## Motivation...

**JIRA:** [#OCISDEV-220](https://kiteworks.atlassian.net/browse/OCISDEV-220) ## Summary Instead of running tests for every package/extension we have in `/packages` in every PR, we want to add tags to them to assert when they should...

QA