]> source.dussan.org Git - nextcloud-server.git/commitdiff
Master is now 26 34186/head
authorJoas Schilling <coding@schilljs.com>
Thu, 22 Sep 2022 09:47:26 +0000 (11:47 +0200)
committerJoas Schilling <coding@schilljs.com>
Thu, 22 Sep 2022 09:56:15 +0000 (11:56 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
30 files changed:
.github/dependabot.yml
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 f9bcfafa675ccc0fe5409a18eb2bf9ab596890ca..ab768a004626cac3e8f215ee07105f34badc5246 100644 (file)
@@ -62,7 +62,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable22
+  target-branch: stable23
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -80,7 +80,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable23
+  target-branch: stable24
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -89,7 +89,7 @@ updates:
   ignore:
     # ignore all GitHub linguist patch updates
     - dependency-name: "*"
-      update-types: ["version-update:semver-major", "version-update:semver-minor"]
+      update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
 
 - package-ecosystem: npm
   directory: "/"
@@ -98,7 +98,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable24
+  target-branch: stable25
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -107,7 +107,7 @@ updates:
   ignore:
     # ignore all GitHub linguist patch updates
     - dependency-name: "*"
-      update-types: ["version-update:semver-major", "version-update:semver-minor"]
+      update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
 
 # Testing StableXX composer
 - package-ecosystem: composer
@@ -117,7 +117,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable22
+  target-branch: stable23
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -135,7 +135,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable23
+  target-branch: stable24
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -144,7 +144,7 @@ updates:
   ignore:
     # ignore all GitHub linguist patch updates
     - dependency-name: "*"
-      update-types: ["version-update:semver-major", "version-update:semver-minor"]
+      update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
 
 - package-ecosystem: composer
   directory: "/build/integration"
@@ -153,7 +153,7 @@ updates:
     day: saturday
     time: "03:00"
     timezone: Europe/Paris
-  target-branch: stable24
+  target-branch: stable25
   labels:
     - "3. to review"
     - "feature: dependencies"
@@ -162,4 +162,4 @@ updates:
   ignore:
     # ignore all GitHub linguist patch updates
     - dependency-name: "*"
-      update-types: ["version-update:semver-major", "version-update:semver-minor"]
+      update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
index a11d058452ddb714cf57a0d9a70aaaf948ee3d9e..beba1171e185bac6b657ce55ef9122907eb8241d 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.15.0</version>
+       <version>1.16.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="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
        <background-jobs>
                <job>OCA\AdminAudit\BackgroundJobs\Rotate</job>
index 5511f0823767af8461bfb5e5789dcdf533689a5a..4699ff655b8dc7f1f68353d541469c2beb842341 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.8.0</version>
+       <version>1.9.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="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 </info>
index 70a1695b9239116cee3d64a6d5ab4ec94b98b415..5802d44403cb8b1bd1b247c65792915513956b05 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.15.0</version>
+       <version>1.16.0</version>
        <licence>agpl</licence>
        <author>Arthur Schiwon</author>
        <author>Vincent Petry</author>
@@ -16,7 +16,7 @@
        <category>social</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <activity>
index 2f52ff2c030aefae239169e3819a7feda6f0941a..91dd209a68f82fb80cc2610d8ae09ce4c58958e5 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.6.0</version>
+       <version>1.7.0</version>
        <licence>agpl</licence>
        <author>Christoph Wurst</author>
        <author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
@@ -17,7 +17,7 @@
        <category>social</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
        <background-jobs>
                <job>OCA\ContactsInteraction\BackgroundJob\CleanupJob</job>
index 5969c5d1dee53eae1b25f5ea20483b9d02280032..8f27a63a2f356a37a68eac05a3555db2e656e348 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.5.0</version>
+       <version>7.6.0</version>
        <licence>agpl</licence>
        <author>Julius Härtl</author>
        <namespace>Dashboard</namespace>
@@ -20,7 +20,7 @@ they like and change the background to their liking.]]></description>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
 
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <navigations>
index 02fbe970c47a0701cca2b6b5a0e576405f690753..134481018a06673fd3194ef18ef46f0312ee86ec 100644 (file)
@@ -5,7 +5,7 @@
        <name>WebDAV</name>
        <summary>WebDAV endpoint</summary>
        <description>WebDAV endpoint</description>
-       <version>1.24.0</version>
+       <version>1.25.0</version>
        <licence>agpl</licence>
        <author>owncloud.org</author>
        <namespace>DAV</namespace>
@@ -15,7 +15,7 @@
        <category>integration</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <background-jobs>
index ca03c51fc2b31461e6eba6583aece2705bbdad5a..03d443b1d2d4c94e9431a68920a671e9199ddb51 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.13.0</version>
+       <version>2.14.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <author>Clark Tomlinson</author>
@@ -31,7 +31,7 @@
 
        <dependencies>
                <lib>openssl</lib>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <repair-steps>
index 1e71de0fa663d3b7cd9e98707fb6fbea4ba018a7..4ee872951f84a96f451129eb388e00e882015136 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.15.0</version>
+       <version>1.16.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="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <settings>
index 263ffad2092ae391274404325ff15bfee586a7c8..636833ed5f23e1613ea35988c62d6eab4a8de7e1 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.15.0</version>
+       <version>1.16.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <namespace>Federation</namespace>
@@ -17,7 +17,7 @@
        <bugs>https://github.com/nextcloud/server/issues</bugs>
 
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <background-jobs>
index 6c8c043cd2c6bffefcf3f06a90b9059442ccf2ac..ac7e9a2fa8e0489d4c9c5fd02964d81c6390186e 100644 (file)
@@ -5,7 +5,7 @@
        <name>Files</name>
        <summary>File Management</summary>
        <description>File Management</description>
-       <version>1.20.0</version>
+       <version>1.21.0</version>
        <licence>agpl</licence>
        <author>Robin Appelman</author>
        <author>Vincent Petry</author>
@@ -18,7 +18,7 @@
        <category>files</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <background-jobs>
index 0efa5fc43b9e1923f5cc35c8eb17c960a1025d4f..9e9024806db4f3a22392c590860aed9e23e8ba7b 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.17.0</version>
+       <version>1.18.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="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <background-jobs>
index 66c49d6eeb68692b63d703e1c0b09a38904cd55a..3b375bbf87aa0ae0fd8e45324c18f141240f8af9 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.17.0</version>
+       <version>1.18.0</version>
        <licence>agpl</licence>
        <author>Michael Gapczynski</author>
        <author>Bjoern Schiessle</author>
@@ -22,7 +22,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="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <background-jobs>
index f63953ade9b6610548b88bed158a709ea42b7d41..1e7b5e1849e3023b7d232b2fea00c3a680efb7a8 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.15.0</version>
+       <version>1.16.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <namespace>Files_Trashbin</namespace>
@@ -23,7 +23,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="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <background-jobs>
index bdd699d620cef5f0e7978ba7e1a0fb77156b6733..d40a16c023b5594306147292a130da9524fa53e3 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 does not 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.18.0</version>
+       <version>1.19.0</version>
        <licence>agpl</licence>
        <author>Frank Karlitschek</author>
        <author>Bjoern Schiessle</author>
@@ -23,7 +23,7 @@
        <category>files</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <background-jobs>
index 5cc54c7e9f23fe8d07211a88c3020e4591770257..dd0fb04f54379057e2ef42f65afddfe7fc42b8df 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.13.0</version>
+       <version>1.14.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <namespace>LookupServerConnector</namespace>
@@ -16,6 +16,6 @@
        <category>social</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 </info>
index 6eed9b9d18e5769e379d7ef7d6feab648a0eadc3..c9a2d46045004f16a76f8f7eecc08857f8be070b 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.13.0</version>
+       <version>1.14.0</version>
        <licence>agpl</licence>
        <author>Lukas Reschke</author>
        <namespace>OAuth2</namespace>
@@ -16,7 +16,7 @@
        <category>integration</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <repair-steps>
index 56dc6e610d4c2ac77c7f42d05440492b5e0988aa..19d019128f557cd674490090753249a8ae49cced 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.15.0</version>
+       <version>1.16.0</version>
        <licence>agpl</licence>
        <author>Tom Needham</author>
        <namespace>Provisioning_API</namespace>
@@ -26,6 +26,6 @@
        <category>integration</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 </info>
index f030c1e5c50f7e4d92156e7db9110498ece8e9ee..37083481ada71e864b4960d956e4cbdfbf5e6006 100644 (file)
@@ -5,7 +5,7 @@
        <name>Nextcloud settings</name>
        <summary>Nextcloud settings</summary>
        <description>Nextcloud settings</description>
-       <version>1.7.0</version>
+       <version>1.8.0</version>
        <licence>agpl</licence>
        <author>Nextcloud</author>
        <namespace>Settings</namespace>
@@ -13,7 +13,7 @@
        <category>customization</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <settings>
index 70458f44d19904fbf42c32ffb3bdf8bcdb0ef1b5..38e2091d2b7cb75e3cec2cdc5efc56ae0411a6fa 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.15.0</version>
+       <version>1.16.0</version>
        <licence>agpl</licence>
        <author>Bjoern Schiessle</author>
        <namespace>ShareByMail</namespace>
@@ -16,7 +16,7 @@
        <category>social</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <settings>
index 1f572a831d67b403110a7daaa120beeb72b1f31a..ff598b1de742db08a0af9a9d49e65392afb3b06b 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.15.0</version>
+       <version>1.16.0</version>
        <licence>agpl</licence>
        <author>Vincent Petry</author>
        <author>Joas Schilling</author>
@@ -18,7 +18,7 @@
        <category>organization</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
        <settings>
                <admin>OCA\SystemTags\Settings\Admin</admin>
index 63418708ba94deafbb0365c0812f8e56d5e0b6b5..2fd528b901542e59632b12d32e889cf540dc8240 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.15.0</version>
+       <version>1.16.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="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 </info>
index 6823a9fbd886c7d5081efd38411b2acea4ff9d75..fcdaade0fd5f2e0b1050e4e5e9e049a54e812f99 100644 (file)
@@ -5,7 +5,7 @@
        <name>Theming</name>
        <summary>Adjust the Nextcloud theme</summary>
        <description>Adjust the Nextcloud theme</description>
-       <version>2.0.0</version>
+       <version>2.1.0</version>
        <licence>agpl</licence>
        <author>Nextcloud</author>
        <namespace>Theming</namespace>
@@ -17,7 +17,7 @@
        <category>customization</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <settings>
index bda0c18e3ed25f83404f5c0703b7de6b87a174e5..6cc963e0b32bd853ab18afbba34eb914158acf1b 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.14.0</version>
+       <version>1.15.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="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <repair-steps>
index 626316f04aa4b180e4e82795293c15401ba7ee5b..e19de0345d91189d37b5e37b3750c46d6eca58c5 100644 (file)
@@ -5,14 +5,14 @@
        <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.15.0</version>
+       <version>1.16.0</version>
        <licence>agpl</licence>
        <author>Lukas Reschke</author>
        <namespace>UpdateNotification</namespace>
        <category>monitoring</category>
        <bugs>https://github.com/nextcloud/server/issues</bugs>
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <background-jobs>
index 803b26457050b6d9ea49438448bc8b74ceb41df5..2f4cb7f2eed63ae49e20ab34156e4830ebfecd76 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.15.0</version>
+       <version>1.16.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="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <background-jobs>
index 23f07eb325ae29716a0bbc234f8a2aa845f42d32..e10723da887c08137b9cfae0b03b2a6d5beb987b 100644 (file)
@@ -5,7 +5,7 @@
        <name>User status</name>
        <summary>User status</summary>
        <description><![CDATA[User status]]></description>
-       <version>1.5.0</version>
+       <version>1.6.0</version>
        <licence>agpl</licence>
        <author mail="oc.list@georgehrke.com" >Georg Ehrke</author>
        <namespace>UserStatus</namespace>
@@ -21,7 +21,7 @@
                </navigation>
        </navigations>
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
        <background-jobs>
                <job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>
index 403d5eb3e5deaa32a21c99e973bbe9249f7eead0..e88a9e1f802ac3928161836b69b7d377b5095090 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.5.0</version>
+       <version>1.6.0</version>
        <licence>agpl</licence>
        <author mail="eneiluj@posteo.net">Julien Veyssier</author>
        <namespace>WeatherStatus</namespace>
@@ -15,6 +15,6 @@
        <category>dashboard</category>
        <bugs>https://github.com/nextcloud/server</bugs>
        <dependencies>
-               <nextcloud min-version="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 </info>
index 6ec8b4d06faed41a5ea555dc7d23fe8b94788abb..0ec29afd388d094fcab0fd00f9810b8aa1777f93 100644 (file)
@@ -5,7 +5,7 @@
        <name>Nextcloud workflow engine</name>
        <summary>Nextcloud workflow engine</summary>
        <description>Nextcloud workflow engine</description>
-       <version>2.7.0</version>
+       <version>2.8.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="25" max-version="25"/>
+               <nextcloud min-version="26" max-version="26"/>
        </dependencies>
 
        <background-jobs>
index 687333edf6f4e0fa4d595beb42f9afb33422a11f..05812defb338b5dfff925ab365e333e0244d3ccd 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 = [25, 0, 0, 12];
+$OC_Version = [26, 0, 0, 0];
 
 // The human readable string
-$OC_VersionString = '25.0.0 beta 7';
+$OC_VersionString = '26.0.0 dev';
 
 $OC_VersionCanBeUpgradedFrom = [
        'nextcloud' => [