summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-07Update localizations from TransifexThomas Bruederli
2015-02-06Fix so JSON.parse() errors on localStorage items are ignored (#1490249)Aleksander Machniak
2015-02-06Enable FollowSymLinks option in .htaccess file which is required by rewrite ↵Aleksander Machniak
rules (#1490255)
2015-02-05Fix security issue in DBMail driver of password plugin (#1490261)Aleksander Machniak
2015-02-04Load plugins before sessions have startedcorbosman
Move the plugin loading phase to before sessions have started allowing plugins to add session drivers. Plugins that want to use this should define an "onload" method in their plugins. This method does not have access to variables like $task as they are not yet initialised at that time.
2015-02-04Fix some typos in commentsAleksander Machniak
2015-02-04Fix error in exec_hook() in case some hook handler was unregistered beforeAleksander Machniak
2015-02-04Copy also INSTALL fileAleksander Machniak
2015-02-03Don't reset 'plugins' config option when running from update.sh scriptThomas Bruederli
2015-02-03Fix bug in vacation script detection with kolab_master feature enabled but ↵Aleksander Machniak
no active script
2015-02-03Better handle log/temp directory misconfigurationAleksander Machniak
2015-02-02Fix handling of GETANNOTATION errors - return NULL on error as documentedAleksander Machniak
2015-01-29Fix exec_hook() so handlers added inside the hook are not omittedAleksander Machniak
2015-01-28Update changelogAleksander Machniak
2015-01-28Make logged SMTP errors more verbose - log also real server response and codesAleksander Machniak
2015-01-27CSS hack for FF 3.6Thomas Bruederli
2015-01-27Better selector for FF35+Thomas Bruederli
2015-01-27Use @supports selector for setting date selector icon in Firefox 35+Thomas Bruederli
2015-01-25Fix bug where signature could have been inserted twice after plain-to-html ↵Aleksander Machniak
switch (#1490239)
2015-01-25Fix false warning when opening attached text/plain files (#1490241)Aleksander Machniak
2015-01-24Fix JS syntax for legacy browsersThomas Bruederli
2015-01-23Code style improvements and fixesAleksander Machniak
2015-01-23Workaround Firefox 3.6 issue where "advanced options" toggle element was ↵Aleksander Machniak
misplaced
2015-01-23Update ChangelogThomas Bruederli
2015-01-23Fix keyboard navigation and css in datepicker widget across many Firefox ↵Aleksander Machniak
versions
2015-01-22Fix bug where drafts list wasn't refreshed after draft message was sent from ↵Aleksander Machniak
another window (#1490238)
2015-01-21Fixed color popup in Chrome browserAleksander Machniak
The whole <div> element need to be appended to document.body before calling .width() on it.
2015-01-21Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2015-01-21Fix bug where empty fieldmap config entries caused empty results of ldap ↵Aleksander Machniak
search (#1490229)
2015-01-20Improve procedure of script selection to write a vacation ruleAleksander Machniak
2015-01-20Update changelog with CVE identifierAleksander Machniak
2015-01-19Fix bug where Reply-To address was ignored on reply to messages sent by self ↵Aleksander Machniak
(#1490233)
2015-01-16Improve display of pgp/mime and s/mime messges. Reverts commit f4154d91Thomas Bruederli
2015-01-16Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210)Aleksander Machniak
2015-01-15Fall back to $part->body when no mime_id is set for the message partThomas Bruederli
2015-01-15Fix bug where search was reset after returning from compose opened by reply ↵Aleksander Machniak
button(s)
2015-01-14Bump up plugin versionAleksander Machniak
2015-01-14Fix bug where vacation rule was saved to wrong script if ↵Aleksander Machniak
managesieve_kolab_master=true
2015-01-14Support "not allof" test as a negation of all sub-testsAleksander Machniak
Fixes also last commit change.
2015-01-14Fix bug where actions without if/elseif/else in sieve scripts were skippedAleksander Machniak
2015-01-13Fix margin in Help > License pageAleksander Machniak
2015-01-13Fix error when dragging jquery dialog window in Folder Manager pageAleksander Machniak
2015-01-13Fix so "set as default" option is hidden if identities_level > 1 (#1490226)Aleksander Machniak
2015-01-13Fix bug where Drafts list wasn't updated on draft-save action in new window ↵Aleksander Machniak
(#1490225) That if the window was opened using "Edit" button, not double-click on a message.
2015-01-13Fix download options menu (added by zipdownload plugin) in classic skin ↵Aleksander Machniak
(#1490228)
2015-01-13Fix XSS issue in style attribute handling (#1490227)Aleksander Machniak
2015-01-13Fix test for blocked.gif according to recent changesAleksander Machniak
2015-01-12Merge pull request #261 from doublerr/patch-1Aleksander Machniak
Fix pear dependencies in Dockerfile
2015-01-12fix pear dependenciesRyan Richard
* net_smtp2 to net_smtp * auth_sasl2-beta to auth_sasl Currently installing `Net_SMTP2` results with the following error: ```bash [09-Jan-2015 21:15:14 UTC] PHP Fatal error: Class 'Net_SMTP' not found in /var/www/program/lib/Roundcube/rcube_smtp.php on line 111 ``` Switching back to Net_SMTP fixes this issue
2015-01-12Skip .skip-on-drag elements when producing long subject titleAleksander Machniak