aboutsummaryrefslogtreecommitdiffstats
path: root/lib/filesystem.php
Commit message (Expand)AuthorAgeFilesLines
* fix user specific mount configurationRobin Appelman2012-11-071-2/+2
* Style: Different line endings in one file are bad for sureFelix Moeller2012-11-041-42/+42
* Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-8/+8
* Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-2/+2
* check for filename blacklist in OC_Filesystem::isValidPathRobin Appelman2012-11-031-5/+10
* Merge pull request #220 from fmms/checkstyle02Lukas Reschke2012-11-021-10/+10
|\
| * Checkstyle: many fixesFelix Moeller2012-11-021-10/+10
* | fix OC_Filesystem::isValidPath when using \ instead of / in pathsRobin Appelman2012-11-021-0/+1
|/
* NoSpaceAfterCommaFelix Moeller2012-10-281-27/+27
* Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-2/+2
* Correct a first issue Checkstyle is complaining about ...Felix Moeller2012-10-221-1/+1
* add parameter to specify user for which OC_Filesystem should be initialized.Björn Schießle2012-10-221-2/+5
* check if mount point was already loaded to avoid redundant read operationsBjörn Schießle2012-10-181-1/+8
* typo from previous commit fixedBjörn Schießle2012-10-181-1/+1
* load system wide configured mount points before accessing shared filesBjörn Schießle2012-10-181-46/+55
* check for mount points if file was shared from a different userBjörn Schießle2012-10-181-0/+6
* fix bug #1977: remove etags from database after version rollback so that the ...Björn Schießle2012-10-121-1/+1
* update the filecache by setting mtimes to 0 when the mount configuration has ...Robin Appelman2012-09-301-2/+2
* Fix syntax error in removeETagHookBart Visscher2012-09-281-5/+5
* etag has to be removed after version rollback to enable the sync client to de...Björn Schießle2012-09-281-1/+8
* Fix undefined user var, use getUserBart Visscher2012-09-211-1/+1
* Normalize path before calling removeETagPropertyForPathBart Visscher2012-09-171-0/+1
* adding space between) and {Thomas Mueller2012-09-071-78/+78
* clear the filecache if the mount configuration has changedRobin Appelman2012-09-061-0/+7
* no more require_once()Thomas Mueller2012-09-051-1/+1
* Whitespace fixes in libBart Visscher2012-08-291-20/+20
* use OC_User::getHome in lib/filesystem.phpGeorg Ehrke2012-08-261-1/+1
* remove duplicate methodjfd2012-08-251-14/+0
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-117/+211
|\
| * Merge branch 'share_api'Michael Gapczynski2012-08-191-0/+21
| |\
| | * Merge branch 'master' into share_apiMichael Gapczynski2012-08-141-4/+39
| | |\
| | * \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-311-2/+6
| | |\ \
| | * \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-118/+111
| | |\ \ \
| | * | | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-241-0/+21
| * | | | | also add getLocalFolder to OC_Filsystem and OC_FilesystemViewRobin Appelman2012-08-191-0/+7
| * | | | | more path normalizationRobin Appelman2012-08-171-2/+11
| | |_|_|/ | |/| | |
| * | | | fix some minor problems with path noramlizationRobin Appelman2012-08-141-1/+1
| * | | | some basic path normalizationRobin Appelman2012-08-141-0/+22
| * | | | Catch exceptions and write to log when creating storage object failsMichael Gapczynski2012-08-131-1/+6
| * | | | Check blacklist when renaming filesMichael Gapczynski2012-08-111-3/+11
| | |_|/ | |/| |
| * | | Smarter remove of etag properties for pathBart Visscher2012-07-261-1/+0
| * | | Fix oc-1362: post_rename has no path param but newpath and oldpathBart Visscher2012-07-261-1/+5
| * | | Create uniqid ETag for directoriesBart Visscher2012-07-251-0/+1
| * | | Rename functionsBart Visscher2012-07-251-1/+1
| | |/ | |/|
| * | Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-251-2/+2
| * | some indention fixesRobin Appelman2012-07-241-93/+93
| * | Fix missing parameter decleration, thanks Jenkins :-)Bart Visscher2012-07-211-1/+1
| * | remove obsolete oc_filesystem::mountallRobin Appelman2012-07-211-11/+0
| * | Add ETag support to the Sabre file connector.Bart Visscher2012-07-211-0/+8