fix: 404 support nc 32

pull/411/head
Sebastien Marinier 2025-12-19 17:14:03 +01:00
parent ecfbef2e7e
commit c8acc88b18
4 changed files with 1201 additions and 73 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
php-versions: ['8.1', '8.2', '8.3'] php-versions: ['8.1', '8.2', '8.3']
nextcloud-versions: ['stable29', 'stable30', 'stable31'] nextcloud-versions: ['stable29', 'stable30', 'stable31', 'stable32']
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
env: env:
CI: true CI: true

View File

@ -44,7 +44,7 @@ Contributors are welcome! If you have time it would be awesome if you could help
<lib>curl</lib> <lib>curl</lib>
<lib>mbstring</lib> <lib>mbstring</lib>
<lib>SimpleXML</lib> <lib>SimpleXML</lib>
<nextcloud min-version="29" max-version="31"/> <nextcloud min-version="29" max-version="32"/>
</dependencies> </dependencies>
<commands> <commands>
<command>OCA\BigBlueButton\Command\ClearAvatarCache</command> <command>OCA\BigBlueButton\Command\ClearAvatarCache</command>

1266
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -76,7 +76,7 @@
"@babel/preset-env": "^7.9.0", "@babel/preset-env": "^7.9.0",
"@nextcloud/babel-config": "^1.2.0", "@nextcloud/babel-config": "^1.2.0",
"@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/eslint-plugin": "^2.0.0", "@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/paths": "^2.3.0", "@nextcloud/paths": "^2.3.0",
"@nextcloud/webpack-vue-config": "^5.5.1", "@nextcloud/webpack-vue-config": "^5.5.1",
"@types/bootstrap": "^5.2.10", "@types/bootstrap": "^5.2.10",
@ -91,7 +91,7 @@
"@typescript-eslint/eslint-plugin": "^5.15.0", "@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0", "@typescript-eslint/parser": "^5.15.0",
"dotenv-cli": "^8.0.0", "dotenv-cli": "^8.0.0",
"eslint": "^8.11.0", "eslint": "^8.56.0",
"eslint-config-standard": "^17.0", "eslint-config-standard": "^17.0",
"eslint-import-resolver-webpack": "^0.13.10", "eslint-import-resolver-webpack": "^0.13.10",
"eslint-plugin-import": "^2.20.2", "eslint-plugin-import": "^2.20.2",