Browse Source

Update nextcloud server and notifications to 25.0.1

pull/116/head
jld3103 2 years ago
parent
commit
12b4d5fefa
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      external/nextcloud-notifications
  2. 2
      external/nextcloud-server
  3. 2
      packages/nextcloud/test/helper.dart
  4. 2
      specs/core.json
  5. 2
      specs/templates/appinfo_core.xml
  6. 3
      specs/templates/core.json
  7. 2
      tool/Dockerfile.dev

2
external/nextcloud-notifications vendored

@ -1 +1 @@
Subproject commit 65bb0849179cf93c161387a730f4abc79a782f77
Subproject commit d60834b6434b128de392bc734d6ad757c1456c65

2
external/nextcloud-server vendored

@ -1 +1 @@
Subproject commit 20ea9a25353129b56d46951fe7d23939665ab2b2
Subproject commit 8896b40164f0e26c490c15514e97781e0037948c

2
packages/nextcloud/test/helper.dart

@ -8,7 +8,7 @@ import 'package:nextcloud/nextcloud.dart';
import 'package:process_run/cmd_run.dart';
import 'package:test/test.dart';
const String nextcloudVersion = '25.0.0';
const String nextcloudVersion = '25.0.1';
const String defaultUsername = 'user1';
const String defaultPassword = 'user1';

2
specs/core.json

@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "Core",
"version": "25.0.0",
"version": "25.0.1",
"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>25.0.0</version>
<version>25.0.1</version>
<licence>agpl</licence>
</info>

3
specs/templates/core.json

@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "Core",
"version": "25.0.0",
"version": "25.0.1",
"description": "Core functionality of Nextcloud",
"license": {
"name": "agpl",
@ -1410,6 +1410,7 @@
{
"name": "referenceId",
"in": "path",
"description": "the reference cache key",
"required": true,
"schema": {
"type": "string"

2
tool/Dockerfile.dev

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

Loading…
Cancel
Save