summaryrefslogtreecommitdiffstats
path: root/lib/private/files/view.php
Commit message (Expand)AuthorAgeFilesLines
...
| * Move cross storage copy logic to the storageRobin Appelman2015-04-131-74/+13
| * Small cleanup of rename codeRobin Appelman2015-04-131-14/+14
* | Fix moving mount pointsRobin Appelman2015-04-131-1/+3
|/
* fixes #15326Jörn Friedrich Dreyer2015-04-091-1/+3
* kill OC_FileProxy :boom:Thomas Müller2015-04-071-17/+5
* Update license headersJenkins for ownCloud2015-03-261-4/+36
* Do not automatically add "update" permission to shared mountsVincent Petry2015-03-201-1/+1
* verify the file name length not to exceed 255 characters + verify path during...Thomas Müller2015-03-121-0/+5
* Correct "one invalid characters" to "one invalid character"cmeh2015-03-111-1/+1
* 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"Morris Jobke2015-02-261-37/+6
* | 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
|\
| * 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
* | 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
|\
| * 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
* | 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 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
* Merge pull request #12879 from owncloud/mountconfigMorris Jobke2014-12-181-13/+30
|\
| * 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
|\
| * Make $userId mandatory for searchByTagsVincent Petry2014-12-121-10/+11
| * 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
|\ \ | |/ |/|
| * 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
* 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