aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Collapse)AuthorAgeFilesLines
* don't overwrite keys if rename was done by a stream copyBjoern Schiessle2014-02-241-0/+2
|
* Merge pull request #6962 from owncloud/quota-space-rootThomas Müller2014-02-201-1/+7
|\ | | | | Allow passing a root folder to get the used space from in the quota wrapper
| * Merge branch 'master' into quota-space-rootRobin Appelman2014-02-101-1/+2
| |\
| * | Actually rename the variableRobin Appelman2014-01-271-2/+2
| | |
| * | Fix phpdocRobin Appelman2014-01-271-1/+1
| | |
| * | Allow passing a root folder to get the used space from in the quota wrapperRobin Appelman2014-01-271-1/+7
| | |
* | | Merge pull request #6999 from kofemann/mount-configLukas Reschke2014-02-201-5/+5
|\ \ \ | | | | | | | | mount: make location of mount.json configurable
| * | | mount: make location of mount.json configurableTigran Mkrtchyan2014-01-291-5/+5
| |/ / | | | | | | | | | | | | | | | do not share users data with config files Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
* | | Merge pull request #7274 from owncloud/scrutinizer-patch-1Morris Jobke2014-02-199-6/+19
|\ \ \ | | | | | | | | Scrutinizer Auto-Fixes
| * | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-199-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* | | | Merge pull request #7260 from owncloud/watcher-policyicewind19912014-02-191-13/+33
|\ \ \ \ | | | | | | | | | | Allow setting the frequency of which the file watcher checks for updates
| * | | | Allow setting the frequency of which the file watcher checks for updatesRobin Appelman2014-02-181-13/+33
| | | | |
* | | | | Merge pull request #7257 from owncloud/filelist-fileinfoVincent Petry2014-02-191-8/+1
|\ \ \ \ \ | |_|/ / / |/| | | | use a FileInfo object of the directory when generting the filelist
| * | | | use a FileInfo object of the directory when generting the filelistRobin Appelman2014-02-181-8/+1
| |/ / /
* | | | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-147-19/+254
|\| | | | | | | | | | | | | | | | | | | Conflicts: lib/private/appconfig.php
| * | | remove the JsonSerializable interface from \OC\Files\FileInfoRobin Appelman2014-02-141-5/+1
| | | |
| * | | Merge pull request #6748 from owncloud/fileinfoicewind19912014-02-142-18/+213
| |\ \ \ | | | | | | | | | | Add a FileInfo class which holds all info of a file ...
| | * | | merge master into fileinfoRobin Appelman2014-01-293-5/+8
| | |\| |
| | * | | Add isReadable, isUpdateable, isDeletable, isShareableRobin Appelman2014-01-241-1/+37
| | | | |
| | * | | Merge branch 'master' into fileinfoRobin Appelman2014-01-171-1/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/lib/files/cache/cache.php
| | * \ \ \ Merge branch 'master' into fileinfoRobin Appelman2014-01-141-5/+17
| | |\ \ \ \
| | * | | | | add Support for passing a FileInfo instance to View->putFileInfoRobin Appelman2014-01-132-1/+8
| | | | | | |
| | * | | | | remove ArrayAccess, JsonSerializable from the public part of FileInfoRobin Appelman2014-01-131-2/+2
| | | | | | |
| | * | | | | Add a FileInfo class which holds all info of a file and return that from ↵Robin Appelman2014-01-132-17/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | getFileInfo, getDirectoryContent and search
| * | | | | | Merge pull request #7075 from owncloud/quota-storagexsendfileVincent Petry2014-02-113-0/+24
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Added isLocal() method to storage, used for xsendfile
| | * | | | | | Added isLocal() method to storage, used for xsendfileVincent Petry2014-02-063-0/+24
| | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added isLocal() method to Storage to find out whether the storage is local or not. This method is used for the x-sendfile logic to find out whether to add the headers.
| * | | | | | Merge branch 'master' into remove-user-storage-entryRobin Appelman2014-02-101-1/+2
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | close statement in MimeType detection is executed [#7069]Jens-Christian Fischer2014-02-041-1/+2
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | close statement was never executed due to it being after a return statement.
| * | | | | Also clean up the filecache table when deleting a storage entryRobin Appelman2014-02-031-0/+6
| | | | | |
| * | | | | Also remove the user's home storage from the storage table when deleting a userRobin Appelman2014-01-211-0/+13
| |/ / / /
* | | | | Fix more documentation failesJoas Schilling2014-02-081-2/+1
| | | | | | | | | | | | | | | | | | | | Issue #7111
* | | | | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-0620-11/+97
|/ / / /
* | | | Reuse the data retrieved from the cache in checkUpdateRobin Appelman2014-01-202-4/+7
| | | |
* | | | Fixed quota wrapper to not wrap failed fopen streamsVincent Petry2014-01-191-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When calling fopen() on some storage types, these return false instead of throwing an exception. This fix makes sure that in case the stream wasn't opened (for example when a file doesn't exist any more) the stream isn't wrapped. Also added 'rb' as another case that doesn't need to be wrapped. Fixes #6832
* | | Merge pull request #6768 from owncloud/scanner-use-storage-mtimeVincent Petry2014-01-151-1/+1
|\ \ \ | |_|/ |/| | Use storage_mtime when determining if we can reuse cached data while scanning
| * | Use storage_mtime when determining if we can reuse cached data while scanningRobin Appelman2014-01-141-1/+1
| |/
* / Fix calculated folder size to use unencrypted sizeVincent Petry2014-01-091-5/+17
|/ | | | | | The encrypted size was used when calculating folder sizes. This fix now also sums up the unencrypted size and shows that one when available.
* Prevent deleting storage rootVincent Petry2014-01-081-0/+13
| | | | | | | | Storage mount points are not deletable, so make sure that the unlink operation and its hooks aren't run in such cases. Note that some storages might recursively delete their contents when calling unlink on their root. This fix prevents that as well.
* Now also preventing to override "files" dir size with -1Vincent Petry2014-01-071-1/+1
| | | | Fixes #6526
* Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free ↵Robin Appelman2014-01-021-1/+1
| | | | space on a local storage
* Merge pull request #6201 from owncloud/backgroundscan-reuse-etagVincent Petry2013-12-061-1/+1
|\ | | | | reuse etags when doing a background scan
| * reuse etags when doing a background scanRobin Appelman2013-12-051-1/+1
| |
* | Users of getFolderContent are mostly interested in the unecrypted file sizeBart Visscher2013-12-061-0/+4
|/
* Merge pull request #6168 from owncloud/extstorage-testtestmethodFrank Karlitschek2013-12-031-0/+8
|\ | | | | Added unit test for the test() method of ext storage
| * Added unit test for the test() methodVincent Petry2013-12-031-0/+8
| | | | | | | | This is to make sure that method isn't broken
* | check if a directory exists before we try to remove itRobin Appelman2013-12-021-2/+6
|/
* Merge pull request #6099 from owncloud/fix_source_not_found_warningsMorris Jobke2013-11-281-1/+5
|\ | | | | make sure that we don't try to access an already deleted files
| * correctFolder() already resolves the dirname internallyBjoern Schiessle2013-11-281-1/+1
| |
| * make sure that we don't try to access an already deleted files, fixes some ↵Bjoern Schiessle2013-11-281-2/+6
| | | | | | | | file source not found warnings
* | Redetect mime type whenever extension is renamedVincent Petry2013-11-271-0/+6
|/