Commit Graph

7719 Commits

Author SHA1 Message Date
Thomas Bruederli
509a6bc368 Allow to force-load plugins which have been loaded but not initialized before 2014-04-02 16:26:59 +02:00
Thomas Bruederli
688fd76940 Don't trigger 'select' event twice when selecting a list item 2014-04-02 16:25:28 +02:00
Aleksander Machniak
d0cb327af7 Bring back $COMPOSE['reply_uid'] lost in commit 73076d7e 2014-04-02 08:50:47 +02:00
Aleksander Machniak
dc0b500e78 Removed redundant default_folders config option (#1489737)
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
2014-04-01 19:27:07 +02:00
Thomas Bruederli
0ee6328098 Replace   entities when converting to text 2014-04-01 15:05:19 +02:00
Aleksander Machniak
16c7644ccb Merge branch 'master' of github.com:roundcube/roundcubemail 2014-03-31 19:32:07 +02:00
Aleksander Machniak
73076d7ea6 Set In-Reply-To and References for forwarded messages (#1489593) 2014-03-31 19:31:44 +02:00
Thomas Bruederli
2b05c5e9ec Render 'now' dates in short form, too 2014-03-31 19:02:24 +02:00
Felix Eckhofer
30e6b980a6 Remove usage of $RCMAIL global variable 2014-03-26 20:45:33 +01:00
Felix Eckhofer
ef721fc430 Add config variable 'proxy_whitelist'
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-26 20:44:16 +01:00
Thomas Bruederli
a8a50de4e3 Improve mbox format import: don't expect empty lines after each message 2014-03-25 19:28:43 +01:00
Aleksander Machniak
bee1e18966 Skip IMAP SORT request if folder is empty 2014-03-23 11:15:47 +01:00
Aleksander Machniak
1597c8a0c2 Make sure parent folder selector always contains parent folder
of current folder, even if it does not exist
2014-03-22 14:55:12 +01:00
Aleksander Machniak
fbe5bc9ba2 CS fixes 2014-03-22 13:25:08 +01:00
Aleksander Machniak
2369305ad8 Merge pull request #167 from Steffen185/allow_url_fopen_off
Make modcss.inc work with allow_url_fopen = Off
2014-03-22 13:22:24 +01:00
Aleksander Machniak
5733061261 Merge branch 'master' of github.com:roundcube/roundcubemail 2014-03-22 12:58:35 +01:00
Aleksander Machniak
8cc567c004 Drop support for PHP < 5.3.7 2014-03-22 12:56:49 +01:00
Thomas Bruederli
d221576489 Disable link registering mailto: protocol handler if not supported by the browser (#1489569) 2014-03-21 18:32:13 +01:00
Thomas Bruederli
3f4845948c Synchrnonized translations from Transifex 2014-03-21 14:12:22 +01:00
Thomas Bruederli
08da302af0 Don't hide upload dialog if no file was selected. Display an alert message for all empty file uploads (#1489685) 2014-03-20 22:07:02 +01:00
Aleksander Machniak
65f59fa3c6 Bump version number to 1.1-git 2014-03-19 08:49:55 +01:00
Aleksander Machniak
a930815871 Trim search filter to prevent from creating invalid search criteria when skip_deleted = true. 2014-03-14 13:11:36 +01:00
Thomas Bruederli
a36369c383 Fix message import dialog (#1489685):
- 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-13 22:58:57 +01:00
Aleksander Machniak
723a26cff8 Merge branch 'master' of github.com:roundcube/roundcubemail 2014-03-11 09:34:26 +01:00
Aleksander Machniak
904fec7505 Add id for login submit button (#1489676) - make it skin independent 2014-03-11 09:31:45 +01:00
Thomas Bruederli
3980579602 Avoid useless connection attempts if host is empty 2014-03-11 09:12:08 +01:00
Thomas Bruederli
519ce2e2ec Avoid bubbling of clicks to treelist expand/collapse toggles 2014-03-10 14:31:03 +01:00
Thomas Bruederli
3f63a80730 Re-arrange buttons in import dialog to match the rest of the appplication 2014-03-09 15:53:22 +01:00
Thomas Bruederli
34ddfcecef Fix input-button disabled state; add support for jquery UI buttons of type 'uibutton' 2014-03-09 15:35:38 +01:00
Thomas Bruederli
817c98ec3b Add method to reset a treelist widget 2014-03-07 16:10:47 +01:00
Thomas Bruederli
143ceff0d8 Implement ArrayAccess interface for conveniently accessing rcube_result_set as array 2014-03-06 13:17:31 +01:00
Thomas Bruederli
532c10669b Support structured data for autocompletion results; map 'type' attribute to CSS class for autocomplete list items 2014-03-06 13:17:14 +01:00
Takika
2256f89139 Fix default mailbox sort order 2014-03-05 16:40:35 +01:00
Thomas Bruederli
d27a4f8f9e Fix opening compose screen in new window after saving as draft (#1489643) 2014-03-02 19:26:09 +01:00
Aleksander Machniak
32c612c112 Fix some PDO::MYSQL_* constants (wrongly described in PHP manual before 5.3.21) 2014-02-24 14:14:19 +01:00
Aleksander Machniak
2b8f033bcb Improvement in handling invalid email address strings 2014-02-23 14:20:43 +01:00
Thomas Bruederli
0ca978820c Suppress IE's default behavior of opening links in a new tab on ctrl-click by wrapping the clickable content in <span> tag 2014-02-22 14:35:37 +01:00
Thomas Bruederli
128fd9861a Declare LOGIN commands to be anonymized in debug logging 2014-02-19 18:04:04 +01:00
Aleksander Machniak
37b9e02648 Fix regression in handling of 'attachments' result in message_compose hook (#1489627) 2014-02-17 17:40:07 +01:00
Aleksander Machniak
5e8da2b5c9 Added toolbar button to move message in message view 2014-02-13 14:19:41 +01:00
Steffen185
6446d0ac97 modcss.inc: Fixed CS 2014-02-11 17:40:09 +01:00
Steffen185
add515bc74 Make modcss.inc work with allow_url_fopen = Off
Alternatively use the PHP cURL extension
2014-02-11 14:40:33 +01:00
Aleksander Machniak
03de1329ef Fix invalid X-Draft-Info on forwarded message draft (#1489587) 2014-02-11 09:06:53 +01:00
Thomas Bruederli
ce20194266 Add setter for user object to rcube class; we already have getters for various user properties there 2014-02-10 13:18:34 +01:00
Aleksander Machniak
517c9f9a8d Fix directories check in Installer on Windows (#1489576)
Added rcube_utils::is_absolute_path() method
2014-02-07 14:43:51 +01:00
Aleksander Machniak
c83a9556e7 Fix possible javascript error on drag-n-drop (#1489560) 2014-02-05 15:33:03 +01:00
Aleksander Machniak
a35540c786 Fix issue when default_addressbook option is set to integer value (#1489407) 2014-02-05 08:38:06 +01:00
Thomas Bruederli
8a5777fd1a Forward all arguments of the function call 2014-02-04 22:50:22 +01:00
Thomas Bruederli
f147849bb0 Use standard dialog popups for the ACL permissions form; that will open it in the main window with enoough space and better UI integration 2014-02-04 22:49:23 +01:00
Thomas Bruederli
eecd9ce0f9 Fix infinite loop when converting invalid html to plaintext (#1489566) 2014-02-04 10:23:08 +01:00