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
2016-04-24Move \OC\Files to PSR-4Roeland Jago Douma
2016-04-21dont do optimized size propagation for encrypted filesRobin Appelman
2016-04-19When the scanner detects a file is changed clear checksumRoeland Jago Douma
2016-03-24handle completely unscanned storages in the background scannerRobin Appelman
2016-03-01Update author informationLukas Reschke
2016-02-29fix size propagation for new filesRobin Appelman
2016-01-15propagate folder size in the same query for write updatesRobin Appelman
2016-01-15Merge pull request #21702 from owncloud/fix_emit_scanFiles_IIThomas Müller
2016-01-14only trigger locking on lockingstoragesRobin Appelman
2016-01-14add scanner interfaceRobin Appelman
2016-01-14Return a class from cache operations instead of an arrayRobin Appelman
2016-01-13Fix: emit 'scanFiles' will only fire on files and not on folders (II)Martin
2016-01-12Happy new year!Thomas Müller
2016-01-07Remove beginTransaction, commit, rollback from OC_DBMorris Jobke
2015-11-17Allow storage wrappers to through a forbidden exception with retry informationJoas Schilling
2015-10-26Update license headersLukas Reschke
2015-10-12also detect files in a .part folder as part fileBjoern Schiessle
2015-10-06deduplicate @xenopathicMorris Jobke
2015-10-05update licence headers via scriptMorris Jobke
2015-09-30Always send a postScanFile event when done scanning a fileOlivier Paroz
2015-09-11Add reset method to mimetype loaderRobin McCorkell
2015-08-24Prevent scanner going crazy with unavailable storagesVincent Petry
2015-07-03Remove OC_LogThomas Müller
2015-06-24Rollback folder scan if an entry was lockedVincent Petry
2015-06-18extends phpdocRobin Appelman
2015-06-18update the file cache within the write lockRobin Appelman
2015-06-15keep a read lock while scanning a file or folderRobin Appelman
2015-04-20move permission related code into getMetaData()Thomas Müller
2015-04-20Introduce Storage::getMetaData() to allow storage implementations more contro...Thomas Müller
2015-04-20Introduce Storage::getData() to allow storage implementations more control ov...Thomas Müller
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2015-02-11only read permissions onceRobin Appelman
2015-02-11Only try to scan the children of directoriesRobin Appelman
2015-02-11Reuse cache data of existing files during scanRobin Appelman
2015-01-13drop dead code - ref #13301Morris Jobke
2015-01-13drop useless "!!! No reuse of etag" - fixes #13187Morris Jobke
2015-01-09Merge pull request #12011 from owncloud/reuse-etag-defaultMorris Jobke
2014-12-10make path absoluteJörn Friedrich Dreyer
2014-11-06Default to reusing etags in the scannerRobin Appelman
2014-09-24Don't keep the full info of all children in memoryRobin Appelman
2014-09-08Fix typoLukas Reschke
2014-09-08Use bigger transactions when doing explicit file system scansRobin Appelman
2014-07-31Improved scanner error messageMartin
2014-06-10remove unused argumentRobin Appelman
2014-06-10add some commentsRobin Appelman
2014-06-10Repair broken parent link in the scannerRobin Appelman
2014-06-05Merge pull request #8889 from owncloud/mtime-reuseThomas Müller
2014-06-05Don't update the mtime if the storage mtime hasn't changedRobin Appelman