aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Merge pull request #3763 from owncloud/recursive-rmdirThomas Müller2013-06-302-4/+44
|\
| * 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
|\ \
| * | 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
|\ \ \ \
| * | | | 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
|\ \ \ \
| * | | | 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
|\ \ \ \ | |/ / / |/| | |
| * | | 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
| * | | [Fixing Updater Unit Tests on Windows]Thomas Mueller2013-06-101-3/+3
| * | | [Fixing Updater Unit Tests on Windows]Thomas Mueller2013-06-101-1/+4
* | | | Merge pull request #3690 from owncloud/use_execute_audited_in_filecacheThomas Müller2013-06-137-122/+99
|\ \ \ \
| * | | | 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update mapper.phpinfoneo2013-06-081-25/+8
| * | | | Fixed problems with a dots in a filenamesinfoneo2013-05-121-6/+12
| * | | | Dots in a filenames fixinfoneo2013-05-121-8/+19
* | | | | fix fetchRow checks to also work with MDB2Jörn Friedrich Dreyer2013-06-101-1/+7
| |/ / / |/| | |
* | | | Merge pull request #3647 from owncloud/missing_backticksMorris Jobke2013-06-102-5/+5
|\ \ \ \
| * | | | add missing backticks all over the placeJörn Friedrich Dreyer2013-06-102-5/+5
* | | | | convert LIMIT to parameterJörn Friedrich Dreyer2013-06-101-1/+1
|/ / / /
* | | | Merge branch 'master' into hook-improvementsMichael Gapczynski2013-06-0416-448/+881
|\ \ \ \ | | |_|/ | |/| |
| * | | make sure the filesystem is setup before doing mount operationsRobin Appelman2013-06-021-3/+24
| * | | fix clearing mounts when filesystem isn't initialized yetRobin Appelman2013-06-021-1/+3
| * | | Merge pull request #3459 from owncloud/fix_for_2377icewind19912013-05-312-3/+43
| |\ \ \