Browse Source

Master is now 23

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/27648/head
Joas Schilling 4 years ago
parent
commit
8b0448d407
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      apps/accessibility/appinfo/info.xml
  2. 2
      apps/admin_audit/appinfo/info.xml
  3. 2
      apps/cloud_federation_api/appinfo/info.xml
  4. 2
      apps/comments/appinfo/info.xml
  5. 2
      apps/contactsinteraction/appinfo/info.xml
  6. 2
      apps/dashboard/appinfo/info.xml
  7. 2
      apps/dav/appinfo/info.xml
  8. 2
      apps/encryption/appinfo/info.xml
  9. 2
      apps/federatedfilesharing/appinfo/info.xml
  10. 2
      apps/federation/appinfo/info.xml
  11. 2
      apps/files/appinfo/info.xml
  12. 2
      apps/files_external/appinfo/info.xml
  13. 2
      apps/files_sharing/appinfo/info.xml
  14. 2
      apps/files_trashbin/appinfo/info.xml
  15. 2
      apps/files_versions/appinfo/info.xml
  16. 2
      apps/lookup_server_connector/appinfo/info.xml
  17. 2
      apps/oauth2/appinfo/info.xml
  18. 2
      apps/provisioning_api/appinfo/info.xml
  19. 2
      apps/settings/appinfo/info.xml
  20. 2
      apps/sharebymail/appinfo/info.xml
  21. 2
      apps/systemtags/appinfo/info.xml
  22. 2
      apps/testing/appinfo/info.xml
  23. 2
      apps/theming/appinfo/info.xml
  24. 2
      apps/twofactor_backupcodes/appinfo/info.xml
  25. 2
      apps/updatenotification/appinfo/info.xml
  26. 2
      apps/user_ldap/appinfo/info.xml
  27. 2
      apps/user_status/appinfo/info.xml
  28. 2
      apps/weather_status/appinfo/info.xml
  29. 2
      apps/workflowengine/appinfo/info.xml
  30. 6
      version.php

2
apps/accessibility/appinfo/info.xml

@ -16,7 +16,7 @@
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<repair-steps>

2
apps/admin_audit/appinfo/info.xml

@ -15,7 +15,7 @@
<category>monitoring</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<background-jobs>
<job>OCA\AdminAudit\BackgroundJobs\Rotate</job>

2
apps/cloud_federation_api/appinfo/info.xml

@ -15,6 +15,6 @@
<category>files</category>
<bugs>https://github.com/nextcloud/cloud_federation/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
</info>

2
apps/comments/appinfo/info.xml

@ -17,7 +17,7 @@
<category>social</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<activity>

2
apps/contactsinteraction/appinfo/info.xml

@ -17,7 +17,7 @@
<category>social</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<background-jobs>
<job>OCA\ContactsInteraction\BackgroundJob\CleanupJob</job>

2
apps/dashboard/appinfo/info.xml

@ -16,7 +16,7 @@
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<navigations>

2
apps/dav/appinfo/info.xml

@ -16,7 +16,7 @@
<category>integration</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<background-jobs>

2
apps/encryption/appinfo/info.xml

@ -31,7 +31,7 @@
<dependencies>
<lib>openssl</lib>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<repair-steps>

2
apps/federatedfilesharing/appinfo/info.xml

@ -15,7 +15,7 @@
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<settings>

2
apps/federation/appinfo/info.xml

@ -18,7 +18,7 @@
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<background-jobs>

2
apps/files/appinfo/info.xml

@ -19,7 +19,7 @@
<category>files</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<background-jobs>

2
apps/files_external/appinfo/info.xml

@ -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="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<background-jobs>

2
apps/files_sharing/appinfo/info.xml

@ -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="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<background-jobs>

2
apps/files_trashbin/appinfo/info.xml

@ -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="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<background-jobs>

2
apps/files_versions/appinfo/info.xml

@ -24,7 +24,7 @@
<category>files</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<background-jobs>

2
apps/lookup_server_connector/appinfo/info.xml

@ -17,6 +17,6 @@
<category>social</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
</info>

2
apps/oauth2/appinfo/info.xml

@ -17,7 +17,7 @@
<category>integration</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<repair-steps>

2
apps/provisioning_api/appinfo/info.xml

@ -27,6 +27,6 @@
<category>integration</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
</info>

2
apps/settings/appinfo/info.xml

@ -14,7 +14,7 @@
<category>customization</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<settings>

2
apps/sharebymail/appinfo/info.xml

@ -17,7 +17,7 @@
<category>social</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<settings>

2
apps/systemtags/appinfo/info.xml

@ -19,7 +19,7 @@
<category>organization</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<settings>
<admin>OCA\SystemTags\Settings\Admin</admin>

2
apps/testing/appinfo/info.xml

@ -14,6 +14,6 @@
<category>monitoring</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
</info>

2
apps/theming/appinfo/info.xml

@ -18,7 +18,7 @@
<category>customization</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<settings>

2
apps/twofactor_backupcodes/appinfo/info.xml

@ -13,7 +13,7 @@
<category>security</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<repair-steps>

2
apps/updatenotification/appinfo/info.xml

@ -13,7 +13,7 @@
<category>monitoring</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<background-jobs>

2
apps/user_ldap/appinfo/info.xml

@ -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="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<background-jobs>

2
apps/user_status/appinfo/info.xml

@ -22,7 +22,7 @@
</navigation>
</navigations>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<background-jobs>
<job>OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob</job>

2
apps/weather_status/appinfo/info.xml

@ -16,6 +16,6 @@
<category>dashboard</category>
<bugs>https://github.com/nextcloud/server</bugs>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
</info>

2
apps/workflowengine/appinfo/info.xml

@ -22,7 +22,7 @@
<repository>https://github.com/nextcloud/server.git</repository>
<dependencies>
<nextcloud min-version="22" max-version="22"/>
<nextcloud min-version="23" max-version="23"/>
</dependencies>
<background-jobs>

6
version.php

@ -30,15 +30,15 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = [22, 0, 0, 9];
$OC_Version = [23, 0, 0, 0];
// The human readable string
$OC_VersionString = '22.0.0 RC1';
$OC_VersionString = '23.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'21.0' => true,
'22.0' => true,
'23.0' => true,
],
'owncloud' => [
'10.5' => true,

Loading…
Cancel
Save