summaryrefslogtreecommitdiff
path: root/program/steps/addressbook/delete.inc
AgeCommit message (Collapse)Author
2014-12-16Improve system security by using optional special URL with security tokenAleksander Machniak
Allows to define separate server/path for image/js/css files Fix bugs where CSRF attacks were still possible on some requests
2014-08-17Fix contacts list update after adding/deleting/moving a contact (#1490028, ↵Aleksander Machniak
#1490033)
2013-12-31More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get()Aleksander Machniak
2013-12-22Remove deprecated functions (these listed in bc.php file) usageAleksander Machniak
2013-12-08Make sure selected group is listed after delete error (#1489463)Aleksander Machniak
2013-12-05Check rcube_addressbook::get_error() after failing delete (#1489463)Aleksander Machniak
2013-07-01Contacts drag-n-drop default action is to move contacts (#1488751)Aleksander Machniak
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751) Use consistent naming: 'moveto' -> 'move'
2013-01-25Move rcmail_contact_key() to rcube_addressbook::compose_contact_key()Thomas Bruederli
2012-07-26Move the hard-coded list of fields used to list contacts to a central locationThomas Bruederli
2012-05-22Removed $Id$Aleksander Machniak
2012-03-14Request all needed fields from address book backends (#1488394)thomascube
2012-03-05- Fix duplicate names handling in addressbook searches (#1488375)alecpl
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2011-12-29- Add separate pagesize setting for mail messages and contacts (#1488269)alecpl
2011-07-21- Simplify undo message, add dots at the end of messagesalecpl
2011-07-08- Make Undo action optional by setting undo_timeout=0alecpl
2011-07-07- Added possibility to undo last contact delete operationalecpl
2011-06-14- Added searching in all addressbook sources (global-search)alecpl
- Added addressbook source selection in contacts import
2011-01-18Merge branch devel-addressbook (r4193:4382) back into trunkthomascube
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2010-11-03- Add missing confirmation/error messages on contact/group/message actions ↵alecpl
(#1486845) - Add 'loading' message on message move/copy/delete/mark actions
2010-09-30- Plugin API: improved 'abort' flag handling, added 'result' item in some ↵alecpl
hooks: group_*, contact_*, identity_* (#1486914)
2010-09-25- s/RoundCube/Roundcube/alecpl
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
2010-06-16- Fix base64 regexp (#1486800)alecpl
2009-07-16Force ajax calls to protect from CSRFthomascube
2009-05-01Add plugin hooks for creating/saving/deleting identities and contactsthomascube
2008-05-07/tmp/outsvncommit
2007-05-18Use HTTP-POST requests for actions that change application statethomascube
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomascube
2006-12-22Applied security patches by Kees Cook (Ubuntu) + little visual enhancementsthomascube
2005-12-03Re-design of caching (new database table added\!); some bugfixes; Postgres ↵thomascube
support
2005-10-25more pear/mdb2 integrationsvncommit
2005-10-20added DB LIMIT abstractionsvncommit
2005-09-28Minor bugfixes and correction of confusing License notficationsthomascube
2005-09-25Initial revisionthomascube