summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-199-6/+19
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-147-19/+254
|\
| * remove the JsonSerializable interface from \OC\Files\FileInfoRobin Appelman2014-02-141-5/+1
| * Merge pull request #6748 from owncloud/fileinfoicewind19912014-02-142-18/+213
| |\
| | * 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
| | |\ \
| | * \ \ 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 getF...Robin Appelman2014-01-132-17/+169
| * | | | | Merge pull request #7075 from owncloud/quota-storagexsendfileVincent Petry2014-02-113-0/+24
| |\ \ \ \ \
| | * | | | | Added isLocal() method to storage, used for xsendfileVincent Petry2014-02-063-0/+24
| | | |_|_|/ | | |/| | |
| * | | | | 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
| | |/ / / /
| * | | | | 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
* | | | | 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
| |_|/ |/| |
* | | 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 scanningRobin Appelman2014-01-141-1/+1
| |/
* / Fix calculated folder size to use unencrypted sizeVincent Petry2014-01-091-5/+17
|/
* Prevent deleting storage rootVincent Petry2014-01-081-0/+13
* Now also preventing to override "files" dir size with -1Vincent Petry2014-01-071-1/+1
* Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free spa...Robin Appelman2014-01-021-1/+1
* Merge pull request #6201 from owncloud/backgroundscan-reuse-etagVincent Petry2013-12-061-1/+1
|\
| * 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() methodVincent Petry2013-12-031-0/+8
* | 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
|\
| * 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 fi...Bjoern Schiessle2013-11-281-2/+6
* | Redetect mime type whenever extension is renamedVincent Petry2013-11-271-0/+6
|/
* Merge pull request #5874 from owncloud/fix-5845Thomas Müller2013-11-242-2/+2
|\
| * Compare dirname() results to DIRECTORY_SEPARATOR, not '/'ringmaster2013-11-141-1/+1
| * Alias the aggregate columns so SQL Server doesn't combine them.ringmaster2013-11-141-1/+1
* | Moved default isReadable/isUpdatable impl into Common classVincent Petry2013-11-221-0/+13
* | Now using the "Home" storage detection approach for quotaVincent Petry2013-11-211-0/+17
* | Change default mimetype detection for storage backends to only use filenameRobin Appelman2013-11-204-37/+7
* | Merge pull request #5927 from owncloud/quota-excludeextstorageMorris Jobke2013-11-182-4/+8
|\ \
| * | External storage space is now not counted in total spaceVincent Petry2013-11-182-4/+8
* | | Root size for home storage is now size of "files" subdirVincent Petry2013-11-181-0/+13
|/ /
* / Fixed normalizePath() to strip out single dot dirsVincent Petry2013-11-141-3/+17
|/
* Now using HomeStorage for legacy home storage idsVincent Petry2013-11-122-4/+24
* Now calling parent method when path is not rootVincent Petry2013-11-121-16/+8
* Do not use -1 as the size for the root folder of the home storageRobin Appelman2013-11-123-5/+60