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
2020-12-07Make code strictJoas Schilling
2020-11-24Make sure we add new line between vcf groups exportsJohn Molakvoæ (skjnldsv)
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-11-03Improve CertificateManager to not be user context dependentMorris Jobke
2020-10-12handle nested properties, fixes #20544call-me-matt
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-21Sync all users to the system addresssbookJoas Schilling
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-09-07Update license headers for Nextcloud 20 (again)Christoph Wurst
2020-09-05Change Content-Disposition HeaderJacob Neplokh
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-19Typecast parameter of getAddressBookByIdGeorg Ehrke
2020-08-18Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke
2020-08-14Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg
2020-08-05IAddressBook: add isShared and isSystemAddressBookGeorg Ehrke
2020-08-04Merge pull request #22062 from nextcloud/fix/noid/displayname-in-incoming-rem...blizzz
2020-08-03Implement Contacts Backend for Unified SearchGeorg Ehrke
2020-08-03Short php syntaxJoas Schilling
2020-07-30coding style fixesArthur Schiwon
2020-07-30fix check for Cloud ID, missing return statements, wrong param useArthur Schiwon
2020-07-09Update system addressbook card only when there was a change based on a cached...Morris Jobke
2020-06-15Reduce load of the contacts search when we know it can't matchJoas Schilling
2020-06-10Fix pagination of contacts searchJoas Schilling
2020-05-07Rename app-generated to z-app-generated, because macOS Contacts supports only...Georg Ehrke
2020-04-29Temporary fix contacts searchJoas Schilling
2020-04-29Update license headers for 19Christoph Wurst
2020-04-23Use paginated search for contactsJulius Härtl
2020-04-17Merge pull request #19901 from nextcloud/bugfix/noid/vcard-photo-handlingRoeland Jago Douma
2020-04-17Update list of multiple propertiesJohn Molakvoæ (skjnldsv)
2020-04-15Update Contact Size after removing photoGeorg Ehrke
2020-04-15Don't populate the PHOTO property when it's not an imageJoas Schilling
2020-04-15Always transform the etag and read the dataJoas Schilling
2020-04-15Use table variable everywhereJoas Schilling
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove space between switch case and colonChristoph 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-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-31Update the license headers for Nextcloud 19Christoph Wurst
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-25Register an address book with recent contactsChristoph Wurst
2020-03-24Fix generated avatars and nophoto cache filesJoas Schilling
2020-03-24Unify default value for restricting user enumeration with settingsDaniel Calviño Sánchez