summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix urlencoding in the breadcrumbLukas Reschke2012-10-231-1/+1
|
* use strtotime on non-nummeric times in oc_filesystem::touchRobin Appelman2012-10-231-0/+3
|
* Files: urldecode urlencoded dir names, fixes oc-2111Arthur Schiwon2012-10-231-1/+1
|
* get effective username after webdav login, fixes oc-2108Arthur Schiwon2012-10-231-1/+1
|
* LDAP: fix db update for PostgresArthur Schiwon2012-10-232-2/+2
|
* LDAP: fix cache save and check, fixes oc-2118Arthur Schiwon2012-10-221-4/+5
|
* add parameter to specify user for which OC_Filesystem should be initialized.Björn Schießle2012-10-222-3/+6
| | | | (needed to share files via public links where no user is logged in)
* fix copy&paste error from previous commitBjörn Schießle2012-10-221-2/+2
|
* don't call OC_Filesystem::normalizePath() but simply remove trailing slashes.Björn Schießle2012-10-221-2/+8
| | | | (OC_Filesystem::normalizePath() triggers some strange side effects)
* unset UserID after UpdateArthur Schiwon2012-10-181-0/+1
|
* 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
| | | | | | Conflicts: lib/public/share.php
* 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
| | | | set_magic_quotes_runtime gives a PHP warning
* "deny from all" instead directoryLukas Reschke2012-10-161-3/+1
|
* Show a warning in the installer if .htaccess is not workingLukas Reschke2012-10-162-0/+13
|
* Set oc_token to httponlyLukas Reschke2012-10-161-1/+1
|
* normalize path to avoid problems with trailing slashes, double-slashes, etc.Björn Schießle2012-10-161-2/+2
|
* Use /dev/urandom instead of /dev/randomLukas Reschke2012-10-151-4/+4
| | | | The usage of /dev/urandom is enough secure
* LDAP: fix retrieval of Quota and EmailArthur Schiwon2012-10-151-6/+9
|
* make files_versions use OC_User::getHome, fixes 'PHP Warning: Missing ↵Arthur Schiwon2012-10-151-278/+279
| | | | argument 1 for OC_FilesystemView::getAbsolutePath' with custom user home dirs
* LDAP: check if index is set, fix NoticesArthur Schiwon2012-10-151-1/+2
|
* Show a warning in the installer if no secure RNG is availableLukas Reschke2012-10-143-2/+34
|
* Fallback to /dev/random if openssl_random_pseudo_bytes not availableLukas Reschke2012-10-141-6/+14
|
* Doublehash the token to prevent timing attacksLukas Reschke2012-10-142-3/+3
|
* don't increase the size of the users home folder twiceRobin Appelman2012-10-131-1/+3
|
* the Shared folder is no longer in the cacheRobin Appelman2012-10-131-6/+1
|
* Fix the require pathLukas Reschke2012-10-131-1/+1
|
* Manually change appconfig value for share policy so tests work correctlyMichael Gapczynski2012-10-121-0/+3
|
* remove unneeded variableBjörn Schießle2012-10-121-1/+0
|
* check if directory already exist before executing mkdirBjörn Schießle2012-10-122-0/+40
|
* fix bug #1977: remove etags from database after version rollback so that the ↵Björn Schießle2012-10-121-1/+1
| | | | client can detect the changes
* fix blocking drag & drop upload of foldersRobin Appelman2012-10-121-2/+2
|
* don't throw errors if certificate folder doesn't existRobin Appelman2012-10-121-4/+7
|
* Update fullcalendar to 1.5.4Lukas Reschke2012-10-125-34/+30
|
* Sanitize user inputLukas Reschke2012-10-121-1/+1
|
* Sanitize user inputLukas Reschke2012-10-121-6/+6
|
* escapeHTML functionLukas Reschke2012-10-121-0/+9
|
* Sanitize user inputLukas Reschke2012-10-121-2/+2
|
* fix storage test caseRobin Appelman2012-10-111-3/+0
|
* supress some warning in cloudfiles libraryRobin Appelman2012-10-111-2/+2
|
* remove ctime tests for filestorage, ctime will be removed from the storage ↵Robin Appelman2012-10-111-8/+1
| | | | api in the future
* normalize paths for dir and statcache in smb stream wrapperRobin Appelman2012-10-111-0/+12
|
* fix filetype for smb storage backendRobin Appelman2012-10-111-1/+1
|