summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2014-12-28Synchronized localizations from TransifexThomas Bruederli
2014-12-17Fix compatibility with assets_path settingAleksander Machniak
2014-12-16Fix legacy_plugin so it works with assets_path/assets_dirAleksander Machniak
and also when css/js file URLs do not contain cache buster
2014-12-16Improve system security by using optional special URL with security tokenAleksander Machniak
Allows to define separate server/path for image/js/css files Fix bugs where CSRF attacks were still possible on some requests
2014-12-10Add missing composer.json files (skipped because of .gitignore)Aleksander Machniak
2014-12-10Add missing composer.json files (skipped because of .gitignore)Aleksander Machniak
2014-12-10Update package.xml -> composer.jsonAleksander Machniak
2014-12-09Fix generation of Blowfish-based password hashes (#1490184)Aleksander Machniak
Added password_blowfish_cost config option.
2014-12-09Use consistent license identifiers, remove redundant package.xml filesAleksander Machniak
2014-12-09Bump up version number, remove package.xml fileAleksander Machniak
2014-12-09Fix button size in LarryAleksander Machniak
2014-11-27Added rcube_user::list_emails() method with better performance than ↵Aleksander Machniak
list_identities() which should be used always if we want only all user email addresses (with names)
2014-11-12Fix padding of some form elementsAleksander Machniak
2014-11-12Force-pull translations from TransifexThomas Bruederli
2014-11-12Remove empty labels and translation filesThomas Bruederli
2014-11-10Updated localizations from Transifex1.1-betaThomas Bruederli
2014-11-03Remove redundant codeAleksander Machniak
2014-10-30CS fixes and bump version number after PR mergeAleksander Machniak
2014-10-30Merge pull request #243 from bnogas/master-p6Aleksander Machniak
Add support for updating identities on each login
2014-10-30Another correction for PR commentsBartlomiej Nogas
2014-10-29Correcting for PR comments + change rcmail to rcBartlomiej Nogas
2014-10-29Remove redundant is_file() checksAleksander Machniak
2014-10-28Add support for updating identities on each loginBartlomiej Nogas
2014-10-27Fixed typo in configJonas Heinrich
2014-10-26Update password driver API descriptionAleksander Machniak
2014-10-26Fix syntax error in plesk driverAleksander Machniak
2014-10-26CS fixes after PR mergeAleksander Machniak
2014-10-26Merge pull request #234 from bnogas/master-p3Aleksander Machniak
Add config option 'acl_group_field' to use as ACL group identifier
2014-10-26Merge pull request #235 from bnogas/master-p2Aleksander Machniak
Move plugin configuration to config.inc.php.dist
2014-10-22Fix download of attachments that are part of TNEF message (#1490091)Aleksander Machniak
Rcube_message_part::body content should never be modified by code out of the rcube_message. Added convenient rcube_message::get_part_body() method, making rcube_message::get_part_content() deprecated.
2014-10-21Add configuration option 'acl_group_field' to use as ACL group identifierBartlomiej Nogas
2014-10-20Move plugin configuration to config.inc.php.distBartlomiej Nogas
2014-10-18CS fixes after PR mergeAleksander Machniak
2014-10-18Merge pull request #222 from bnogas/masterAleksander Machniak
Support for multiple email addresses in new_user_identity plugin
2014-10-18Small CS fixes after PR mergeAleksander Machniak
2014-10-16fix indent to match style in ldap.php (tabs to spaces)Lorenzo Perone
2014-10-14Password Plugin / LDAP Driver:Lorenzo Perone
- adds support for (optional) multiple userPassword values for compatibility with more authentication shemes - adds support for CRAM-MD5 scheme as implemented by doveadm pw (credits: see header of plugins/password/helpers/dovecot_hmacmd5.php)
2014-10-13dirname(__FILE__) -> __DIR__Aleksander Machniak
2014-10-10Fix regression in SHAA password generation in ldap driver of password plugin ↵Aleksander Machniak
(#1490094)
2014-10-07Shrinked some images with TinyPNG (saved 38%)Aleksander Machniak
2014-09-23Support for multiple email addresses addedBartlomiej Nogas
2014-09-12Use consistent column/table quoting in sql queriesAleksander Machniak
2014-09-09Remove new_link argument usage, we don't need it anymoreAleksander Machniak
2014-09-08Update changelogAleksander Machniak
2014-09-08Fix compatybility with contextmenu pluginAleksander Machniak
2014-09-08Added license headers to driver files, CS fixesAleksander Machniak
2014-10-01Update password.phpxzaara
Semicolons instead of colons in switch statement.
2014-09-29Fix handling of smart list inputsAleksander Machniak
2014-09-28Support hashing algorithms without mhash() and even hash() extension (#1490076)Aleksander Machniak
2014-09-02removed unwanted fileCyrill von Wattenwyl