summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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
2012-11-27Fixed filter operations after filter deletion (#1488832)Aleksander Machniak
2012-11-26Option to disable localization of the archive folder nameThomas Bruederli
2012-11-26Clarify rcube::get_user_name() usage, add rcube::get_user_email()Aleksander Machniak
2012-11-25Fixed filter selection after filter deletion (#1488832)Aleksander Machniak
2012-11-25Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-11-25Use new RCUBE_PLUGINS_DIR constantThomas Bruederli
2012-11-25Moved rcube_* classes to <plugin>/lib/Roundcube for compat. with Roundcube ↵Aleksander Machniak
Framework autoloader
2012-11-21Adapt stylesheets to recent changes in jQuery UI 1.9Thomas Bruederli
2012-11-19Updated localization files from launchpadThomas Bruederli
2012-11-18Skip invalid vCards (#1488788)Aleksander Machniak
2012-11-16Rename option password_supported_hosts to password_hosts, code cleanupAleksander Machniak
2012-11-16Merge pull request #42 from NETLINK/patch-1Aleksander Machniak
Add option to define IMAP hosts that support password changes
2012-11-15Fix wrong (non-specific) error message on crypt or connection error (#1488808)Aleksander Machniak
2012-11-11Remove non-matching </div>Thomas Bruederli
2012-11-11Add #message element on Help plugin pages, update files list in package.xmlAleksander Machniak
2012-11-09Update plugins/password/password.phpNETLINK
2012-11-09Update plugins/password/password.phpNETLINK
Add logic for checking supported IMAP hosts Make use of additional config option 'password_supported_hosts' (see config.inc.php.dist). If current IMAP host is not in array of defined hosts, exit and suppress Password option in Settings.
2012-11-09Update plugins/password/config.inc.php.distNETLINK
Added config option to specify hosts that support password changing.
2012-11-07Updated to jQuery 1.8.2 and jQuery UI 1.9.1Thomas Bruederli
2012-11-07Don't include settings.css - is not needed anymoreAleksander Machniak
2012-11-06Fix watermark in a frame regressionAleksander Machniak
2012-11-06Fix watermark in a frame regressionAleksander Machniak
2012-11-06Recursively resolve paths of iframe contents; unify contentframe ↵Thomas Bruederli
registration and reduce code-duplication
2012-10-18Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-10-18Add gradient styles for IEThomas Bruederli
2012-10-18Fixed filter activation/deactivation confirmation message (#1488765)Aleksander Machniak
2012-10-04Reduce spacing between UI tabs and contentThomas Bruederli
2012-10-04Bring back lost localization filesThomas Bruederli
2012-10-04Imported recent launchpad translationsThomas Bruederli
2012-10-03Update package.xmlAleksander Machniak
2012-10-03Fix so scripts listed in managesieve_filename_exceptions aren't displayed on ↵Aleksander Machniak
the list (#1488724)
2012-09-24s/rcube/rcmail/ for compatibility with the 0.8 seriesThomas Bruederli
2012-09-24Added request size limits detection and script corruption prevention (#1488648)Aleksander Machniak
2012-09-23Ignore plugin config.inc.php filesThomas Bruederli
2012-09-23Add zipdwonload plugin by Phil Weir at tehinterweb.co.uk to core repositoryThomas Bruederli
2012-09-21Change default port to 4190 (IANA-allocated), add port auto-detection (#1488713)Aleksander Machniak
2012-09-20Re-add enotify testsAleksander Machniak
2012-09-20Set default importance to normalAleksander Machniak
2012-09-20Support only 00 version of draft-ietf-sieve-notify which is more common ↵Aleksander Machniak
(Cyrus 2.4)
2012-09-20Enable notify action for notify extensionAleksander Machniak
2012-09-20Support old notify extensionAleksander Machniak
2012-09-20Merge pull request #24 from pawel-slowik/masterAleksander Machniak
Sieve plugin - Initial support for enotify/notify (RFC5435, RFC5436)
2012-09-19Improve capabilities list handling in parser testsAleksander Machniak
2012-09-18Fix removed cache_id column usage, SQL queries formattingAleksander Machniak