Thomas Bruederli
9a3fe2aacd
Complete the repositories section in composer.json during update
10 years ago
Thomas Bruederli
2f8b1036da
Bump version and copyright year
10 years ago
Thomas Bruederli
36147bd6df
Update localizations from Transifex
10 years ago
Aleksander Machniak
56040b941c
Fix so JSON.parse() errors on localStorage items are ignored ( #1490249 )
10 years ago
Aleksander Machniak
0b9b9f63b5
Enable FollowSymLinks option in .htaccess file which is required by rewrite rules ( #1490255 )
10 years ago
Aleksander Machniak
7c96646de0
Fix security issue in DBMail driver of password plugin ( #1490261 )
10 years ago
Aleksander Machniak
09d52dbb67
Fix some typos in comments
10 years ago
Aleksander Machniak
20740a9650
Fix error in exec_hook() in case some hook handler was unregistered before
10 years ago
Aleksander Machniak
dba43e7c8b
Copy also INSTALL file
10 years ago
Thomas Bruederli
be140e827d
Don't reset 'plugins' config option when running from update.sh script
10 years ago
Aleksander Machniak
04009e5ccb
Fix bug in vacation script detection with kolab_master feature enabled but no active script
10 years ago
Aleksander Machniak
e17decc4c2
Better handle log/temp directory misconfiguration
10 years ago
Aleksander Machniak
e8fc8d303a
Fix handling of GETANNOTATION errors - return NULL on error as documented
10 years ago
Aleksander Machniak
0a5841702f
Fix exec_hook() so handlers added inside the hook are not omitted
10 years ago
Aleksander Machniak
758e7c47e9
Update changelog
10 years ago
Aleksander Machniak
a3fa844aad
Make logged SMTP errors more verbose - log also real server response and codes
10 years ago
Thomas Bruederli
3b46c965d7
CSS hack for FF 3.6
10 years ago
Thomas Bruederli
b7a4e2ed18
Better selector for FF35+
10 years ago
Thomas Bruederli
613966d76f
Use @supports selector for setting date selector icon in Firefox 35+
10 years ago
Aleksander Machniak
b0c9026223
Fix bug where signature could have been inserted twice after plain-to-html switch ( #1490239 )
10 years ago
Aleksander Machniak
556d288754
Fix false warning when opening attached text/plain files ( #1490241 )
10 years ago
Thomas Bruederli
b7c35d5bd9
Fix JS syntax for legacy browsers
10 years ago
Aleksander Machniak
64ed175944
Code style improvements and fixes
10 years ago
Aleksander Machniak
b79a6e1b33
Workaround Firefox 3.6 issue where "advanced options" toggle element was misplaced
10 years ago
Thomas Bruederli
2cbae4787f
Update Changelog
10 years ago
Aleksander Machniak
686ff4b538
Fix keyboard navigation and css in datepicker widget across many Firefox versions
10 years ago
Aleksander Machniak
5d42a9353b
Fix bug where drafts list wasn't refreshed after draft message was sent from another window ( #1490238 )
10 years ago
Aleksander Machniak
5beaac231e
Fixed color popup in Chrome browser
...
The whole <div> element need to be appended to document.body before calling .width() on it.
10 years ago
Aleksander Machniak
4727e13d55
Merge branch 'master' of github.com:roundcube/roundcubemail
10 years ago
Aleksander Machniak
bf99c50cc1
Fix bug where empty fieldmap config entries caused empty results of ldap search ( #1490229 )
10 years ago
Aleksander Machniak
dc9cc7aa8a
Improve procedure of script selection to write a vacation rule
10 years ago
Aleksander Machniak
704b0bace6
Update changelog with CVE identifier
10 years ago
Aleksander Machniak
38dbd8022b
Fix bug where Reply-To address was ignored on reply to messages sent by self ( #1490233 )
10 years ago
Thomas Bruederli
ef29153a32
Improve display of pgp/mime and s/mime messges. Reverts commit f4154d91
10 years ago
Aleksander Machniak
b7e3b15a8a
Fix javascript error in "IE 8.0/Tablet PC" browser ( #1490210 )
10 years ago
Thomas Bruederli
f4154d9108
Fall back to $part->body when no mime_id is set for the message part
10 years ago
Aleksander Machniak
de0bc662f9
Fix bug where search was reset after returning from compose opened by reply button(s)
10 years ago
Aleksander Machniak
b196d229c3
Bump up plugin version
10 years ago
Aleksander Machniak
501cdd651e
Fix bug where vacation rule was saved to wrong script if managesieve_kolab_master=true
10 years ago
Aleksander Machniak
6af79f1517
Support "not allof" test as a negation of all sub-tests
...
Fixes also last commit change.
10 years ago
Aleksander Machniak
1f9c9fea55
Fix bug where actions without if/elseif/else in sieve scripts were skipped
10 years ago
Aleksander Machniak
e44e51561d
Fix margin in Help > License page
10 years ago
Aleksander Machniak
a109d19a77
Fix error when dragging jquery dialog window in Folder Manager page
10 years ago
Aleksander Machniak
d1382aecb2
Fix so "set as default" option is hidden if identities_level > 1 ( #1490226 )
10 years ago
Aleksander Machniak
5a84736e53
Fix bug where Drafts list wasn't updated on draft-save action in new window ( #1490225 )
...
That if the window was opened using "Edit" button, not double-click on a message.
10 years ago
Aleksander Machniak
f5b7c2e0a3
Fix download options menu (added by zipdownload plugin) in classic skin ( #1490228 )
10 years ago
Aleksander Machniak
786aa0725e
Fix XSS issue in style attribute handling ( #1490227 )
10 years ago
Aleksander Machniak
d204814a39
Fix test for blocked.gif according to recent changes
10 years ago
Aleksander Machniak
26afe4bbcf
Merge pull request #261 from doublerr/patch-1
...
Fix pear dependencies in Dockerfile
10 years ago
Ryan Richard
b45f9af933
fix pear dependencies
...
* 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
10 years ago