summaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | Update mapper.phpinfoneo2013-06-081-25/+8
| | | | | | | | | | | | | | | Now slugify is performed on whole filename (including extension). Changed method of adding index number (using regular expressions pathinfo() method removed).
| * | | | 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 place
| * | | | 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
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | Conflicts: lib/files/view.php
| * | | 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
| |\ \ \ | | | | | | | | | | fix problems with german "Umlaut" in folder name
| | * \ \ Merge branch 'master' into fix_for_2377Florin Peter2013-05-251-2/+2
| | |\ \ \
| | * | | | we should also normalize on update and search because the database layer ↵Florin Peter2013-05-251-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | will not do this for us
| | * | | | added more places where normalization is neededFlorin Peter2013-05-251-0/+7
| | | | | |