summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2020-04-01Fix try catchJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-13Add ability to clone contactJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-13Merge pull request #1514 from nextcloud/fixsvgsanitizeJohn Molakvoæ
Properly sanitize avatars in upload
2020-03-12l10n: Improved grammarrakekniven
Fixes #1490 Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2020-03-12use application/octet-streamJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-12Properly sanitize avatars in uploadJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-10Add SIP supportJohn Molakvoæ
Fix #1511
2020-03-06Correctly use plurals and placeholdersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-28Fix first contact syncJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-02-05l10n: Changed spelling rakekniven
Reported at Transifex. See https://en.wikipedia.org/wiki/VCard Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2020-02-03Merge branch 'master' into enh/import-from-filesJohn Molakvoæ
2020-01-29Allow importing from filesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-28Merge pull request #1448 from nextcloud/design/viewer-actionsJohn Molakvoæ
Fix sorting and wording of contact picture actions
2020-01-23Merge pull request #1418 from hanzi/do-not-validate-uriJohn Molakvoæ
Disable form validation for text properties
2020-01-23Remove delete action from list, fix #1368Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-01-23Fix sorting and wording of contact picture actionsJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-01-18Disable input validation on text properties in generalChristian Kraus
Signed-off-by: Christian Kraus <hanzi@hanzi.cc>
2020-01-18Do not validate URL properties to allow entering non-URL instant messenger ↵Christian Kraus
handles and relationships Signed-off-by: Christian Kraus <hanzi@hanzi.cc>
2020-01-18Prevent bogus updates of selected contactChristian Kraus
Before, when creating a new contact the previously selected contact would still be the 'localContact'. That happened because the 'contact' watcher would be called twice (once with the new, once with the old contact). Adding a check whether the selected contact has actually changed remedies that. Signed-off-by: Christian Kraus <hanzi@hanzi.cc>
2020-01-16remove delete buttons and other actions if contact is not readableMatthias
2020-01-06Hide sharee in list if already shared with himRaimund Schlüßler
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2020-01-06Only add sharee if not present alreadyRaimund Schlüßler
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2020-01-06Move to @nextcloud/vue (#1389)John Molakvoæ
Move to @nextcloud/vue
2020-01-06Make sure we don't include 'VALUE=PHONE-NUMBER' to avoid a bug in ↵Christian Kraus
sabre-io/vobject Signed-off-by: Christian Kraus <hanzi@hanzi.cc>
2020-01-06Save vCards using the correct syntax for its versionChristian Kraus
Previously, vCards were always serialised in vCard 4.0 syntax, even if the vCard version was actually set to something else. Signed-off-by: Christian Kraus <hanzi@hanzi.cc>
2020-01-06Workaround for bug that prevented editing vCards with commas in… (#1394)John Molakvoæ
Workaround for bug that prevented editing vCards with commas in the address
2020-01-06Fix importChristian Kraus
Signed-off-by: Christian Kraus <hanzi@hanzi.cc>
2020-01-06Fix code styleChristian Kraus
Signed-off-by: Christian Kraus <hanzi@hanzi.cc>
2020-01-06Refactor ical.js design set changes into its own serviceChristian Kraus
Signed-off-by: Christian Kraus <hanzi@hanzi.cc>
2020-01-05Fix 'duplicate types' check for properties with a single typeChristian Kraus
Signed-off-by: Christian Kraus <hanzi@hanzi.cc>
2020-01-04Fix parsing of vCards that contain comma in their addressChristian Kraus
Signed-off-by: Christian Kraus <hanzi@hanzi.cc>
2019-12-27Move to @nextcloud/vueRaimund Schlüßler
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2019-12-08Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]
Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-25Fix first day of datepickerGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-21fix tel typeGreta Doci
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-10-21change defaultValue for telGreta Doci
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-10-18Fix spacesGreta Doci
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-10-17Make the work profile the default one when adding ContactsGreta Doci
We need to split the default state in order for the user to decide which one should be default for them depending wethers if its a enterpirse solution or not Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-10-17Make the work profile the default one when adding ContactsGreta Doci
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-10-03Provide our own initialstateJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-10-03Better debug of the duplicate types checkJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-27Add push warning on fixed contactJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-27Add TZ & LANGJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-26Move to global eslintJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-19Added posibility to show and edit vCard Geo attibutesArne Hamann
Signed-off-by: Arne Hamann <kontakt+github@arne.email>
2019-09-04Use async/await moment loadingJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-04Fix moment loadingJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-03Use checkbox for omit year actionJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-03Allow to toggle yearJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-03Better debug logs on parsing failureJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>