Browse Source

Merge pull request #23 from jld3103/update/nextcloud-24.0.3

Update Nextcloud to 24.0.3
pull/27/head
jld3103 2 years ago committed by GitHub
parent
commit
dce04ed6d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      external/nextcloud-server
  2. 2
      packages/nextcloud/test/helper.dart
  3. 2
      specs/core.json
  4. 2
      specs/templates/appinfo_core.xml
  5. 2
      specs/templates/core.json
  6. 2
      tool/Dockerfile.dev

2
external/nextcloud-server vendored

@ -1 +1 @@
Subproject commit 2764c381a054ca8284975e70037e96411d2ce8f8
Subproject commit 7844c0bce1f8a5b495c86c7a09bcd862ed06d90a

2
packages/nextcloud/test/helper.dart

@ -9,7 +9,7 @@ import 'package:nextcloud/nextcloud.dart';
import 'package:process_run/cmd_run.dart';
import 'package:test/test.dart';
const String nextcloudVersion = '24.0.2';
const String nextcloudVersion = '24.0.3';
const String defaultUsername = 'test';
const String defaultPassword = 'supersafepasswordtocircumventpasswordpolicies';

2
specs/core.json

@ -2,7 +2,7 @@
"openapi": "3.0.3",
"info": {
"title": "Core",
"version": "24.0.2",
"version": "24.0.3",
"description": "Core functionality of Nextcloud",
"license": {
"name": "agpl"

2
specs/templates/appinfo_core.xml

@ -4,6 +4,6 @@
<name>Core</name>
<summary>Core functionality of Nextcloud</summary>
<description><![CDATA[Core functionality of Nextcloud]]></description>
<version>24.0.2</version>
<version>24.0.3</version>
<licence>agpl</licence>
</info>

2
specs/templates/core.json

@ -2,7 +2,7 @@
"openapi": "3.0.3",
"info": {
"title": "Core",
"version": "24.0.2",
"version": "24.0.3",
"description": "Core functionality of Nextcloud",
"license": {
"name": "agpl"

2
tool/Dockerfile.dev

@ -1,4 +1,4 @@
FROM nextcloud:24.0.2
FROM nextcloud:24.0.3
WORKDIR /usr/src/nextcloud
RUN chown -R www-data:www-data .
USER www-data

Loading…
Cancel
Save