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
2019-02-25Always query lookup server in GS modeRoeland Jago Douma
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-30Add name field to mail and remote resultsJulius Härtl
2018-10-30Add local share if remote cloud id matches a local user onesJulius Härtl
2018-10-30Make enhancing entries with type property optionalJulius Härtl
2018-10-30Add type to Remote and Mail pluginsJulius Härtl
2018-10-30Add collaborators uuid to properly render the avatar and for later groupingJulius Härtl
2018-10-30Filter out generic remote result for local usersJulius 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-10some small fixes and improvementsBjoern Schiessle
2018-10-09adjust testsBjoern Schiessle
2018-10-09always query the lookup server in a global scale setup and have a nicer labelBjoern Schiessle
2018-08-06Ignore deactivated users in collaborators user search pluginThomas Citharel
2018-07-11start to get fed group shares into the share dialogBjoern Schiessle
2018-03-14the FN is optional, carrying the displayname if presentArthur Schiwon
2018-03-08Fix calculation if there are more resultsJoas Schilling
2018-03-02Add the users result only when non empty so tests stay the sameJoas Schilling
2018-03-01Also array_slice wide email matches of local usersJoas Schilling
2018-02-21Merge pull request #8206 from nextcloud/bugfix/noid/fix-collaboration-result-...blizzz
2018-02-20Better result handling of email searchJoas Schilling
2018-02-14Merge pull request #8328 from nextcloud/bugfix/noid/filter-out-the-current-us...Joas Schilling
2018-02-13Use non aliased method insteadMorris Jobke
2018-02-13Filter out the current user when searching for emails tooJoas Schilling
2018-01-26Use $var[] = $a instead of array_push - 2x fasterMorris Jobke
2018-01-17add types to php docArthur Schiwon
2018-01-17do not offer the handle of the current user for auto completionArthur Schiwon
2017-12-15Don't show users which e-mail address match if they belong to a group we may ...Tobia De Koninck
2017-11-06Update license headersMorris Jobke
2017-11-01Merge branch 'master' into autocomplete-guiArthur Schiwon
2017-10-26fix sortingArthur Schiwon
2017-10-25Add unit tests for SearchResultJoas Schilling
2017-10-25Correctly search for existing collaboration resultsJoas Schilling
2017-10-22AutoCompletion backendArthur Schiwon
2017-09-27add tests for Lookup PluginArthur Schiwon
2017-09-27split off former searchSharee unit testArthur Schiwon
2017-09-27split off getEmail testsArthur Schiwon
2017-09-27split off getRemote unit testsArthur Schiwon
2017-09-27split off getUsers unit testsArthur Schiwon
2017-09-27minor fixesArthur Schiwon
2017-09-27allow more than one plugin per share typeArthur Schiwon
2017-09-27make it possible to register plugins and kick out the circle oneArthur Schiwon
2017-09-27don't keep result types hard codedArthur Schiwon
2017-09-27Splits off the logic from sharees endpoint thus making it available fromArthur Schiwon