Thomas Bruederli
|
6488992dd0
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Thomas Bruederli
|
3bb75a5cc7
|
Add default path for mime.types file; map jpg => image/jpeg in fallback list
|
12 years ago |
Thomas B.
|
d414cc05a3
|
Add github syntax highlighting to php code snippet
|
12 years ago |
Thomas Bruederli
|
bc1ec6c1a1
|
Added README file for the Roundcube framework
|
12 years ago |
Aleksander Machniak
|
7c5d4b0d4d
|
Fix typo in identity data parser ('ident' item wasn't set correctly)
|
12 years ago |
Aleksander Machniak
|
a3985963f0
|
Fix big memory consumption of DB layer (#1488856)
|
12 years ago |
Aleksander Machniak
|
996af3bfd9
|
Some more rcmail -> rcube cleanup
|
12 years ago |
Aleksander Machniak
|
8b748de4ec
|
Plugin API: add 'check_recent' hook with possibility to control folders list used on check-recent action
|
12 years ago |
Aleksander Machniak
|
176172c850
|
Fix PHP warning when replied message contains exactly one Delivered-To header
|
12 years ago |
Aleksander Machniak
|
c7ff6ec2cb
|
Add workaround for IE<=8 bug where Content-Disposition:inline was ignored (#1488844)
|
12 years ago |
Aleksander Machniak
|
74cd0a9b62
|
- Fix XSS vulnerability in vbscript: and data:text links handling (#1488850)
|
12 years ago |
Aleksander Machniak
|
0fa54df638
|
enriched.inc -> rcube_enriched
|
12 years ago |
Aleksander Machniak
|
8afbc8aeea
|
Fix attachment Content-Length for in-memory files (#1488844)
|
12 years ago |
Aleksander Machniak
|
7eb7806b21
|
Fix broken message/part bodies when FETCH response contains more untagged lines (#1488836)
|
12 years ago |
Aleksander Machniak
|
876d31d594
|
Fix empty email on identities list after identity update (#1488834)
|
12 years ago |
Aleksander Machniak
|
48ef1334ff
|
Merge pull request #49 from linagora/master
Add new identity level: one identity with edit only signature
|
12 years ago |
Aleksander Machniak
|
0247b89c38
|
Move code for identity selection to function, move identities formatting to rcube_user::list_identities()
|
12 years ago |
Aleksander Machniak
|
30cc01f89d
|
Use Delivered-To header as a last resort for identity selection (#1488840)
|
12 years ago |
Aleksander Machniak
|
8beceebb55
|
Fix deleting of collapsed threads, broken in 2b55d4f420 (#1488772)
|
12 years ago |
Thomas Bruederli
|
c14b337450
|
Fix XSS vulnerability using Flash files (#1488828) by comparing mimetypes and filename extensions
|
12 years ago |
Thomas Bruederli
|
dff2c713fb
|
Add argument to fetch message parts only partially. Can be used for content mimetype detection without loading the entire file
|
12 years ago |
Thomas Bruederli
|
0a83971d3e
|
Clarify mime_magic config option; add new function to map mimetypes and filename extensions
|
12 years ago |
Thomas Bruederli
|
928cb3401b
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Thomas Bruederli
|
297a74adf1
|
Bring back rcube_html_page class which was lost in framework refactoring; fix typo
|
12 years ago |
Aleksander Machniak
|
63f130782c
|
Small fixes to last commits
|
12 years ago |
Thomas Bruederli
|
60226a75d8
|
Separate the very application-specific output classes from the Roundcube framework; add autoloader for rmail* classes
|
12 years ago |
Thomas Bruederli
|
10da75f364
|
Move shortcut functions to framework class
|
12 years ago |
Aleksander Machniak
|
a92beb6bdb
|
Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency
|
12 years ago |
jeremie kornobis
|
c753bc4a8b
|
unset email address with new level entity 4
|
12 years ago |
jeremie kornobis
|
f125852979
|
Add new identity level: one identity with edit only signature
|
12 years ago |
Aleksander Machniak
|
3ff8cc2bc8
|
RCMAIL_VERSION -> RCUBE_VERSION
|
12 years ago |
Aleksander Machniak
|
3b428c830d
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Aleksander Machniak
|
5b06e24265
|
Cleaner way of handling user password in framework-based programs with no session
|
12 years ago |
Thomas Bruederli
|
00b98ee325
|
Make charset header accessible, too
|
12 years ago |
Aleksander Machniak
|
789e5988aa
|
Clarify rcube::get_user_name() usage, add rcube::get_user_email()
|
12 years ago |
Thomas Bruederli
|
bfc3070067
|
Cut dependencies to rcmail class
|
12 years ago |
Thomas Bruederli
|
5926684aab
|
Unify path schema in global constants: paths always end with a /. Keep RCMAIL_CONFIG_DIR for backwards compatibility
|
12 years ago |
Thomas Bruederli
|
fdbe5a8804
|
Separate framework and application constants
|
12 years ago |
Thomas Bruederli
|
9be2f43d02
|
Define more (uniquely prefixed) constants for Roundcube directories in order to enhance the interoperability of the Roundcube framework
|
12 years ago |
Aleksander Machniak
|
5352b55779
|
Merge branch 'master' of github.com:roundcube/roundcubemail
Conflicts:
CHANGELOG
|
12 years ago |
Aleksander Machniak
|
297c1afb80
|
Fix redundant colon after last address in print mode
|
12 years ago |
Aleksander Machniak
|
65dff8f812
|
Fix hidden flag and default_addressbook settings handling
|
12 years ago |
Aleksander Machniak
|
922a1fb714
|
Add lost rcube_vcard.php file
|
12 years ago |
Aleksander Machniak
|
d0edbfb33d
|
Fix cache (in)validation after setting \Deleted flag
|
12 years ago |
Aleksander Machniak
|
15cf4fa925
|
Rename rcube_bc.inc to bc.php for consistency
|
12 years ago |
Aleksander Machniak
|
ba6f21caeb
|
Framework files moved to lib/Roundcube
|
12 years ago |
Aleksander Machniak
|
f707fec000
|
Create Roundcube Framework initialization script (bootstrap)
|
12 years ago |
Thomas Bruederli
|
b81e7e91a9
|
Consider filename extension to detect image attachments of type application/octet-stream
|
12 years ago |
Aleksander Machniak
|
17a8fb353b
|
Fix keybord events on messages list in opera browser (#1488823)
|
12 years ago |
Aleksander Machniak
|
9290303e80
|
Move prompt_silent() and get_opt() to rcube_utils class
|
12 years ago |
Aleksander Machniak
|
2b55d4f420
|
Fix selection of collapsed thread rows (#1488772)
|
12 years ago |
Aleksander Machniak
|
9ff3459d7b
|
Check if checkdnsrr() and getmxrr() functions exist before using them
|
12 years ago |
Thomas Bruederli
|
f27c536401
|
Unset null values in user prefs
|
12 years ago |
Thomas Bruederli
|
b6add5aed0
|
Add noscript warning to login page (#1488615)
|
12 years ago |
Thomas Bruederli
|
6199a72c8e
|
Updated localization files from launchpad
|
12 years ago |
Thomas Bruederli
|
271c5c9764
|
Correctly handle multiple file uploads (#1488820)
|
12 years ago |
Thomas Bruederli
|
19de536b86
|
Check mbstring extension before calling mb_internal_encoding()
|
12 years ago |
Thomas Bruederli
|
1faa16fc45
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Thomas Bruederli
|
810efee4d3
|
Avoid double-encoding of HTML entities in signature edit field
|
12 years ago |
Aleksander Machniak
|
42b8a60cf3
|
Fix wrapping of quoted text with format=flowed (#1488177)
|
12 years ago |
Thomas Bruederli
|
37557b5f08
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Thomas Bruederli
|
ac382e1145
|
Always save drafts with format=flowed in order to keep original paragraphs and line wraps (#1488799)
|
12 years ago |
Thomas Bruederli
|
c72a96144d
|
Improve line wrapping behavior where message charset is changed by plugins (including html2plaintext conversion)
|
12 years ago |
Aleksander Machniak
|
6459d86291
|
Select default_addressbook on the list in Address Book (#1488280)
|
12 years ago |
Thomas Bruederli
|
a8f4960c99
|
Unlock UI even if no message display object exists
|
12 years ago |
Aleksander Machniak
|
584e356920
|
Fix so mobile phone has TYPE=CELL in exported vCard (#1488812)
|
12 years ago |
Thomas Bruederli
|
be9aacaa52
|
Bring back lost localization for the about page
|
12 years ago |
Thomas Bruederli
|
a9e136161a
|
Use dedicated method to determine an attachment's file size
|
12 years ago |
Thomas Bruederli
|
e21c07038e
|
Use jQuery functions to maximize compatibility with all IE versions
|
12 years ago |
Thomas Bruederli
|
3bf7310fa3
|
Add onclick handler to Show-links
|
12 years ago |
Thomas Bruederli
|
54cc75f28d
|
Cast mimetypes property into an array on IE
|
12 years ago |
Thomas Bruederli
|
d20e965c48
|
Improve thumbnail display: center images and display a 'show' link for attachments the browser is capable to display them
|
12 years ago |
Thomas Bruederli
|
8fb4f05725
|
Move default value for client_mimetypes to rcube_config; make sure an array is returned
|
12 years ago |
Thomas Bruederli
|
6ddb16d181
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Aleksander Machniak
|
9ab34604d9
|
Define @package and @subpackage of Framework classes
|
12 years ago |
Aleksander Machniak
|
92bd3a7c3f
|
Fix parsing header in English when localized map is defined
|
12 years ago |
Aleksander Machniak
|
dd759730b0
|
Merge pull request #45 from linagora/master
Grancefully handle SSO redirections on Ajax requests - V3
|
12 years ago |
Aleksander Machniak
|
b51eabe2cd
|
Added Polish localization for csv2vcard feature
|
12 years ago |
Aleksander Machniak
|
c66b605435
|
Add more data validation
|
12 years ago |
Aleksander Machniak
|
3833790db4
|
Support contacts import from CSV file (#1486399)
|
12 years ago |
Aleksander Machniak
|
c055587d45
|
Properly set object properties in set() method, small perf. improvement
|
12 years ago |
Aleksander Machniak
|
3a54cc5013
|
Fix rcube_utils::explode_quoted_string() with explode(), added tests
|
12 years ago |
Aleksander Machniak
|
c8558a182c
|
Move BIG5 at the end of charsets list in detect()
|
12 years ago |
Aleksander Machniak
|
0679b22150
|
Improved rcube_charset::detect() with BOM checks from rcube_vcard::detect_encoding() - removed code duplication
|
12 years ago |
Aleksander Machniak
|
3c047d0e87
|
Code improvements
|
12 years ago |
Aleksander Machniak
|
8d54286df8
|
Merge branch 'keep-alive'
Conflicts:
CHANGELOG
|
12 years ago |
Thomas Bruederli
|
0f6e9f0bf6
|
Avoid errors with non-string objects
|
12 years ago |
Aleksander Machniak
|
52d0d94910
|
Fix handling of text/enriched content on message reply/forward/edit
|
12 years ago |
Aleksander Machniak
|
ce248f83e5
|
Remove useless code
|
12 years ago |
Aleksander Machniak
|
0e8c6da864
|
Fix "obj.href is undefined" error
|
12 years ago |
Aleksander Machniak
|
398238abf2
|
Remove redundant code
|
12 years ago |
Aleksander Machniak
|
c588d08835
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Aleksander Machniak
|
d15163ab6e
|
Fix XSS vulnerability in handling of text/enriched messages (#1488806)
|
12 years ago |
Thomas Bruederli
|
e30500643f
|
Enable default behavior of the browser when shift/ctrl-click task links (e.g. open in new window/tab)
|
12 years ago |
Aleksander Machniak
|
275728ab05
|
Remove debug code from last commit
|
12 years ago |
Aleksander Machniak
|
540e13b8d5
|
Fix warning when 'autovalues' property isn't set
|
12 years ago |
Aleksander Machniak
|
d9698de979
|
Fix handling of 'media' attribute on linked css (#1488789)
|
12 years ago |
Aleksander Machniak
|
f410c90261
|
Cache identities data in memory for faster access when get_identity() is called more than once
|
12 years ago |
Aleksander Machniak
|
003b17e238
|
jQuery-1.8.3
|
12 years ago |
Thomas Bruederli
|
bc66f7d6d2
|
Avoid deprecated template warnings in extended skins
|
12 years ago |