summaryrefslogtreecommitdiff
path: root/program/steps/settings/save_identity.inc
AgeCommit message (Collapse)Author
2013-08-04Fix XSS vulnerability when saving HTML signatures (#1489251)Aleksander Machniak
2012-11-29Fix empty email on identities list after identity update (#1488834)Aleksander Machniak
2012-11-28Merge pull request #49 from linagora/masterAleksander Machniak
Add new identity level: one identity with edit only signature
2012-11-26unset email address with new level entity 4jeremie kornobis
2012-11-26Add new identity level: one identity with edit only signaturejeremie kornobis
2012-11-26Clarify rcube::get_user_name() usage, add rcube::get_user_email()Aleksander Machniak
2012-08-13Skip IDN conversion when saving/reading identies. This should provide proper ↵Thomas Bruederli
support for multiple recipeint values including name blocks in bcc and reply-to fields
2012-05-22Removed $Id$Aleksander Machniak
2012-04-21Support mutliple name/email pairs for Bcc and Reply-To identity settings ↵thomascube
(#1488445)
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-02Use iframes for identity managementthomascube
2011-12-07- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL insteadalecpl
2011-06-02- Don't call rcube_idn_to_ascii() on empty dataalecpl
2011-05-27- Fix handling of "<" character in contact data, search fields and folder ↵alecpl
names, identity name and organization fields (#1487864)
2011-02-04- Fix email_dns_check setting not used for identities/contacts (#1487740) alecpl
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alecpl
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2010-09-30- Plugin API: improved 'abort' flag handling, added 'result' item in some ↵alecpl
hooks: group_*, contact_*, identity_* (#1486914)
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-08-13- Revert last (unintentional) commitalecpl
2010-08-13- ja_JP update (#1486911)alecpl
2010-08-09- Rename hooks: contact_save -> contact_update, identity_save -> ↵alecpl
identity_update, delete_identity -> identity_delete - Print warning to the log about deprecated hook names usage
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete ↵alecpl
list (old names are supported without errors nor warnings)
2010-06-23- removed PHP closing tagalecpl
2009-07-21Use global request tokens and automatically protect all POST requeststhomascube
2009-07-15Use request tokens to protect POST requests from CSFRthomascube
2009-05-14Trigger 'create_identity' when creating a new user; Allow 'create_user' hook ↵thomascube
to abort the operation
2009-05-01Add plugin hooks for creating/saving/deleting identities and contactsthomascube
2009-04-10- clean up, use simpler _get_email() replacementalecpl
2008-10-24- Added option 'identities_level', removed 'multiple_identities'alecpl
- Allow deleting identities when multiple_identities=false (#1485435)
2008-10-18- Fix html signature formatting when identity save error occured (#1485426)alecpl
2008-09-15Redesign of the identities settings + add config option to disable multiple ↵thomascube
identities
2008-05-19Don't check for non-existing property -> fix address bookthomascube
2008-05-12-added confirmation message after identity insertion (like after update)alecpl
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomascube
global vars
2007-12-10New class rcube_user + send message disposition notificationthomascube
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomascube
2007-01-31Only allow one default identity (Bug #1484223)thomascube
2006-12-23Fixed little typos and improved CSS altering in HTML messagesthomascube
2006-09-14Initial TinyMCE editor support (still need to work on spellcheck and skins)svncommit
2006-09-01Improved message parsing and HTML validationthomascube
2006-08-16Fixed some XSS and SQL injection issuesthomascube
2006-08-04Several bugfixes; see CHANGELOG for detailsthomascube
2006-03-20Minor improvements and bugfixes (see changelog)thomascube
2006-03-03Improved reading of POST and GET valuesthomascube
2006-02-20Fixed some charset bugsthomascube
2005-12-03Re-design of caching (new database table added\!); some bugfixes; Postgres ↵thomascube
support
2005-11-06Added localized messages to client and check form inputthomascube
2005-11-01Prevent from identities XSSthomascube