Browse Source

Update nextcloud server and notifications to 24.0.5 and notes to 4.5.1

pull/57/head
jld3103 2 years ago
parent
commit
7b96315663
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      external/nextcloud-notes
  2. 2
      external/nextcloud-notifications
  3. 2
      external/nextcloud-server
  4. 2
      specs/core.json
  5. 2
      specs/notes.json
  6. 2
      specs/notifications.json
  7. 2
      specs/templates/appinfo_core.xml
  8. 2
      specs/templates/core.json
  9. 2
      specs/templates/notes.json
  10. 2
      specs/templates/notifications.json

2
external/nextcloud-notes vendored

@ -1 +1 @@
Subproject commit b06d8e0b9462ab79312e10ae625f8196d2e9152e Subproject commit 3e06fd556247149a631760494a6b49ac87842db8

2
external/nextcloud-notifications vendored

@ -1 +1 @@
Subproject commit 02332ed5946ae3d12db8147d135a2b96909fb7fb Subproject commit 1546ee671c91113b59fc8363b71aeb246bd38507

2
external/nextcloud-server vendored

@ -1 +1 @@
Subproject commit fb9510ffed32c92dee60285157a69f09a10fe468 Subproject commit e712fab1daf99ad6d1d48f9e851f3a4f90166649

2
specs/core.json

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

2
specs/notes.json

@ -2,7 +2,7 @@
"openapi": "3.0.3", "openapi": "3.0.3",
"info": { "info": {
"title": "Notes", "title": "Notes",
"version": "4.5.0", "version": "4.5.1",
"description": "Distraction-free notes and writing", "description": "Distraction-free notes and writing",
"license": { "license": {
"name": "agpl" "name": "agpl"

2
specs/notifications.json

@ -2,7 +2,7 @@
"openapi": "3.0.3", "openapi": "3.0.3",
"info": { "info": {
"title": "Notifications", "title": "Notifications",
"version": "2.12.0", "version": "2.12.1",
"description": "This app provides a backend and frontend for the notification API available in Nextcloud.", "description": "This app provides a backend and frontend for the notification API available in Nextcloud.",
"license": { "license": {
"name": "agpl" "name": "agpl"

2
specs/templates/appinfo_core.xml

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

2
specs/templates/core.json

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

2
specs/templates/notes.json

@ -2,7 +2,7 @@
"openapi": "3.0.3", "openapi": "3.0.3",
"info": { "info": {
"title": "Notes", "title": "Notes",
"version": "4.5.0", "version": "4.5.1",
"description": "Distraction-free notes and writing", "description": "Distraction-free notes and writing",
"license": { "license": {
"name": "agpl" "name": "agpl"

2
specs/templates/notifications.json

@ -2,7 +2,7 @@
"openapi": "3.0.3", "openapi": "3.0.3",
"info": { "info": {
"title": "Notifications", "title": "Notifications",
"version": "2.12.0", "version": "2.12.1",
"description": "This app provides a backend and frontend for the notification API available in Nextcloud.", "description": "This app provides a backend and frontend for the notification API available in Nextcloud.",
"license": { "license": {
"name": "agpl" "name": "agpl"

Loading…
Cancel
Save