Bug 650414 — Need better APIs to handle image data
[platform/upstream/folks.git] / backends / tracker / lib / trf-persona-store.vala
2011-07-25 Philip WithnallBug 650414 — Need better APIs to handle image data
2011-07-19 Philip WithnallRemove AliasDetails support from Trf.Persona
2011-05-28 Raul Gutierrez Segales[tracker] Deal with null Avatars being set on a Trf...
2011-05-13 Travis ReitterRelease Folks 0.5.1. FOLKS_0_5_1
2011-04-27 Philip WithnallBug 648767 — Return read-only views of Sets and Maps...
2011-04-23 Philip WithnallChange PostalAddress.types to be a Set<string>
2011-04-23 Philip WithnallChange RoleDetails.roles to be of type Set<Role>
2011-04-23 Philip WithnallChange NoteDetails.notes to be of type Set<Note>
2011-04-23 Philip WithnallChange LocalIdDetails.local_ids to be of type Set<string>
2011-04-23 Philip WithnallChange PersonaStore.personas to be a Map<string, Persona>
2011-04-23 Philip WithnallPort PersonaStore.personas_changed to Set<Persona>
2011-04-23 Philip WithnallChange UrlDetails.urls to be a Set<FieldDetails>
2011-04-23 Philip WithnallChange PhoneDetails.phone_numbers to be a Set<FieldDetails>
2011-04-23 Philip WithnallChange EmailDetails.email_addresses to be a Set<FieldDe...
2011-04-23 Philip WithnallChange PostalAddressDetails.postal_addresses to be...
2011-04-23 Philip WithnallChange FieldDetails.parameters to be a MultiMap<string...
2011-04-23 Philip WithnallChange WebServiceDetails.…addresses to be a MultiMap...
2011-04-23 Philip WithnallChange ImDetails.im_addresses to be a MultiMap<string...
2011-04-12 Travis ReitterRelease version 0.5.0 FOLKS_0_5_0
2011-04-11 Raul Gutierrez SegalesHandle setting existing emails/phones in a Trf.Persona
2011-04-08 Raul Gutierrez SegalesImplement web-service-details for Trf.Personas
2011-04-08 Raul Gutierrez Segales[Tracker] Implement support for LocalIDDetails
2011-04-08 Raul Gutierrez SegalesList Folks.PersonaDetail in alphabetical order
2011-04-05 Raul Gutierrez Segales[Tracker] Re-use phone-numbers/emails if they already...
2011-04-02 Travis ReitterMake Folks.PersonaStore.detail_key() static.
2011-03-31 Raul Gutierrez SegalesAdd write support for Tracker
2011-03-21 Raul Gutierrez SegalesInitial implementation of the tracker backend