summaryrefslogtreecommitdiff
path: root/program/steps/addressbook
AgeCommit message (Expand)Author
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-08-09- Rename hooks: contact_save -> contact_update, identity_save -> identity_upd...alecpl
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list...alecpl
2010-06-28- Fix RC forgets search results (#1483883)alecpl
2010-06-23- removed PHP closing tagalecpl
2010-06-16- Fix base64 regexp (#1486800)alecpl
2010-06-09- Increase pagesize to 99999 when exporting contactsalecpl
2010-06-02- Fix duplicated contacts when copying with group selected (#1486766)alecpl
2010-06-01Allow to drag into groups of another address sourcethomascube
2010-05-25- don't set pagetitle in ajax requestsalecpl
2010-05-13- Extend contact groups support (#1486682) alecpl
2010-05-03- don't use deprecated split()alecpl
2010-04-22- fix dublicated 'show' action after contact creationalecpl
2010-04-13Assign newly created contacts to the active group (#1486626) and fix group se...thomascube
2010-04-06Configurable limit of address group membersthomascube
2010-04-01Add client-side events when adding/removing groupsthomascube
2010-04-01Fix typothomascube
2010-04-01Add server-side plugin hooks to address group functions + better action namesthomascube
2010-03-31Implement group renaming/deleting + use more consistent names for commands an...thomascube
2010-03-26Added basic contact groups featurethomascube
2010-03-02- Added function to get addressbooks list rcmail::get_address_sources() (#148...alecpl
2010-01-26Import contacts into the selected address book + set button states accordinglythomascube
2009-10-05- Fix bugs in unused addressbook copy contact function (#1486199)alecpl
2009-09-28- Fix LDAP addressbook shows 'Contact not found' error sometimes (#1486178)alecpl
2009-08-29- Fix gn and givenName should be synonymous in LDAP addressbook (#1485892)alecpl
2009-08-29- Fix LDAP contact update when RDN field is changed (#1485788)alecpl
2009-08-28- Fix LDAP addressbook browsing when only one directory is used (#1486022)alecpl
2009-07-21Use global request tokens and automatically protect all POST requeststhomascube
2009-07-16Force ajax calls to protect from CSRFthomascube
2009-07-15Use request tokens to protect POST requests from CSFRthomascube
2009-06-22- use RCMAIL_CHARSET instead of hardcoded 'utf-8'alecpl
2009-05-04- fix parse erroralecpl
2009-05-04- more addressbooks hooks (#1485829)alecpl
2009-05-01Add plugin hooks for creating/saving/deleting identities and contactsthomascube
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ...thomascube
2009-01-17* bumping up copyright (happy new year ;-))till
2008-10-21Improve vcard import (#1485502); try utf-8 first in charset detectionthomascube
2008-10-05- removed deprecated rcube_add_label() and all usesalecpl
2008-09-25Improve vcard decoding and import stepthomascube
2008-09-21Separate method to create iframe tags (with a list of allowed attributes)thomascube
2008-09-21- use more 'html' classalecpl
2008-09-12Refactor drag & drop functionality. Don't rely on browser events anymore (#14...thomascube
2008-09-06Reset page number when exporting contactsthomascube
2008-09-06Don't import contacts without an e-mail address (does not make sense)thomascube
2008-09-04Enable export of contacts as vCard + DRYthomascube
2008-09-04Fix html links for address book directoriesthomascube
2008-09-04Always list all address sourcesthomascube
2008-09-02New feature to import contacts from a vcard file + mark form buttons that pro...thomascube
2008-09-02Let rcmail class create address book instancesthomascube
2008-07-29Add microformats to address book + fix html output + codestylethomascube