summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Fix getPathById for OracleVincent Petry2014-05-081-0/+4
* Merge pull request #8377 from youngguns-nl/issue_8376Vincent Petry2014-05-022-2/+20
|\
| * refs #8376; spaces=>tabsSjors van der Pluijm2014-04-281-1/+1
| * refs #8376; added comment and applied patch on other filesSjors van der Pluijm2014-04-282-1/+15
| * rewind iterator before iteration startsSjors van der Pluijm2014-04-281-0/+1
| * fixes #8376Sjors van der Pluijm2014-04-281-1/+4
* | Deduplicate codeJoas Schilling2014-04-291-136/+39
* | Correctly emit create/update hooks when a large file is being created/updateJoas Schilling2014-04-291-0/+31
* | Emit a new hook, when a file is being updated onlyJoas Schilling2014-04-292-1/+47
|/
* Merge pull request #8350 from owncloud/share-search-mimeicewind19912014-04-251-0/+1
|\
| * Merge branch 'master' into share-search-mimeRobin Appelman2014-04-251-2/+3
| |\
| * | Correct the path returned by getFolderContent for substoragesRobin Appelman2014-04-251-0/+1
* | | Merge pull request #7504 from owncloud/webdav-injectionicewind19912014-04-251-3/+4
|\ \ \ | |_|/ |/| |
| * | merge master into webdav-injectionRobin Appelman2014-04-254-11/+43
| |\|
| * | Prevent error if previously cached data doesn't have an etagRobin Appelman2014-04-221-3/+4
* | | fix paths of searchByMime results on substoragesRobin Appelman2014-04-251-2/+3
| |/ |/|
* | Merge pull request #8026 from owncloud/remove_shared_folderBjörn Schießle2014-04-243-11/+40
|\ \
| * | make it possible to move files out of a shared mount pointBjoern Schiessle2014-04-231-4/+4
| * | we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-231-1/+2
| * | allow user to delete shared files/foldersBjoern Schiessle2014-04-231-1/+2
| * | user should be able to rename/delete shared files if the owner allowed itBjoern Schiessle2014-04-231-8/+21
| * | allow to remove and change mount pointsBjoern Schiessle2014-04-232-0/+14
| |/
* / Fix error when viewing expired linkRobin Appelman2014-04-231-0/+3
|/
* Merge pull request #8222 from owncloud/type-hintingMorris Jobke2014-04-172-0/+6
|\
| * Fix PHPdoc in lib/privateBart Visscher2014-04-152-0/+6
* | Merge pull request #8189 from Xenopathic/misc_fixesRobin McCorkell2014-04-171-1/+5
|\ \
| * | Prevent error from cache update on deleted filesRobin McCorkell2014-04-131-1/+5
| |/
* | Merge pull request #8104 from owncloud/lukepolo-masterThomas Müller2014-04-151-0/+11
|\ \
| * | fixing mkdir code to respect external file systems as wellThomas Müller2014-04-071-3/+3
| * | Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-masterThomas Müller2014-04-071-0/+11
| |\ \
| | * | Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-5/+5
| | * | Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-0/+11
* | | | White-list known secure mime types. Refs. #8184Thomas Tanghus2014-04-141-5/+35
| |_|/ |/| |
* | | Merge pull request #7825 from owncloud/hash-streamVincent Petry2014-04-101-3/+5
|\ \ \ | |/ / |/| |
| * | use binary safe readRobin Appelman2014-04-021-1/+1
| * | Use streams when generating hashes of remote filesRobin Appelman2014-04-021-3/+5
* | | dont scan not existing files in View->getFileInfoRobin Appelman2014-04-041-0/+3
* | | Merge pull request #7979 from owncloud/core-fixfilegetcontentsloopVincent Petry2014-04-021-6/+6
|\ \ \
| * | | Added missing fclose in file_get_contents and file_put_contentsVincent Petry2014-04-011-1/+4
| * | | Correctly read the full stream in file_get_contentsVincent Petry2014-04-011-5/+2
| |/ /
* | | Merge pull request #7935 from owncloud/getpath-sharedVincent Petry2014-04-012-6/+31
|\ \ \ | |/ / |/| |
| * | Improve phpdocRobin Appelman2014-03-311-1/+3
| * | Give storages the option to implement the getById behaviour for View->getPathRobin Appelman2014-03-282-6/+29
* | | Merge pull request #7824 from owncloud/hash-parameter-orderThomas Müller2014-03-283-4/+3
|\ \ \
| * | | fix temporary file based common hashRobin Appelman2014-03-211-2/+1
| * | | Fix parameter order for Storage\Local::hashRobin Appelman2014-03-202-2/+2
* | | | Merge pull request #7829 from owncloud/cachefolderlocationVincent Petry2014-03-281-0/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove unused setUserVars utility methodVincent Petry2014-03-261-11/+0
| * | | Cache folder is now configurableVincent Petry2014-03-241-0/+36
* | | | Merge pull request #7325 from owncloud/recursive-mkdir-localThomas Müller2014-03-252-2/+2
|\ \ \ \