This commit is contained in:
the-djmaze 2022-12-08 17:15:46 +01:00
parent 7807859975
commit 97bdaf4788
16 changed files with 116 additions and 61 deletions

View file

@ -11,7 +11,7 @@ class AvatarsPlugin extends \RainLoop\Plugins\AbstractPlugin
REQUIRED = '2.23',
CATEGORY = 'Contacts',
LICENSE = 'MIT',
DESCRIPTION = 'Show photo of sender in message and messages list (supports BIMI, Gravatar and identicon, Contacts is still TODO)';
DESCRIPTION = 'Show graphic of sender in message and messages list (supports BIMI, Gravatar and identicon, Contacts is still TODO)';
public function Init() : void
{

View file

@ -6,9 +6,9 @@ class ChangePasswordPoppassdPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Change Password Poppassd',
VERSION = '2.17',
RELEASE = '2022-05-20',
REQUIRED = '2.15.3',
VERSION = '2.18',
RELEASE = '2022-12-08',
REQUIRED = '2.23.0',
CATEGORY = 'Security',
DESCRIPTION = 'Extension to allow users to change their passwords through Poppassd';

View file

@ -6,9 +6,9 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Change Password',
VERSION = '2.16.4',
RELEASE = '2022-11-09',
REQUIRED = '2.12.0',
VERSION = '2.17',
RELEASE = '2022-12-08',
REQUIRED = '2.23.0',
CATEGORY = 'Security',
DESCRIPTION = 'Extension to allow users to change their passwords';

View file

@ -3,12 +3,12 @@
class LdapContactsSuggestionsPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Contacts suggestions (LDAP)',
VERSION = '2.9',
RELEASE = '2022-05-05',
NAME = 'Contacts suggestions (LDAP)',
VERSION = '2.10',
RELEASE = '2022-12-08',
REQUIRED = '2.23.0',
CATEGORY = 'Contacts',
DESCRIPTION = 'Get contacts suggestions from LDAP.',
REQUIRED = '2.9.1';
DESCRIPTION = 'Get contacts suggestions from LDAP.';
public function Init() : void
{

View file

@ -12,11 +12,11 @@ class LdapMailAccountsPlugin extends AbstractPlugin
{
const
NAME = 'LDAP Mail Accounts',
VERSION = '1.0',
VERSION = '1.1',
AUTHOR = 'cm-schl',
URL = 'https://github.com/cm-sch',
RELEASE = '2022-11-25',
REQUIRED = '2.20.0',
RELEASE = '2022-12-08',
REQUIRED = '2.23.0',
CATEGORY = 'Accounts',
DESCRIPTION = 'Add additional mail accounts the SnappyMail user has access to by a LDAP query. Basing on the work of FWest98 (https://github.com/FWest98).';

View file

@ -4,8 +4,9 @@ class ProxyauthLoginExamplePlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Proxy Auth Login Example',
VERSION = '2.1',
REQUIRED = '2.5.0',
VERSION = '2.2',
RELEASE = '2022-12-08',
REQUIRED = '2.23.0',
CATEGORY = 'General',
DESCRIPTION = '';