summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-04Improve HTML structure so toolbar and content are in separate containers.Aleksander Machniak
This makes splitters size and positioning better.
2014-04-04Fix splitter so minimum width/height is checked on both sides of the splitterAleksander Machniak
2014-04-03Update changelogAleksander Machniak
2014-04-03Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-04-03Remove style that breaks border/spacing of nested folders in mailboxes listAleksander Machniak
2014-04-03Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-04-02Allow to force-load plugins which have been loaded but not initialized beforeThomas Bruederli
2014-04-02Don't trigger 'select' event twice when selecting a list itemThomas Bruederli
2014-04-02Bring back $COMPOSE['reply_uid'] lost in commit 73076d7eAleksander Machniak
2014-04-01Removed redundant default_folders config option (#1489737)Aleksander Machniak
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
2014-04-01Replace   entities when converting to textThomas Bruederli
2014-03-31Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-03-31Set In-Reply-To and References for forwarded messages (#1489593)Aleksander Machniak
2014-03-31Render 'now' dates in short form, tooThomas Bruederli
2014-03-31Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-03-30Fix so identity fields are cast to string to prevent "Column X cannot be ↵Aleksander Machniak
null" errors.
2014-03-26Remove usage of $RCMAIL global variableFelix Eckhofer
2014-03-26Add config variable 'proxy_whitelist'Felix Eckhofer
HTTP headers X_FORWARDED_* and X_REAL_IP are only evaluated when received from an IP listed in proxy_whitelist. Furthermore, only the last non-trusted IP from X-Forwarded-For is used in place of the real ip. Without this, an attacker can easily spoof the headers and control the result of the ip or ssl check. This fixes several problems with [3a4c9f42], [4d480b36] and [a520f331] as mentioned in #1489729.
2014-03-26Fix typo in commentFelix Eckhofer
2014-03-25Improve mbox format import: don't expect empty lines after each messageThomas Bruederli
2014-03-25Fix fatal error in database_attachments plugin under some conditions (#1489726)Aleksander Machniak
2014-03-23Skip IMAP SORT request if folder is emptyAleksander Machniak
2014-03-22Make sure parent folder selector always contains parent folderAleksander Machniak
of current folder, even if it does not exist
2014-03-22CS fixesAleksander Machniak
2014-03-22Merge pull request #167 from Steffen185/allow_url_fopen_offAleksander Machniak
Make modcss.inc work with allow_url_fopen = Off
2014-03-22Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-03-22Drop support for PHP < 5.3.7Aleksander Machniak
2014-03-21Disable link registering mailto: protocol handler if not supported by the ↵Thomas Bruederli
browser (#1489569)
2014-03-21Synchrnonized translations from TransifexThomas Bruederli
2014-03-21Map fr => fr_FR for transifex pullingThomas Bruederli
2014-03-20Don't hide upload dialog if no file was selected. Display an alert message ↵Thomas Bruederli
for all empty file uploads (#1489685)
2014-03-19Fix .listbox background color in jquery UI dialogsThomas Bruederli
2014-03-19Bump version number to 1.1-gitAleksander Machniak
2014-03-18Add some testsAleksander Machniak
2014-03-17Better indentation styles for treelist itemsThomas Bruederli
2014-03-15Fix list-input fields in Vacation interfaceAleksander Machniak
2014-03-14Load password.js only when neededAleksander Machniak
2014-03-14Remove debug codeAleksander Machniak
2014-03-14Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-03-14Added optional separate interface for out-of-office management (#1488266)Aleksander Machniak
2014-03-14Trim search filter to prevent from creating invalid search criteria when ↵Aleksander Machniak
skip_deleted = true.
2014-03-13Update changelogThomas Bruederli
2014-03-13Fix message import dialog (#1489685):Thomas Bruederli
- Display alert if no file is chosen - Unlock the UI if form is not submitted - Avoid duplicate error messages - Fix javascript error due to missing attachments list widget
2014-03-12Add labels for 'n' ACL (RFC 5257)Aleksander Machniak
2014-03-11Refined some skin stylesThomas Bruederli
2014-03-11Make sure attachment ID is really unique when uploading multiple files ↵Aleksander Machniak
(#1489546)
2014-03-11Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-03-11Put new feature entries on top and fixes on end of the changelogAleksander Machniak
2014-03-11Add id for login submit button (#1489676) - make it skin independentAleksander Machniak
2014-03-11Avoid useless connection attempts if host is emptyThomas Bruederli