Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix for infinite loop causing on files_encryption branch when testing ↵ | Florin Peter | 2013-04-29 | 2 | -2/+2 |
| | | | | "apps/files_encryption/test/crypt.php" on Method testSymmetricStreamEncryptShortFileContent | ||||
* | Code style | Robin Appelman | 2013-04-26 | 1 | -206/+231 |
| | |||||
* | Further seperation of mount management logic | Robin Appelman | 2013-04-26 | 4 | -108/+162 |
| | |||||
* | Cache: seperate handing of numeric storage id's to it's own class | Robin Appelman | 2013-04-26 | 4 | -30/+91 |
| | |||||
* | Merge pull request #3132 from owncloud/mount-setupfs | icewind1991 | 2013-04-25 | 2 | -0/+4 |
|\ | | | | | Make sure the filesystem is initialized when searching for mounts | ||||
| * | Have the filecache updater testcase clean the filesystem properly | Robin Appelman | 2013-04-25 | 1 | -0/+1 |
| | | |||||
| * | Make sure the filesystem is initialized when searching for mounts | Robin Appelman | 2013-04-25 | 1 | -0/+3 |
| | | |||||
* | | Correct the parameter description | Lukas Reschke | 2013-04-25 | 1 | -1/+1 |
| | | | | | | Thanks @kabum | ||||
* | | Correct function description | Lukas Reschke | 2013-04-25 | 1 | -1/+1 |
|/ | | | $password is not supported | ||||
* | Files: also check if the source path is valid when doing a rename or copy ↵ | Robin Appelman | 2013-04-22 | 1 | -15/+23 |
| | | | | operation | ||||
* | always connect file cache updater hooks first | Jörn Friedrich Dreyer | 2013-04-16 | 1 | -5/+0 |
| | |||||
* | Make FileCache upgrade more robust, fixes #2650 | Arthur Schiwon | 2013-04-15 | 2 | -5/+21 |
| | |||||
* | allow Storages to join MountPoint initialization | Arthur Schiwon | 2013-04-13 | 1 | -0/+4 |
| | |||||
* | Merge pull request #2747 from owncloud/cache-contructed-cache-objects | Jörn Friedrich Dreyer | 2013-04-10 | 1 | -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\Common | Bart Visscher | 2013-04-05 | 1 | -4/+20 |
| | | |||||
* | | Fix touch for creating new files | Robin Appelman | 2013-04-10 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2801 from OpenLarry/patch-1 | Bernhard Posselt | 2013-04-09 | 1 | -2/+2 |
|\ \ | | | | | | | fixes #2679 - 5.0.3 Renaming -> Nothing happens | ||||
| * | | fixes #2679 | OpenLarry | 2013-04-09 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #2799 from ↵ | Bernhard Posselt | 2013-04-09 | 2 | -2/+4 |
|\ \ | | | | | | | | | | | | | owncloud/add-mimetype-filter-to-getdirectorycontent Add mimetype filter to getDirectoryContent function | ||||
| * | | Add mimetype filter to getDirectoryContent function | Bart Visscher | 2013-04-08 | 2 | -2/+4 |
| |/ | |||||
* / | fixes #2792 - only touch if writable | Thomas Mueller | 2013-04-08 | 1 | -0/+3 |
|/ | |||||
* | PostreSQL compatibility, fixes #2666 | Arthur Schiwon | 2013-04-03 | 1 | -1/+1 |
| | |||||
* | supress write hook for .part files | Jörn Friedrich Dreyer | 2013-03-28 | 2 | -9/+6 |
| | |||||
* | ignore files in scanFile instead of scan to catch all occurences. | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -25/+42 |
| | |||||
* | Cache: on equal mtime also for equal size before keeping ETag, at least ↵ | Arthur Schiwon | 2013-03-27 | 1 | -1/+2 |
| | | | | makes Unit Test happy | ||||
* | Cache: Do not overwrite ETag when file did not change | Arthur Schiwon | 2013-03-27 | 1 | -4/+6 |
| | |||||
* | Only prepare an SQL statement once. | Arthur Schiwon | 2013-03-27 | 1 | -1/+4 |
| | |||||
* | Add PHPDoc | Arthur Schiwon | 2013-03-27 | 1 | -0/+6 |
| | |||||
* | Adjust to Icewind's fix | Arthur Schiwon | 2013-03-27 | 1 | -51/+0 |
| | |||||
* | Cache: fix property path for getting legacy etag | Robin Appelman | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | Port Icewind's fix I | Robin Appelman | 2013-03-27 | 2 | -2/+23 |
| | |||||
* | Change LIMIT in DB query respectively remove where not necessary | Arthur Schiwon | 2013-03-27 | 1 | -2/+1 |
| | |||||
* | Upgrade FileCache on ownCloud upgrade for all users with files | Arthur Schiwon | 2013-03-27 | 1 | -1/+21 |
| | |||||
* | Performance: prepare queries only once | Arthur Schiwon | 2013-03-27 | 1 | -5/+10 |
| | |||||
* | Fix lost ETag on Cache Upgrade | Arthur Schiwon | 2013-03-27 | 1 | -3/+74 |
| | |||||
* | listen to touch hook to update the mtime after sync | Björn Schießle | 2013-03-26 | 2 | -0/+8 |
| | |||||
* | Improve phpdoc for the filecache | Robin Appelman | 2013-03-24 | 4 | -4/+38 |
| | |||||
* | Merge pull request #2454 from owncloud/fixing-file-mapper-ext-master | Bernhard Posselt | 2013-03-23 | 1 | -7/+16 |
|\ | | | | | Fixing file mapper ext master | ||||
| * | some more test cases & fix on file name generation with index | Thomas Mueller | 2013-03-19 | 1 | -2/+2 |
| | | |||||
| * | adding extension to slugified physical path | Thomas Mueller | 2013-03-19 | 1 | -7/+16 |
| | | |||||
* | | Some improvements for the Storage phpdoc | Robin Appelman | 2013-03-23 | 1 | -0/+9 |
| | | |||||
* | | Add phpdoc documentation to the Storage interface | Robin Appelman | 2013-03-21 | 1 | -14/+255 |
| | | |||||
* | | fix npe when createStorage() returns null | Jörn Friedrich Dreyer | 2013-03-19 | 1 | -1/+5 |
|/ | |||||
* | Merge pull request #2363 from owncloud/uploadsize | Bernhard Posselt | 2013-03-18 | 1 | -0/+1 |
|\ | | | | | Improve behaviour when max upload size is unknown | ||||
| * | Improve handeling of unlimited max upload size | Robin Appelman | 2013-03-15 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #2204 from owncloud/chache_updater_rename | Frank Karlitschek | 2013-03-17 | 1 | -10/+33 |
|\ \ | | | | | | | Cache: better rename hook for cache updater | ||||
| * | | Cache: better rename hook for cache updater | Robin Appelman | 2013-03-08 | 1 | -10/+33 |
| | | | |||||
* | | | Merge pull request #2383 from owncloud/error-handling-upgrade | Bernhard Posselt | 2013-03-16 | 1 | -16/+24 |
|\ \ \ | | | | | | | | | Add error handling to the file cache upgrade | ||||
| * | | | Add error handling to the file cache upgrade | Michael Gapczynski | 2013-03-16 | 1 | -16/+24 |
| |/ / | |||||
* | / | Filter display of blacklisted files | Andreas Schönebeck | 2013-03-15 | 1 | -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 |