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
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-15Merge pull request #25136 from nextcloud/cachejail-search-filterVincent Petry
2021-03-12verify that cache entry is validRobin Appelman
2021-03-12also implement for FailedCache and NullCacheRobin Appelman
2021-03-12add ICopyFromCache trait to expose existing implementationRobin Appelman
2021-03-05Merge pull request #25659 from nextcloud/smb-getmetadata-catchRoeland Jago Douma
2021-03-04catch notfound and forbidden exception in smb::getmetadataRobin Appelman
2021-03-04Remove RedundantcastsRoeland Jago Douma
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-15move AbstractCacheEvent into OCPRobin Appelman
2021-01-26adjust testsRobin Appelman
2021-01-26fix search in nested jailsRobin Appelman
2021-01-26fix cachjail searching for rootRobin Appelman
2021-01-26do cachejail search filtering in sqlRobin Appelman
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2021-01-06ignore files that have no read permissions during scanningRobin Appelman
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-11-09Use query builder instead of OC_DB in OC\Files\*Joas Schilling
2020-11-06Use Query builder functionJoas Schilling
2020-11-06Fix order of GREATEST for OracleJoas Schilling
2020-10-13The file cache entry is array accessibleChristoph Wurst
2020-09-17Merge pull request #22867 from nextcloud/shared-storage-init-lessRoeland Jago Douma
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-09-16optimize View::getPath if we already know the storage idRobin Appelman
2020-09-15disable update checking for shared storagesRobin Appelman
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-20Make Cache::removeChildren non recursiveRobin Appelman
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
2020-07-30dont update mimetype when moving to trashRobin Appelman
2020-07-23fix renameFromStorage messing with folder mimetypeRobin Appelman
2020-06-11prevent the root storage from accidentally scanning user foldersRobin Appelman
2020-04-29Update license headers for 19Christoph Wurst
2020-04-20Add method to storage backends to get directory content with metadataRobin Appelman
2020-04-10Format code according to PSR2Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Add visibility to all properties and move 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