Commit Graph

6451 Commits (8a6063ff076cba636f4049298d00cd592f2dbdb6)

Author SHA1 Message Date
Jan-Christoph Borchardt 7177d3a496 first step of infield label removal, fix login screen 11 years ago
Robin Appelman ec9bf8a2d6 Support having legacy `OC_Cache_FileGlobalGC` background jobs 11 years ago
Morris Jobke 9a67986473 add OCP\Config:deleteSystemValue 11 years ago
Morris Jobke 57ef089aac drop allowZIPdownload and maxZIPSize as options 11 years ago
Arthur Schiwon e235de98e6 this line was lost on rebase 11 years ago
Arthur Schiwon b15a5a7ca0 undo lastLogin changes in base and user/user as this has now been properly done in #8681 11 years ago
Arthur Schiwon 2d83c68f05 make search parameter optional, which is already the case in the medthod it is passed to 11 years ago
Arthur Schiwon a9e8d53c8f fix PHPDoc 11 years ago
Arthur Schiwon 122ebf28f7 typo 11 years ago
Arthur Schiwon f9f9550969 small fixes / cleanup 11 years ago
Arthur Schiwon 734dd7013e add MetaData class for groups 11 years ago
Arthur Schiwon 2a8afb0ad9 add PHP doc 11 years ago
Arthur Schiwon 57ffaddf26 add Last Login column 11 years ago
Lukas Reschke c8b5ae675c Fix PHPDoc 11 years ago
Jenkins for ownCloud cff9440a37 [tx-robot] updated from transifex 11 years ago
Thomas Müller 999f6216dc - fix dropTable() and introduce tableExists() 11 years ago
ringmaster 19f0c47842 Missed one. 11 years ago
ringmaster 16ae63bdfd Updates per comments on PR: 11 years ago
Jenkins for ownCloud 929882a32a [tx-robot] updated from transifex 11 years ago
Andreas Fischer 2929d19c7f Document exceptions thrown by \OC\LargeFileHelper. 11 years ago
Andreas Fischer ea246d058e Use "file size" instead of "filesize", then also apply camel case. 11 years ago
Andreas Fischer 0417e52134 Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable. 11 years ago
Andreas Fischer fb4556033a Cast '{DAV:}getcontentlength' to number instead of int. 11 years ago
Andreas Fischer 0bae68017e Cast to number instead of integer in OC\Files\Cache\HomeCache 11 years ago
Andreas Fischer a34aa1959a Cast to number instead of integer in OC\Files\Cache\Cache 11 years ago
Andreas Fischer a9b28323dd Add LargeFileHelper::__construct() verifying that our assumptions hold. 11 years ago
Andreas Fischer 2c36a4b07a Add helper method for turning int|float into base-10 unsigned integer string. 11 years ago
Andreas Fischer fb7ec2bb22 Only call $this->filesize() for files. 11 years ago
Andreas Fischer df29eec72b Windows exec() implementation. 11 years ago
Andreas Fischer 626e87aa54 Output validation for exec() method. 11 years ago
Andreas Fischer c8fa1fd687 Refactor Large File handling code. 11 years ago
Andreas Fischer 3f8f8027d2 Cast to numeric instead of float, i.e. use an integer if possible. 11 years ago
Andreas Fischer 6195f13bda Use CURL to get filesize on 32bit systems. 11 years ago
Robin Appelman 998fa2d9be Pass any methods custom to specific storage implementations to the wrapped storage 11 years ago
Robin Appelman 0ae7a49c8e Fix storage wrapper being called with null 11 years ago
Robin Appelman 99d46af0b4 Use instanceOfStorage instead of instanceof 11 years ago
Robin Appelman 8c5521fdfc Add $storage->instanceOfStorage to handle instanceof for storage wrappers 11 years ago
ringmaster f79948f519 Prevent apps from affecting the scanner via hook. 11 years ago
Robin Appelman 467e9c2bb0 Remove code duplication 11 years ago
Robin Appelman af35b6ad9d Fix LocalStorage->unlink to work on folder as expected 11 years ago
Robin Appelman 8187164fe1 re-use rescursive copy from common storage 11 years ago
Robin Appelman 488fc402e4 remove unneeded check 11 years ago
Robin Appelman d15ed9b4d3 use \OC\Files\Filesystem::isIgnoredDir 11 years ago
Robin Appelman ea44f0e20f fix recursive copy and rename for common storage backend 11 years ago
Robin Appelman c3c9612c99 fix recursive copy and rename for mapped local storage backend 11 years ago
Robin Appelman 03ba497a8c add recursive copy to local storage backend 11 years ago
Robin Appelman 38c1da0976 fix recursive rename for local storage backend 11 years ago
Robin Appelman e83b41493f remove unneeded delTree 11 years ago
Thomas Müller a2e4bc8d33 # This is a combination of 2 commits. 11 years ago
ringmaster 3d1ba574e4 Change visibility of scanner internals 11 years ago