]> source.dussan.org Git - nextcloud-server.git/commitdiff
Master is now 25 31956/head
authorJoas Schilling <coding@schilljs.com>
Wed, 13 Apr 2022 07:37:32 +0000 (09:37 +0200)
committerJoas Schilling <coding@schilljs.com>
Thu, 14 Apr 2022 20:12:53 +0000 (22:12 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
31 files changed:
.github/dependabot.yml
apps/accessibility/appinfo/info.xml
apps/admin_audit/appinfo/info.xml
apps/cloud_federation_api/appinfo/info.xml
apps/comments/appinfo/info.xml
apps/contactsinteraction/appinfo/info.xml
apps/dashboard/appinfo/info.xml
apps/dav/appinfo/info.xml
apps/encryption/appinfo/info.xml
apps/federatedfilesharing/appinfo/info.xml
apps/federation/appinfo/info.xml
apps/files/appinfo/info.xml
apps/files_external/appinfo/info.xml
apps/files_sharing/appinfo/info.xml
apps/files_trashbin/appinfo/info.xml
apps/files_versions/appinfo/info.xml
apps/lookup_server_connector/appinfo/info.xml
apps/oauth2/appinfo/info.xml
apps/provisioning_api/appinfo/info.xml
apps/settings/appinfo/info.xml
apps/sharebymail/appinfo/info.xml
apps/systemtags/appinfo/info.xml
apps/testing/appinfo/info.xml
apps/theming/appinfo/info.xml
apps/twofactor_backupcodes/appinfo/info.xml
apps/updatenotification/appinfo/info.xml
apps/user_ldap/appinfo/info.xml
apps/user_status/appinfo/info.xml
apps/weather_status/appinfo/info.xml
apps/workflowengine/appinfo/info.xml
version.php

index b235a696a6fca8c69b0a528560bfabc67fe8e02d..f9bcfafa675ccc0fe5409a18eb2bf9ab596890ca 100644 (file)
@@ -62,7 +62,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable21
+  target-branch: stable22
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -80,7 +80,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable22
+  target-branch: stable23
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -98,7 +98,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable23
+  target-branch: stable24
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -117,7 +117,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable21
+  target-branch: stable22
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -135,7 +135,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable22
+  target-branch: stable23
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -153,7 +153,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable23
+  target-branch: stable24
   labels:
     - "3. to review"
     - "feature: dependencies"
index 6f8dcb1b34de18efb11efe4692aa26435d875740..bdb98a2b174a978987a604b336fc361be9ba4c7f 100644 (file)
@@ -5,7 +5,7 @@
        <name>Accessibility</name>
        <summary>Accessibility options for nextcloud</summary>
        <description><![CDATA[Provides multiple accessibilities options to ease your use of Nextcloud]]></description>
-       <version>1.10.0</version>
+       <version>1.11.0</version>
        <licence>agpl</licence>
        <author>John Molakvoæ</author>
        <namespace>Accessibility</namespace>
@@ -16,7 +16,7 @@
        <bugs>https://github.com/nextcloud/server/issues</bugs>
 
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <repair-steps>
index fd7e10d13dbb2e9f34b0f837f0a57d5262d00cd5..a11d058452ddb714cf57a0d9a70aaaf948ee3d9e 100644 (file)
@@ -5,7 +5,7 @@
        <name>Auditing / Logging</name>
        <summary>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</summary>
        <description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
-       <version>1.14.0</version>
+       <version>1.15.0</version>
        <licence>agpl</licence>
        <author>Nextcloud</author>
        <namespace>AdminAudit</namespace>
@@ -15,7 +15,7 @@
        <category>monitoring</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
        <background-jobs>
                <job>OCA\AdminAudit\BackgroundJobs\Rotate</job>
index 67e1a7eb794fba88a7847c7ba46c9428663dac53..5511f0823767af8461bfb5e5789dcdf533689a5a 100644 (file)
@@ -5,7 +5,7 @@
        <name>Cloud Federation API</name>
        <summary>Enable clouds to communicate with each other and exchange data</summary>
        <description>The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.</description>
-       <version>1.7.0</version>
+       <version>1.8.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <namespace>CloudFederationAPI</namespace>
@@ -15,6 +15,6 @@
        <category>files</category>
        <bugs>https://github.com/nextcloud/cloud_federation/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 </info>
index e8cb808078b36dec305772b496a903a93c581811..88f780cf7deab436622c127811f5df3d003ea854 100644 (file)
@@ -5,7 +5,7 @@
        <name>Comments</name>
        <summary>Files app plugin to add comments to files</summary>
        <description>Files app plugin to add comments to files</description>
-       <version>1.14.0</version>
+       <version>1.15.0</version>
        <licence>agpl</licence>
        <author>Arthur Schiwon</author>
        <author>Vincent Petry</author>
@@ -17,7 +17,7 @@
        <category>social</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <activity>
index 74b2c417914bcaf6eab94962942900033f80c2de..8ea086712c057767d82f29e9e8b66a8ca2c6e937 100644 (file)
@@ -5,7 +5,7 @@
        <name>Contacts Interaction</name>
        <summary>Manages interaction between users and contacts</summary>
        <description>Collect data about user and contacts interactions and provide an address book for the data</description>
-       <version>1.5.0</version>
+       <version>1.6.0</version>
        <licence>agpl</licence>
        <author>Christoph Wurst</author>
        <author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
@@ -18,7 +18,7 @@
        <category>social</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
        <background-jobs>
                <job>OCA\ContactsInteraction\BackgroundJob\CleanupJob</job>
index 846f302c544e26dfcb47089f1d7c3684601bd6b8..a21f3ab47b10ec9c5a1481f8b5b1b0b42e3c6e58 100644 (file)
@@ -10,7 +10,7 @@ The Nextcloud Dashboard is your starting point of the day, giving you an
 overview of your upcoming appointments, urgent emails, chat messages,
 incoming tickets, latest tweets and much more! Users can add the widgets
 they like and change the background to their liking.]]></description>
-       <version>7.4.0</version>
+       <version>7.5.0</version>
        <licence>agpl</licence>
        <author>Julius Härtl</author>
        <namespace>Dashboard</namespace>
@@ -21,7 +21,7 @@ they like and change the background to their liking.]]></description>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
 
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <navigations>
index 8462ed1816d4255c83abf7b0df21a3ca26d87515..10f78d8332a2b50cd597189c86dd2de320dcabb0 100644 (file)
@@ -5,7 +5,7 @@
        <name>WebDAV</name>
        <summary>WebDAV endpoint</summary>
        <description>WebDAV endpoint</description>
-       <version>1.22.0</version>
+       <version>1.23.0</version>
        <licence>agpl</licence>
        <author>owncloud.org</author>
        <namespace>DAV</namespace>
@@ -16,7 +16,7 @@
        <category>integration</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <background-jobs>
index 3e2469631c8884ba5c44231acd82338bb32aa290..ca03c51fc2b31461e6eba6583aece2705bbdad5a 100644 (file)
@@ -14,7 +14,7 @@
                Please read the documentation to know all implications before you decide
                to enable server-side encryption.
        </description>
-       <version>2.12.0</version>
+       <version>2.13.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <author>Clark Tomlinson</author>
@@ -31,7 +31,7 @@
 
        <dependencies>
                <lib>openssl</lib>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <repair-steps>
index 5645744fe07bc7ddb4a14cfd635ea6310e60465b..1e71de0fa663d3b7cd9e98707fb6fbea4ba018a7 100644 (file)
@@ -5,7 +5,7 @@
        <name>Federated file sharing</name>
        <summary>Provide federated file sharing across servers</summary>
        <description>Provide federated file sharing across servers</description>
-       <version>1.14.0</version>
+       <version>1.15.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <author>Roeland Jago Douma</author>
@@ -15,7 +15,7 @@
        <bugs>https://github.com/nextcloud/server/issues</bugs>
 
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <settings>
index b859740d7335ffdf5218086b03744c14b90d64d1..67280335769145a171281cf237ebe53ee3f7cd6a 100644 (file)
@@ -5,7 +5,7 @@
        <name>Federation</name>
        <summary>Federation allows you to connect with other trusted servers to exchange the user directory.</summary>
        <description>Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.</description>
-       <version>1.14.0</version>
+       <version>1.15.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <namespace>Federation</namespace>
@@ -18,7 +18,7 @@
        <bugs>https://github.com/nextcloud/server/issues</bugs>
 
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <background-jobs>
index 0bfeed2b3a0f22612d6016dc74effb38d40a2e23..f62a913e8f4357458b52d3420abc17b13784a657 100644 (file)
@@ -5,7 +5,7 @@
        <name>Files</name>
        <summary>File Management</summary>
        <description>File Management</description>
-       <version>1.19.0</version>
+       <version>1.20.0</version>
        <licence>agpl</licence>
        <author>Robin Appelman</author>
        <author>Vincent Petry</author>
@@ -19,7 +19,7 @@
        <category>files</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <background-jobs>
index f9b2b8341ceb567824f3164199c5c0de96451f47..0efa5fc43b9e1923f5cc35c8eb17c960a1025d4f 100644 (file)
@@ -9,7 +9,7 @@ This application enables administrators to configure connections to external sto
 
 External storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation.
        </description>
-       <version>1.16.1</version>
+       <version>1.17.0</version>
        <licence>agpl</licence>
        <author>Robin Appelman</author>
        <author>Michael Gapczynski</author>
@@ -28,7 +28,7 @@ External storage can be configured using the GUI or at the command line. This se
        <bugs>https://github.com/nextcloud/server/issues</bugs>
 
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <background-jobs>
index 7ab8a1fcfa2521a7f0de80dca92b45aed1d0bc27..44f3e3a45cda71059e7a155f56c21862894fcc60 100644 (file)
@@ -9,7 +9,7 @@
 Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation.
 
        </description>
-       <version>1.16.2</version>
+       <version>1.17.0</version>
        <licence>agpl</licence>
        <author>Michael Gapczynski</author>
        <author>Bjoern Schiessle</author>
@@ -23,7 +23,7 @@ Turning the feature off removes shared files and folders on the server for all s
        <category>social</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <background-jobs>
index e5308a2e3fd3b870f24adb6a6ba72a3ac3c7aee6..b8f4b5ea6b17fb96a51c84c4363fd77c73e98646 100644 (file)
@@ -9,7 +9,7 @@ This application enables users to restore files that were deleted from the syste
 To prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation.
 
        </description>
-       <version>1.14.0</version>
+       <version>1.15.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <namespace>Files_Trashbin</namespace>
@@ -24,7 +24,7 @@ To prevent a user from running out of disk space, the Deleted files app will not
        <category>files</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <background-jobs>
index d0ca634e1de0838c32ebeb597aa4e69fe49767b0..3032d8cc934bc601f69f82c79b345d28dc85bbfb 100644 (file)
@@ -8,7 +8,7 @@
                This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.
                In addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.
        </description>
-       <version>1.17.0</version>
+       <version>1.18.0</version>
        <licence>agpl</licence>
        <author>Frank Karlitschek</author>
        <author>Bjoern Schiessle</author>
@@ -24,7 +24,7 @@
        <category>files</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <background-jobs>
index dfb57693c09f7c54bbe58b6fe2d002dd03c81657..cf486e062286b6c67b6659ebccfa3cb84ebfbbbd 100644 (file)
@@ -5,7 +5,7 @@
        <name>Lookup Server Connector</name>
        <summary>Sync public user information with the lookup server</summary>
        <description>Sync public user information with the lookup server</description>
-       <version>1.12.0</version>
+       <version>1.13.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <namespace>LookupServerConnector</namespace>
@@ -17,6 +17,6 @@
        <category>social</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 </info>
index a21e8aa98baaba2eefe5d1dde961fc44365af886..ae2fcb09986107434efdeabfb86a6aea5e082ac6 100644 (file)
@@ -5,7 +5,7 @@
        <name>OAuth 2.0</name>
        <summary>Allows OAuth2 compatible authentication from other web applications.</summary>
        <description>The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.</description>
-       <version>1.12.0</version>
+       <version>1.13.0</version>
        <licence>agpl</licence>
        <author>Lukas Reschke</author>
        <namespace>OAuth2</namespace>
@@ -17,7 +17,7 @@
        <category>integration</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <repair-steps>
index 9893d84d8fadda0f8a2ace470d587911126ac63f..dd01689950a0cee4e6ec38a308aa9e10d41cc1d8 100644 (file)
@@ -13,7 +13,7 @@
                listed above. More information is available in the Provisioning API documentation, including example calls
                and server responses.
        </description>
-       <version>1.14.0</version>
+       <version>1.15.0</version>
        <licence>agpl</licence>
        <author>Tom Needham</author>
        <namespace>Provisioning_API</namespace>
@@ -27,6 +27,6 @@
        <category>integration</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 </info>
index 7bf68e87808088bb26ab0e0fb5fb95a88f4e35d7..13e5eddcdf2ec552d2d7ea4097168b77afd3c9c2 100644 (file)
@@ -5,7 +5,7 @@
        <name>Nextcloud settings</name>
        <summary>Nextcloud settings</summary>
        <description>Nextcloud settings</description>
-       <version>1.6.0</version>
+       <version>1.7.0</version>
        <licence>agpl</licence>
        <author>Nextcloud</author>
        <namespace>Settings</namespace>
@@ -14,7 +14,7 @@
        <category>customization</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <settings>
index 2eda0a3ff4043c06c85f26ca4f62fdfb1dae7d29..f4d2900c80df3ee2c36a0c767c761a0585151f26 100644 (file)
@@ -5,7 +5,7 @@
        <name>Share by mail</name>
        <summary>Share provider which allows you to share files by mail</summary>
        <description>Share provider which allows you to share files by mail</description>
-       <version>1.14.0</version>
+       <version>1.15.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <namespace>ShareByMail</namespace>
@@ -17,7 +17,7 @@
        <category>social</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <settings>
index c3b91a7798df114d5ccd5b6ac94f90ee2f8497e6..9e0b347acbdb4815982377cf78e60b32cd823253 100644 (file)
@@ -6,7 +6,7 @@
        <summary>Collaborative tagging functionality which shares tags among users.</summary>
        <description>Collaborative tagging functionality which shares tags among users. Great for teams.
        (If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)</description>
-       <version>1.14.0</version>
+       <version>1.15.0</version>
        <licence>agpl</licence>
        <author>Vincent Petry</author>
        <author>Joas Schilling</author>
@@ -19,7 +19,7 @@
        <category>organization</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
        <settings>
                <admin>OCA\SystemTags\Settings\Admin</admin>
index e8bba3650dd689d36ce1276c1a3d5f48e64555d5..63418708ba94deafbb0365c0812f8e56d5e0b6b5 100644 (file)
@@ -5,7 +5,7 @@
        <name>QA testing</name>
        <summary>This app is only for testing! It is dangerous to have it enabled in a live instance</summary>
        <description>This app is only for testing! It is dangerous to have it enabled in a live instance</description>
-       <version>1.14.0</version>
+       <version>1.15.0</version>
        <licence>agpl</licence>
        <author>Joas Schilling</author>
        <types>
@@ -14,6 +14,6 @@
        <category>monitoring</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 </info>
index 0c9fee1757626b76d2e50cb9490e44ccfbc45837..3d7cabe721340aa3edbd209b0471039b790facd9 100644 (file)
@@ -5,7 +5,7 @@
        <name>Theming</name>
        <summary>Adjust the Nextcloud theme</summary>
        <description>Adjust the Nextcloud theme</description>
-       <version>1.15.0</version>
+       <version>1.16.0</version>
        <licence>agpl</licence>
        <author>Nextcloud</author>
        <namespace>Theming</namespace>
@@ -18,7 +18,7 @@
        <category>customization</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <settings>
index 8644cb87f52d0395363d10880d4edac84f2b05d1..bda0c18e3ed25f83404f5c0703b7de6b87a174e5 100644 (file)
@@ -5,7 +5,7 @@
        <name>Two factor backup codes</name>
        <summary>A two-factor auth backup codes provider</summary>
        <description>A two-factor auth backup codes provider</description>
-       <version>1.13.0</version>
+       <version>1.14.0</version>
        <licence>agpl</licence>
        <author>Christoph Wurst</author>
        <namespace>TwoFactorBackupCodes</namespace>
@@ -13,7 +13,7 @@
        <category>security</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <repair-steps>
index 9530ec09dce0249c33a192fd56b003cea97dd0fc..44fa6b9c50f7087a183209bf12b623ba11b9c7e6 100644 (file)
@@ -5,7 +5,7 @@
        <name>Update notification</name>
        <summary>Displays update notifications for Nextcloud and provides the SSO for the updater.</summary>
        <description>Displays update notifications for Nextcloud and provides the SSO for the updater.</description>
-       <version>1.14.0</version>
+       <version>1.15.0</version>
        <licence>agpl</licence>
        <author>Lukas Reschke</author>
        <namespace>UpdateNotification</namespace>
@@ -13,7 +13,7 @@
        <category>monitoring</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <background-jobs>
index d654d34d66ee6d91319b28adfbf9c29e35eff523..803b26457050b6d9ea49438448bc8b74ceb41df5 100644 (file)
@@ -9,7 +9,7 @@
 A user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation.
 
        </description>
-       <version>1.14.1</version>
+       <version>1.15.0</version>
        <licence>agpl</licence>
        <author>Dominik Schmidt</author>
        <author>Arthur Schiwon</author>
@@ -24,7 +24,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
                <lib>ldap</lib>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <background-jobs>
index fb6f978878fd30dfccd8e28da49f2df59b852c80..c385886e9464c0c0598c7cb6d381d02d84082451 100644 (file)
@@ -5,7 +5,7 @@
        <name>User status</name>
        <summary>User status</summary>
        <description><![CDATA[User status]]></description>
-       <version>1.4.0</version>
+       <version>1.5.0</version>
        <licence>agpl</licence>
        <author mail="oc.list@georgehrke.com" >Georg Ehrke</author>
        <namespace>UserStatus</namespace>
@@ -22,7 +22,7 @@
                </navigation>
        </navigations>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
        <background-jobs>
                <job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>
index 18cc9a708f0b284e9552d35112a306c40d164d4b..50d107855fdfebb4559023a14f222ed5fe97fb12 100644 (file)
@@ -7,7 +7,7 @@
        <description><![CDATA[Weather status integrated in the Dashboard app.
     User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.
     This status can also be integrated in other places like the Calendar app.]]></description>
-       <version>1.4.0</version>
+       <version>1.5.0</version>
        <licence>agpl</licence>
        <author mail="eneiluj@posteo.net">Julien Veyssier</author>
        <namespace>WeatherStatus</namespace>
@@ -16,6 +16,6 @@
        <category>dashboard</category>
        <bugs>https://github.com/nextcloud/server</bugs>
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 </info>
index 7bf46bb461082fd856bb57ac441505911a75bad2..6ec8b4d06faed41a5ea555dc7d23fe8b94788abb 100644 (file)
@@ -5,7 +5,7 @@
        <name>Nextcloud workflow engine</name>
        <summary>Nextcloud workflow engine</summary>
        <description>Nextcloud workflow engine</description>
-       <version>2.6.0</version>
+       <version>2.7.0</version>
        <licence>agpl</licence>
        <author>Arthur Schiwon</author>
        <author>Julius Härtl</author>
@@ -22,7 +22,7 @@
        <repository>https://github.com/nextcloud/server.git</repository>
 
        <dependencies>
-               <nextcloud min-version="24" max-version="24"/>
+               <nextcloud min-version="25" max-version="25"/>
        </dependencies>
 
        <background-jobs>
index 3d9d5411f698a4b19f7d3f232e30fe2237885964..5246cc227e7b28a15594a9460fbd1a128a4b15ea 100644 (file)
 // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
 // when updating major/minor version number.
 
-$OC_Version = [24, 0, 0, 9];
+$OC_Version = [25, 0, 0, 0];
 
 // The human readable string
-$OC_VersionString = '24.0.0 RC1';
+$OC_VersionString = '25.0.0 dev';
 
 $OC_VersionCanBeUpgradedFrom = [
        'nextcloud' => [
-               '23.0' => true,
                '24.0' => true,
+               '25.0' => true,
        ],
        'owncloud' => [
                '10.5' => true,