Fix info.xml files of shipped apps
Signed-off-by: Joas Schilling <coding@schilljs.com>pull/8232/head
parent
17a26dfcc1
commit
f095001e4b
@ -1,16 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||
<id>admin_audit</id>
|
||||
<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>
|
||||
<licence>AGPL</licence>
|
||||
<author>Nextcloud</author>
|
||||
<version>1.4.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Nextcloud</author>
|
||||
<namespace>AdminAudit</namespace>
|
||||
<dependencies>
|
||||
<nextcloud min-version="14" max-version="14" />
|
||||
</dependencies>
|
||||
<types>
|
||||
<logging/>
|
||||
</types>
|
||||
<category>monitoring</category>
|
||||
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
||||
<dependencies>
|
||||
<nextcloud min-version="14" max-version="14" />
|
||||
</dependencies>
|
||||
</info>
|
||||
|
||||
@ -1,30 +1,35 @@
|
||||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||
<id>federation</id>
|
||||
<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>
|
||||
<licence>AGPL</licence>
|
||||
<author>Bjoern Schiessle</author>
|
||||
<version>1.4.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Bjoern Schiessle</author>
|
||||
<namespace>Federation</namespace>
|
||||
<category>other</category>
|
||||
<dependencies>
|
||||
<nextcloud min-version="14" max-version="14" />
|
||||
</dependencies>
|
||||
<default_enable/>
|
||||
|
||||
<types>
|
||||
<authentication/>
|
||||
</types>
|
||||
<category>social</category>
|
||||
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
||||
|
||||
<dependencies>
|
||||
<nextcloud min-version="14" max-version="14" />
|
||||
</dependencies>
|
||||
|
||||
<background-jobs>
|
||||
<job>OCA\Federation\SyncJob</job>
|
||||
</background-jobs>
|
||||
|
||||
<settings>
|
||||
<admin>OCA\Federation\Settings\Admin</admin>
|
||||
</settings>
|
||||
|
||||
<commands>
|
||||
<command>OCA\Federation\Command\SyncFederationAddressBooks</command>
|
||||
</commands>
|
||||
|
||||
<settings>
|
||||
<admin>OCA\Federation\Settings\Admin</admin>
|
||||
</settings>
|
||||
</info>
|
||||
|
||||
@ -1,18 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||
<id>lookup_server_connector</id>
|
||||
<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>
|
||||
<licence>AGPL</licence>
|
||||
<version>1.2.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Bjoern Schiessle</author>
|
||||
<namespace>LookupServerConnector</namespace>
|
||||
<version>1.2.0</version>
|
||||
<category>other</category>
|
||||
<dependencies>
|
||||
<nextcloud min-version="14" max-version="14" />
|
||||
</dependencies>
|
||||
<default_enable/>
|
||||
<types>
|
||||
<authentication/>
|
||||
</types>
|
||||
<category>integration</category>
|
||||
<category>social</category>
|
||||
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
||||
<dependencies>
|
||||
<nextcloud min-version="14" max-version="14" />
|
||||
</dependencies>
|
||||
</info>
|
||||
|
||||
@ -1,29 +1,32 @@
|
||||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<id>sharebymail</id>
|
||||
<name>Share by mail</name>
|
||||
<description>Share provider which allows you to share files by mail</description>
|
||||
<licence>AGPL</licence>
|
||||
<author>Bjoern Schiessle</author>
|
||||
<version>1.4.0</version>
|
||||
<namespace>ShareByMail</namespace>
|
||||
<category>other</category>
|
||||
<dependencies>
|
||||
<nextcloud min-version="14" max-version="14" />
|
||||
</dependencies>
|
||||
<default_enable/>
|
||||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||
<id>sharebymail</id>
|
||||
<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.4.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Bjoern Schiessle</author>
|
||||
<namespace>ShareByMail</namespace>
|
||||
<default_enable/>
|
||||
|
||||
<types>
|
||||
<filesystem/>
|
||||
</types>
|
||||
<types>
|
||||
<filesystem/>
|
||||
</types>
|
||||
<category>social</category>
|
||||
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
||||
<dependencies>
|
||||
<nextcloud min-version="14" max-version="14" />
|
||||
</dependencies>
|
||||
|
||||
<settings>
|
||||
<admin>OCA\ShareByMail\Settings\Admin</admin>
|
||||
</settings>
|
||||
<settings>
|
||||
<admin>OCA\ShareByMail\Settings\Admin</admin>
|
||||
</settings>
|
||||
|
||||
<activity>
|
||||
<providers>
|
||||
<provider>OCA\ShareByMail\Activity</provider>
|
||||
</providers>
|
||||
</activity>
|
||||
<activity>
|
||||
<providers>
|
||||
<provider>OCA\ShareByMail\Activity</provider>
|
||||
</providers>
|
||||
</activity>
|
||||
</info>
|
||||
|
||||
@ -1,15 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<?xml version="1.0"?>
|
||||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||
<id>testing</id>
|
||||
<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>
|
||||
<licence>AGPL</licence>
|
||||
<author>Joas Schilling</author>
|
||||
<version>1.4.0</version>
|
||||
<dependencies>
|
||||
<nextcloud min-version="14" max-version="14" />
|
||||
</dependencies>
|
||||
<licence>agpl</licence>
|
||||
<author>Joas Schilling</author>
|
||||
<types>
|
||||
<authentication/>
|
||||
</types>
|
||||
<category>monitoring</category>
|
||||
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
||||
<dependencies>
|
||||
<nextcloud min-version="14" max-version="14" />
|
||||
</dependencies>
|
||||
</info>
|
||||
|
||||
@ -1,29 +1,32 @@
|
||||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||
<id>twofactor_backupcodes</id>
|
||||
<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.3.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Christoph Wurst</author>
|
||||
<version>1.3.0</version>
|
||||
<namespace>TwoFactorBackupCodes</namespace>
|
||||
<category>other</category>
|
||||
<category>integration</category>
|
||||
<category>security</category>
|
||||
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
||||
<dependencies>
|
||||
<nextcloud min-version="14" max-version="14" />
|
||||
</dependencies>
|
||||
|
||||
<two-factor-providers>
|
||||
<provider>OCA\TwoFactorBackupCodes\Provider\BackupCodesProvider</provider>
|
||||
</two-factor-providers>
|
||||
|
||||
<dependencies>
|
||||
<nextcloud min-version="14" max-version="14" />
|
||||
</dependencies>
|
||||
<settings>
|
||||
<personal>OCA\TwoFactorBackupCodes\Settings\Personal</personal>
|
||||
</settings>
|
||||
|
||||
<activity>
|
||||
<providers>
|
||||
<provider>OCA\TwoFactorBackupCodes\Activity\Provider</provider>
|
||||
</providers>
|
||||
</activity>
|
||||
|
||||
<settings>
|
||||
<personal>OCA\TwoFactorBackupCodes\Settings\Personal</personal>
|
||||
</settings>
|
||||
</info>
|
||||
|
||||
@ -1,43 +1,46 @@
|
||||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||
<id>user_ldap</id>
|
||||
<name>LDAP user and group backend</name>
|
||||
<summary>This application enables administrators to connect Nextcloud to an LDAP-based user directory.</summary>
|
||||
<description>This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.
|
||||
|
||||
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>
|
||||
<licence>AGPL</licence>
|
||||
<version>1.4.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Dominik Schmidt</author>
|
||||
<author>Arthur Schiwon</author>
|
||||
<version>1.4.0</version>
|
||||
<namespace>User_LDAP</namespace>
|
||||
<types>
|
||||
<authentication/>
|
||||
</types>
|
||||
<documentation>
|
||||
<admin>admin-ldap</admin>
|
||||
</documentation>
|
||||
<category>integration</category>
|
||||
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
||||
<dependencies>
|
||||
<lib>ldap</lib>
|
||||
<nextcloud min-version="14" max-version="14" />
|
||||
</dependencies>
|
||||
|
||||
<namespace>User_LDAP</namespace>
|
||||
|
||||
<background-jobs>
|
||||
<job>OCA\User_LDAP\Jobs\UpdateGroups</job>
|
||||
<job>OCA\User_LDAP\Jobs\CleanUp</job>
|
||||
<job>OCA\User_LDAP\Jobs\Sync</job>
|
||||
</background-jobs>
|
||||
|
||||
<settings>
|
||||
<admin>OCA\User_LDAP\Settings\Admin</admin>
|
||||
<admin-section>OCA\User_LDAP\Settings\Section</admin-section>
|
||||
</settings>
|
||||
|
||||
<repair-steps>
|
||||
<post-migration>
|
||||
<step>OCA\User_LDAP\Migration\UUIDFixInsert</step>
|
||||
</post-migration>
|
||||
</repair-steps>
|
||||
|
||||
<settings>
|
||||
<admin>OCA\User_LDAP\Settings\Admin</admin>
|
||||
<admin-section>OCA\User_LDAP\Settings\Section</admin-section>
|
||||
</settings>
|
||||
</info>
|
||||
|
||||
Loading…
Reference in New Issue