diff --git a/plugins/kolab_activesync/composer.json b/plugins/kolab_activesync/composer.json index d70d80cf..b9997a40 100644 --- a/plugins/kolab_activesync/composer.json +++ b/plugins/kolab_activesync/composer.json @@ -3,7 +3,7 @@ "type": "roundcube-plugin", "description": "ActiveSync configuration utility for Kolab accounts", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", - "license": "AGPLv3+", + "license": "AGPLv3", "version": "1.1.0", "authors": [ { @@ -12,7 +12,7 @@ "role": "Lead" }, { - "name": "Alensader Machniak", + "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } diff --git a/plugins/kolab_addressbook/composer.json b/plugins/kolab_addressbook/composer.json new file mode 100644 index 00000000..aab4e7be --- /dev/null +++ b/plugins/kolab_addressbook/composer.json @@ -0,0 +1,31 @@ +{ + "name": "kolab/kolab_addressbook", + "type": "roundcube-plugin", + "description": "Kolab addressbook", + "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", + "license": "AGPLv3", + "version": "1.0.0", + "authors": [ + { + "name": "Thomas Bruederli", + "email": "bruederli@kolabsys.com", + "role": "Lead" + }, + { + "name": "Aleksander Machniak", + "email": "machniak@kolabsys.com", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3", + "kolab/libkolab": ">=1.1.0", + } +} diff --git a/plugins/kolab_addressbook/package.xml b/plugins/kolab_addressbook/package.xml deleted file mode 100644 index 73e26a4a..00000000 --- a/plugins/kolab_addressbook/package.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - kolab_addressbook - http://git.kolab.org/roundcubemail-plugins-kolab/ - Kolab addressbook - - Sample plugin to add a new address book source with data from Kolab storage. - It provides also a possibilities to manage contact folders - (create/rename/delete/acl) directly in Addressbook UI. - - - Aleksander Machniak - machniak - machniak@kolabsys.com - yes - - - Thomas Bruederli - bruederli - bruederli@kolabsys.com - yes - - 2012-06-21 - - 0.9 - 0.9 - - - stable - stable - - GNU AGPLv3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 5.2.1 - - - 1.7.0 - - - libkolab - http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins/libkolab - - - - - diff --git a/plugins/kolab_auth/composer.json b/plugins/kolab_auth/composer.json new file mode 100644 index 00000000..2d95c07e --- /dev/null +++ b/plugins/kolab_auth/composer.json @@ -0,0 +1,30 @@ +{ + "name": "kolab/kolab_auth", + "type": "roundcube-plugin", + "description": "Kolab authentication", + "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", + "license": "AGPLv3", + "version": "1.0.0", + "authors": [ + { + "name": "Thomas Bruederli", + "email": "bruederli@kolabsys.com", + "role": "Lead" + }, + { + "name": "Aleksander Machniak", + "email": "machniak@kolabsys.com", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3", + } +} diff --git a/plugins/kolab_auth/package.xml b/plugins/kolab_auth/package.xml deleted file mode 100644 index 5a2093bc..00000000 --- a/plugins/kolab_auth/package.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - kolab_auth - http://git.kolab.org/roundcubemail-plugins-kolab/ - Kolab Authentication - - Authenticates on LDAP server, finds canonized authentication ID for IMAP - and for new users creates identity based on LDAP information. - Supports impersonate feature (login as another user). To use this feature - imap_auth_type/smtp_auth_type must be set to DIGEST-MD5 or PLAIN. - - - Aleksander Machniak - machniak - machniak@kolabsys.com - yes - - 2013-10-04 - - 1.0 - 1.0 - - - stable - stable - - GNU AGPLv3 - - - - - - - - - - - - - - - - - - - - - - - - - - 5.2.1 - - - 1.7.0 - - - - - diff --git a/plugins/kolab_config/composer.json b/plugins/kolab_config/composer.json new file mode 100644 index 00000000..d87e8aca --- /dev/null +++ b/plugins/kolab_config/composer.json @@ -0,0 +1,26 @@ +{ + "name": "kolab/kolab_config", + "type": "roundcube-plugin", + "description": "Kolab configuration storage", + "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", + "license": "AGPLv3", + "version": "3.0.0", + "authors": [ + { + "name": "Aleksander Machniak", + "email": "machniak@kolabsys.com", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3", + "kolab/libkolab": ">=1.1.0", + } +} diff --git a/plugins/kolab_config/package.xml b/plugins/kolab_config/package.xml deleted file mode 100644 index 5e6d307a..00000000 --- a/plugins/kolab_config/package.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - kolab_config - http://git.kolab.org/roundcubemail-plugins-kolab/ - Kolab configuration storage - - Plugin to use Kolab server as a configuration storage. Provides an API to handle - configuration according to http://wiki.kolab.org/KEP:9. - - - Aleksander Machniak - machniak - machniak@kolabsys.com - yes - - 2014-07-31 - - 3.0 - 3.0 - - - stable - stable - - GNU AGPLv3 - - - - - - - - - - - - - - - - 5.2.1 - - - 1.7.0 - - - libkolab - http://kolabsys.com - - - - - diff --git a/plugins/kolab_delegation/composer.json b/plugins/kolab_delegation/composer.json new file mode 100644 index 00000000..3d2a8668 --- /dev/null +++ b/plugins/kolab_delegation/composer.json @@ -0,0 +1,27 @@ +{ + "name": "kolab/kolab_delegation", + "type": "roundcube-plugin", + "description": "Kolab delegation feature", + "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", + "license": "AGPLv3", + "version": "0.5.0", + "authors": [ + { + "name": "Aleksander Machniak", + "email": "machniak@kolabsys.com", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3", + "kolab/libkolab": ">=1.1.0", + "kolab/kolab_auth": ">=1.0.0", + } +} diff --git a/plugins/kolab_delegation/package.xml b/plugins/kolab_delegation/package.xml deleted file mode 100644 index 06f6ad1c..00000000 --- a/plugins/kolab_delegation/package.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - kolab_delegation - http://git.kolab.org/roundcubemail-plugins-kolab/ - Kolab Delegation - Extends Roundcube with possibility to work on behalf of another user. - Allows managing delegates and their access rights to delegator's folders. - - - Aleksander Machniak - machniak - machniak@kolabsys.com - yes - - 2014-07-08 - - 0.5 - 0.1 - - - stable - stable - - GNU AGPLv3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 5.2.1 - - - 1.7.0 - - - libkolab - http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins/libkolab - - - kolab_auth - http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins/kolab_auth - - - - - diff --git a/plugins/kolab_files/composer.json b/plugins/kolab_files/composer.json new file mode 100644 index 00000000..22fe31a1 --- /dev/null +++ b/plugins/kolab_files/composer.json @@ -0,0 +1,26 @@ +{ + "name": "kolab/kolab_files", + "type": "roundcube-plugin", + "description": "User interface for Kolab File Manager (Chwala)", + "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", + "license": "AGPLv3", + "version": "1.1.0", + "authors": [ + { + "name": "Aleksander Machniak", + "email": "machniak@kolabsys.com", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3", + "kolab/libkolab": ">=1.1.0", + } +} diff --git a/plugins/kolab_files/package.xml b/plugins/kolab_files/package.xml deleted file mode 100644 index e8552ea2..00000000 --- a/plugins/kolab_files/package.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - kolab_files - http://git.kolab.org/roundcubemail-plugins-kolab/ - User interface for Kolab File Manager (Chwala) - Adds file storage functionality. - - Alensader Machniak - machniak - machniak@kolabsys.com - yes - - 2014-10-15 - - 1.1 - 1.0 - - - stable - stable - - GNU AGPLv3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 5.3.1 - - - 1.7.0 - - - libkolab - http://kolabsys.com - - - - - diff --git a/plugins/kolab_folders/composer.json b/plugins/kolab_folders/composer.json new file mode 100644 index 00000000..43fc9534 --- /dev/null +++ b/plugins/kolab_folders/composer.json @@ -0,0 +1,26 @@ +{ + "name": "kolab/kolab_folders", + "type": "roundcube-plugin", + "description": "Type-aware folder management/listing for Kolab", + "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", + "license": "AGPLv3", + "version": "2.1.0", + "authors": [ + { + "name": "Aleksander Machniak", + "email": "machniak@kolabsys.com", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3", + "kolab/libkolab": ">=1.1.0", + } +} diff --git a/plugins/kolab_folders/package.xml b/plugins/kolab_folders/package.xml deleted file mode 100644 index b40acab2..00000000 --- a/plugins/kolab_folders/package.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - kolab_folders - http://git.kolab.org/roundcubemail-plugins-kolab/ - Type-aware folder management/listing for Kolab - - The plugin extends folders handling with features of the Kolab Suite - according to specified format (http://www.kolab.org/doc/kolabformat-2.0-html). - With this plugin enabled it is possible to: - - set/get/change folder's type, - - filter folders list by folder type, - - style folders list rows (in folder manager), - - create default folders with specified type. - - - Aleksander Machniak - machniak - machniak@kolabsys.com - yes - - 2012-10.25 - - 2.1 - 2.0 - - - stable - stable - - GNU AGPLv3 - - - - - - - - - - - - - - - - - - - - - - - 5.2.1 - - - 1.7.0 - - - - - diff --git a/plugins/kolab_notes/composer.json b/plugins/kolab_notes/composer.json index 8b32778c..5f964529 100644 --- a/plugins/kolab_notes/composer.json +++ b/plugins/kolab_notes/composer.json @@ -21,6 +21,6 @@ "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libkolab": "1.1.0" + "kolab/libkolab": ">=1.1.0" } } diff --git a/plugins/kolab_tags/composer.json b/plugins/kolab_tags/composer.json index 1b380541..30e5364a 100644 --- a/plugins/kolab_tags/composer.json +++ b/plugins/kolab_tags/composer.json @@ -4,7 +4,7 @@ "description": "Email tags plugin", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "0.1-beta", + "version": "0.1.0", "authors": [ { "name": "Aleksander Machniak", @@ -21,6 +21,6 @@ "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libkolab": "1.1.0" + "kolab/libkolab": ">=1.1.0" } } diff --git a/plugins/ldap_authentication/composer.json b/plugins/ldap_authentication/composer.json new file mode 100644 index 00000000..0d6d0ae9 --- /dev/null +++ b/plugins/ldap_authentication/composer.json @@ -0,0 +1,25 @@ +{ + "name": "kolab/ldap_authentication", + "type": "roundcube-plugin", + "description": "LDAP Authentication (obsoleted)", + "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", + "license": "AGPLv3", + "version": "0.1.0", + "authors": [ + { + "name": "Aleksander Machniak", + "email": "machniak@kolabsys.com", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3", + } +} diff --git a/plugins/ldap_authentication/package.xml b/plugins/ldap_authentication/package.xml deleted file mode 100644 index dc762012..00000000 --- a/plugins/ldap_authentication/package.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - kolab_authentication - http://kolabsys.com - LDAP Authentication - - Authenticates on LDAP server, finds canonized authentication ID for IMAP - and for new users creates identity based on LDAP information. - - - Aleksander Machniak - machniak - machniak@kolabsys.com - yes - - 2011-11-01 - - 0.1 - 0.1 - - - stable - stable - - GNU AGPLv3 - - - - - - - - - - - - - - - - - 5.2.1 - - - 1.7.0 - - - - - diff --git a/plugins/logon_page/composer.json b/plugins/logon_page/composer.json new file mode 100644 index 00000000..a567846b --- /dev/null +++ b/plugins/logon_page/composer.json @@ -0,0 +1,25 @@ +{ + "name": "kolab/logon_page", + "type": "roundcube-plugin", + "description": "Logon screen additions", + "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", + "license": "AGPLv3", + "version": "0.1.0", + "authors": [ + { + "name": "Aleksander Machniak", + "email": "machniak@kolabsys.com", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3", + } +} diff --git a/plugins/logon_page/package.xml b/plugins/logon_page/package.xml deleted file mode 100644 index 8aae9594..00000000 --- a/plugins/logon_page/package.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - logon_page - http://git.kolab.org/roundcubemail-plugins-kolab/ - Kolab Authentication - - Allows displaying of additional information (HTML code block) on logon page. - - - Aleksander Machniak - machniak - machniak@kolabsys.com - yes - - 2012-12-11 - - 0.1 - 0.1 - - - stable - stable - - GNU AGPLv3 - - - - - - - - - - - - - - - - - 5.2.1 - - - 1.7.0 - - - - - diff --git a/plugins/odfviewer/composer.json b/plugins/odfviewer/composer.json new file mode 100644 index 00000000..ffbf79d4 --- /dev/null +++ b/plugins/odfviewer/composer.json @@ -0,0 +1,25 @@ +{ + "name": "kolab/odfviewer", + "type": "roundcube-plugin", + "description": "Open Document Viewer plugin", + "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", + "license": "AGPLv3", + "version": "0.3.0", + "authors": [ + { + "name": "Thomas Bruederli", + "email": "bruederli@kolabsys.com", + "role": "Lead" + }, + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3", + } +} diff --git a/plugins/odfviewer/package.xml b/plugins/odfviewer/package.xml deleted file mode 100644 index 9b4f9acc..00000000 --- a/plugins/odfviewer/package.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - odfviewer - http://git.kolab.org/roundcubemail-plugins-kolab/ - Open Document Viewer plugin - Renders Open Documents directly in the browser by using the WebODF library by Tobias Hintze http://webodf.org - - Thomas Bruederli - thomasb - bruederli@kolabsys.com - yes - - 2013-10-03 - - - 0.3 - 0.3 - - - beta - beta - - GNU AGPL - - - - - - - - - - - - - - - - - - - - - 5.2.1 - - - 1.7.0 - - - - - diff --git a/plugins/pdfviewer/composer.json b/plugins/pdfviewer/composer.json new file mode 100644 index 00000000..25934b3c --- /dev/null +++ b/plugins/pdfviewer/composer.json @@ -0,0 +1,25 @@ +{ + "name": "kolab/pdfviewer", + "type": "roundcube-plugin", + "description": "Inline PDF viewer plugin", + "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", + "license": "AGPLv3", + "version": "1.0.0", + "authors": [ + { + "name": "Thomas Bruederli", + "email": "bruederli@kolabsys.com", + "role": "Lead" + }, + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3", + } +} diff --git a/plugins/pdfviewer/package.xml b/plugins/pdfviewer/package.xml deleted file mode 100644 index 39ac980b..00000000 --- a/plugins/pdfviewer/package.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - pdfviewer - http://git.kolab.org/roundcubemail-plugins-kolab/ - Inline PDF viewer plugin - Render PDF files directly in the preview window by using the pdf.js from (http://mozilla.github.com/pdf.js) - - Thomas Bruederli - thomasb - bruederli@kolabsys.com - yes - - 2013-10-03 - - - 0.1.2 - 0.1.2 - - - beta - beta - - GNU AGPL - - - - - - - - - - - - - - - - - - - - - 5.2.1 - - - 1.7.0 - - - - - diff --git a/plugins/tinymce_config/composer.json b/plugins/tinymce_config/composer.json new file mode 100644 index 00000000..9c910cf6 --- /dev/null +++ b/plugins/tinymce_config/composer.json @@ -0,0 +1,25 @@ +{ + "name": "kolab/tinymce_config", + "type": "roundcube-plugin", + "description": "TinyMCE Editor Configurator", + "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", + "license": "AGPLv3", + "version": "1.0.0", + "authors": [ + { + "name": "Aleksander Machniak", + "email": "machniak@kolabsys.com", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3", + } +} diff --git a/plugins/tinymce_config/package.xml b/plugins/tinymce_config/package.xml deleted file mode 100644 index 8018160f..00000000 --- a/plugins/tinymce_config/package.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - tinymce_config - http://git.kolab.org/roundcubemail-plugins-kolab/ - TinyMCE Editor Configurator - - Sample plugin to set additional TinyMCE editor configuration. - - - Aleksander Machniak - machniak - machniak@kolabsys.com - yes - - 2014-11-13 - - 0.2 - 0.1 - - - stable - stable - - GNU AGPLv3 - - - - - - - - - - - - - - - 5.2.1 - - - 1.7.0 - - - libkolab - http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins/tinymce_config - - - - -