JohnDoh
0b799bee90
add support for optional plugins
2014-08-16 07:02:50 +01:00
Aleksander Machniak
5f17657e82
Support contacts import in GMail CSV format
2014-08-14 18:19:55 +02:00
Aleksander Machniak
4045cd9266
Cleanup after PR merge, updated changelog
2014-08-13 14:34:12 +02:00
Aleksander Machniak
9275671174
Merge pull request #211 from bbraybrook/gd_rotate_thumb
...
Fix incorrect thumbnail rotation with GD and exif orientation data (#1490029 )
2014-08-13 14:32:41 +02:00
Thomas Bruederli
834fb6858e
Allow to search for LDAP groups with 'group_filter' enabled
2014-08-13 13:04:24 +02:00
brendan braybrook
090bacddb6
changes suggested by aleks
2014-08-12 18:39:55 +00:00
brendan braybrook
e2dd31f987
rotate image with GD if exit rotation data present
2014-08-11 23:23:36 +00:00
brendan braybrook
c6183b649a
wrong type returned for gif
2014-08-11 23:21:02 +00:00
Thomas Bruederli
f954922c03
- Implemented 'storage_connected' API hook after successful IMAP login ( #1490025 )
...
- Added config option 'imap_log_session' to enable Roundcube <-> IMAP session ID logging
- Added config option 'log_session_id' to control the lengh of the session identifer in logs
2014-08-07 17:04:05 +02:00
Thomas Bruederli
d7533442f3
Add default location for mime.types with nginx
2014-08-07 08:56:35 +02:00
Aleksander Machniak
b9d3e607bb
Merge branch 'master' of github.com:roundcube/roundcubemail
2014-08-06 11:47:03 +02:00
Aleksander Machniak
d8b26e40f9
Overwrite Net_LDAP3's normalize_entry() method to behave as the old one
2014-08-06 11:46:22 +02:00
Aleksander Machniak
b17a507941
Add missing Net_LDAP3_Result::get_dn() method
2014-08-06 04:11:22 -04:00
Aleksander Machniak
19926d4c3c
CS fix after PR merge
2014-08-06 08:03:56 +02:00
Aleksander Machniak
642522f386
Merge pull request #209 from bbraybrook/header_array_fix
...
Fix stringify problem when multiple headers values exist to be returned
2014-08-06 08:03:15 +02:00
brendan braybrook
539fe0b84d
fix stringify problem when multiple headers values exist to be returned
2014-08-06 00:25:14 +00:00
Aleksander Machniak
e1b8f44e3f
Fix invalid Content-Type header when send_format_flowed=false ( #1489992 )
2014-08-05 13:07:53 +02:00
Aleksander Machniak
62574214ce
Do not log ldap bind passwords
2014-08-05 10:43:04 +02:00
Aleksander Machniak
db25c43e97
Merge pull request #207 from kanarip/dev/net_ldap3
...
Merge Net_LDAP3
2014-08-05 10:41:22 +02:00
Thomas Bruederli
65baa033e0
List all plugins which have been attempted to load ( #1488871 )
2014-08-03 19:17:23 +02:00
Jeroen van Meeuwen (Kolab Systems)
8ee8be9b86
Correct reference to old function get_dn()
2014-08-02 16:51:51 +02:00
Jeroen van Meeuwen (Kolab Systems)
05ea61095f
Fix missing out on the correct sorting
2014-08-02 16:46:29 +02:00
Jeroen van Meeuwen (Kolab Systems)
6ac9395fbd
Use Net_LDAP3
2014-08-02 16:46:29 +02:00
Aleksander Machniak
6c1c60f3b9
Support password encryption using openssl extension ( #1489989 )
2014-08-02 09:03:29 +02:00
Aleksander Machniak
5af3b33f97
Merge branch 'master' of github.com:roundcube/roundcubemail
2014-08-01 12:50:00 +02:00
Aleksander Machniak
fcb7d4fc03
Fix various iCloud vCard issues, added fallback for external photos ( #1489993 )
2014-08-01 12:49:37 +02:00
Thomas Bruederli
cc850263d4
Add optional timezone argument for date conversion
2014-07-31 14:29:14 +02:00
Aleksander Machniak
5b592d17ef
Remove redundant folder check when using search set
2014-07-30 10:49:18 -04:00
Aleksander Machniak
e156741941
Fix bug where $Forwarded flag was being set even if server didn't support it ( #1490000 )
2014-07-28 19:03:16 +02:00
Aleksander Machniak
0ee2db7a68
Support allowfullscreen attribute on iframe elements
2014-07-24 09:02:09 +02:00
Aleksander Machniak
83316e175d
Reset $value in a loop
2014-07-23 12:15:50 +02:00
Aleksander Machniak
e0492d213b
Fix "Illegal offset type" error ( #1489985 )
2014-07-14 08:56:59 +02:00
Aleksander Machniak
4922e55d58
Fix sorting messages by size on servers without SORT capability ( #1489981 )
2014-07-11 09:28:36 +02:00
Aleksander Machniak
b231c8f6ac
Fix images import from various vCard formats ( #1489977 )
2014-07-07 19:06:10 +02:00
Aleksander Machniak
740b8ea74a
Fix bug where contacts with no email address were listed on compose addressbook ( #1489970 )
2014-07-05 13:41:21 +02:00
Aleksander Machniak
36d004e3d0
Added 'contact_search_name' option to define autocompletion entry format
2014-07-03 14:25:19 +02:00
Aleksander Machniak
6d5a1b9e8f
Get rid of some rcube_config::all() calls
2014-06-28 10:07:44 +02:00
Aleksander Machniak
6fa1a0da1f
Extend get_quota() so it's possible to specify GETQUOTAROOT folder and return full quota info (including all roots and types, e.g. MESSAGE) - for future use
2014-06-24 19:16:18 +02:00
Aleksander Machniak
07893b3cdd
Support LIST-MYRIGHTS extension in rcube_imap_generic ( #1489665 )
2014-06-22 11:32:16 +02:00
Aleksander Machniak
109bcce470
Add config option to specify IMAP connection socket parameters - imap_conn_options ( #1489948 )
2014-06-16 14:13:58 +02:00
Aleksander Machniak
f67d372449
Fix "PHP Fatal error: Cannot break/continue 1 level" when ldap_start_tls() fails
2014-06-10 11:57:05 +02:00
Aleksander Machniak
ba5c53e5c3
Send X-UA-Compatible as HTTP header instead of meta tag
2014-06-09 14:16:35 +02:00
Thomas Bruederli
ebfdc0925f
Fix check for data-* attributes after merge with dev-accessibility
2014-06-05 12:03:46 +02:00
Thomas Bruederli
99cdca46b7
Merge branch 'dev-accessibility'
...
Conflicts:
program/include/rcmail_output_html.php
program/js/app.js
program/js/treelist.js
program/lib/Roundcube/html.php
skins/larry/styles.css
skins/larry/templates/compose.html
2014-06-05 09:18:07 +02:00
Aleksander Machniak
c5bfe69e21
Improved video support, all tinymce related resources moved to program/js/tinymce/roundcube dir
2014-06-04 18:42:57 +02:00
Thomas Bruederli
72afe3153c
Use <th> tags for table headers as suggested by the WCAG 2.0 Guidelines
2014-06-04 15:29:37 +02:00
Aleksander Machniak
354c7d3c6c
Fix folders sorting in case when special folders are subfolders of INBOX
2014-06-04 10:44:26 +02:00
Aleksander Machniak
35c135bce1
Change private method to protected
2014-06-01 18:54:30 +02:00
Aleksander Machniak
232bcde1c2
Change private vars/methods to protected
2014-06-01 18:53:33 +02:00
Aleksander Machniak
731d190fec
Merge branch 'tinymce4'
...
Conflicts:
program/js/app.js
program/js/editor.js
program/js/tiny_mce/tiny_mce.js
program/steps/utils/spell_html.inc
2014-05-28 15:52:30 +02:00