Browse Source
Adjust version requirement
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/5023/head
Joas Schilling
9 years ago
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
22 changed files with
24 additions and
21 deletions
-
apps/admin_audit/appinfo/info.xml
-
apps/comments/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/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/workflowengine/appinfo/info.xml
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
<author>Nextcloud</author> |
|
|
|
<version>1.2.0</version> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
<types> |
|
|
|
<logging/> |
|
|
|
|
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
<default_enable/> |
|
|
|
<version>1.2.0</version> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
<types> |
|
|
|
<logging/> |
|
|
|
|
|
|
|
@ -15,7 +15,7 @@ |
|
|
|
<webdav>appinfo/v1/publicwebdav.php</webdav> |
|
|
|
</public> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
<background-jobs> |
|
|
|
<job>OCA\DAV\CardDAV\SyncJob</job> |
|
|
|
|
|
|
|
@ -24,7 +24,7 @@ |
|
|
|
</types> |
|
|
|
<dependencies> |
|
|
|
<lib>openssl</lib> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
<settings> |
|
|
|
<admin>OCA\Encryption\Settings\Admin</admin> |
|
|
|
|
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
<namespace>FederatedFileSharing</namespace> |
|
|
|
<category>other</category> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
<settings> |
|
|
|
<admin>OCA\FederatedFileSharing\Settings\Admin</admin> |
|
|
|
|
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
<namespace>Federation</namespace> |
|
|
|
<category>other</category> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
<default_enable/> |
|
|
|
<types> |
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<filesystem/> |
|
|
|
</types> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
<documentation> |
|
|
|
<user>user-files</user> |
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ External storage can be configured using the GUI or at the command line. This se |
|
|
|
<namespace>Files_External</namespace> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<settings> |
|
|
|
|
|
|
|
@ -15,7 +15,7 @@ Turning the feature off removes shared files and folders on the server for all s |
|
|
|
<filesystem/> |
|
|
|
</types> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
<public> |
|
|
|
<files>public.php</files> |
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ To prevent a user from running out of disk space, the Deleted files app will not |
|
|
|
</types> |
|
|
|
<namespace>Files_Trashbin</namespace> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
<documentation> |
|
|
|
<user>user-trashbin</user> |
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ In addition to the expiry of versions, the versions app makes certain never to u |
|
|
|
</types> |
|
|
|
<namespace>Files_Versions</namespace> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
<documentation> |
|
|
|
<user>user-versions</user> |
|
|
|
|
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
<version>1.0.0</version> |
|
|
|
<category>other</category> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12.0" max-version="12.0" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
<default_enable/> |
|
|
|
<types> |
|
|
|
|
|
|
|
@ -11,6 +11,9 @@ |
|
|
|
<types> |
|
|
|
<authentication/> |
|
|
|
</types> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<settings> |
|
|
|
<admin>OCA\OAuth2\Settings\Admin</admin> |
|
|
|
|
|
|
|
@ -23,6 +23,6 @@ |
|
|
|
<prevent_group_restriction/> |
|
|
|
</types> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
</info> |
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
<namespace>ShareByMail</namespace> |
|
|
|
<category>other</category> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
<default_enable/> |
|
|
|
|
|
|
|
|
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
<default_enable/> |
|
|
|
<version>1.2.0</version> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
<namespace>SystemTags</namespace> |
|
|
|
<types> |
|
|
|
|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
<author>Joas Schilling</author> |
|
|
|
<version>1.2.0</version> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
<types> |
|
|
|
<authentication/> |
|
|
|
|
|
|
|
@ -10,7 +10,7 @@ |
|
|
|
<category>other</category> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<types> |
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
</two-factor-providers> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<activity> |
|
|
|
|
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
<namespace>UpdateNotification</namespace> |
|
|
|
<default_enable/> |
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<background-jobs> |
|
|
|
|
|
|
|
@ -18,7 +18,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc |
|
|
|
</documentation> |
|
|
|
<dependencies> |
|
|
|
<lib>ldap</lib> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<namespace>User_LDAP</namespace> |
|
|
|
|
|
|
|
@ -18,7 +18,7 @@ |
|
|
|
</types> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<nextcloud min-version="12" max-version="12" /> |
|
|
|
<nextcloud min-version="13" max-version="13" /> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<settings> |
|
|
|
|