summaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4317 from owncloud/backport-cli-scanner-stable5Thomas Müller2013-08-053-6/+123
|\
| * Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\CommonBart Visscher2013-08-051-4/+20
| * manual backporting of OC\Files\Utils\Scanner to stable5Thomas Müller2013-08-051-0/+90
| * Make Cache\Scanner an emitterRobin Appelman2013-08-051-2/+13
* | use isset to prevent undefined indexThomas Müller2013-08-051-1/+1
|/
* Use old database methods for caclulateFolderSizeMichael Gapczynski2013-08-021-3/+3
* Use query to calculate folder sizeMichael Gapczynski2013-08-021-10/+13
* Fix calculating size for empty foldersMichael Gapczynski2013-08-021-19/+16
* manual backport of changes related to #3459Thomas Müller2013-07-292-4/+40
* Move check so the variable will never be undefinedMichael Gapczynski2013-07-281-3/+3
* Only retrieve the current user's permissionsMichael Gapczynski2013-07-062-5/+6
* Cache: provide a function to get the permissions of all files in a folder wit...Robin Appelman2013-07-062-9/+28
* Merge pull request #3905 from owncloud/emit_signals_for_part_filesThomas Müller2013-07-021-3/+21
|\
| * don't run hooks for .part filesBjörn Schießle2013-07-011-1/+1
| * if a part file gets renamed to a real file, that this was the second step of ...Björn Schießle2013-07-011-2/+20
* | Public upload featureRoman Geber2013-07-011-1/+1
|/
* remove deleted files when re-scanning a folderRobin Appelman2013-06-201-0/+14
* add tests for reusing existing data in scannerRobin Appelman2013-06-191-4/+2
* scanner: give more percision about what data is reused during scanningRobin Appelman2013-06-191-17/+29
* split of scanning the childs of a folderRobin Appelman2013-06-191-17/+24
* cleanup codestyleJörn Friedrich Dreyer2013-06-141-3/+3
* oracle fixes, missing backticks, LIMIT to paramJörn Friedrich Dreyer2013-06-141-3/+12
* convert LIMIT to parameterJörn Friedrich Dreyer2013-06-141-1/+1
* fix fetchRow checks to also work with MDB2Jörn Friedrich Dreyer2013-06-141-1/+7
* add missing backticks all over the placeJörn Friedrich Dreyer2013-06-141-4/+4
* Squashed commit of the following:Thomas Mueller2013-06-141-16/+16
* Backport #2919Michael Gapczynski2013-06-071-6/+8
* Organize conditionals in a better orderMichael Gapczynski2013-05-291-8/+4
* Only update metadata that has changedMichael Gapczynski2013-05-291-2/+9
* Fixing UPDATE error in filecache table when renaming files by calling move()....Roland Hager2013-05-251-2/+2
* backport file cache changes from master to stable5, needed for encryption appBjörn Schießle2013-05-243-7/+11
* Switch to calling deleteAll via storage to avoid emitting delete hookMichael Gapczynski2013-05-231-1/+2
* Remove user name addition to paths in deleteAllMichael Gapczynski2013-05-231-12/+6
* Fix undefined variable for copying empty foldersMichael Gapczynski2013-05-231-1/+1
* Add support for copying/moving folders between storages, move isIgnoredDir() ...Michael Gapczynski2013-05-233-22/+39
* Have the filecache updater testcase clean the filesystem properlyRobin Appelman2013-05-221-0/+1
* don't emit rename hooks on partial file renamesJörn Friedrich Dreyer2013-05-101-2/+2
* rename isIgnoredFile to isPartialFile, remove check of blacklisted files in i...Jörn Friedrich Dreyer2013-05-102-10/+16
* Merge pull request #3282 from owncloud/fix_etag_updateBjörn Schießle2013-05-081-1/+8
|\
| * don't call correctFolder() in touchHook, it will be called later in the write...Björn Schießle2013-05-081-1/+0
| * update etag for for the touched fileBjörn Schießle2013-05-081-1/+9
* | Cache: only look for child entires when doing a move operation when moving a ...Robin Appelman2013-05-081-12/+15
|/
* Files: also check if the source path is valid when doing a rename or copy ope...Robin Appelman2013-04-231-15/+23
* always connect file cache updater hooks firstJörn Friedrich Dreyer2013-04-171-5/+0
* allow Storages to join MountPoint initializationArthur Schiwon2013-04-151-0/+4
* Fix touch for creating new filesRobin Appelman2013-04-101-1/+1
* fixes #2679OpenLarry2013-04-091-2/+2
* fixes #2792 - only touch if writableThomas Mueller2013-04-091-0/+3
* Make FileCache upgrade more robust, fixes #2650Arthur Schiwon2013-04-052-5/+21
* Merge pull request #2680 from owncloud/fix_2666Bernhard Posselt2013-04-031-1/+1
|\