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