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

Commit abfd92e

Browse files
committed
Package cypher.encfs, action.timestamp, action.antivirus and index.elasticsearch by default in the standard distrib
1 parent d39e53e commit abfd92e

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

core/src/plugins/action.antivirus/manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
<!-- plugin information -->
88
<plugin_info>
9-
<plugin_author>Sylvain Letreguilly</plugin_author>
9+
<plugin_author>Sylvain Letreguilly, Pydio Team</plugin_author>
1010
<plugin_uri>no</plugin_uri>
1111
<plugin_version>1</plugin_version>
12-
<core_relation packaged="false" tested_version="4.3.3"/>
12+
<core_relation packaged="true" tested_version="7.0"/>
1313
</plugin_info>
1414

1515
<client_settings>

core/src/plugins/action.timestamp/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33
<plugin_info>
4-
<core_relation packaged="false" tested_version="4.3.3"/>
4+
<core_relation packaged="true" tested_version="7.0"/>
55
<plugin_author>FDecourt</plugin_author>
66
<plugin_version>1.0</plugin_version>
77
</plugin_info>

core/src/plugins/cypher.encfs/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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"
33
xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
44
<plugin_info>
5-
<core_relation packaged="false" tested_version="4.2.2"/>
5+
<core_relation packaged="true" tested_version="7.0"/>
66
<plugin_author>Charles du Jeu</plugin_author>
77
</plugin_info>
88
<client_settings>

core/src/plugins/index.elasticsearch/composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"name": "ElasticSearchIndexer",
3+
"description": "Search engine using ElasticSearch as a backend",
4+
"homepage": "https://pydio.com/",
5+
"autoload": {
6+
"psr-4": {
7+
"Pydio\\Access\\Indexer\\Implementation\\": "./src"
8+
}
9+
},
210
"require":{
311
"ruflin/elastica" : "3.2"
412
}

core/src/plugins/index.elasticsearch/manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33
<plugin_info>
4-
<core_relation packaged="false" tested_version="1.0"/>
4+
<core_relation packaged="true" tested_version="7.0"/>
55
</plugin_info>
66

7-
<class_definition filename="plugins/index.elasticsearch/ElasticSearchIndexer.php" classname="Pydio\Access\Indexer\Implementation\ElasticSearchIndexer"/>
7+
<class_definition filename="plugins/index.elasticsearch/vendor/autoload.php" classname="Pydio\Access\Indexer\Implementation\ElasticSearchIndexer"/>
88
<client_settings>
99
<resources>
1010
<img_library alias="elastic_search_images" path="plugins/index.elasticsearch/resources/images"/>

core/src/plugins/index.elasticsearch/ElasticSearchIndexer.php renamed to core/src/plugins/index.elasticsearch/src/ElasticSearchIndexer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535

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

38-
require_once (dirname(__FILE__)."/vendor/autoload.php");
39-
4038
/**
4139
* Encapsultion of the Elastica component as a plugin
4240
* @package AjaXplorer_Plugins

0 commit comments

Comments
 (0)