Aleksander Machniak
|
68c9b669e4
|
Fix adding images to new identity signatures
It already worked only on edits, because the image data for new identity
was stored in the wrong session item.
|
8 years ago |
Aleksander Machniak
|
8271597836
|
Use ternary operator where applicable
|
9 years ago |
Aleksander Machniak
|
a958748947
|
CS fixes
|
10 years ago |
Aleksander Machniak
|
c044d301ea
|
Fix blank image in html_signature when saving identity changes (#1490412)
|
10 years ago |
Thomas Bruederli
|
5e97294372
|
Add new plugin hook 'identity_create_after' (#1490358)
|
10 years ago |
Aleksander Machniak
|
d1382aecb2
|
Fix so "set as default" option is hidden if identities_level > 1 (#1490226)
|
10 years ago |
Aleksander Machniak
|
3cc1afa1c2
|
Support images in HTML signatures (#1488676)
This enables image button and file browser in html editor for signatures
|
11 years ago |
Aleksander Machniak
|
54185837c8
|
Make identity name field optional (#1489510)
Get rid of unhelpful error message.
|
11 years ago |
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
|
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 |
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
|
789e5988aa
|
Clarify rcube::get_user_name() usage, add rcube::get_user_email()
|
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 |
thomascube
|
6707ca47a2
|
Support mutliple name/email pairs for Bcc and Reply-To identity settings (#1488445)
|
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 |
alecpl
|
a90ad2840f
|
- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead
|
13 years ago |
alecpl
|
2d5beeaf06
|
- Don't call rcube_idn_to_ascii() on empty data
|
14 years ago |
alecpl
|
516467080b
|
- Fix handling of "<" character in contact data, search fields and folder names, identity name and organization fields (#1487864)
|
14 years ago |
alecpl
|
d80bd153a4
|
- Fix email_dns_check setting not used for identities/contacts (#1487740)
|
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
|
ce92ba767a
|
- Plugin API: improved 'abort' flag handling, added 'result' item in some hooks: group_*, contact_*, identity_* (#1486914)
|
14 years ago |
alecpl
|
e99991996d
|
- Add Internationalized Domain Name (IDNA) support (#1483894)
|
14 years ago |
alecpl
|
e019f2d0f2
|
- s/RoundCube/Roundcube/
|
14 years ago |
alecpl
|
4612535008
|
- Revert last (unintentional) commit
|
14 years ago |
alecpl
|
b72a1001dc
|
- ja_JP update (#1486911)
|
14 years ago |
alecpl
|
119ad13d74
|
- Rename hooks: contact_save -> contact_update, identity_save -> identity_update, delete_identity -> identity_delete
- Print warning to the log about deprecated hook names usage
|
14 years ago |
alecpl
|
e6ce0062f2
|
- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list (old names are supported without errors nor warnings)
|
14 years ago |
alecpl
|
b25dfd0913
|
- removed PHP closing tag
|
15 years ago |
thomascube
|
5499336fef
|
Use global request tokens and automatically protect all POST requests
|
16 years ago |
thomascube
|
57f0c81f2c
|
Use request tokens to protect POST requests from CSFR
|
16 years ago |
thomascube
|
f879f4e2f8
|
Trigger 'create_identity' when creating a new user; Allow 'create_user' hook to abort the operation
|
16 years ago |
thomascube
|
69f18a09ae
|
Add plugin hooks for creating/saving/deleting identities and contacts
|
16 years ago |
alecpl
|
82c45a1952
|
- clean up, use simpler _get_email() replacement
|
16 years ago |
alecpl
|
ec01712a99
|
- Added option 'identities_level', removed 'multiple_identities'
- Allow deleting identities when multiple_identities=false (#1485435)
|
16 years ago |
alecpl
|
407dcf9e71
|
- Fix html signature formatting when identity save error occured (#1485426)
|
16 years ago |
thomascube
|
f645ce169e
|
Redesign of the identities settings + add config option to disable multiple identities
|
16 years ago |
thomascube
|
c1b3c4cc31
|
Don't check for non-existing property -> fix address book
|
17 years ago |
alecpl
|
72b2807fb9
|
-added confirmation message after identity insertion (like after update)
|
17 years ago |
thomascube
|
197601ef5f
|
Next step: introduce the application class 'rcmail' and get rid of some global vars
|
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 |
thomascube
|
6ec91f1eb2
|
Only allow one default identity (Bug #1484223)
|
18 years ago |
thomascube
|
853b2e7341
|
Fixed little typos and improved CSS altering in HTML messages
|
18 years ago |