Commit Graph

2053 Commits (7feb0f737b17741f5dcab2e25bcb3107f39397da)

Author SHA1 Message Date
Michael Gapczynski 7feb0f737b Fix unshareAll() 13 years ago
Lukas Reschke 5271c1a9ad Delete user files in /data/ after deleting a user 13 years ago
scambra ef3e5899c6 delete fscache on deleting user 13 years ago
Michael Gapczynski badd2908b7 Add unshareAll() function to Share API 13 years ago
Lukas Reschke 3f3b92a149 Use `get_magic_quotes_gpc()` to determine if magic_quotes is enabled 13 years ago
Lukas Reschke c3646f5554 "deny from all" instead directory 13 years ago
Lukas Reschke a97d73d616 Show a warning in the installer if .htaccess is not working 13 years ago
Lukas Reschke 50684a5a34 Set oc_token to httponly 13 years ago
Lukas Reschke 9faae4b71c Use /dev/urandom instead of /dev/random 13 years ago
Lukas Reschke 38f8734014 Show a warning in the installer if no secure RNG is available 13 years ago
Lukas Reschke a10564e214 Fallback to /dev/random if openssl_random_pseudo_bytes not available 13 years ago
Robin Appelman e65ea6a8b7 don't increase the size of the users home folder twice 13 years ago
Lukas Reschke b5403de5e5 Fix the require path 13 years ago
Björn Schießle a0ac64cbd6 remove unneeded variable 13 years ago
Björn Schießle b03b6dfb99 check if directory already exist before executing mkdir 13 years ago
Björn Schießle c11f9833ac fix bug #1977: remove etags from database after version rollback so that the client can detect the changes 13 years ago
Björn Schießle 822b323f8e add *.ai files to the mimetypes list 13 years ago
Björn Schießle e23b06ec8c extract the right parent directory from the path 13 years ago
Lukas Reschke 4f8b8a8a59 Correct indentation 13 years ago
Lukas Reschke c06d71e662 Send a HSTS HTTP header to enforce SSL 13 years ago
Frank Karlitschek 8e0676a66b 4.5 final 13 years ago
Björn Schießle 2bd4035076 $CONFIG_DBTYPE was never assigned but used in this function 13 years ago
Björn Schießle 003241e847 fix for bug #1942: Allow user to share with every group if "allow users to share with anyone" is set 13 years ago
Frank Karlitschek 67a4aa7cf0 RC 3 13 years ago
Robin Appelman 035d83fe91 don't use the workaround for shared files on the /Shared folder 13 years ago
Michael Gapczynski 025d308929 Actually fix shared webdav access 13 years ago
Michael Gapczynski 33d1906f23 Fix getting file info for subfolders in shared folders 13 years ago
Jörn Friedrich Dreyer dc116b994d reenable hack to use CURRENT_TIMESTAMP for postgresql when creating the database, fixes oc-1852 13 years ago
Frank Karlitschek b296328c61 put all the calls into one function and use tabs instead of spaces. Thanks to danimo for bugging me :-) 13 years ago
Frank Karlitschek c701bed2e3 fix a lot of small layout bugs and make the apps page overall prettier plus add ratings finally 13 years ago
Arthur Schiwon 3affeb5bd7 destroy invalid sessions 13 years ago
Björn Schießle 8357754ff1 added "uid_owner" to select statement 13 years ago
Frank Karlitschek e9f04bedd4 add a sane socket timeout so that the interface stays responsive with a slow or not working internet connection 13 years ago
Frank Karlitschek b7a5cc2fda use socket timeout of 10 sec to stay responsive even with a slow internet connection or a not working server 13 years ago
Michael Gapczynski 5f462ec6f7 Fix - "Correct checking item source for share from same owner when generating item target" 13 years ago
Frank Karlitschek 5eaf95eedd check for SimpleXML which seems to bw non default on Free BSD 13 years ago
Robin Appelman 5d196f14db set folder size to 0 when scanning the filesystem 13 years ago
Jörn Friedrich Dreyer ee6d96b7a8 really fix checkstyle on archive tar 13 years ago
Jörn Friedrich Dreyer b5f11195af fix checkstyle on archive zip/tar 13 years ago
Jörn Friedrich Dreyer 00b34a09ea cache tar archive headers 13 years ago
Björn Schießle f493e97f5d always generate access token, also for forms shown to anonymous users (e.g. public shares) 13 years ago
Jenkins for ownCloud 5c042d88ad [tx-robot] updated from transifex 13 years ago
Frank Karlitschek 2d86258fc3 RC2 13 years ago
Michael Gapczynski 68c8faf39c Correct checking item source for share from same owner when generating item target 13 years ago
Björn Schießle 431d92e7b2 we are sharing the same file again if item_source of the already shared file and the newly shared file is the same. Therefore we can use the same target name 13 years ago
Björn Schießle db954f5aba remove unnecessary code and add missing items to select statement 13 years ago
Björn Schießle 3e3038cafc merge all possible conflicts into on array 13 years ago
Frank Karlitschek 3fdebaa5dc automatically remove and prevent installation of apps with a require version less than the current one. We check now the first ad second part of the version number. 13 years ago
Arthur Schiwon 783c02eda9 fix create folder and upload file issue on win, fixes oc-1747, solution follows suggestion from bug tracker 13 years ago
Björn Schießle c6c0fcc7c8 We can't rely on the assumption that if the matching target is from the same owner that the share type will be different. 13 years ago