Aleksander Machniak
|
6c1c60f3b9
|
Support password encryption using openssl extension (#1489989)
|
10 years ago |
Aleksander Machniak
|
5af3b33f97
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
10 years ago |
Aleksander Machniak
|
fcb7d4fc03
|
Fix various iCloud vCard issues, added fallback for external photos (#1489993)
|
10 years ago |
Thomas Bruederli
|
cc850263d4
|
Add optional timezone argument for date conversion
|
10 years ago |
Aleksander Machniak
|
5b592d17ef
|
Remove redundant folder check when using search set
|
10 years ago |
Aleksander Machniak
|
e156741941
|
Fix bug where $Forwarded flag was being set even if server didn't support it (#1490000)
|
10 years ago |
Aleksander Machniak
|
0ee2db7a68
|
Support allowfullscreen attribute on iframe elements
|
10 years ago |
Aleksander Machniak
|
83316e175d
|
Reset $value in a loop
|
10 years ago |
Aleksander Machniak
|
e0492d213b
|
Fix "Illegal offset type" error (#1489985)
|
10 years ago |
Aleksander Machniak
|
4922e55d58
|
Fix sorting messages by size on servers without SORT capability (#1489981)
|
10 years ago |
Aleksander Machniak
|
b231c8f6ac
|
Fix images import from various vCard formats (#1489977)
|
10 years ago |
Aleksander Machniak
|
740b8ea74a
|
Fix bug where contacts with no email address were listed on compose addressbook (#1489970)
|
11 years ago |
Aleksander Machniak
|
36d004e3d0
|
Added 'contact_search_name' option to define autocompletion entry format
|
11 years ago |
Aleksander Machniak
|
6d5a1b9e8f
|
Get rid of some rcube_config::all() calls
|
11 years ago |
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
|
11 years ago |
Aleksander Machniak
|
07893b3cdd
|
Support LIST-MYRIGHTS extension in rcube_imap_generic (#1489665)
|
11 years ago |
Aleksander Machniak
|
109bcce470
|
Add config option to specify IMAP connection socket parameters - imap_conn_options (#1489948)
|
11 years ago |
Aleksander Machniak
|
f67d372449
|
Fix "PHP Fatal error: Cannot break/continue 1 level" when ldap_start_tls() fails
|
11 years ago |
Aleksander Machniak
|
ba5c53e5c3
|
Send X-UA-Compatible as HTTP header instead of meta tag
|
11 years ago |
Thomas Bruederli
|
ebfdc0925f
|
Fix check for data-* attributes after merge with dev-accessibility
|
11 years ago |
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
|
11 years ago |
Aleksander Machniak
|
c5bfe69e21
|
Improved video support, all tinymce related resources moved to program/js/tinymce/roundcube dir
|
11 years ago |
Thomas Bruederli
|
72afe3153c
|
Use <th> tags for table headers as suggested by the WCAG 2.0 Guidelines
|
11 years ago |
Aleksander Machniak
|
354c7d3c6c
|
Fix folders sorting in case when special folders are subfolders of INBOX
|
11 years ago |
Aleksander Machniak
|
35c135bce1
|
Change private method to protected
|
11 years ago |
Aleksander Machniak
|
232bcde1c2
|
Change private vars/methods to protected
|
11 years ago |
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
|
11 years ago |
Thomas Bruederli
|
809f9d11bd
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
11 years ago |
Aleksander Machniak
|
a62cc30cb4
|
Small code improvements
|
11 years ago |
Aleksander Machniak
|
20ef295ba8
|
Fix UTF7-IMAP encoding detection (fixes folders list sorting)
|
11 years ago |
Thomas Bruederli
|
17acd5ccda
|
Use public property instead of setter method to improve compatibility
|
11 years ago |
Aleksander Machniak
|
5bf83d551e
|
Fix unintentional line-height style modification in HTML messages (#1489917)
|
11 years ago |
Aleksander Machniak
|
49dad5f669
|
Fix broken normalize_string(), add support for ISO-8859-2
|
11 years ago |
Aleksander Machniak
|
ccf5a4f18d
|
Silence PHP Warning: strtolower() expects parameter 1 to be string
|
11 years ago |
Aleksander Machniak
|
081f3b7d52
|
Bring back forcing of string type for folders list items (removed unintentionally by last commit)
|
11 years ago |
Aleksander Machniak
|
693612d396
|
Improve performance of sort_folder_list() method.
Now sorting 25k folders takes around 3 seconds.
|
11 years ago |
Thomas Bruederli
|
b38f83bb27
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
11 years ago |
Thomas Bruederli
|
14291c79db
|
Add option to suppress session data writes to DB
|
11 years ago |
Thomas Bruederli
|
1a5d981a44
|
Fix debug output
|
11 years ago |
Aleksander Machniak
|
079be2c2fb
|
If search string cannot be converted to ASCII (result is an empty string) use the original string (#1489911)
|
11 years ago |
Thomas Bruederli
|
939380da27
|
Don't list empty (nil) metadata entries to save memory anc caching space
|
11 years ago |
Thomas Bruederli
|
5793309478
|
Limit cache data size to avoid database errors
|
11 years ago |
Aleksander Machniak
|
82ed256f6e
|
Fix incorrect handling of HTML comments in messages sanitization code (#1489904)
|
11 years ago |
Aleksander Machniak
|
efc470f0ac
|
Merge branch 'dev-text2html'
Conflicts:
program/js/app.js
Fix handling magic_quotes in rcube_text2html and rcube_html2text - move
stripslashes from these classes to action files
|
11 years ago |
Aleksander Machniak
|
001d337b37
|
Fix handling unicode characters in links (#1489898)
|
11 years ago |
Aleksander Machniak
|
47a7833aca
|
CS fixes
|
11 years ago |
Aleksander Machniak
|
963499a17e
|
Plugin API: added imap_search_before hook
|
11 years ago |
Aleksander Machniak
|
c0a5aa5f5f
|
Improved handling of new-lines in quoted paragraphs on text2html conversion
|
11 years ago |
Aleksander Machniak
|
b5c6086eea
|
Fix malformed References: header in send/saved mail (#1489891) - update Mail_mime to 1.8.9 version
|
11 years ago |
Aleksander Machniak
|
f0992426d9
|
Bring back the old behaviour where text messages without format=flowed are auto-wrapped.
Make it the default in text2html class.
|
11 years ago |