summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 4.5.2v4.5.2Frank Karlitschek2012-11-131-2/+2
* Merge pull request #335 from owncloud/sharing_folder_sync_stable45Björn Schießle2012-11-133-15/+54
|\
| * create correct file cache entries for new files/folder created in shared foldersBjörn Schießle2012-11-131-4/+8
| * make getFileSource staticBjörn Schießle2012-11-081-1/+1
| * if file gets modified, always remove etag for all shared folder to make sure ...Björn Schießle2012-11-081-0/+7
| * some more checks if file is a shared fileBjörn Schießle2012-11-082-9/+14
| * find correct source file and owner of shared filesBjörn Schießle2012-11-081-27/+25
| * start implementing a solution to fix broken etags for shared filesBjörn Schießle2012-11-081-4/+29
* | Check if resharing is allowed by the admin, fixes issue #341Michael Gapczynski2012-11-101-1/+24
|/
* Migration: Allow for no app data cases; handle file copying betterTom Needham2012-11-081-7/+5
* Migration: On import of user accounts only import folders in home dir, use OC...Tom Needham2012-11-082-35/+13
* Return empty array if file does not exist inside Shared folder, fixes issue #91Michael Gapczynski2012-11-071-7/+10
* normalize filepaths in OC_Files::getFileInfoRobin Appelman2012-11-071-0/+1
* Merge pull request #315 from owncloud/missing_pathDaniel Molkentin2012-11-071-1/+1
|\
| * check if $path is a empty stringBjörn Schießle2012-11-071-1/+1
* | Allow changing the way etags are generatedRobin Appelman2012-11-071-2/+14
|/
* make root the default parameter for getAbsolutePath()Björn Schießle2012-11-072-5/+2
* getAbsolutePath() always needs a parameter, added empty path as parameter to ...Björn Schießle2012-11-071-1/+1
* fix user specific mount configurationRobin Appelman2012-11-071-43/+43
* Fix quoting problem in fs mount. give Big DB error at least in PGBrice Maron2012-11-061-4/+4
* check for filename blacklist in OC_Filesystem::isValidPathRobin Appelman2012-11-031-5/+10
* fix OC_Filesystem::isValidPath when using \ instead of / in pathsRobin Appelman2012-11-021-0/+1
* add svg mimetype to default htaccessRobin Appelman2012-10-281-0/+4
* check if RUNTIME_NOAPPS is set before using itArthur Schiwon2012-10-281-1/+1
* deny the usage of dots in database nameGeorg Ehrke2012-10-281-0/+3
* make sure all filesystem apps are loaded when setupFS is proceeded, to make s...Arthur Schiwon2012-10-281-0/+5
* fix function documentationBjörn Schießle2012-10-271-2/+1
* possible fix for bombarding the server with the htaccess test during setupRobin Appelman2012-10-261-16/+21
* Check for iconvLukas Reschke2012-10-251-1/+4
* Allow any characters in the groupnameLukas Reschke2012-10-251-7/+0
* let´s do a 4.5.1av4.5.1aFrank Karlitschek2012-10-241-2/+2
* normalize pathBjörn Schießle2012-10-241-1/+1
* 4.5.1v4.5.1Frank Karlitschek2012-10-231-2/+2
* use strtotime on non-nummeric times in oc_filesystem::touchRobin Appelman2012-10-231-0/+3
* get effective username after webdav login, fixes oc-2108Arthur Schiwon2012-10-231-1/+1
* add parameter to specify user for which OC_Filesystem should be initialized.Björn Schießle2012-10-222-3/+6
* 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-182-48/+57
* check for mount points if file was shared from a different userBjörn Schießle2012-10-182-15/+28
* core.js and core.css don't need to be absoluteBart Visscher2012-10-172-3/+14
* Fix unshareAll()Michael Gapczynski2012-10-161-2/+4
* Delete user files in /data/ after deleting a userLukas Reschke2012-10-161-0/+4
* delete fscache on deleting userscambra2012-10-162-1/+10
* Add unshareAll() function to Share APIMichael Gapczynski2012-10-161-0/+14
* Use `get_magic_quotes_gpc()` to determine if magic_quotes is enabledLukas Reschke2012-10-161-1/+1
* "deny from all" instead directoryLukas Reschke2012-10-161-3/+1
* Show a warning in the installer if .htaccess is not workingLukas Reschke2012-10-161-0/+7
* Set oc_token to httponlyLukas Reschke2012-10-161-1/+1
* Use /dev/urandom instead of /dev/randomLukas Reschke2012-10-151-4/+4