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-06-24Cleanup CardDav SyncServicecleanup/federation-appCarl Schwan
2022-06-22Add typing to Sharing BackendCarl Schwan
2022-05-17Add some typed propertiesThomas Citharel
2022-05-17Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel
2022-05-17Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan
2022-05-16Fix more psalm issuesCarl Schwan
2022-05-12Wrap multiple inserts inside a transationperformance/saving-user-profile-infoCarl Schwan
2022-05-12Minor optimizations for saving user personal informationCarl Schwan
2022-03-10Don't recreate sql query each timefix/carddav-backend-1000-orache1Carl Schwan
2022-02-21Fix more than 1000 entries in queries exception in CardDavBackendCarl Schwan
2021-12-08Convert strict_search to wildcard property and add psalm docsJoas Schilling
2021-12-08Only wildcard search if enumeration is allowedJoas Schilling
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-26Correctly truncate multibyte strings to fit into the databaseChih-Hsuan Yen
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-17Move getChangesForAddressBook to QueryBuilderRoeland Jago Douma
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-12-30Update license headersChristoph Wurst
2020-12-22Merge pull request #22085 from nextcloud/enh/index-socialprofileRoeland Jago Douma
2020-12-18Merge pull request #24515 from nextcloud/fix/noid/dav-share-groups-special-charsChristoph Wurst
2020-12-17fixes sharing to group ids /w chars that are being url encoded, carddavArthur Schiwon
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
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-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-08-02adding social profile to search indexmatt
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-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-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-09Remove space between switch case and colonChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst