Commit Graph

205 Commits

Author SHA1 Message Date
Thomas Bruederli
88fb563510 Avoid warnings; silently pipe http: urls through rcmail::url() 2012-07-13 20:14:37 +02:00
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.
2012-07-10 20:30:34 +02:00
Aleksander Machniak
7c8fd80310 Show explicit error message when provided hostname is invalid (#1488550) 2012-06-30 18:41:18 +02:00
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
2012-06-08 11:14:53 +02:00
Aleksander Machniak
45dd7c122d Fix host autoselection when default_host is an array (#1488495) 2012-05-26 20:38:50 +02:00
Thomas Bruederli
b97f21a18f Add another alias for backwards compatibility 2012-05-23 17:28:42 +02:00
Aleksander Machniak
041c93ce0b Removed $Id$ 2012-05-22 12:31:37 +02:00
Aleksander Machniak
0a1dd5b073 Add is_escaped attribute for html_select and html_textarea (#1488485) 2012-05-22 11:07:20 +02:00
Aleksander Machniak
5a575b7eb0 Deprecate storage_connect() method 2012-05-22 10:33:24 +02:00
Aleksander Machniak
38a08c08e3 Add imap_connect() method for backward compat. 2012-05-22 09:24:53 +02:00
thomascube
1103607721 Better handling of HTTP request errors; re-send keep-alive requests on failure (#1488449) 2012-05-01 07:04:40 +00:00
alecpl
6a8b4c2951 - Fix incorrect cache ttl used in get_cache_engine() (#1488447), use time() where mktime() without arguments was used 2012-04-19 06:56:52 +00:00
alecpl
e7ca048d05 - Fix render_folder_tree_select() (#1488441) 2012-04-18 17:44:42 +00:00
alecpl
963a10bf81 - Moved session init/config functionality into rcube class 2012-04-16 12:46:31 +00:00
alecpl
1aceb9cec8 - Framework refactoring (I hope it's the last one):
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils
  renamed main.inc into rcube_bc.inc
2012-04-16 11:02:21 +00:00
alecpl
0c259682f6 - Merge devel-framework branch, resolved conflicts 2012-04-13 08:52:02 +00:00
thomascube
b8ea160178 Always return the correct connection state 2012-03-22 19:19:50 +00:00
alecpl
a71a97fa49 - Image resize with GD extension (#1488383) 2012-03-19 10:44:57 +00:00
thomascube
40d246fff2 Remember custom skin selection after logout (#1488355) 2012-02-25 15:01:30 +00:00
thomascube
fec2d8e130 Refactored IMAP cache expunge: delegate to storage object; don't rely on deprecated 'enable_caching' config option 2012-02-21 21:43:39 +00:00
alecpl
a7321e7578 - Fix URL building - skip null parameters 2012-02-08 11:59:11 +00:00
thomascube
43875379d5 Allow users to choose cols for contacts list sorting 2012-02-02 22:18:10 +00:00
thomascube
48f04d368e Fix autoselect_host() for login (#1488297) 2012-01-25 08:18:30 +00:00
alecpl
08b7b66e76 - Handle ldap_public misconfiguration 2012-01-18 13:16:04 +00:00
thomascube
7fe3811c65 Changed license to GNU GPLv3+ with exceptions for skins and plugins 2012-01-18 11:10:46 +00:00
thomascube
a2c495618a Run imap_init plugin hook as deprecated hook; set $_SESSION['imap_host'] for backwards compat. 2012-01-16 15:23:40 +00:00
thomascube
c321a955a7 Merged devel-framework branch (r5746:5779) back into trunk 2012-01-16 15:14:41 +00:00
alecpl
fdff34093d - Move some checks into login() method 2012-01-03 09:56:19 +00:00
alecpl
08ffd939a7 - Add separate pagesize setting for mail messages and contacts (#1488269) 2011-12-29 09:35:01 +00:00
alecpl
a90ad2840f - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead 2011-12-07 11:39:36 +00:00
alecpl
b6da0b76af - Remove deprecated global $IMAP variable usage (#1488148) 2011-12-07 10:41:15 +00:00
thomascube
2acbc8e64c Remove unused code 2011-12-07 08:40:54 +00:00
alecpl
ad33280950 - Remove debug code from last commit 2011-12-01 13:02:14 +00:00
alecpl
14b342b03a - Fix so connection to LDAP will be properly closed 2011-12-01 12:38:13 +00:00
alecpl
72ff6ae884 - Simplified compose session data handling, no need for session->cleanup() 2011-12-01 11:06:27 +00:00
alecpl
bd34cad1f6 - Add option to set session name (#1486433) 2011-11-13 10:00:46 +00:00
thomascube
3fe6c7082c Remove unused cruft 2011-11-08 07:45:30 +00:00
thomascube
abdf31486a Allow cross-task ajax requests 2011-10-30 11:34:31 +00:00
alecpl
f537504ed0 - Fix namespace handling in special folders settings (#1488112) 2011-10-03 17:55:29 +00:00
thomascube
65082b3adb Distinguish standard timezone offset and DST of client 2011-09-28 11:49:37 +00:00
thomascube
d06e57fdf2 Skip confirmation dialog when deleting a contact from a source that supports undelete operations 2011-09-21 20:43:47 +00:00
alecpl
e7e79470e4 - Allow setting connection options in imap_connect hook 2011-09-19 12:34:01 +00:00
alecpl
4daaf29747 - Fix default folders settings (according to namespaces) for new users too 2011-09-16 11:37:44 +00:00
alecpl
8703b08018 - Extend rcube_label_exists() to search in loaded plugins localizations
- Allow use localized addressbook field subtypes from plugins
2011-09-12 12:52:01 +00:00
thomascube
21030324d0 Improved memcache connection procedure from release-0.6; use call_user_func to trigger session gc handlers 2011-09-05 19:58:11 +00:00
alecpl
9a835c7f7c - Fix is_a() usage for PHP>5.3.6 2011-08-27 08:33:35 +00:00
thomascube
1a716d2d34 Add copyright line on files with significant changes from Kolab Systems 2011-08-24 20:16:14 +00:00
alecpl
5c9d1ffe8e - Add option to hide selected LDAP addressbook on the list 2011-08-16 13:41:52 +00:00
thomascube
782d8593bd More unique error codes 2011-08-14 18:54:24 +00:00
alecpl
7f7ed2d9df - Fix get_address_book() to call get_address_sources() internally when looking for default source 2011-08-02 16:42:29 +00:00