summaryrefslogtreecommitdiffstats
path: root/js/models
AgeCommit message (Expand)Author
2016-09-02Fix missing rev field update. (#504)Alexander Weidinger
2016-08-23Fix photo upload (#477)Thomas Müller
2016-05-30Use proper mime type on data uri - fixes #421Thomas Müller
2016-05-09avatar uploadHendrik Leppelsack
2016-04-20In case no FN is defined we use N - temporal hack for now until we properly s...Thomas Müller
2016-04-15In case there is not fullName we use the company name - fixes #335Thomas Müller
2016-03-31Fix search in address field - fixes #325Thomas Müller
2016-03-23Improve search - fixes #268 #224Thomas Müller
2016-03-19remove globals and warn for unused variablesHendrik Leppelsack
2016-03-16Don't show an empty groupThomas Müller
2016-03-16Perform search on the vcard - will match with all fields thenThomas Müller
2016-03-16add ng-annotateHendrik Leppelsack
2016-03-10Respect org being an array - fixes #177Thomas Müller
2016-03-09fix lint errorsHendrik Leppelsack
2016-03-08Org and title are now part of the header - fixes #103Thomas Müller
2016-03-08Always show groups field and don't allow to delete this field - fixes #163Thomas Müller
2016-03-04Merge pull request #127 from owncloud/fix-124Thomas Müller
2016-03-04display email again in the contacts list - fixes #124Thomas Müller
2016-03-04fixes #125Thomas Müller
2016-03-04fix delete Field functionalityHendrik Leppelsack
2016-03-04remove getSingleProperties()Hendrik Leppelsack
2016-03-03update backend on delete fieldHendrik Leppelsack
2016-03-03Allow to delete a fieldThomas Müller
2016-03-02Allow multiple fields to be addedThomas Müller
2016-03-02Revert "Revert "Adding addressbook select on each contact""Thomas Müller
2016-03-01give new contacts some privacyHendrik Leppelsack
2016-03-01cleanup - remove console.log and code commentsHendrik Leppelsack
2016-02-24Adding photo to details viewThomas Müller
2016-02-24Filter uid and prodid - we not want to display and edit these propsThomas Müller
2016-02-24wip details abstractionHendrik Leppelsack
2016-02-19Read sharees from propfind responseThomas Müller
2016-02-19Remove dummy data and style addressbooknamesTom Needham
2016-02-19Further work with AddressBookService.share and .unshare methodsTom Needham
2016-02-19AddressBookService.share implementation first stepsTom Needham
2016-02-19WIP add sharing UI to addressbooksTom Needham
2016-02-19More WIP. Added angular-bootstrap & sharee discoveryTom Needham
2016-02-19WIP add sharing UI to addressbooksTom Needham
2016-02-18Display groups on the left side barThomas Müller
2016-02-11show delete immediatelyHendrik Leppelsack
2016-01-21immediately show new contacts and allow multiple modificationsHendrik Leppelsack
2016-01-13add create and delete functionality for contactsHendrik Leppelsack
2015-12-16add functionality to add addressbooks and contactsHendrik Leppelsack
2015-12-10first refactor stepHendrik Leppelsack
2015-11-05add sidebarHendrik Leppelsack
2015-11-05getting started with vcard parsingHendrik Leppelsack
2015-10-30implement jcard supportHendrik Leppelsack