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 (Expand)Author
2022-04-13Merge pull request #31932 from nextcloud/feat/ignore_second_dnVincent Petry
2022-04-12Add settings to ignore second display name in searchLouis Chemineau
2022-04-12confirm user is internal to globalscaleMaxence Lange
2022-01-11Add check before sending email that email address is validCarl Schwan
2021-12-08Add integration tests for email completionJulius Härtl
2021-07-14Allow to get a local cloud id without going through the contacts managerJulius Härtl
2021-06-04Fix warnings about logExceptionJoas Schilling
2021-05-26Make dav respect disallowing sharing with groupsThomas Citharel
2021-04-27Fix unit testsJoas Schilling
2021-04-20save a whitespace todayblizzz
2021-04-20ignore mail shares of related remote share resultsArthur Schiwon
2021-04-16Fix unit testRoeland Jago Douma
2021-03-17Also limit to user group in case enumeration is enabled for groups and phonen...Joas Schilling
2021-03-17Improve search results when only phonebook-matches can we autocompletedJoas Schilling
2021-03-10Restrict autocompletion also based on the phonebook known usersJoas Schilling
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2020-12-14Show unique displayname context in the sharing inputJulius Härtl
2020-11-24set the display name of federated sharees from addressbookArthur Schiwon
2020-10-20Bump @nextcloud/vue to 3.0.0John Molakvoæ (skjnldsv)
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-21In case the group backend returns $limit or more results it is expected to co...Morris Jobke
2020-08-14Expose status via Collaborators APIGeorg Ehrke
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-06-24Update share type constant usageJoas Schilling
2020-06-18Fix unit testsJoas Schilling
2020-06-15Avoid duplicate matches in wide and exact resultsJulius Härtl
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use a blank line after the opening tagChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-08dont show remote and email options if we have an exact match for local user e...Robin Appelman
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-20Add tests for user group enumeration limitJulius Härtl
2019-12-08Decouple resource provider registrationDaniel Kesselberg
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Fix more testsRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-10-29Extend data returned when searching remote sharesJohn Molakvoæ (skjnldsv)
2019-02-26Search sharees on lookup server when explicitly requested by userChristoph Wurst
2019-02-25allow group backends to mark that a group should now be shown in search dialogsRobin Appelman
2018-10-30Fix injection to get the user idJulius Härtl
2018-10-30Add uuid/name entry to Remote/MailPlugin testsJulius Härtl
2018-10-30Make enhancing entries with type property optionalJulius Härtl
2018-10-30Filter out local users from address book remote searchesJulius Härtl
2018-10-18Do not try to contact lookup server without internet connection or URLArthur Schiwon
2018-10-12add more testsBjoern Schiessle