summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2014-08-05more stufflocalHugues Hiegel
2014-08-05lot of stuffHugues Hiegel
2013-11-12[plugins] message_hilight : color, not backgroundColor.Hugues Hiegel
2013-11-08Updates / PluginsHugues Hiegel
2013-11-08Merge pull request #141 from rasky/http_without_pwdAleksander Machniak
Allow HTTP authentication without password.
2013-11-08Substitute variables in 'password_ldap_search_base' valueAleksander Machniak
2013-11-07Fix archive button state (i.e. checking if current folder is archive folder)Aleksander Machniak
2013-11-04Move help plugin UI initialization to startup hookThomas Bruederli
2013-11-04Merge pull request #136 from tillkruess/extend-df-password-driverAleksander Machniak
Extend domainfactory password driver
2013-10-30Improve performance and code readability by using String's startsWith() ↵Aleksander Machniak
method, other code improvements
2013-10-30Updated localizations from TransifexThomas Bruederli
2013-10-30Fix list update after archive action on search resultAleksander Machniak
2013-10-30Improved checking if current folder is an archive folder (or subfolder)Aleksander Machniak
2013-10-30Update authors and version numbersAleksander Machniak
2013-10-30Fix archive action for all messages in a folder (#1489405)Aleksander Machniak
2013-10-30Fix archive button on messages page when using archive_type != '' (#1489404)Aleksander Machniak
2013-10-30Performance improvement - call IMAP LIST only onceAleksander Machniak
2013-10-30Make sure all folders in the path are created - ie. if archive folderAleksander Machniak
is configured as Archive/YYYY/MM, create both Archive/YYYY and Archive/YYYY/MM.
2013-10-22Decorate drop-down menus in datepicker titleThomas Bruederli
2013-10-20Allow HTTP authentication without password.Giovanni Bajo
This makes it the plugin useful for any form of webserver-based authentication (CAS, SAML, etc.); of course, other plugins will have to be installed to handle connections to the IMAP/SMTP servers, but at least they don't need to duplicate the basic HTTP authentication functionality.
2013-10-15check if password was changed successfully, before looking for error messagesTill Krüss
2013-10-15check if the new password matched the requirements; code cleanupTill Krüss
2013-10-10Clean up translations once again, this time remove untranslated strings for ↵Aleksander Machniak
all langs
2013-10-09More lceanupAleksander Machniak
2013-10-09Added plugin localizationsAleksander Machniak
2013-10-08Update composer.json file with Net_Sieve package requirementAleksander Machniak
2013-10-07Synchronized localization files from TransifexThomas Bruederli
2013-10-06Move PEAR libs from plugins into main Roundcube lib directory,Aleksander Machniak
list them as dependencies in INSTALL file (#1489182)
2013-10-04Fix sound notification in Internet Explorer (use mp3 file for IE andAleksander Machniak
other browsers which support audio/mp3 files)
2013-10-04Fix typo: occured -> occurred (#1489366)Aleksander Machniak
2013-10-03Added managesieve_domains option to limit redirect destinationsAleksander Machniak
2013-09-28Created composer.json files for default pluginsThomas Bruederli
2013-09-28Make password plugin use the new 'settings_actions' hook to register its ↵Thomas Bruederli
link in the settings navigation
2013-09-27In password ldap_simple driver: added LDAP debug, added password_ldap_bindAleksander Machniak
hook, so other plugins can provide user DN for password change
2013-09-23Code improvements, remove code duplicationAleksander Machniak
2013-09-23Add new password encodage ('ad') in ldap password drivers (#1489349)Aleksander Machniak
2013-09-23Fix setting domain in virtualmin password driver (#1489332)Aleksander Machniak
2013-09-20Fix typo in last commit and some managesieve tests (where we changedAleksander Machniak
:comparator position)
2013-09-20Fix so i;ascii-numeric comparator is not forced as default for :count and ↵Aleksander Machniak
:value operators Fix date/currentdate related form issues and comparators handling (#1489346)
2013-09-20Hide advanced rule modifier for 'date' and 'currentdate' rulesAleksander Machniak
2013-09-20Fix bug where at least one additional address of vacation message was ↵Aleksander Machniak
required (#1489345)
2013-09-20Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-09-20Fix typoAleksander Machniak
2013-09-15In password virtualmin driver removed support for username in format based ↵Aleksander Machniak
on user alias (#1489332)
2013-09-12Implemented configurable timeout for desktop notification (#1489205)Aleksander Machniak
2013-09-09Add common headers to header selector (#1489271)Aleksander Machniak
2013-08-30Fix newmail_notifier issue where favicon wasn't changed back to default ↵Aleksander Machniak
(#1489313) Conflicts: CHANGELOG
2013-08-29Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285)Aleksander Machniak
Added possibility to register flag mappings by a plugin.
2013-08-25Make save() method less memory consumptive, do not return attachment bodyAleksander Machniak
2013-08-25Fix so additional headers are added to all messages sent (#1489284)Aleksander Machniak