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

Commit

Permalink
Package cypher.encfs, action.timestamp, action.antivirus and index.el…
Browse files Browse the repository at this point in the history
…asticsearch by default in the standard distrib
  • Loading branch information
cdujeu committed Oct 12, 2016
1 parent d39e53e commit abfd92e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions core/src/plugins/action.antivirus/manifest.xml
Expand Up @@ -6,10 +6,10 @@

<!-- plugin information -->
<plugin_info>
<plugin_author>Sylvain Letreguilly</plugin_author>
<plugin_author>Sylvain Letreguilly, Pydio Team</plugin_author>
<plugin_uri>no</plugin_uri>
<plugin_version>1</plugin_version>
<core_relation packaged="false" tested_version="4.3.3"/>
<core_relation packaged="true" tested_version="7.0"/>
</plugin_info>

<client_settings>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/action.timestamp/manifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ajxp_plugin id="action.timestamp" enabled="false" label="CONF_MESSAGE[timestamp]" description="CONF_MESSAGE[Allow timestamp files with Universign.]" 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.3.3"/>
<core_relation packaged="true" tested_version="7.0"/>
<plugin_author>FDecourt</plugin_author>
<plugin_version>1.0</plugin_version>
</plugin_info>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/cypher.encfs/manifest.xml
Expand Up @@ -2,7 +2,7 @@
<ajxp_plugin enabled="false" label="CONF_MESSAGE[Encfs Mount]" description="CONF_MESSAGE[Dynamically create/mount/umount an encfs 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.2.2"/>
<core_relation packaged="true" tested_version="7.0"/>
<plugin_author>Charles du Jeu</plugin_author>
</plugin_info>
<client_settings>
Expand Down
8 changes: 8 additions & 0 deletions core/src/plugins/index.elasticsearch/composer.json
@@ -1,4 +1,12 @@
{
"name": "ElasticSearchIndexer",
"description": "Search engine using ElasticSearch as a backend",
"homepage": "https://pydio.com/",
"autoload": {
"psr-4": {
"Pydio\\Access\\Indexer\\Implementation\\": "./src"
}
},
"require":{
"ruflin/elastica" : "3.2"
}
Expand Down
4 changes: 2 additions & 2 deletions core/src/plugins/index.elasticsearch/manifest.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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"/>
<core_relation packaged="true" tested_version="7.0"/>
</plugin_info>

<class_definition filename="plugins/index.elasticsearch/ElasticSearchIndexer.php" classname="Pydio\Access\Indexer\Implementation\ElasticSearchIndexer"/>
<class_definition filename="plugins/index.elasticsearch/vendor/autoload.php" classname="Pydio\Access\Indexer\Implementation\ElasticSearchIndexer"/>
<client_settings>
<resources>
<img_library alias="elastic_search_images" path="plugins/index.elasticsearch/resources/images"/>
Expand Down
Expand Up @@ -35,8 +35,6 @@

defined('AJXP_EXEC') or die( 'Access not allowed');

require_once (dirname(__FILE__)."/vendor/autoload.php");

/**
* Encapsultion of the Elastica component as a plugin
* @package AjaXplorer_Plugins
Expand Down

0 comments on commit abfd92e

Please sign in to comment.