Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Disable many unnecessary plugins by default, avoiding to load them if…
Browse files Browse the repository at this point in the history
… not really usefull.
  • Loading branch information
cdujeu committed Jul 20, 2015
1 parent 822e197 commit ec0796f
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion core/src/plugins/access.demo/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ajxpdriver name="demo" label="CONF_MESSAGE[Demo (no write actions)]" description="CONF_MESSAGE[This is a standard access to the filesystem but with all write actions disabled server-side.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<ajxpdriver enabled="false" name="demo" label="CONF_MESSAGE[Demo (no write actions)]" description="CONF_MESSAGE[This is a standard access to the filesystem but with all write actions disabled server-side.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<plugin_info>
<core_relation packaged="false" tested_version="4.0.4"/>
<plugin_author>Charles du Jeu</plugin_author>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/access.imap/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ajxpdriver name="imap" label="CONF_MESSAGE[Mailbox (Imap or POP)]" description="CONF_MESSAGE[This plugin will browse the content of a mailbox (imap or pop) and allow to grab emails attachments and copy them to another repository. Requires the PHP IMAP extension.]" mixins="slug_provider,template_provider" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<ajxpdriver enabled="false" name="imap" label="CONF_MESSAGE[Mailbox (Imap or POP)]" description="CONF_MESSAGE[This plugin will browse the content of a mailbox (imap or pop) and allow to grab emails attachments and copy them to another repository. Requires the PHP IMAP extension.]" mixins="slug_provider,template_provider" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<client_settings icon="plugins/access.imap/resources/images/16/mail_folder_inbox.png">
<resources>
<i18n namespace="imap_access" path="plugins/access.imap/resources/i18n"/>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/access.jsapi/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ajxpdriver id="access.jsapi" name="jsapi" label="CONF_MESSAGE[Javascript Api Browser]" description="CONF_MESSAGE[Browse Pydio Javascript classes and interfaces. Helper for developpers, but also good demonstration of how Pydio data can be fed by something different than a remote server filesystem!]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<ajxpdriver id="access.jsapi" enabled="false" name="jsapi" label="CONF_MESSAGE[Javascript Api Browser]" description="CONF_MESSAGE[Browse Pydio Javascript classes and interfaces. Helper for developpers, but also good demonstration of how Pydio data can be fed by something different than a remote server filesystem!]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<plugin_info>
<core_relation packaged="false" tested_version="4.0.4"/>
<plugin_author>Charles du Jeu</plugin_author>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/access.mysql/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ajxpdriver name="mysql" label="CONF_MESSAGE[Mysql Database]" description="CONF_MESSAGE[This driver can browse and update tables and records in a MySQL database, kind of phpMyAdmin.]" mixins="slug_provider,template_provider" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<ajxpdriver enabled="false" name="mysql" label="CONF_MESSAGE[Mysql Database]" description="CONF_MESSAGE[This driver can browse and update tables and records in a MySQL database, kind of phpMyAdmin.]" mixins="slug_provider,template_provider" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<client_settings icon="plugins/access.mysql/resources/images/mysql_icon.png">
<resources>
<js file="plugins/access.mysql/resources/js/class.SQLEditor.js" className="SQLEditor"/>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/access.sftp/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ajxpdriver name="sftp" label="CONF_MESSAGE[FTP over SSH]" description="CONF_MESSAGE[Access a remote server filesystem using FTP via SSH server. Handy for working around permissions problems.]" mixins="credentials_consumer,filesystem_commons,slug_provider,template_provider" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<ajxpdriver name="sftp" enabled="false" label="CONF_MESSAGE[FTP over SSH]" description="CONF_MESSAGE[Access a remote server filesystem using FTP via SSH server. Handy for working around permissions problems.]" mixins="credentials_consumer,filesystem_commons,slug_provider,template_provider" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<client_settings icon="plugins/access.sftp/icon.png">
<resources>
<i18n namespace="sftp_access" path="plugins/access.sftp/i18n"/>
Expand Down
1 change: 1 addition & 0 deletions core/src/plugins/access.sftp_psl/manifest.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ajxpdriver
name="sftp_psl"
enabled="false"
label="CONF_MESSAGE[SSH File Transfer Protocol (SFTP)]"
description="CONF_MESSAGE[The SSH File Transfer Protocol is a network protocol that provides file access, file transfer, and file management functionalities over SSH2.]"
mixins="credentials_consumer,filesystem_commons,slug_provider,template_provider"
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/access.smb/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ajxpdriver name="smb" label="CONF_MESSAGE[Samba]" description="CONF_MESSAGE[Browse a Samba Server]" mixins="credentials_consumer,filesystem_commons,slug_provider,template_provider" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<ajxpdriver name="smb" enabled="false" label="CONF_MESSAGE[Samba]" description="CONF_MESSAGE[Browse a Samba Server]" mixins="credentials_consumer,filesystem_commons,slug_provider,template_provider" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<client_settings icon="plugins/access.fs/icon.png">
<resources>
<i18n namespace="smb_access" path="plugins/access.smb/i18n"/>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/access.webdav/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ajxpdriver name="webdav" label="CONF_MESSAGE[WebDAV (PEAR)]" description="CONF_MESSAGE[Access a WebDAV server. Requires PEAR/HTTP_WebDAVClient installed with the patched found in the plugin folder applied.]" mixins="credentials_consumer,filesystem_commons,slug_provider,template_provider" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<ajxpdriver name="webdav" enabled="false" label="CONF_MESSAGE[WebDAV (PEAR)]" description="CONF_MESSAGE[Access a WebDAV server. Requires PEAR/HTTP_WebDAVClient installed with the patched found in the plugin folder applied.]" mixins="credentials_consumer,filesystem_commons,slug_provider,template_provider" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<class_definition filename="plugins/access.webdav/class.webdavAccessDriver.php" classname="webdavAccessDriver"/>
<client_settings icon="plugins/access.fs/icon.png">
<resources>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/auth.basic_http/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<authdriver name="basic_http" label="CONF_MESSAGE[Basic HTTP]" description="CONF_MESSAGE[Use the standard http authentication.]" mixins="authdriver_commons" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<authdriver enabled="false" name="basic_http" label="CONF_MESSAGE[Basic HTTP]" description="CONF_MESSAGE[Use the standard http authentication.]" mixins="authdriver_commons" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<client_settings>
<resources>
<i18n namespace="basic_http_auth" path="plugins/auth.basic_http/i18n"/>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/auth.custom_db/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<authdriver name="custom_db" label="CONF_MESSAGE[Custom DB Auth Backend]"
<authdriver enabled="false" name="custom_db" label="CONF_MESSAGE[Custom DB Auth Backend]"
description="CONF_MESSAGE[Authenticate users agains your custom DB and table definition.]"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd"
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/auth.ftp/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<authdriver name="ftp" label="CONF_MESSAGE[FTP authentication]" description="CONF_MESSAGE[Authenticate users by validating their credentials against an FTP server.]" mixins="authdriver_commons" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<authdriver enabled="false" name="ftp" label="CONF_MESSAGE[FTP authentication]" description="CONF_MESSAGE[Authenticate users by validating their credentials against an FTP server.]" mixins="authdriver_commons" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<client_settings>
<resources>
<i18n namespace="ftp_auth" path="plugins/auth.ftp/i18n"/>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/auth.radius/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<authdriver name="radius" label="CONF_MESSAGE[RADIUS Authentification]" description="CONF_MESSAGE[Authenticate user by directly connecting to an RADIUS server]" mixins="authdriver_commons" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<authdriver name="radius" enabled="false" label="CONF_MESSAGE[RADIUS Authentification]" description="CONF_MESSAGE[Authenticate user by directly connecting to an RADIUS server]" mixins="authdriver_commons" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<client_settings>
<resources>
<i18n namespace="radius_auth" path="plugins/auth.radius/i18n"/>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/auth.remote_ajxp/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<authdriver name="remote_ajxp" mixins="authdriver_commons" label="CONF_MESSAGE[Remote AJXP]" description="CONF_MESSAGE[Use another AJXP intall to log in.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<authdriver enabled="false" name="remote_ajxp" mixins="authdriver_commons" label="CONF_MESSAGE[Remote AJXP]" description="CONF_MESSAGE[Use another AJXP intall to log in.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<plugin_info>
<plugin_author>Charles du Jeu</plugin_author>
<core_relation packaged="false" tested_version="4.X"/>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/auth.serial/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<authdriver name="serial" label="CONF_MESSAGE[Serialized authentication storage]" description="CONF_MESSAGE[Stores the Authentication data as serialized PHP values on the filesystem.]" mixins="authdriver_commons" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<authdriver name="serial" enabled="false" label="CONF_MESSAGE[Serialized authentication storage]" description="CONF_MESSAGE[Stores the Authentication data as serialized PHP values on the filesystem.]" mixins="authdriver_commons" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<client_settings>
<resources>
<i18n namespace="serial_auth" path="plugins/auth.serial/i18n"/>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/auth.smb/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<authdriver name="smb" label="CONF_MESSAGE[SMB Authentification]" description="CONF_MESSAGE[Authenticate user by directly connecting to an SMB share]" mixins="authdriver_commons" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<authdriver name="smb" enabled="false" label="CONF_MESSAGE[SMB Authentification]" description="CONF_MESSAGE[Authenticate user by directly connecting to an SMB share]" mixins="authdriver_commons" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<client_settings>
<resources>
<i18n namespace="smb_auth" path="plugins/auth.smb/i18n"/>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/conf.serial/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<confdriver name="serial" id="conf.serial" label="CONF_MESSAGE[Serialized Configuration Storage]" description="CONF_MESSAGE[Stores the conf data as serialized PHP values on the filesystem.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<confdriver name="serial" id="conf.serial" enabled="false" label="CONF_MESSAGE[Serialized Configuration Storage]" description="CONF_MESSAGE[Stores the conf data as serialized PHP values on the filesystem.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<client_settings>
<resources>
<i18n namespace="serial_conf" path="plugins/conf.serial/i18n"/>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/index.elasticsearch/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<indexer id="index.elasticsearch" label="CONF_MESSAGE[ElasticSearch Search Engine]" description="CONF_MESSAGE[ElasticSearch implementation to index all files and search a whole repository quickly.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<indexer id="index.elasticsearch" enabled="false" label="CONF_MESSAGE[ElasticSearch Search Engine]" description="CONF_MESSAGE[ElasticSearch implementation to index all files and search a whole repository quickly.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<plugin_info>
<core_relation packaged="false" tested_version="1.0"/>
</plugin_info>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/log.syslog/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<logdriver name="syslog" label="CONF_MESSAGE[Syslog logger]" description="CONF_MESSAGE[Send the logs to the system syslog]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<logdriver name="syslog" enabled="false" label="CONF_MESSAGE[Syslog logger]" description="CONF_MESSAGE[Send the logs to the system syslog]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<plugin_info>
<plugin_author>Charles du Jeu</plugin_author>
<core_relation packaged="true" tested_version="4.2.0"/>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/meta.svn/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<meta id="meta.svn" label="CONF_MESSAGE[Subversion Repository]" description="CONF_MESSAGE[Extract SVN informations (revision, change log, etc) if the repository is a Working-Copy, and SVN is available as a commandline.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<meta id="meta.svn" enabled="false" label="CONF_MESSAGE[Subversion Repository]" description="CONF_MESSAGE[Extract SVN informations (revision, change log, etc) if the repository is a Working-Copy, and SVN is available as a commandline.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<class_definition filename="plugins/meta.svn/class.SvnManager.php" classname="SvnManager"/>
<client_settings icon="plugins/access.mysql/resources/images/mysql_icon.png">
<resources>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/metastore.xattr/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<metastore id="metastore.xattr" label="CONF_MESSAGE[Extended Attributes]" description="CONF_MESSAGE[Stores metadata inside filesystem Extended Attributes.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<metastore id="metastore.xattr" enabled="false" label="CONF_MESSAGE[Extended Attributes]" description="CONF_MESSAGE[Stores metadata inside filesystem Extended Attributes.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<class_definition filename="plugins/metastore.xattr/class.xAttrMetaStore.php" classname="xAttrMetaStore"/>
<client_settings>
<resources>
Expand Down

0 comments on commit ec0796f

Please sign in to comment.