diff --git a/.github/workflows/cypress-e2e.yml b/.github/workflows/cypress-e2e.yml
index effce70a12e..2055f76bc04 100644
--- a/.github/workflows/cypress-e2e.yml
+++ b/.github/workflows/cypress-e2e.yml
@@ -26,7 +26,7 @@ jobs:
npmVersion: ${{ steps.versions.outputs.npmVersion }}
strategy:
matrix:
- server-versions: ['master']
+ server-versions: ['stable34']
steps:
- name: Checkout server
diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml
index 1d931b11e7e..c46a1137b63 100644
--- a/.github/workflows/npm-audit-fix.yml
+++ b/.github/workflows/npm-audit-fix.yml
@@ -26,6 +26,7 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
+ - 'stable34'
- 'stable33'
- 'stable32'
diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml
index a3c0f23e2cb..efb5d65007d 100644
--- a/.github/workflows/update-nextcloud-ocp.yml
+++ b/.github/workflows/update-nextcloud-ocp.yml
@@ -26,6 +26,7 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
+ - 'stable34'
- 'stable33'
- 'stable32'
diff --git a/appinfo/info.xml b/appinfo/info.xml
index cfacbd557b7..c942ddcf5d2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@
- **๐พ Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.
- **โ Strong foundation:** We use [๐ tiptap](https://tiptap.scrumpy.io) which is based on [๐ฆ ProseMirror](https://prosemirror.net) โ huge thanks to them!
]]>
- 8.0.0-dev.1
+ 8.0.0
agpl
Julius Hรคrtl
Text
diff --git a/composer.json b/composer.json
index b54089fb6c6..fcd727cd672 100644
--- a/composer.json
+++ b/composer.json
@@ -7,7 +7,7 @@
"psalm/phar": "^6.5",
"phpunit/phpunit": "^9.5",
"ext-mbstring": "*",
- "nextcloud/ocp": "dev-master"
+ "nextcloud/ocp": "dev-stable34"
},
"license": "AGPLv3",
"authors": [
diff --git a/composer.lock b/composer.lock
index 6cc8e845209..6639fa45fbc 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "aa7ad7998a3e919c3af9edf2f92eaa22",
+ "content-hash": "242f86923a72d904fab080ec516a34c2",
"packages": [],
"packages-dev": [
{
@@ -236,16 +236,16 @@
},
{
"name": "nextcloud/ocp",
- "version": "dev-master",
+ "version": "dev-stable34",
"source": {
"type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git",
- "reference": "f3fddf2af92f48d3f53569074f69f0ae4bad52b6"
+ "reference": "72de02fbad95545055983d050e564fe39128992d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/f3fddf2af92f48d3f53569074f69f0ae4bad52b6",
- "reference": "f3fddf2af92f48d3f53569074f69f0ae4bad52b6",
+ "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/72de02fbad95545055983d050e564fe39128992d",
+ "reference": "72de02fbad95545055983d050e564fe39128992d",
"shasum": ""
},
"require": {
@@ -256,11 +256,10 @@
"psr/http-client": "^1.0.3",
"psr/log": "^3.0.2"
},
- "default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "34.0.0-dev"
+ "dev-stable34": "34.0.0-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -280,9 +279,9 @@
"description": "Composer package containing Nextcloud's public OCP API and the unstable NCU API",
"support": {
"issues": "https://github.com/nextcloud-deps/ocp/issues",
- "source": "https://github.com/nextcloud-deps/ocp/tree/master"
+ "source": "https://github.com/nextcloud-deps/ocp/tree/stable34"
},
- "time": "2026-05-09T01:52:54+00:00"
+ "time": "2026-05-15T08:43:27+00:00"
},
{
"name": "nikic/php-parser",