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-16Update all license headers for Nextcloud 21Christoph Wurst
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
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-01restart transaction when cache insert fails due to duplicateRobin Appelman
2020-04-01call cache->insert directly instead of going trough cache->put first when sca...Robin Appelman
2020-04-01dont try to get existing cache data during scanning if we already know its a ...Robin Appelman
2020-04-01reuse known parentId when inserting cache entries in scannerRobin Appelman
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-25Use lowercase true, false and null constantsChristoph Wurst
2020-03-02dont try to update storage mtime if we can't get the mtimeRobin Appelman
2020-02-13Allow to overwrite the path on the cache eventJoas Schilling
2019-12-20Update license headers for 18Christoph Wurst
2019-12-10Merge pull request #18314 from nextcloud/fixFileIdSearchRoeland Jago Douma
2019-12-10fix https://github.com/nextcloud/server/issues/18313tobiasKaminsky
2019-12-09Fix search limit to homeRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-12-05Merge pull request #17941 from nextcloud/search-by-ownerRoeland Jago Douma
2019-12-03remove old 'owner' filterRobin Appelman
2019-12-03Allow filtering the search results to the users home storageRobin Appelman
2019-11-26dont set folder size to negative values during propagationRobin Appelman
2019-11-25Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma