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-03-18Add global profile toggle configChristopher Ng
2021-10-20Change origin field to appIdJoas Schilling
2021-10-20Do not remove current user on findOneJohn Molakvoæ
2021-10-20Add appName to contactsmenu action APIJohn Molakvoæ
2021-10-19Profile backendChristopher Ng
2021-09-15Add email addresses to contacts menuDaniel Kesselberg
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-03-04Pimp ActionProviderStoreRoeland Jago Douma
2020-12-15use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-04Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-...Roeland Jago Douma
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-24Unify default value for restricting user enumeration with settingsDaniel Calviño Sánchez
2020-03-20Add tests for ContactsStore filteringJulius Härtl
2020-01-28Do not encode contacts menu mailto linksChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-06-04Do not try to autoload built in typesRoeland Jago Douma
2019-04-18Respect sharing enumeration config in contacts menuJulius Härtl
2018-01-25Fix risky tests without assertionsJoas Schilling
2018-01-24Require PHPUnit 6.5 or higherJoas Schilling
2017-09-15Add filter for `shareapi_allow_share_dialog_user_enumeration`Lukas Reschke
2017-09-15Add testsTobia De Koninck
2017-09-15Fix testsTobia De Koninck
2017-05-02Do not show an email action for contacts with emtpy email addressesChristoph Wurst
2017-04-26fix ContactsStoreTestGeorg Ehrke
2017-04-26add contactsmenu popoverGeorg Ehrke
2017-04-25Adjust entry unit test to newly added avatar propertyChristoph Wurst
2017-04-25Use absolute URI for action iconsChristoph Wurst
2017-04-25Don't show contacts an entry for themselvesChristoph Wurst
2017-04-25Let apps register contact menu provider via info.xmlChristoph Wurst
2017-04-25Contacts menuChristoph Wurst