Aleksander Machniak
|
d575e46067
|
CS fixes
|
11 years ago |
Aleksander Machniak
|
6b2b2eca5f
|
Remove deprecated functions (these listed in bc.php file) usage
|
11 years ago |
Aleksander Machniak
|
ce5a6496fd
|
Fix XSS vulnerability when saving HTML signatures (#1489251)
|
11 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 |
jeremie kornobis
|
f125852979
|
Add new identity level: one identity with edit only signature
|
12 years ago |
Aleksander Machniak
|
789e5988aa
|
Clarify rcube::get_user_name() usage, add rcube::get_user_email()
|
12 years ago |
Thomas Bruederli
|
810efee4d3
|
Avoid double-encoding of HTML entities in signature edit field
|
12 years ago |
Thomas Bruederli
|
b8b6e5011a
|
Skip IDN conversion when saving/reading identies. This should provide proper support for multiple recipeint values including name blocks in bcc and reply-to fields
|
12 years ago |
Aleksander Machniak
|
041c93ce0b
|
Removed $Id$
|
13 years ago |
Aleksander Machniak
|
0a1dd5b073
|
Add is_escaped attribute for html_select and html_textarea (#1488485)
|
13 years ago |
Aleksander Machniak
|
5c7e54b175
|
- Fix HTML entities handling in HTML editor (#1488483)
|
13 years ago |
thomascube
|
7fe3811c65
|
Changed license to GNU GPLv3+ with exceptions for skins and plugins
|
13 years ago |
thomascube
|
7c2a9310c4
|
Use iframes for identity management
|
13 years ago |
thomascube
|
b540ed15a3
|
Larry is growing up
|
13 years ago |
thomascube
|
e19229ce09
|
Larry's identities settings and about page
|
13 years ago |
alecpl
|
a90ad2840f
|
- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead
|
13 years ago |
alecpl
|
13d45dfbda
|
- Localize forwarded message header (#1488058)
- pl_PL update
- Fix label: databaserror -> dberror
|
13 years ago |
thomascube
|
bbb1427caa
|
Gracefully shrug on database errors
|
14 years ago |
alecpl
|
e8d5bdc84e
|
- Fix IDNA support when IDN/INTL modules are in use (#1487742)
|
14 years ago |
thomascube
|
f5e7b35307
|
Bumbed version; Roundcube development is not Switzerland only
|
14 years ago |
alecpl
|
3ee5a7200a
|
- Improved Mail-Reply-To and Mail-Followup-To headers handling
|
14 years ago |
alecpl
|
83ba22c77b
|
- Unify template files naming
|
14 years ago |
alecpl
|
1c1e1e39f3
|
- Fix duplicated e-mail field in identity form (#1487054)
|
14 years ago |
alecpl
|
e99991996d
|
- Add Internationalized Domain Name (IDNA) support (#1483894)
|
14 years ago |
alecpl
|
e019f2d0f2
|
- s/RoundCube/Roundcube/
|
14 years ago |
alecpl
|
d11fb20061
|
- Added fieldsets in Identity form, added 'identity_form' hook
|
14 years ago |
alecpl
|
b25dfd0913
|
- removed PHP closing tag
|
15 years ago |
alecpl
|
5821ff5123
|
- Don't show a warning on html2text switch when textarea is empty
- Set properly select's value when html2text is aborted
|
15 years ago |
thomascube
|
57f0c81f2c
|
Use request tokens to protect POST requests from CSFR
|
16 years ago |
alecpl
|
82c45a1952
|
- clean up, use simpler _get_email() replacement
|
16 years ago |
alecpl
|
b8ae5093cc
|
- Fix HTML editor initialization on IE (#1485304)
- move back toggle_editor function to editor.js
- merge identity and compose editor init functions
|
16 years ago |
alecpl
|
79af0bb1ba
|
- Add warning when switching editor mode from html to plain (#1485488)
- Unified editor switching functions
|
16 years ago |
alecpl
|
7f59c01a45
|
#1485511: better handling for editing non-existing identities
|
16 years ago |
alecpl
|
ec01712a99
|
- Added option 'identities_level', removed 'multiple_identities'
- Allow deleting identities when multiple_identities=false (#1485435)
|
16 years ago |
alecpl
|
106d057f84
|
- allow signature textarea size setting from skin + use cols=60
|
16 years ago |
alecpl
|
491a6e2901
|
- Allow and use spellcheck attribute for input/textarea fields (#1485060)
|
16 years ago |
thomascube
|
f645ce169e
|
Redesign of the identities settings + add config option to disable multiple identities
|
16 years ago |
alecpl
|
3bd94b142e
|
- use html2text for signatures in Settings/Identities
|
16 years ago |
alecpl
|
000bb9a55c
|
- localization fix for 'replyto' label length (use short 'replyto' and long 'reply-to')
|
16 years ago |
alecpl
|
e58df3adc9
|
- Added option to select skin in user preferences (#1485031)
- template_exists() moved to rcube_template class
|
17 years ago |
alecpl
|
a55606b122
|
-localized pagetitle in Settings and Address book
-removed useless and not working code
|
17 years ago |
thomascube
|
1854c4525b
|
More code cleanup + oop-ization
|
17 years ago |
thomascube
|
197601ef5f
|
Next step: introduce the application class 'rcmail' and get rid of some global vars
|
17 years ago |
svncommit
|
140d6e9063
|
fix HTML mail sending
|
17 years ago |
alecpl
|
33bb9826a7
|
- added tinyMCE localization setting
- don't use tiny_mce_src.js
|
17 years ago |
svncommit
|
d9344fc349
|
HTML editing fixes, upgrade to TinyMCE v3.0.6
|
17 years ago |
thomascube
|
47124c2279
|
Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch
|
17 years ago |
svncommit
|
4315b0086b
|
added ability to insert attached images in HTML editor
|
17 years ago |
thomascube
|
fba1f5ab81
|
New class rcube_user + send message disposition notification
|
17 years ago |
thomascube
|
f1154163b0
|
Merged branch devel-addressbook from r443 back to trunk
|
18 years ago |