aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix calculating size for empty foldersMichael Gapczynski2013-07-281-19/+16
| |/
* | Merge pull request #4208 from owncloud/scanner-php53Morris Jobke2013-08-011-6/+7
|\ \ | | | | | | Fix scanner hooks throwing errors
| * | remove unneeded 'use'Robin Appelman2013-07-291-1/+0
| | |
| * | dont need to explicitly pass by referenceRobin Appelman2013-07-291-2/+2
| | |
| * | fix scanner hooks, cant use inside closures in php 5.3Robin Appelman2013-07-261-5/+7
| |/
* | Merge branch 'master' into fixing-testGetById-masterThomas Müller2013-07-303-9/+117
|\ \
| * \ Merge pull request #4213 from owncloud/scanning-performanceicewind19912013-07-291-3/+4
| |\ \ | | | | | | | | Cache: don't check if the parent exists in the cache if we are already sure it does
| | * | better variable namingRobin Appelman2013-07-291-3/+3
| | | |
| | * | Cache: don't check if the parent exists in the cache if we are already sure ↵Robin Appelman2013-07-271-3/+4
| | |/ | | | | | | | | | it does
| * / Move check so the variable will never be undefinedMichael Gapczynski2013-07-281-3/+3
| |/
| * Split scanning logic from ajax fileRobin Appelman2013-07-191-0/+89
| |
| * add option to get the mountmanager from the filesystemRobin Appelman2013-07-191-1/+8
| |
| * Make Cache\Scanner an emitterRobin Appelman2013-07-191-2/+13
| |
* | implement a platform independent version of basenameThomas Mueller2013-07-291-1/+1
|/
* Fix some typoskondou2013-07-162-4/+4
|
* don't run hooks for .part filesBjörn Schießle2013-07-031-1/+1
|
* if a part file gets renamed to a real file, that this was the second step of ↵Björn Schießle2013-07-031-2/+20
| | | | a write operation, hence emit a write signal
* Merge pull request #3763 from owncloud/recursive-rmdirThomas Müller2013-06-302-4/+44
|\ | | | | Make rmdir recursive for local storage
| * make rmdir recursive for mappellocal storage backendRobin Appelman2013-06-301-3/+23
| |
| * Make rmdir recursive for local storageRobin Appelman2013-06-171-1/+21
| |
* | Merge pull request #3635 from owncloud/storage-wrapperBart Visscher2013-06-294-9/+499
|\ \ | | | | | | Give apps the option to wrap storage backends
| * | fix storage wrapper namespacesRobin Appelman2013-06-281-1/+1
| | |
| * | move storage wrappers to their own namespaceRobin Appelman2013-06-281-1/+1
| | |
| * | use a getter for the storage loader to ensure the instance is createdRobin Appelman2013-06-071-3/+10
| | |
| * | storage loader needs to be accessible by appsRobin Appelman2013-06-071-1/+1
| | |
| * | Storage wrapper: provide access to the wrapped storageRobin Appelman2013-06-071-1/+8
| | |
| * | merge master into storage-wrapperRobin Appelman2013-06-079-79/+227
| |\ \
| * | | manage creating and wrapping storages in it's own classRobin Appelman2013-06-073-34/+49
| | | |
| * | | Add mechanism to allow apps to wraper storage classesRobin Appelman2013-05-082-1/+42
| | | |
| * | | Add wrapper storage backendRobin Appelman2013-05-081-0/+420
| | | |
* | | | Merge pull request #3892 from owncloud/static-streamwrappericewind19912013-06-281-45/+10
|\ \ \ \ | | | | | | | | | | Improvements for the static:// streamwrapper
| * | | | fix is_file and is_dir for the static streamwrapperRobin Appelman2013-06-281-45/+6
| | | | |
| * | | | add option to clear the files in the static streamwrapperRobin Appelman2013-06-281-0/+4
| | | | |
* | | | | Public upload featureRoman Geber2013-06-251-1/+1
|/ / / /
* | | | remove deleted files when re-scanning a folderRobin Appelman2013-06-201-0/+14
| | | |
* | | | Merge pull request #3764 from owncloud/scanfolder-existingicewind19912013-06-191-31/+48
|\ \ \ \ | | | | | | | | | | Improve re-using existing data in the filescanner
| * | | | add tests for reusing existing data in scannerRobin Appelman2013-06-171-4/+2
| | | | |
| * | | | scanner: give more percision about what data is reused during scanningRobin Appelman2013-06-141-17/+29
| | | | |
| * | | | split of scanning the childs of a folderRobin Appelman2013-06-141-17/+24
| | |_|/ | |/| |
* | | | Merge pull request #3661 from owncloud/fixing-windows-server-masterJörn Friedrich Dreyer2013-06-192-1/+10
|\ \ \ \ | |/ / / |/| | | Fixing windows server master
| * | | dirname('/test.txt') returns '\' on windows whereas on linux we get back '.'Thomas Mueller2013-06-141-1/+1
| | | |
| * | | restore Updater functionality on non-Windows platformsThomas Mueller2013-06-131-4/+4
| | | |
| * | | [Fixing unit tests in Windows]Thomas Mueller2013-06-101-0/+6
| | | | | | | | | | | | | | | | | | | | on windows open resources will be locked while the stream is open. closing the resource allows deletion below
| * | | [Fixing Updater Unit Tests on Windows]Thomas Mueller2013-06-101-3/+3
| | | | | | | | | | | | | | | | using $internalPath within call to self::correctFolder() because $path inside of it is not processed properly due to directory separator on Windows.
| * | | [Fixing Updater Unit Tests on Windows]Thomas Mueller2013-06-101-1/+4
| | | | | | | | | | | | | | | | | | | | using $internalPath within call to self::correctFolder() because $path inside of it is not processed properly due to directory separator on Windows. error logging has been added in case the given 4path is not found within self::correctFolder
* | | | Merge pull request #3690 from owncloud/use_execute_audited_in_filecacheThomas Müller2013-06-137-122/+99
|\ \ \ \ | | | | | | | | | | use executeAudited in files cache
| * | | | fix another double wrapped arrayJörn Friedrich Dreyer2013-06-121-1/+1
| | | | |
| * | | | remove additional array wrappingJörn Friedrich Dreyer2013-06-121-3/+3
| | | | |
| * | | | use executeAudited in files cacheJörn Friedrich Dreyer2013-06-127-122/+99
| | | | |
* | | | | Merge pull request #3640 from infoneo/masterThomas Müller2013-06-131-16/+16
|\ \ \ \ \ | |/ / / / |/| | | | Folders with multiple periods problem fix