summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2013-04-15Synchronized localizations from TransifexThomas Bruederli
2013-04-11Fix ticket referenceThomas Bruederli
2013-04-10Set minimal permissions to temp files (#148899)Thomas Bruederli
2013-04-02Fixed wrong copy-pasteSteffen185
2013-04-02Use new config option "password_force_save"Steffen185
2013-04-02Added config option "password_force_save"Steffen185
2013-03-30Update changelogAleksander Machniak
2013-03-30Added new cPanel driver - fixes localization related issues (#1487015)Aleksander Machniak
2013-03-22Save new password even if it has not changedSteffen185
I have recently changed the password scheme of my Dovecot/Postfix/Roundcube installation. New passwords are encrypted stronger than before. It is not possible to automatically update existing passwords (because the old encryption is not so bad that I can easily crack it). But I'd like to tell my users that they can upgrade to the new password scheme by simply submitting the "change password" form with their old password in all three input fields. Currently a minor optimization prevents this. I think this minor optimization should be removed.
2013-03-21Synchronized translations with TransifexThomas Bruederli
2013-03-18Fix notification broken in last commitAleksander Machniak
2013-03-16Notify about a new mail only if it's UNSEEN (#1388965)Aleksander Machniak
2013-03-16Add vacation-seconds extension support (RFC 6131)Aleksander Machniak
2013-03-11Add some verbiage on the usage of 'acl_specials' in the default ↵Jeroen van Meeuwen (Kolab Systems)
config.inc.php.dist.
2013-03-02Use rcube_utils::parse_host() for host config in smb driver (#1488784)Aleksander Machniak
2013-03-01Fixed ACL edition in advanced modeAleksander Machniak
2013-02-28Localization updates from TransifexThomas Bruederli
2013-02-25Make margin-top on "Download all attachments" button smallerAleksander Machniak
2013-02-21Add configuration option 'specials' to hide specials 'anyone' and ↵Jeroen van Meeuwen (Kolab Systems)
'anonymous' from the ACL configuration dialog
2013-02-17Add posibility to use different database for virtuser queriesAleksander Machniak
2013-02-17Bump version number up to 6.2Aleksander Machniak
2013-02-17Don't trim whitespace in folder names (#1488955)Aleksander Machniak
2013-02-10Import all translations from TransifexThomas Bruederli
2013-02-10Extend copyright to 2013Thomas Bruederli
2013-02-08Fix filenames charset handling (#1488946)Aleksander Machniak
2013-02-08Fix reference to non-existing class rcube_output_html (#1488948)Aleksander Machniak
2013-02-07Lowercase username if 'login_lc' is set (#1488943)Aleksander Machniak
2013-01-29Fix "empty" ACL entry when there's "User, " in user input fieldAleksander Machniak
2013-01-20Extend archive plugin with user-configurable options to move messages into ↵Thomas Bruederli
subfolders according to their date, sender or originating folder
2013-01-19Add basic tests for pluginsAleksander Machniak
2013-01-18Remove deprecated functions (from bc.php file) usage in pluginsAleksander Machniak
2013-01-14Update localization files with the latest version from Transifex (yet ↵Thomas Bruederli
another import test)
2013-01-07Support tls:// prefix in managesieve_host optionAleksander Machniak
2013-01-03Add frameborder="0" on iframe elements for IE<=8Aleksander Machniak
2013-01-02Pulled de_CH translations from Transifex (first test)Thomas Bruederli
2012-12-30Avoid double-quotation for header valuesThomas Bruederli
2012-12-30Fix Help task icon on new Larry headerAleksander Machniak
2012-12-29Add proper headers to localization template filesThomas Bruederli
2012-12-26Rename/remove invalid localization files from last launchpad importThomas Bruederli
2012-12-26Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-12-26Updated localizations from launchpadThomas Bruederli
2012-12-26Update plugins/password/drivers/pam.phpMike Hennessy
The Ubuntu package php5-auth-pam renames the PECL PAM extension to pam_auth, so this file should check for both.
2012-12-21Update changelog, set version to 6.1Aleksander Machniak
2012-12-21Don't force 'stop' action on last rule in a scriptAleksander Machniak
2012-12-17CS fixes, mostly tabs to spaces conversionAleksander Machniak
2012-12-16Merge pull request #50 from weisslj/masterAleksander Machniak
Add host config option to http_authentication plugin.
2012-12-09fixed sq_usercopy to correctly copy SQ-label to RC-notes.Alex_Go
2012-12-05Fix typo, the issue unintentionally removes password from the sessionAleksander Machniak
2012-12-03Add host config option to http_authentication plugin.Johannes Weißl
This is useful if the users are free to choose arbitrary mail hosts (or from a list), but have one host they usually want to log into. Otherwise the username/password must always be typed in twice.
2012-11-28Fixed compatibility with jQueryUI-1.9Aleksander Machniak