summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2023-01-24fix: mime case matchingRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-09-29Properly decode escaped principal urlsCorentin Noël
Apply the same fix as in https://github.com/nextcloud/calendar/commit/8c294b12e16cf0fb9e4297eb35310d341ec30de3 to allow sharing with groups that contains spaces and escaped characters Fixes #2411 Signed-off-by: Corentin Noël <tintou@noel.tf>
2022-07-19Fix styling regression on contactsgreta
Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-07-19Encode group names for x-property-replace headerDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-07-15Fix omit birthdate year toggleRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-07-15Fix copy to full name buttonRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-07-15Migrate settings menu of contactsgreta
Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-07-15Merge pull request #2838 from nextcloud/backport/2837/stable4.2Richard Steinmetz
[stable4.2] Fix entity picker modal size
2022-07-15Merge pull request #2839 from nextcloud/backport/2836/stable4.2Richard Steinmetz
[stable4.2] Fix circle creation modal size
2022-07-15Fix qr modal sizeRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-07-15Fix circle creation modal sizeRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-07-15Fix entity picker modal sizeRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-07-12Fix p-queue eslint issueRichard Steinmetz
Ref https://github.com/nextcloud/server/blob/9ed12e8946722c45bdb09d495685d4819cb2f036/apps/files_sharing/src/mixins/SharesMixin.js#L28 Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-07-01Merge pull request #2711 from AminulBD/mainSimon L
Add search feature on the list
2022-07-01add searchAminul Islam
Signed-off-by: Aminul Islam <me@aminul.net>
2022-07-01Migrate icons to material design iconsgreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-06-29l10n: Changed casingrakekniven
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2022-06-29Merge pull request #2799 from nextcloud/migrate/icons-to-material-designChristoph Wurst
Migrate EmptyContent contacts icons to material design
2022-06-29l10n: Replace three dots with ellipsisValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-06-28Migrate left sidebar to design materialgreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-06-28Migrate emty content for circlesgreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-06-28Migrate EmptyContent icons to material designgreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-06-28Implement share password settingsRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-06-06Merge pull request #2739 from MrPompom/no-company-for-nameRichard Steinmetz
Stop overwritting the name of the new contact by the company text
2022-05-31Merge pull request #2732 from MrPompom/mainChristoph Wurst
Allow to input the Date by hand
2022-05-30Merge pull request #2737 from MrPompom/reset-props-valueJulia Kirschenheuter
Make sure all the fiels are blank when a new contact is created
2022-05-20When delete last member from group, it is not update data on serverMikhail Sazanov
Signed-off-by: Mikhail Sazanov <m@sazanof.ru>
2022-05-12Stop overwritting the name of the new contact by the company textBastien PROMPSY
Delete the condition of missingfn that add the company text to the name field when it's missing Signed-off-by: Bastien PROMPSY <bastienprompsy@gmail.com>
2022-05-12Make sure all the fiels are blank when a new contact is createdBastien PROMPSY
Duplicate the default value before replacing it if it's an array Signed-off-by: Bastien PROMPSY <bastienprompsy@gmail.com>
2022-05-11Fix the height of the ContactDetails containerTyler Nienhouse
Without a well-defined height, dropdowns like Groups & Add new property would get cut off before the bottom of the page Signed-off-by: Tyler Nienhouse <flakeparadigm@gmail.com>
2022-05-05Allow to input the Date by handBastien PROMPSY
Add Parse in dateFormat Signed-off-by: Bastien PROMPSY <bastienprompsy@gmail.com>
2022-04-28Autosave the birthdate and remove the OK buttonAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-03-15Improve addressbook enabled wordingJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-03-15Add testingJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-03-15Force disabling single-quote list for type parameterJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-02-02Merge pull request #2596 from Quintasan/change-formatter-for-datepickerChristoph Wurst
Change formatter prop from :format to :formatter
2022-02-02Merge pull request #2077 from harryyoud/feature/mailto-groupChristoph Wurst
Allow sending emails to contact group (#1848)
2022-01-26Fix adding members when allowed for membersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-01-07Change formatter prop from :format to :formatterMichał Zając
In vue2-datepicker 3.6.3 the `format` got renamed to `formatter` See https://github.com/nextcloud/nextcloud-vue/pull/1495#issuecomment-989730285 Closes #2551 Signed-off-by: Michał Zając <michal.zajac@gmail.com>
2021-12-27Merge pull request #2531 from AminulBD/patch-1Christoph Wurst
new contact event fix
2021-12-23Allow sending emails to contact group (#1848)Harry Youd
Signed-off-by: Harry Youd <harry@harryyoud.co.uk>
2021-12-20Merge pull request #2569 from ↵Christoph Wurst
nextcloud/dependarichard/npm_and_yarn/use-cdav-from-npm Replace cdav-library with @nextcloud/cdav-library from npm
2021-12-17Replace cdav-library with @nextcloud/cdav-library from npmRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-12-16fix overlapping of contacts-list with app-navigation-toogleszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-11-25changed event name to right placeAminul Islam
Signed-off-by: Aminul Islam <me@aminul.net>
2021-11-25new contact event fixAminul Islam
Signed-off-by: Aminul Islam <me@aminul.net>
2021-11-24close actionbutton after click on qrcodeszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-11-15set Circle as ROOTMaxence Lange
2021-11-15Fix magic numbers of Circles configChristoph Wurst
Regression of https://github.com/nextcloud/circles/pull/551 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-12Fix shareenamelaber widthgreta
Signed-off-by: greta <gretadoci@gmail.com>