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
2021-04-27Less ILoggerJoas Schilling
2021-04-20ignore mail shares of related remote share resultsArthur Schiwon
2021-04-12Use correct getSystemValue typeJ0WI
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-10Add a setting to restrict returning a full match unless in phonebook or same ...Joas 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]
2021-01-11Remove unneeded casts that were found by PsalmMorris Jobke
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-14Show unique displayname context in the sharing inputJulius Härtl
2020-10-20Bump @nextcloud/vue to 3.0.0John Molakvoæ (skjnldsv)
2020-10-20Init vue comments tabJohn Molakvoæ (skjnldsv)
2020-10-14Fix type errors detected by PsalmChristoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-29Merge pull request #23074 from nextcloud/fix/sharee-search-empty-email-matchJulius Härtl
2020-09-28Do not match sharees on an empty email addressChristoph Wurst
2020-09-23Show federation and email results also with exact user match unless containing @Joas Schilling
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-21Properly search for users when limittogroups is enabledRoeland Jago Douma
2020-08-14Expose status via Collaborators APIGeorg Ehrke
2020-07-23Ignore whitespace in sharing by mailonehappycat
2020-06-24Fix testsJoas Schilling
2020-06-24Update share type constant usageJoas Schilling
2020-06-18Fix unit testsJoas Schilling
2020-06-17Fix PHP CSJoas Schilling
2020-06-17Move back to IGroupManager::displayNamesInGroup()Joas Schilling
2020-06-15Avoid duplicate matches in wide and exact resultsJulius Härtl
2020-04-29Update license headers for 19Christoph Wurst
2020-04-23Use paginated search for contactsJulius Härtl
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-08dont show remote and email options if we have an exact match for local user e...Robin Appelman
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-20Limit user search in Collaborators pluginsJulius Härtl
2019-12-20Update license headers for 18Christoph Wurst
2019-12-08Decouple resource provider registrationDaniel Kesselberg
2019-12-05Update license headersChristoph Wurst
2019-11-26Fix autocomplete suggestions with numeric user idsJoas Schilling
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-10-29Extend data returned when searching remote sharesJohn Molakvoæ (skjnldsv)
2019-08-21Add a repair step to clear the projects access cacheJoas Schilling
2019-08-21Change the logic so projects are only shown when you can access all resourcesJoas Schilling
2019-05-02Set type for access column on cacheAccessForCollectionDaniel Kesselberg
2019-03-28Escape the search terms on the serverJoas Schilling
2019-03-28Make sure the recursive result is returned :-XJoas Schilling
2019-03-22Force boolean type for access parameterJulius Härtl