Commit Graph

7107 Commits (f47c64cec696dcd870432c0f4e6d49ca1d10fec2)
 

Author SHA1 Message Date
Bart Visscher f47c64cec6 core.js and core.css don't need to be absolute 14 years ago
Michael Gapczynski 7feb0f737b Fix unshareAll() 14 years ago
Lukas Reschke 5271c1a9ad Delete user files in /data/ after deleting a user 14 years ago
scambra ef3e5899c6 delete fscache on deleting user 14 years ago
Michael Gapczynski badd2908b7 Add unshareAll() function to Share API 14 years ago
Lukas Reschke 3f3b92a149 Use `get_magic_quotes_gpc()` to determine if magic_quotes is enabled 14 years ago
Lukas Reschke c3646f5554 "deny from all" instead directory 14 years ago
Lukas Reschke a97d73d616 Show a warning in the installer if .htaccess is not working 14 years ago
Lukas Reschke 50684a5a34 Set oc_token to httponly 14 years ago
Björn Schießle f06467b95b normalize path to avoid problems with trailing slashes, double-slashes, etc. 14 years ago
Lukas Reschke 9faae4b71c Use /dev/urandom instead of /dev/random 14 years ago
Arthur Schiwon e49d5a5f9a LDAP: fix retrieval of Quota and Email 14 years ago
Arthur Schiwon ed10a5de5b make files_versions use OC_User::getHome, fixes 'PHP Warning: Missing argument 1 for OC_FilesystemView::getAbsolutePath' with custom user home dirs 14 years ago
Arthur Schiwon e8b84145e8 LDAP: check if index is set, fix Notices 14 years ago
Lukas Reschke 38f8734014 Show a warning in the installer if no secure RNG is available 14 years ago
Lukas Reschke a10564e214 Fallback to /dev/random if openssl_random_pseudo_bytes not available 14 years ago
Lukas Reschke ecef3b6b98 Doublehash the token to prevent timing attacks 14 years ago
Robin Appelman e65ea6a8b7 don't increase the size of the users home folder twice 14 years ago
Robin Appelman 7139de2a6e the Shared folder is no longer in the cache 14 years ago
Lukas Reschke b5403de5e5 Fix the require path 14 years ago
Michael Gapczynski 0966f1358b Manually change appconfig value for share policy so tests work correctly 14 years ago
Björn Schießle a0ac64cbd6 remove unneeded variable 14 years ago
Björn Schießle b03b6dfb99 check if directory already exist before executing mkdir 14 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 14 years ago
Robin Appelman 9ee34ef6b3 fix blocking drag & drop upload of folders 14 years ago
Robin Appelman df7e519159 don't throw errors if certificate folder doesn't exist 14 years ago
Lukas Reschke 5e60812ad4 Update fullcalendar to 1.5.4 14 years ago
Lukas Reschke 1263604703 Sanitize user input 14 years ago
Lukas Reschke 5904db580f Sanitize user input 14 years ago
Lukas Reschke 1960067926 escapeHTML function 14 years ago
Lukas Reschke 33bd9ecd9d Sanitize user input 14 years ago
Robin Appelman 7f7c1fcccf fix storage test case 14 years ago
Robin Appelman 34fdd0e839 supress some warning in cloudfiles library 14 years ago
Robin Appelman 9de4eccd99 remove ctime tests for filestorage, ctime will be removed from the storage api in the future 14 years ago
Robin Appelman a0847dc852 normalize paths for dir and statcache in smb stream wrapper 14 years ago
Robin Appelman 87a3145ba1 fix filetype for smb storage backend 14 years ago
Robin Appelman 85e236d798 fix webdav storage backend when trying to open a non existing file for reading 14 years ago
Robin Appelman cb4c3d7a9e skip the files_external test cases the correct way 14 years ago
Robin Appelman e55fc87ad3 some test cases for fopen of storage backends 14 years ago
Robin Appelman 5398dea0df code style 14 years ago
Benjamin Liles e0eb6bbd28 Various bug fixes for swift 14 years ago
Björn Schießle 822b323f8e add *.ai files to the mimetypes list 14 years ago
Björn Schießle c1f645cd5f generate correct link for shared files and shared directories 14 years ago
Björn Schießle f1d9359acf don't show the share action in the file view for publically shared files. 14 years ago
Björn Schießle 550e774db2 fix missing dir creation for file versions (OC_Filesystemview::mkdir doesn't work here because it doesn't create directories recursively) 14 years ago
Björn Schießle e23b06ec8c extract the right parent directory from the path 14 years ago
Lukas Reschke 4f8b8a8a59 Correct indentation 14 years ago
Lukas Reschke c06d71e662 Send a HSTS HTTP header to enforce SSL 14 years ago
Lukas Reschke cce43652f0 Disallow users to delete their own accounts 14 years ago
Björn Schießle 9f0a4c8edb only check if #dropdown hasClass drop-versions if a drop down is open. Otherwise it will never open the history drop-down 14 years ago