summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8674 from owncloud/watch-policyFrank Karlitschek2014-05-262-1/+3
|\
| * Add a config option fro setting the filesystem watcher policyRobin Appelman2014-05-231-0/+2
| * Fix phpdocRobin Appelman2014-05-221-1/+1
* | allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-222-3/+20
|/
* move the mount point up if a share is mounted to a subfolder and the subfolde...Bjoern Schiessle2014-05-211-0/+11
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-195-8/+8
* Merge pull request #8435 from owncloud/fix-8322-masterThomas Müller2014-05-191-0/+24
|\
| * - Introduce isShared() and isMounted() on FileInfo classThomas Müller2014-05-021-0/+24
* | More PHPDoc for file functionsRobin McCorkell2014-05-132-0/+12
* | Fix Scrutinizer errorsRobin McCorkell2014-05-131-0/+5
* | Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-138-13/+13
* | Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-136-8/+8
* | Fix @return array PHPDocs, in /libRobin McCorkell2014-05-135-7/+7
* | Fixed getAbsolutePath case when path is "0"Vincent Petry2014-05-131-1/+1
* | remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-1/+1
* | 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