aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Collapse)AuthorAgeFilesLines
* fix for infinite loop causing on files_encryption branch when testing ↵Florin Peter2013-04-292-2/+2
| | | | "apps/files_encryption/test/crypt.php" on Method testSymmetricStreamEncryptShortFileContent
* Code styleRobin Appelman2013-04-261-206/+231
|
* Further seperation of mount management logicRobin Appelman2013-04-264-108/+162
|
* Cache: seperate handing of numeric storage id's to it's own classRobin Appelman2013-04-264-30/+91
|
* Merge pull request #3132 from owncloud/mount-setupfsicewind19912013-04-252-0/+4
|\ | | | | Make sure the filesystem is initialized when searching for mounts
| * Have the filecache updater testcase clean the filesystem properlyRobin Appelman2013-04-251-0/+1
| |
| * Make sure the filesystem is initialized when searching for mountsRobin Appelman2013-04-251-0/+3
| |
* | Correct the parameter descriptionLukas Reschke2013-04-251-1/+1
| | | | | | Thanks @kabum
* | Correct function descriptionLukas Reschke2013-04-251-1/+1
|/ | | $password is not supported
* Files: also check if the source path is valid when doing a rename or copy ↵Robin Appelman2013-04-221-15/+23
| | | | operation
* always connect file cache updater hooks firstJörn Friedrich Dreyer2013-04-161-5/+0
|
* Make FileCache upgrade more robust, fixes #2650Arthur Schiwon2013-04-152-5/+21
|
* allow Storages to join MountPoint initializationArthur Schiwon2013-04-131-0/+4
|
* Merge pull request #2747 from owncloud/cache-contructed-cache-objectsJörn Friedrich Dreyer2013-04-101-4/+20
|\ | | | | Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Com...
| * Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\CommonBart Visscher2013-04-051-4/+20
| |
* | Fix touch for creating new filesRobin Appelman2013-04-101-1/+1
| |
* | Merge pull request #2801 from OpenLarry/patch-1Bernhard Posselt2013-04-091-2/+2
|\ \ | | | | | | fixes #2679 - 5.0.3 Renaming -> Nothing happens
| * | fixes #2679OpenLarry2013-04-091-2/+2
| |/
* | Merge pull request #2799 from ↵Bernhard Posselt2013-04-092-2/+4
|\ \ | | | | | | | | | | | | owncloud/add-mimetype-filter-to-getdirectorycontent Add mimetype filter to getDirectoryContent function
| * | Add mimetype filter to getDirectoryContent functionBart Visscher2013-04-082-2/+4
| |/
* / fixes #2792 - only touch if writableThomas Mueller2013-04-081-0/+3
|/
* PostreSQL compatibility, fixes #2666Arthur Schiwon2013-04-031-1/+1
|
* supress write hook for .part filesJörn Friedrich Dreyer2013-03-282-9/+6
|
* ignore files in scanFile instead of scan to catch all occurences.Jörn Friedrich Dreyer2013-03-281-25/+42
|
* Cache: on equal mtime also for equal size before keeping ETag, at least ↵Arthur Schiwon2013-03-271-1/+2
| | | | makes Unit Test happy
* Cache: Do not overwrite ETag when file did not changeArthur Schiwon2013-03-271-4/+6
|
* Only prepare an SQL statement once.Arthur Schiwon2013-03-271-1/+4
|
* Add PHPDocArthur Schiwon2013-03-271-0/+6
|
* Adjust to Icewind's fixArthur Schiwon2013-03-271-51/+0
|
* Cache: fix property path for getting legacy etagRobin Appelman2013-03-271-1/+1
|
* Port Icewind's fix IRobin Appelman2013-03-272-2/+23
|
* Change LIMIT in DB query respectively remove where not necessaryArthur Schiwon2013-03-271-2/+1
|
* Upgrade FileCache on ownCloud upgrade for all users with filesArthur Schiwon2013-03-271-1/+21
|
* Performance: prepare queries only onceArthur Schiwon2013-03-271-5/+10
|
* Fix lost ETag on Cache UpgradeArthur Schiwon2013-03-271-3/+74
|
* listen to touch hook to update the mtime after syncBjörn Schießle2013-03-262-0/+8
|
* Improve phpdoc for the filecacheRobin Appelman2013-03-244-4/+38
|
* Merge pull request #2454 from owncloud/fixing-file-mapper-ext-masterBernhard Posselt2013-03-231-7/+16
|\ | | | | Fixing file mapper ext master
| * some more test cases & fix on file name generation with indexThomas Mueller2013-03-191-2/+2
| |
| * adding extension to slugified physical pathThomas Mueller2013-03-191-7/+16
| |
* | Some improvements for the Storage phpdocRobin Appelman2013-03-231-0/+9
| |
* | Add phpdoc documentation to the Storage interfaceRobin Appelman2013-03-211-14/+255
| |
* | fix npe when createStorage() returns nullJörn Friedrich Dreyer2013-03-191-1/+5
|/
* Merge pull request #2363 from owncloud/uploadsizeBernhard Posselt2013-03-181-0/+1
|\ | | | | Improve behaviour when max upload size is unknown
| * Improve handeling of unlimited max upload sizeRobin Appelman2013-03-151-0/+1
| |
* | Merge pull request #2204 from owncloud/chache_updater_renameFrank Karlitschek2013-03-171-10/+33
|\ \ | | | | | | Cache: better rename hook for cache updater
| * | Cache: better rename hook for cache updaterRobin Appelman2013-03-081-10/+33
| | |
* | | Merge pull request #2383 from owncloud/error-handling-upgradeBernhard Posselt2013-03-161-16/+24
|\ \ \ | | | | | | | | Add error handling to the file cache upgrade
| * | | Add error handling to the file cache upgradeMichael Gapczynski2013-03-161-16/+24
| |/ /
* | / Filter display of blacklisted filesAndreas Schönebeck2013-03-151-0/+1
| |/ |/| | | | | | | | | | | | | | | | | | | Blacklisted files like ".htaccess" and ".git" should not only be blacklisted for upload and rename, but they should also not be displayed in the directory listings. I needed this personally to hide ".git" folders in shared folders. Its also a simple implementation of feature requests like http://forum.owncloud.org/viewtopic.php?f=4&t=3279 and http://forum.owncloud.org/viewtopic.php?f=3&t=5708