Commit Graph

6933 Commits

Author SHA1 Message Date
Aleksander Machniak
0716d499bc Fix bug where some escape sequences in html styles could bypass security checks 2018-05-05 17:12:18 +02:00
Edgaras L
c236c22c41 Parse all quotas from GETQUOTAROOT (#6280) 2018-05-05 12:48:15 +02:00
johndoh
5caab079fa Make settings list html more consistent (#6204) 2018-04-29 14:33:25 +02:00
johndoh
8eebbbfba4 Use timer to differentiate touch or touch + hold events (#6259) 2018-04-26 14:56:57 +02:00
Aleksander Machniak
89715b040b Pass an element index to the list_callback in entity_selector() 2018-04-25 11:28:26 +02:00
Aleksander Machniak
35a3abd3de Fix skin extending for assets (#5115) - take two 2018-04-24 06:32:16 +00:00
Aleksander Machniak
8355ba62fb Revert "Fix skin extending for assets (#5115)" 2018-04-23 19:53:45 +02:00
Aleksander Machniak
c0b9025215 Remove sample PHP configuration from .htaccess and .user.ini files (#5850)
Moved to https://github.com/roundcube/roundcubemail/wiki/Installation#php-configuration
2018-04-21 20:17:17 +02:00
Aleksander Machniak
63d3ad11fb Use Masterminds/HTML5 parser for HTML5 support (#5761) 2018-04-21 13:14:42 +02:00
johndoh
2f7aaca342 Allow plugins to prevent multiple execution of getselection JS event (#6256) 2018-04-21 08:25:33 +02:00
Aleksander Machniak
3e241d728c Remove IE7 hack 2018-04-20 13:42:06 +02:00
Aleksander Machniak
acfd335f14 Simplify code to set/change a skin
When changing skin in Preferences we do not use the new skin immediately,
we do this after redirect.
2018-04-20 09:14:44 +02:00
Aleksander Machniak
3e0e12227e Use default skin on login page, also after logout
Before we stored user skin in session to keep user skin on logon after logout.
After more thinking... imho it's better to always present the same logon look.
2018-04-20 08:52:19 +02:00
Aleksander Machniak
e79838aaac Enigma: Disable autofill for new keypair password 2018-04-20 08:11:22 +02:00
Aleksander Machniak
3f53acb64a Fix regression in skin extending for assets (commit ecde98729b)
It could have been possible that core template loaded plugin files
by mistake (if file with the same name existed), we don't want that.
2018-04-18 09:34:37 +00:00
Aleksander Machniak
c1774b6e1d Put additional footer content before "footer scripts" (for Elastic) 2018-04-16 12:59:00 +02:00
Aleksander Machniak
ecde98729b Fix skin extending for assets (#5115)
Remove redundant is_file() calls.
2018-04-15 12:21:56 +02:00
Aleksander Machniak
dd3ea4ed2b Fix extracting codepage 2018-04-15 08:48:17 +02:00
Aleksander Machniak
8a6a9e86ae Fix handling of forwarded messages inside of a TNEF message (#5632) 2018-04-14 18:33:09 +02:00
Aleksander Machniak
a889f55c31 Fix PHP Warning: Use of undefined constant IDNA_DEFAULT on systems without php-intl (#6244) 2018-04-12 09:39:33 +02:00
Aleksander Machniak
3f985c35d1 Elastic: Small form fixes 2018-04-11 11:06:47 +02:00
Aleksander Machniak
418c72137e Improve search_form() for external use 2018-04-11 09:08:18 +02:00
Aleksander Machniak
b2bebe531a Fix bug where usernames without domain part could be malformed or converted to lower-case on logon (#6224) 2018-04-10 09:24:29 +02:00
Aleksander Machniak
8e543f843e Fix check_request() bypass in places using get_uids() [CVE-2018-9846] (#6238) 2018-04-09 09:07:27 +02:00
Aleksander Machniak
431f89f9b7 Fix "Mark all as read" dialog (#6235) 2018-04-06 10:45:11 +02:00
Aleksander Machniak
8df6d7c3e4 Fix regression in compressMessageSet() (#6235) 2018-04-06 08:21:22 +02:00
Aleksander Machniak
5832eca405 RCMAIL_CHARSET -> RCUBE_CHARSET (#6236) 2018-04-06 08:10:11 +02:00
Aleksander Machniak
8b0540d402 Fix possible IMAP command injection and type juggling vulnerabilities (#6229) 2018-04-03 19:07:02 +02:00
Aleksander Machniak
df3878501c Fix PHP 7.2: count(): Parameter must be an array in enchant-based spellchecker (#6234) 2018-04-03 18:14:55 +02:00
Aleksander Machniak
73ea8f94d0 Use htmlspecialchars() with charset argument, simplify some code 2018-04-03 15:29:59 +02:00
Aleksander Machniak
f36e23b778 Fix parsing date strings (e.g. from a Date: mail header) with comments (#6216) 2018-03-18 19:22:09 +01:00
Aleksander Machniak
2428be488e Allow style tags in HTML editor on composed/reply messages (#5751) 2018-03-18 11:09:46 +01:00
Thomas Bruederli
c973f003e5 Synchronized localizations with Transifex 2018-03-10 15:48:06 +01:00
Aleksander Machniak
2196f50437 Support redis_debug in the redis session driver 2018-03-10 15:42:46 +01:00
Aleksander Machniak
0f3ad342f7 Fix bug where some unix timestamps were not handled correctly by rcube_utils::anytodatetime() (#6212) 2018-03-09 09:32:44 +01:00
Aleksander Machniak
a451ad6599 Fix handling encoding of HTML tags in "inline" JSON output (#6207) 2018-03-07 17:40:12 +01:00
Aleksander Machniak
981cd8726d Remove holes in cache index keys - makes the serialized representation shorter 2018-03-07 09:14:05 +01:00
Aleksander Machniak
866bf959b7 Use document.body consistently 2018-03-06 21:37:01 +01:00
Aleksander Machniak
eb91daf00d Added 9pt and 11pt to the list of font sizes in HTML editor 2018-03-06 09:17:51 +01:00
Aleksander Machniak
1058924e21 Move some framework classes to sub-directories 2018-03-03 17:46:59 +01:00
Aleksander Machniak
d07b032bcd Refactor cache code with separate engine-specific classes 2018-03-03 17:28:40 +01:00
Aleksander Machniak
fa06d37901 Merge branch 'feature/add_redis_as_cache' of https://github.com/ledgr/roundcubemail into ledgr-feature/add_redis_as_cache 2018-03-02 17:25:50 +01:00
Aleksander Machniak
31ffef67ad Skip _lang param if not set (#6203) 2018-03-01 21:10:50 +01:00
Aleksander Machniak
6bfebc5e32 Add sanity check when auto-unsubscribing non-existing folders 2018-03-01 21:01:01 +01:00
Aleksander Machniak
51cf1c5935 Fix setting contacts copy action state, CS fixes 2018-02-25 12:15:03 +00:00
johndoh
b01e5ae192 Trigger getselection in get_single_selection() (#6180)
Make it so that the event getselection is triggered when either rcube_list_widget::get_selection() or rcube_list_widget::get_single_selection() is called
2018-02-25 08:34:05 +01:00
Aleksander Machniak
1556eb01c7 Use JSON_UNESCAPED_UNICODE only on PHP >= 7.1.0 (#6187) 2018-02-21 10:55:14 +01:00
Aleksander Machniak
3fe16de335 Code de-duplication 2018-02-19 12:06:22 +01:00
Aleksander Machniak
5f5f5f98e9 Merge branch 'movecopy' of https://github.com/johndoh/roundcubemail into johndoh-movecopy 2018-02-19 11:49:56 +01:00
laodc
672e57ea48 Patched bug where rcube_db::quote() was causing an infinite connection loop. (#6175)
As rcube_db::quote() checks to see if the connection is up before quoting, this would cause the class to try connect again, as rcube_db::$dbh was not being set until AFTER conn_configure was completed, causing a loop.

So updated rcube_db::$dbh in the rcube::conn_create() function instead allowing access to the new object straight away.

It's needed for edeb5d7.
2018-02-19 10:48:06 +01:00