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-24Adapt more code to migration to LoggerInterfaceCôme Chilliet
2021-12-03Switch logical operatorsacsfer
2021-11-01Merge pull request #29281 from vijfhoek/masterJohn Molakvoæ
2021-10-28Fix permissions when copying from ObjectStorageCarl Schwan
2021-10-17Move query outside the loop and reduce chunk size to 1000Sijmen Schoon
2021-10-17Limit parameter count per query in Cache.removeChildrenSijmen Schoon
2021-07-29Remove some mentions of ownCloud from our api documentationCarl Schwan
2021-06-14inject SearchBuilderRobin Appelman
2021-06-14perform file search in a single queryRobin Appelman
2021-06-14use searchoperation for storage filter instead of db expressionRobin Appelman
2021-06-14rework search api to allow searching on multiple caches at onceRobin Appelman
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-03-24Catch invalid cache source storage pathJohn Molakvoæ (skjnldsv)
2021-03-18only require user to be set in a query that handles tagsRobin Appelman
2021-03-16Merge pull request #26013 from nextcloud/object-store-copy-cache-idRobin Appelman
2021-03-12verify that cache entry is validRobin Appelman
2021-03-12add ICopyFromCache trait to expose existing implementationRobin Appelman
2021-01-26do cachejail search filtering in sqlRobin Appelman
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-12-30Update license headersChristoph Wurst
2020-12-21Merge pull request #24715 from nextcloud/bug/noid/limit-get-incomplete-to-1Roeland Jago Douma
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-15Limit getIncomplete query to one rowDaniel Kesselberg
2020-12-02code style and dispatchTypedRobin Appelman
2020-11-26rename cache event to follow new naming standardsRobin Appelman
2020-11-26extend cache eventsRobin Appelman
2020-11-10Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-08-20Make Cache::removeChildren non recursiveRobin Appelman
2020-04-29Update license headers for 19Christoph 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-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-01restart transaction when cache insert fails due to duplicateRobin Appelman
2020-04-01reuse known parentId when inserting cache entries in scannerRobin Appelman
2019-12-09Fix search limit to homeRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-12-03Allow filtering the search results to the users home storageRobin Appelman
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-13filter out empty filecache extension valuesRobin Appelman
2019-11-13fix folder deleteRobin Appelman
2019-11-13dont create empty filecache extended rowsRobin Appelman
2019-11-13store filecache extension fieldsRobin Appelman
2019-11-13move more cache logic to querybuilderRobin Appelman
2019-08-07Properly return an int in the getId function of the cacheRoeland Jago Douma
2019-07-26Remove deprecated searchByTagRoeland Jago Douma
2019-05-07remove extra param in cache update callRobin Appelman
2019-03-06Avoid calculating folder size for parent that needs scan.Ari Selseng