Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-13Merge pull request #31932 from nextcloud/feat/ignore_second_dnVincent Petry
Add settings to ignore second display name in search
2022-04-12Add settings to ignore second display name in searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-12confirm user is internal to globalscaleMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2022-01-11Add check before sending email that email address is validCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-08Add integration tests for email completionJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-07-14Allow to get a local cloud id without going through the contacts managerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-04Fix warnings about logExceptionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-26Make dav respect disallowing sharing with groupsThomas Citharel
Closes #25390 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-04-27Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-20save a whitespace todayblizzz
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-04-20ignore mail shares of related remote share resultsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-04-16Fix unit testRoeland Jago Douma
* Fix namespace * Fix test Was broken after https://github.com/nextcloud/server/pull/26529 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-03-17Also limit to user group in case enumeration is enabled for groups and ↵Joas Schilling
phonenumbers Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-17Improve search results when only phonebook-matches can we autocompletedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-10Restrict autocompletion also based on the phonebook known usersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
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>
2020-12-14Show unique displayname context in the sharing inputJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-24set the display name of federated sharees from addressbookArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-20Bump @nextcloud/vue to 3.0.0John Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-21In case the group backend returns $limit or more results it is expected to ↵Morris Jobke
contain more results Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-14Expose status via Collaborators APIGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke
\PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-24Update share type constant usageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-18Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-15Avoid duplicate matches in wide and exact resultsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Use elseif instead of else ifChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Use a blank line after the opening tagChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-08dont show remote and email options if we have an exact match for local user ↵Robin Appelman
email Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
Remove unused imports
2020-03-26Use the short array syntax, everywhereChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26Remove unused importsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-20Add tests for user group enumeration limitJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-08Decouple resource provider registrationDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-11-27Mode to modern phpunitRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27Fix more testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-29Extend data returned when searching remote sharesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-02-26Search sharees on lookup server when explicitly requested by userChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-25allow group backends to mark that a group should now be shown in search dialogsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-10-30Fix injection to get the user idJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-30Add uuid/name entry to Remote/MailPlugin testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-30Make enhancing entries with type property optionalJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-30Filter out local users from address book remote searchesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-18Do not try to contact lookup server without internet connection or URLArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-10-12add more testsBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>