aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration/Collaborators
Commit message (Collapse)AuthorAgeFilesLines
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-018-9/+17
| | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
* fix: filter out contacts with invalid email addresses in sharee completionJulius Knorr2025-03-261-0/+5
| | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen2025-03-111-2/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(lookup-server): do not query data by defaultFerdinand Thiessen2025-03-111-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(federation): Fix missing protocol on CloudID remoteJoas Schilling2024-06-271-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-248-188/+16
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(collaboration): collaboration MailPlugin: Protect access to a ↵Claus-Justus Heine2024-02-271-2/+2
| | | | | | potentially missing array component by ??. Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
* feat(php,vue): Create a new parameterBaptiste Fotia2024-01-313-0/+26
| | | | Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Adds type hint to the method parameter.Faraz Samapoor2023-09-211-1/+1
| | | | | Co-authored-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* Refactors lib/private/Collaboration.Faraz Samapoor2023-09-218-182/+102
| | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
| | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com>
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Improve email search resultsJoas Schilling2022-12-091-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add fallback options for contacts arrayAnna Larch2022-10-011-8/+8
| | | | | | when the UID or FN is null, the email address / dsiplay name will be used instead Signed-off-by: Anna Larch <anna@nextcloud.com>
* Rename setting name to reduce its lengthLouis Chemineau2022-06-271-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add setting to ignore email during searchLouis Chemineau2022-05-032-1/+11
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #31932 from nextcloud/feat/ignore_second_dnVincent Petry2022-04-131-0/+4
|\ | | | | Add settings to ignore second display name in search
| * Add settings to ignore second display name in searchLouis Chemineau2022-04-121-0/+4
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #31907 from nextcloud/enh/noid/tag-remote-as-globalscaleMaxence Lange2022-04-121-0/+1
|\ \ | |/ |/| confirm user is internal to globalscale
| * confirm user is internal to globalscaleMaxence Lange2022-04-121-0/+1
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Add settings to not match userID during full matchLouis Chemineau2022-04-061-1/+4
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add check before sending email that email address is validCarl Schwan2022-01-111-7/+8
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix idn emails not working in sharesCarl Schwan2022-01-111-2/+5
| | | | | | Fix #30595 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #29879 from ↵Julius Härtl2021-12-211-4/+1
|\ | | | | | | nextcloud/bugfix/noid/sharing-enumeration-addressbooks
| * Do not clear all results when searching from users address booksJulius Härtl2021-12-081-4/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Make psalm more happyJoas Schilling2021-12-091-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix docs to make Psalm happierJoas Schilling2021-12-091-6/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Limit more contact searchesJoas Schilling2021-12-081-1/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Only limit search in the system address bookJoas Schilling2021-12-081-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Only wildcard search if enumeration is allowedJoas Schilling2021-12-081-1/+9
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix type errorsCôme Chilliet2021-11-231-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* use specific email getter where necessaryArthur Schiwon2021-09-091-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Also hide group from direct matchesJoas Schilling2021-07-021-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-048-19/+13
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Also make other shares listen to the "Allow sharing with groups"Joas Schilling2021-05-261-0/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Less ILoggerJoas Schilling2021-04-271-5/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* ignore mail shares of related remote share resultsArthur Schiwon2021-04-202-2/+54
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use correct getSystemValue typeJ0WI2021-04-121-1/+1
| | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* Also limit to user group in case enumeration is enabled for groups and ↵Joas Schilling2021-03-171-1/+20
| | | | | | phonenumbers Signed-off-by: Joas Schilling <coding@schilljs.com>
* Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-171-1/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a setting to restrict returning a full match unless in phonebook or same ↵Joas Schilling2021-03-102-2/+9
| | | | | | group Signed-off-by: Joas Schilling <coding@schilljs.com>
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-102-17/+45
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-3/+3
| | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
| | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>