summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Show a warning in the installer if no secure RNG is availableLukas Reschke2012-10-142-0/+26
* Fallback to /dev/random if openssl_random_pseudo_bytes not availableLukas Reschke2012-10-141-6/+14
* don't increase the size of the users home folder twiceRobin Appelman2012-10-131-1/+3
* Fix the require pathLukas Reschke2012-10-131-1/+1
* 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
* add *.ai files to the mimetypes listBjörn Schießle2012-10-111-0/+1
* extract the right parent directory from the pathBjörn Schießle2012-10-111-1/+1
* Correct indentationLukas Reschke2012-10-101-3/+5
* Send a HSTS HTTP header to enforce SSLLukas Reschke2012-10-101-0/+1
* 4.5 finalFrank Karlitschek2012-10-091-3/+3
* $CONFIG_DBTYPE was never assigned but used in this functionBjörn Schießle2012-10-091-1/+2
* fix for bug #1942: Allow user to share with every group if "allow users to sh...Björn Schießle2012-10-091-2/+3
* RC 3v4.5.0RC3Frank Karlitschek2012-10-081-2/+2
* don't use the workaround for shared files on the /Shared folderRobin Appelman2012-10-081-6/+10
* Actually fix shared webdav accessMichael Gapczynski2012-10-081-16/+7
* Fix getting file info for subfolders in shared foldersMichael Gapczynski2012-10-081-2/+8
* reenable hack to use CURRENT_TIMESTAMP for postgresql when creating the datab...Jörn Friedrich Dreyer2012-10-081-6/+7
* put all the calls into one function and use tabs instead of spaces. Thanks to...Frank Karlitschek2012-10-081-49/+23
* fix a lot of small layout bugs and make the apps page overall prettier plus a...Frank Karlitschek2012-10-082-21/+18
* destroy invalid sessionsArthur Schiwon2012-10-081-0/+4
* added "uid_owner" to select statementBjörn Schießle2012-10-081-1/+1
* add a sane socket timeout so that the interface stays responsive with a slow ...Frank Karlitschek2012-10-081-5/+50
* use socket timeout of 10 sec to stay responsive even with a slow internet con...Frank Karlitschek2012-10-081-1/+10
* Fix - "Correct checking item source for share from same owner when generating...Michael Gapczynski2012-10-061-2/+8
* check for SimpleXML which seems to bw non default on Free BSDFrank Karlitschek2012-10-061-0/+5
* set folder size to 0 when scanning the filesystemRobin Appelman2012-10-051-0/+1
* really fix checkstyle on archive tarJörn Friedrich Dreyer2012-10-051-1/+2
* fix checkstyle on archive zip/tarJörn Friedrich Dreyer2012-10-053-7/+13