diff --git a/.drone.yml b/.drone.yml
index 99e47e18e8145..cadcc0d45a906 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -30,7 +30,7 @@ steps:
commands:
- git submodule update --init
- name: checkers
- image: nextcloudci/php7.2:php7.2-13
+ image: nextcloudci/php7.3:latest
commands:
- ./autotest-checkers.sh
secrets: [ github_token ]
@@ -246,10 +246,6 @@ steps:
image: docker:git
commands:
- git submodule update --init
-- name: nodb-php7.2
- image: nextcloudci/php7.2:latest
- commands:
- - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
- name: nodb-php7.3
image: nextcloudci/php7.3:latest
commands:
@@ -258,6 +254,10 @@ steps:
image: nextcloudci/php7.4:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
+#- name: nodb-php8.0
+# image: nextcloudci/php8.0:latest
+# commands:
+# - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
services:
- name: cache
@@ -280,18 +280,18 @@ steps:
image: docker:git
commands:
- git submodule update --init
-- name: sqlite-php7.2
- image: nextcloudci/php7.2:php7.2-13
- commands:
- - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
- name: sqlite-php7.3
- image: nextcloudci/php7.3:php7.3-4
+ image: nextcloudci/php7.3:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
- name: sqlite-php7.4
- image: nextcloudci/php7.4:2
+ image: nextcloudci/php7.4:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
+#- name: sqlite-php8.0
+# image: nextcloudci/php8.0:latest
+# commands:
+# - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
services:
- name: cache
@@ -307,15 +307,15 @@ trigger:
---
kind: pipeline
-name: mariadb10.1-php7.2
+name: mariadb10.1-php7.3
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mariadb10.1-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: mariadb10.1-php7.3
+ image: nextcloudci/php7.3:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@@ -342,15 +342,15 @@ trigger:
---
kind: pipeline
-name: mariadb10.2-php7.2
+name: mariadb10.2-php7.3
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mariadb10.2-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: mariadb10.2-php7.3
+ image: nextcloudci/php7.3:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@@ -376,15 +376,15 @@ trigger:
---
kind: pipeline
-name: mariadb10.3-php7.2
+name: mariadb10.3-php7.3
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mariadb10.3-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: mariadb10.3-php7.3
+ image: nextcloudci/php7.3:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
@@ -410,17 +410,22 @@ trigger:
---
kind: pipeline
-name: mariadb10.4-php7.3
+name: mariadb10.4-php7.4
+#name: mariadb10.4-php8.0
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mariadb10.4-php7.3
- image: nextcloudci/php7.3:php7.3-4
+- name: mariadb10.4-php7.4
+ image: nextcloudci/php7.4:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
+#- name: mariadb10.4-php8.0
+# image: nextcloudci/php8.0:latest
+# commands:
+# - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
services:
- name: cache
@@ -445,15 +450,15 @@ trigger:
---
kind: pipeline
-name: mysql8.0-php7.2
+name: mysql8.0-php7.4
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mysql-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: mysql-php7.4
+ image: nextcloudci/php7.4:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
@@ -481,15 +486,15 @@ trigger:
---
kind: pipeline
-name: mysql5.7-php7.2
+name: mysql5.7-php7.4
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mysql-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: mysql-php7.4
+ image: nextcloudci/php7.4:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
@@ -545,15 +550,15 @@ trigger:
---
kind: pipeline
-name: mysql5.6-php7.2
+name: mysql5.6-php7.3
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mysql5.6-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: mysql5.6-php7.3
+ image: nextcloudci/php7.3:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
@@ -614,15 +619,15 @@ trigger:
---
kind: pipeline
-name: postgres10-php7.2
+name: postgres10-php7.3
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: postgres-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: postgres-php7.3
+ image: nextcloudci/php7.3:latest
commands:
- sleep 10 # gives the database enough time to initialize
- POSTGRES=10 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
@@ -648,15 +653,15 @@ trigger:
---
kind: pipeline
-name: postgres11-php7.2
+name: postgres11-php7.4
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: postgres-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: postgres-php7.4
+ image: nextcloudci/php7.4:latest
commands:
- sleep 10 # gives the database enough time to initialize
- POSTGRES=11 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
@@ -683,17 +688,22 @@ trigger:
---
kind: pipeline
-name: mysqlmb4-php7.2
+name: mysqlmb4-php7.4
+#name: mysqlmb4-php8.0
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init
-- name: mysqlmb4-php7.2
- image: nextcloudci/php7.2:php7.2-13
+- name: mysqlmb4-php7.4
+ image: nextcloudci/php7.4:latest
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
+#- name: mysqlmb4-php8.0
+# image: nextcloudci/php8.0:latest
+# commands:
+# - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
services:
- name: cache
@@ -1507,48 +1517,6 @@ trigger:
- pull_request
- push
----
-kind: pipeline
-name: integration-ldap-openldap-uid-features-php54-api
-
-steps:
-- name: submodules
- image: docker:git
- commands:
- - git submodule update --init
-- name: integration-ldap-openldap-uid-features
- image: nextcloudci/integration-php7.2:integration-php7.2-1
- commands:
- - bash tests/drone-run-integration-tests.sh || exit 0
- - ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- - ./occ config:system:set redis host --value=cache
- - ./occ config:system:set redis port --value=6379 --type=integer
- - ./occ config:system:set redis timeout --value=0 --type=integer
- - ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.local
- - ./occ config:system:set --type string --value "\\OC\\Memcache\\Redis" memcache.distributed
- - cd build/integration
- - ./run.sh ldap_features/openldap-uid-username.feature
-
-services:
-- name: cache
- image: redis
-- name: openldap
- image: nextcloudci/openldap:openldap-7
- environment:
- SLAPD_DOMAIN: nextcloud.ci
- SLAPD_ORGANIZATION: Nextcloud
- SLAPD_PASSWORD: admin
- SLAPD_ADDITIONAL_MODULES: memberof
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-type: docker
-
---
kind: pipeline
name: integration-ldap-openldap-uid-features
@@ -2276,7 +2244,7 @@ trigger:
# commands:
# - git submodule update --init
#- name: memcache-redis-cluster
-# image: nextcloudci/php7.2:php7.2-13
+# image: nextcloudci/php7.3:latest
# commands:
# - phpenmod xdebug
# - sleep 20
diff --git a/apps/accessibility/appinfo/info.xml b/apps/accessibility/appinfo/info.xml
index b498ddb700e95..52926a97e6ec7 100644
--- a/apps/accessibility/appinfo/info.xml
+++ b/apps/accessibility/appinfo/info.xml
@@ -5,7 +5,7 @@
Accessibility
Accessibility options for nextcloud
- 1.6.0
+ 1.7.0
agpl
John Molakvoæ
Accessibility
@@ -16,7 +16,7 @@
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/admin_audit/appinfo/info.xml b/apps/admin_audit/appinfo/info.xml
index e9c9ff022316e..113cc5080fbea 100644
--- a/apps/admin_audit/appinfo/info.xml
+++ b/apps/admin_audit/appinfo/info.xml
@@ -5,7 +5,7 @@
Auditing / Logging
Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.
Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.
- 1.10.0
+ 1.11.0
agpl
Nextcloud
AdminAudit
@@ -15,7 +15,7 @@
monitoring
https://github.com/nextcloud/server/issues
-
+
OCA\AdminAudit\BackgroundJobs\Rotate
diff --git a/apps/cloud_federation_api/appinfo/info.xml b/apps/cloud_federation_api/appinfo/info.xml
index fc194b62cfaa4..6248457f0b015 100644
--- a/apps/cloud_federation_api/appinfo/info.xml
+++ b/apps/cloud_federation_api/appinfo/info.xml
@@ -5,7 +5,7 @@
Cloud Federation API
Enable clouds to communicate with each other and exchange data
The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.
- 1.3.0
+ 1.4.0
agpl
Bjoern Schiessle
CloudFederationAPI
@@ -15,6 +15,6 @@
files
https://github.com/nextcloud/cloud_federation/issues
-
+
diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml
index 308a4cd45a8ff..dd51ac8458855 100644
--- a/apps/comments/appinfo/info.xml
+++ b/apps/comments/appinfo/info.xml
@@ -5,7 +5,7 @@
Comments
Files app plugin to add comments to files
Files app plugin to add comments to files
- 1.10.0
+ 1.11.0
agpl
Arthur Schiwon
Vincent Petry
@@ -17,7 +17,7 @@
social
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/contactsinteraction/appinfo/info.xml b/apps/contactsinteraction/appinfo/info.xml
index e9f080f053a49..25f7fd7cec172 100644
--- a/apps/contactsinteraction/appinfo/info.xml
+++ b/apps/contactsinteraction/appinfo/info.xml
@@ -5,7 +5,7 @@
Contacts Interaction
Manages interaction between users and contacts
Collect data about user and contacts interactions and provide an address book for the data
- 1.1.0
+ 1.2.0
agpl
Christoph Wurst
ContactsInteraction
@@ -17,7 +17,7 @@
social
https://github.com/nextcloud/server/issues
-
+
OCA\ContactsInteraction\BackgroundJob\CleanupJob
diff --git a/apps/dashboard/appinfo/info.xml b/apps/dashboard/appinfo/info.xml
index 9d3b7fc841827..32d80061f9315 100644
--- a/apps/dashboard/appinfo/info.xml
+++ b/apps/dashboard/appinfo/info.xml
@@ -5,7 +5,7 @@
Dashboard
Dashboard app
- 7.0.0
+ 7.1.0
agpl
Julius Härtl
Dashboard
@@ -16,7 +16,7 @@
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index 9eab8e327087e..53825f5507208 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -5,7 +5,7 @@
WebDAV
WebDAV endpoint
WebDAV endpoint
- 1.16.0
+ 1.17.0
agpl
owncloud.org
DAV
@@ -16,7 +16,7 @@
integration
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml
index 9603f9d16cdb7..feb818ae08b98 100644
--- a/apps/encryption/appinfo/info.xml
+++ b/apps/encryption/appinfo/info.xml
@@ -14,7 +14,7 @@
Please read the documentation to know all implications before you decide
to enable server-side encryption.
- 2.8.1
+ 2.9.0
agpl
Bjoern Schiessle
Clark Tomlinson
@@ -31,7 +31,7 @@
openssl
-
+
diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml
index b30656fa51df2..0a938fb50d415 100644
--- a/apps/federatedfilesharing/appinfo/info.xml
+++ b/apps/federatedfilesharing/appinfo/info.xml
@@ -5,7 +5,7 @@
Federated file sharing
Provide federated file sharing across servers
Provide federated file sharing across servers
- 1.10.1
+ 1.11.0
agpl
Bjoern Schiessle
Roeland Jago Douma
@@ -15,7 +15,7 @@
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml
index fd6cb3e6e5079..fd6e2831720b8 100644
--- a/apps/federation/appinfo/info.xml
+++ b/apps/federation/appinfo/info.xml
@@ -5,7 +5,7 @@
Federation
Federation allows you to connect with other trusted servers to exchange the user directory.
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.
- 1.10.1
+ 1.11.0
agpl
Bjoern Schiessle
Federation
@@ -18,7 +18,7 @@
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml
index 5390c0d1d91ee..ea36df1837896 100644
--- a/apps/files/appinfo/info.xml
+++ b/apps/files/appinfo/info.xml
@@ -5,7 +5,7 @@
Files
File Management
File Management
- 1.15.0
+ 1.16.0
agpl
Robin Appelman
Vincent Petry
@@ -19,7 +19,7 @@
files
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml
index 03a8845d3d651..bf0a6122214a3 100644
--- a/apps/files_external/appinfo/info.xml
+++ b/apps/files_external/appinfo/info.xml
@@ -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.
- 1.11.1
+ 1.12.0
agpl
Robin Appelman
Michael Gapczynski
@@ -28,7 +28,7 @@ External storage can be configured using the GUI or at the command line. This se
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index e9576dd1adb2a..f954eb93f0725 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -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.
- 1.12.0
+ 1.13.0
agpl
Michael Gapczynski
Bjoern Schiessle
@@ -23,7 +23,7 @@ Turning the feature off removes shared files and folders on the server for all s
social
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index 838c02cc21367..c43773e62f716 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -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.
- 1.10.1
+ 1.11.0
agpl
Bjoern Schiessle
Files_Trashbin
@@ -24,7 +24,7 @@ To prevent a user from running out of disk space, the Deleted files app will not
files
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml
index 3b74052279315..b5dcbfd071848 100644
--- a/apps/files_versions/appinfo/info.xml
+++ b/apps/files_versions/appinfo/info.xml
@@ -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.
- 1.13.0
+ 1.14.0
agpl
Frank Karlitschek
Bjoern Schiessle
@@ -24,7 +24,7 @@
files
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/lookup_server_connector/appinfo/info.xml b/apps/lookup_server_connector/appinfo/info.xml
index 856187297bb73..cecb12a6ff391 100644
--- a/apps/lookup_server_connector/appinfo/info.xml
+++ b/apps/lookup_server_connector/appinfo/info.xml
@@ -5,7 +5,7 @@
Lookup Server Connector
Sync public user information with the lookup server
Sync public user information with the lookup server
- 1.8.0
+ 1.9.0
agpl
Bjoern Schiessle
LookupServerConnector
@@ -17,6 +17,6 @@
social
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml
index 2188b050a360e..59d165af0200c 100644
--- a/apps/oauth2/appinfo/info.xml
+++ b/apps/oauth2/appinfo/info.xml
@@ -5,7 +5,7 @@
OAuth 2.0
Allows OAuth2 compatible authentication from other web applications.
The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.
- 1.8.0
+ 1.9.0
agpl
Lukas Reschke
OAuth2
@@ -17,7 +17,7 @@
integration
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml
index 5c7f4c0c57120..30fbdd45e3a5a 100644
--- a/apps/provisioning_api/appinfo/info.xml
+++ b/apps/provisioning_api/appinfo/info.xml
@@ -13,7 +13,7 @@
listed above. More information is available in the Provisioning API documentation, including example calls
and server responses.
- 1.10.0
+ 1.11.0
agpl
Tom Needham
Provisioning_API
@@ -27,6 +27,6 @@
integration
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/settings/appinfo/info.xml b/apps/settings/appinfo/info.xml
index 88b82220d3de0..c1efd063e4625 100644
--- a/apps/settings/appinfo/info.xml
+++ b/apps/settings/appinfo/info.xml
@@ -5,7 +5,7 @@
Nextcloud settings
Nextcloud settings
Nextcloud settings
- 1.2.0
+ 1.3.0
agpl
Nextcloud
Settings
@@ -14,7 +14,7 @@
customization
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/sharebymail/appinfo/info.xml b/apps/sharebymail/appinfo/info.xml
index 513e343249d9d..451096500d457 100644
--- a/apps/sharebymail/appinfo/info.xml
+++ b/apps/sharebymail/appinfo/info.xml
@@ -5,7 +5,7 @@
Share by mail
Share provider which allows you to share files by mail
Share provider which allows you to share files by mail
- 1.10.0
+ 1.11.0
agpl
Bjoern Schiessle
ShareByMail
@@ -17,7 +17,7 @@
social
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml
index 0814f0052e0f5..c944b97dcd981 100644
--- a/apps/systemtags/appinfo/info.xml
+++ b/apps/systemtags/appinfo/info.xml
@@ -6,7 +6,7 @@
Collaborative tagging functionality which shares tags among users.
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.)
- 1.10.0
+ 1.11.0
agpl
Vincent Petry
Joas Schilling
@@ -19,7 +19,7 @@
organization
https://github.com/nextcloud/server/issues
-
+
OCA\SystemTags\Settings\Admin
diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml
index 1ada77ac9b078..ecb25df013fbe 100644
--- a/apps/testing/appinfo/info.xml
+++ b/apps/testing/appinfo/info.xml
@@ -5,7 +5,7 @@
QA testing
This app is only for testing! It is dangerous to have it enabled in a live instance
This app is only for testing! It is dangerous to have it enabled in a live instance
- 1.10.0
+ 1.11.0
agpl
Joas Schilling
@@ -14,6 +14,6 @@
monitoring
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml
index c2017c461e503..f9c6b03dddbe2 100644
--- a/apps/theming/appinfo/info.xml
+++ b/apps/theming/appinfo/info.xml
@@ -5,7 +5,7 @@
Theming
Adjust the Nextcloud theme
Adjust the Nextcloud theme
- 1.11.0
+ 1.12.0
agpl
Nextcloud
Theming
@@ -18,7 +18,7 @@
customization
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/twofactor_backupcodes/appinfo/info.xml b/apps/twofactor_backupcodes/appinfo/info.xml
index f0634c3c004dd..b9a726a860ea7 100644
--- a/apps/twofactor_backupcodes/appinfo/info.xml
+++ b/apps/twofactor_backupcodes/appinfo/info.xml
@@ -5,7 +5,7 @@
Two factor backup codes
A two-factor auth backup codes provider
A two-factor auth backup codes provider
- 1.9.0
+ 1.10.0
agpl
Christoph Wurst
TwoFactorBackupCodes
@@ -13,7 +13,7 @@
security
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml
index 34edb91b0565a..0461a70a1a341 100644
--- a/apps/updatenotification/appinfo/info.xml
+++ b/apps/updatenotification/appinfo/info.xml
@@ -5,7 +5,7 @@
Update notification
Displays update notifications for Nextcloud and provides the SSO for the updater.
Displays update notifications for Nextcloud and provides the SSO for the updater.
- 1.10.0
+ 1.11.0
agpl
Lukas Reschke
UpdateNotification
@@ -13,7 +13,7 @@
monitoring
https://github.com/nextcloud/server/issues
-
+
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index 145fb871a8c23..cbfb0cc1c330b 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -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.
- 1.10.2
+ 1.11.0
agpl
Dominik Schmidt
Arthur Schiwon
@@ -24,7 +24,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc
https://github.com/nextcloud/server/issues
ldap
-
+
diff --git a/apps/user_status/appinfo/info.xml b/apps/user_status/appinfo/info.xml
index 26d8113a84205..15d871b89b922 100644
--- a/apps/user_status/appinfo/info.xml
+++ b/apps/user_status/appinfo/info.xml
@@ -1,30 +1,30 @@
- user_status
- User status
- User status
-
- 1.0.0
- agpl
- Georg Ehrke
- UserStatus
-
- social
- https://github.com/nextcloud/server
-
-
- user_status-menuitem
- User status
-
- 1
- settings
-
-
-
-
-
-
- OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob
-
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
+ user_status
+ User status
+ User status
+
+ 1.1.0
+ agpl
+ Georg Ehrke
+ UserStatus
+
+ social
+ https://github.com/nextcloud/server
+
+
+ user_status-menuitem
+ User status
+
+ 1
+ settings
+
+
+
+
+
+
+ OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob
+
diff --git a/apps/weather_status/appinfo/info.xml b/apps/weather_status/appinfo/info.xml
index 23f37a2a9473d..d5a1c470cc141 100644
--- a/apps/weather_status/appinfo/info.xml
+++ b/apps/weather_status/appinfo/info.xml
@@ -1,21 +1,21 @@
- weather_status
- Weather status
- Weather status in your dashboard
-
+ weather_status
+ Weather status
+ Weather status in your dashboard
+
- 1.0.0
- agpl
- Julien Veyssier
- WeatherStatus
-
- integration
- dashboard
- https://github.com/nextcloud/server
-
-
-
+ 1.1.0
+ agpl
+ Julien Veyssier
+ WeatherStatus
+
+ integration
+ dashboard
+ https://github.com/nextcloud/server
+
+
+
diff --git a/apps/workflowengine/appinfo/info.xml b/apps/workflowengine/appinfo/info.xml
index 5a6cd8b7b2ad8..9d9b70d122b19 100644
--- a/apps/workflowengine/appinfo/info.xml
+++ b/apps/workflowengine/appinfo/info.xml
@@ -5,7 +5,7 @@
Nextcloud workflow engine
Nextcloud workflow engine
Nextcloud workflow engine
- 2.2.0
+ 2.3.0
agpl
Arthur Schiwon
Julius Härtl
@@ -22,7 +22,7 @@
https://github.com/nextcloud/server.git
-
+
diff --git a/lib/versioncheck.php b/lib/versioncheck.php
index 404bae8b19143..89a43790cf1f7 100644
--- a/lib/versioncheck.php
+++ b/lib/versioncheck.php
@@ -22,18 +22,18 @@
* along with this program. If not, see .
*
*/
-// Show warning if a PHP version below 7.2 is used,
-if (PHP_VERSION_ID < 70200) {
+// Show warning if a PHP version below 7.3 is used,
+if (PHP_VERSION_ID < 70300) {
http_response_code(500);
- echo 'This version of Nextcloud requires at least PHP 7.2
';
+ echo 'This version of Nextcloud requires at least PHP 7.3
';
echo 'You are currently running ' . PHP_VERSION . '. Please update your PHP version.';
exit(-1);
}
-// Show warning if > PHP 7.4 is used as Nextcloud is not compatible with > PHP 7.4 for now
-if (PHP_VERSION_ID >= 70500) {
+// Show warning if > PHP 8.0 is used as Nextcloud is not compatible with > PHP 8.0 for now
+if (PHP_VERSION_ID >= 80100) {
http_response_code(500);
- echo 'This version of Nextcloud is not compatible with > PHP 7.4.
';
+ echo 'This version of Nextcloud is not compatible with > PHP 8.0.
';
echo 'You are currently running ' . PHP_VERSION . '.';
exit(-1);
}
diff --git a/version.php b/version.php
index d817ce91ce745..6852812f973a8 100644
--- a/version.php
+++ b/version.php
@@ -29,15 +29,15 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = [20, 0, 0, 7];
+$OC_Version = [21, 0, 0, 0];
// The human readable string
-$OC_VersionString = '20.0.0 RC1';
+$OC_VersionString = '21.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
- '19.0' => true,
'20.0' => true,
+ '21.0' => true,
],
'owncloud' => [
],