Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | no translation service in common storage class | Thomas Müller | 2015-03-09 | 1 | -3/+11 | |
| | ||||||
* | translate error messages | Thomas Müller | 2015-03-09 | 1 | -3/+5 | |
| | ||||||
* | fixing namespaces and PHPDoc | Thomas Müller | 2015-03-09 | 1 | -0/+5 | |
| | ||||||
* | adding storage specific filename verification - refs #13640 | Thomas Müller | 2015-03-09 | 1 | -6/+31 | |
| | ||||||
* | Allow disabling the cache updater | Robin Appelman | 2015-02-27 | 1 | -0/+7 | |
| | ||||||
* | Merge pull request #14530 from owncloud/revert-14403 | Thomas Müller | 2015-02-27 | 1 | -37/+6 | |
|\ | | | | | Revert "Updating license headers" | |||||
| * | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -37/+6 | |
| | | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | |||||
* | | Delete target file for unsuccessful copy/rename | Vincent Petry | 2015-02-26 | 1 | -10/+34 | |
|/ | ||||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -6/+37 | |
| | ||||||
* | Merge pull request #14342 from owncloud/disallow-path-traversals-in-file-view | Thomas Müller | 2015-02-19 | 1 | -6/+132 | |
|\ | | | | | Disallow path traversals in file view | |||||
| * | Add some basic PHPDoc to functions | Lukas Reschke | 2015-02-18 | 1 | -6/+124 | |
| | | ||||||
| * | Prevent directory traversals in ctr of \OC\Files\View | Lukas Reschke | 2015-02-18 | 1 | -0/+8 | |
| | | | | | | | | This prevents a misusage of \OC\Files\View by calling it with user-supplied input. In such cases an exception is now thrown. | |||||
* | | Dont update the cache after fopen | Robin Appelman | 2015-02-05 | 1 | -1/+1 | |
|/ | ||||||
* | detect root of mountpoint also if the trailing slash is missed | Bjoern Schiessle | 2015-02-04 | 1 | -0/+5 | |
| | ||||||
* | Dont do a cache rename if we cant delete the source file | Robin Appelman | 2015-01-29 | 1 | -2/+2 | |
| | ||||||
* | Dont remove a file from cache if the delete operation failed | Robin Appelman | 2015-01-29 | 1 | -1/+1 | |
| | ||||||
* | Update the cache when renaming even if we dont emit hooks | Robin Appelman | 2015-01-28 | 1 | -11/+13 | |
| | ||||||
* | Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorage | Morris Jobke | 2015-01-28 | 1 | -1/+16 | |
|\ | | | | | Catch storage exception in scanner for remote shares | |||||
| * | Replace OC_Log::ERROR with OCP\Util::ERROR | Vincent Petry | 2015-01-26 | 1 | -1/+1 | |
| | | ||||||
| * | Catch storage exception in scanner for remote shares | Vincent Petry | 2015-01-26 | 1 | -1/+16 | |
| | | | | | | | | | | | | | | | | Whenever an exception occurs during scan of a remote share, the share is checked for availability. If the storage is gone, it will be removed automatically. Also, getDirectoryContent() will now skip unavailable storages. | |||||
* | | Preserve mtime when doing cross storage move | Robin Appelman | 2015-01-23 | 1 | -3/+10 | |
|/ | ||||||
* | Merge pull request #13317 from owncloud/partfile-fileinfo | Thomas Müller | 2015-01-14 | 1 | -0/+31 | |
|\ | | | | | Return valid fileinfo objects for part files | |||||
| * | Return valid fileinfo objects for part files | Robin Appelman | 2015-01-13 | 1 | -0/+31 | |
| | | ||||||
* | | drop unused parameter | Morris Jobke | 2015-01-13 | 1 | -2/+1 | |
| | | ||||||
* | | Fix annotations in file view | Lukas Reschke | 2015-01-13 | 1 | -0/+11 | |
|/ | ||||||
* | Use isset() instead of strlen() | Lukas Reschke | 2015-01-10 | 1 | -2/+4 | |
| | | | | | | Isset is a native language construct and thus A LOT faster than using strlen() On my local machine this leads to a 1s performance gain for about 1 million paths. Considering that this function will be called a lot for every file operation this makes a noticable difference. | |||||
* | Merge pull request #12879 from owncloud/mountconfig | Morris Jobke | 2014-12-18 | 1 | -13/+30 | |
|\ | | | | | Add mount specific options | |||||
| * | Add getMountPoint to FileInfo | Robin Appelman | 2014-12-17 | 1 | -13/+30 | |
| | | ||||||
* | | Movable mountpoints are always deletable | Robin Appelman | 2014-12-17 | 1 | -0/+5 | |
|/ | ||||||
* | Merge pull request #12778 from owncloud/searchbytags2 | Vincent Petry | 2014-12-12 | 1 | -8/+19 | |
|\ | | | | | Added searchByTags to view, storage and cache | |||||
| * | Make $userId mandatory for searchByTags | Vincent Petry | 2014-12-12 | 1 | -10/+11 | |
| | | | | | | | | | | | | | | $userId is now a mandatory parameter for searchByTags. Also fixed some places in the code where the argument was missing (Node API and View) | |||||
| * | Added searchByTags to view, storage and cache | Vincent Petry | 2014-12-11 | 1 | -0/+10 | |
| | | ||||||
* | | Merge pull request #12698 from owncloud/handle_readonly_shared_files | Morris Jobke | 2014-12-12 | 1 | -2/+2 | |
|\ \ | |/ |/| | Handle readonly shared files | |||||
| * | return correct result | Jörn Friedrich Dreyer | 2014-12-08 | 1 | -2/+2 | |
| | | ||||||
* | | Add public api for mount configurations | Robin Appelman | 2014-12-04 | 1 | -2/+2 | |
|/ | ||||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -5/+5 | |
| | ||||||
* | Remove debug statement | Lukas Reschke | 2014-11-12 | 1 | -4/+0 | |
| | | | | Either we throw an exception or we ignore it. But we should certainly not print this to the end-user... | |||||
* | don't scan part files | Bjoern Schiessle | 2014-11-07 | 1 | -1/+1 | |
| | ||||||
* | Also propagate etag changes when the watcher finds a changed file | Robin Appelman | 2014-11-07 | 1 | -0/+2 | |
| | ||||||
* | Better reuse of cache data for getFolderContents | Robin Appelman | 2014-10-24 | 1 | -6/+11 | |
| | ||||||
* | Pass the cached data to the filesystem watcher | Robin Appelman | 2014-10-24 | 1 | -12/+14 | |
| | ||||||
* | make trashbin compatible with objectstore, replace glob with search in ↵ | Jörn Friedrich Dreyer | 2014-10-16 | 1 | -0/+10 | |
| | | | | cache, make unknown free space work like unlimited free space | |||||
* | Remove explicit propagate calls | Robin Appelman | 2014-09-05 | 1 | -8/+1 | |
| | ||||||
* | Update cache before post hooks | Robin Appelman | 2014-09-05 | 1 | -19/+20 | |
| | ||||||
* | Refactor Cache\Updater to work outside of the users home | Robin Appelman | 2014-09-05 | 1 | -27/+42 | |
| | ||||||
* | Fix code with previous comments | Jesus Macias | 2014-09-03 | 1 | -1/+1 | |
| | ||||||
* | Reset changes on 3rdparty submodule | Jesus Macias | 2014-09-03 | 1 | -1/+7 | |
| | ||||||
* | Do not try to close the same resource multiple times | Joas Schilling | 2014-08-25 | 1 | -1/+6 | |
| | ||||||
* | Merge pull request #10395 from owncloud/close-filehandle-lib-files | Morris Jobke | 2014-08-14 | 1 | -0/+1 | |
|\ | | | | | Close open file handles in files library | |||||
| * | Close open file handles in files library | Morris Jobke | 2014-08-13 | 1 | -0/+1 | |
| | | | | | | | | ref #10392 |