Commit Graph

1805 Commits (71ee565dfc5b40bee5ed8f66d75b4ff9f78a3976)

Author SHA1 Message Date
Aleksander Machniak 71ee565dfc Support connections to memcached socket file (#1488577) 12 years ago
Thomas Bruederli baecd8becc Move the hard-coded list of fields used to list contacts to a central location 12 years ago
Thomas Bruederli 5bc1233de8 Use the same hard-coded fields for vlv-based autocompletion as in steps/mail/autocomplete.inc 12 years ago
Aleksander Machniak 27bcb0026e CS fixes 12 years ago
Aleksander Machniak 39797631d4 Support COPYUID responses (store it in $data property) 12 years ago
Aleksander Machniak 0d80fad9e0 CS improvements 12 years ago
Aleksander Machniak 2df262d448 Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Aleksander Machniak 09e5fc99f8 Small performance improvement: use cookie 'secure' parameter if enabled 12 years ago
Aleksander Machniak 0afe279011 Set HttpOnly flag also for session cookie 12 years ago
Thomas Bruederli fa8f6e610c Correctly quote localized labels when used in javascript variables (#1488567) 12 years ago
Thomas Bruederli 88fb563510 Avoid warnings; silently pipe http: urls through rcmail::url() 12 years ago
Aleksander Machniak 840b4dbeb8 Simplified method of getting default addressbook.
Make sure to use the same source when adding contact and checking
if message is safe (sender is in addressbook).
Small code improvements.
12 years ago
Aleksander Machniak 3efc74654a - Don't add attachments content into reply/forward/draft message body (#1488557) 12 years ago
Aleksander Machniak ef5f7fb13c There's a case (reason unknown) when destroy() is called with empty session key.
Handle this case properly to prevent from PHP error: Memcache::delete(): Key cannot be empty.
12 years ago
Aleksander Machniak 7c8fd80310 Show explicit error message when provided hostname is invalid (#1488550) 12 years ago
Aleksander Machniak 2698d7ff8c Fixed Konqueror browser detection 12 years ago
Aleksander Machniak b866a27364 Fix handling of MYRIGHTS on private namespace roots - fixes issue where
in ACL plugin it wasn't possible to share INBOX folder (when it was a namespace prefix).
12 years ago
Aleksander Machniak e742744a53 Fixed index update when there are no cached messages for specified folder
Improve performance of VANISHED messages handling - use one SQL query
12 years ago
Aleksander Machniak 7ab9c17752 Improve performance by skipping redundant ENABLE commands 12 years ago
Thomas Bruederli 6bb44a644a Initialize rcube instance (with options); no caches without a valid user_id 12 years ago
Aleksander Machniak 8a6fde02de Removed redundant method 12 years ago
Aleksander Machniak afaccf1428 Fix removing contact photo using LDAP addressbook (#1488420) 12 years ago
Aleksander Machniak 740875e5cd Add skin name to the (javascript) environment 12 years ago
Thomas Bruederli 5218701a4a Improve getopt feature for command line scripts 12 years ago
Aleksander Machniak 6e1864cb17 Fix storing X-ANNIVERSARY date in vCard format (#1488527) 12 years ago
Aleksander Machniak c281619b96 Fix Shift + delete button does not permanently delete messages (#1488243) 12 years ago
Aleksander Machniak 8749e94b4b Fix attachment sizes in message print page and attachment preview page (#1488515)
- Use size parameter from Content-Disposition header if specified,
  - Calculate size of base64 encoded message parts
12 years ago
Aleksander Machniak bdb40d39bd Add workaround for invalid BODYSTRUCTURE response - parse message with Mail_mimeDecode package (#1485585) 12 years ago
Aleksander Machniak eede5101cd Fix default_charset handling 12 years ago
Aleksander Machniak 0f5dee00df Decode header value in rcube_mime::get() by default (#1488511) 12 years ago
Aleksander Machniak 0b6d022e6f Fix magic_quotes_sybase handling (#1488506)
Improved handling of critical PHP settings - try to set them to required value before die()
12 years ago
Aleksander Machniak 46b6c5475b Modify CONCAT() arguments, because + operator requires them to be of type varchar (#1488505)
With SQL Server 2012 we can use just CONCAT(), but we need to support older versions
12 years ago
Mathias Rhein 062963fe10 Typo fix
Fixed typo in rcube_addressbook
12 years ago
Aleksander Machniak d487cd5a6c Merge branch 'dev-browser-capabilities'
Conflicts:
	CHANGELOG
12 years ago
Thomas Bruederli ca1c2a8c9c Don't show errors when moving contacts into groups they're already in (#1488493) 12 years ago
Aleksander Machniak 19cc5b91c9 Display Tiff as Jpeg in browsers without Tiff support (#1488452) 12 years ago
Aleksander Machniak 45dd7c122d Fix host autoselection when default_host is an array (#1488495) 12 years ago
Aleksander Machniak 089e53c617 CS, tabs to spaces 12 years ago
Thomas Bruederli b4b5ba7e9d Add getter for database runtime/config variables 12 years ago
Thomas Bruederli fa5f3f26f9 Fix calls to renamed methods 12 years ago
Aleksander Machniak 4d708e6c1d Remove possible confusion on session reads - PHP expects string result not boolean 12 years ago
Aleksander Machniak 7eb4f2e1be Small code improvement 12 years ago
Aleksander Machniak 43918dd25c Move old rcube_mail_header class definition to better place 12 years ago
Thomas Bruederli b97f21a18f Add another alias for backwards compatibility 12 years ago
Aleksander Machniak 996d75d5fa Improved PERMANENTFLAGS checking code, added code for flags caching (currently commented out) 12 years ago
Aleksander Machniak be98408f40 Fix possible PHP warning in in_array_nocase() when 2nd argument is not an array 12 years ago
Aleksander Machniak 041c93ce0b Removed $Id$ 12 years ago
Aleksander Machniak 0a1dd5b073 Add is_escaped attribute for html_select and html_textarea (#1488485) 12 years ago
Aleksander Machniak 5a575b7eb0 Deprecate storage_connect() method 12 years ago
Aleksander Machniak 38a08c08e3 Add imap_connect() method for backward compat. 12 years ago