aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/view.php
Commit message (Collapse)AuthorAgeFilesLines
...
* no translation service in common storage classThomas Müller2015-03-091-3/+11
|
* translate error messagesThomas Müller2015-03-091-3/+5
|
* fixing namespaces and PHPDocThomas Müller2015-03-091-0/+5
|
* adding storage specific filename verification - refs #13640Thomas Müller2015-03-091-6/+31
|
* Allow disabling the cache updaterRobin Appelman2015-02-271-0/+7
|
* Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-271-37/+6
|\ | | | | Revert "Updating license headers"
| * Revert "Updating license headers"Morris Jobke2015-02-261-37/+6
| | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* | Delete target file for unsuccessful copy/renameVincent Petry2015-02-261-10/+34
|/
* Updating license headersJenkins for ownCloud2015-02-231-6/+37
|
* Merge pull request #14342 from owncloud/disallow-path-traversals-in-file-viewThomas Müller2015-02-191-6/+132
|\ | | | | Disallow path traversals in file view
| * Add some basic PHPDoc to functionsLukas Reschke2015-02-181-6/+124
| |
| * Prevent directory traversals in ctr of \OC\Files\ViewLukas Reschke2015-02-181-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 fopenRobin Appelman2015-02-051-1/+1
|/
* detect root of mountpoint also if the trailing slash is missedBjoern Schiessle2015-02-041-0/+5
|
* Dont do a cache rename if we cant delete the source fileRobin Appelman2015-01-291-2/+2
|
* Dont remove a file from cache if the delete operation failedRobin Appelman2015-01-291-1/+1
|
* Update the cache when renaming even if we dont emit hooksRobin Appelman2015-01-281-11/+13
|
* Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorageMorris Jobke2015-01-281-1/+16
|\ | | | | Catch storage exception in scanner for remote shares
| * Replace OC_Log::ERROR with OCP\Util::ERRORVincent Petry2015-01-261-1/+1
| |
| * Catch storage exception in scanner for remote sharesVincent Petry2015-01-261-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 moveRobin Appelman2015-01-231-3/+10
|/
* Merge pull request #13317 from owncloud/partfile-fileinfoThomas Müller2015-01-141-0/+31
|\ | | | | Return valid fileinfo objects for part files
| * Return valid fileinfo objects for part filesRobin Appelman2015-01-131-0/+31
| |
* | drop unused parameterMorris Jobke2015-01-131-2/+1
| |
* | Fix annotations in file viewLukas Reschke2015-01-131-0/+11
|/
* Use isset() instead of strlen()Lukas Reschke2015-01-101-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/mountconfigMorris Jobke2014-12-181-13/+30
|\ | | | | Add mount specific options
| * Add getMountPoint to FileInfoRobin Appelman2014-12-171-13/+30
| |
* | Movable mountpoints are always deletableRobin Appelman2014-12-171-0/+5
|/
* Merge pull request #12778 from owncloud/searchbytags2Vincent Petry2014-12-121-8/+19
|\ | | | | Added searchByTags to view, storage and cache
| * Make $userId mandatory for searchByTagsVincent Petry2014-12-121-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 cacheVincent Petry2014-12-111-0/+10
| |
* | Merge pull request #12698 from owncloud/handle_readonly_shared_filesMorris Jobke2014-12-121-2/+2
|\ \ | |/ |/| Handle readonly shared files
| * return correct resultJörn Friedrich Dreyer2014-12-081-2/+2
| |
* | Add public api for mount configurationsRobin Appelman2014-12-041-2/+2
|/
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-5/+5
|
* Remove debug statementLukas Reschke2014-11-121-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 filesBjoern Schiessle2014-11-071-1/+1
|
* Also propagate etag changes when the watcher finds a changed fileRobin Appelman2014-11-071-0/+2
|
* Better reuse of cache data for getFolderContentsRobin Appelman2014-10-241-6/+11
|
* Pass the cached data to the filesystem watcherRobin Appelman2014-10-241-12/+14
|
* make trashbin compatible with objectstore, replace glob with search in ↵Jörn Friedrich Dreyer2014-10-161-0/+10
| | | | cache, make unknown free space work like unlimited free space
* Remove explicit propagate callsRobin Appelman2014-09-051-8/+1
|
* Update cache before post hooksRobin Appelman2014-09-051-19/+20
|
* Refactor Cache\Updater to work outside of the users homeRobin Appelman2014-09-051-27/+42
|
* Fix code with previous commentsJesus Macias2014-09-031-1/+1
|
* Reset changes on 3rdparty submoduleJesus Macias2014-09-031-1/+7
|
* Do not try to close the same resource multiple timesJoas Schilling2014-08-251-1/+6
|
* Merge pull request #10395 from owncloud/close-filehandle-lib-filesMorris Jobke2014-08-141-0/+1
|\ | | | | Close open file handles in files library
| * Close open file handles in files libraryMorris Jobke2014-08-131-0/+1
| | | | | | | | ref #10392