Commit Graph

2070 Commits (bfb8436ca223d0401f2b7ff001cb9152387ca82d)

Author SHA1 Message Date
Georg Ehrke bfb8436ca2 deny the usage of dots in database name 14 years ago
Arthur Schiwon edf3503779 make sure all filesystem apps are loaded when setupFS is proceeded, to make sure the emmited setup-hook is received. Fixes #89 14 years ago
Björn Schießle db6fc916cf fix function documentation 14 years ago
Robin Appelman 46e9bf5678 possible fix for bombarding the server with the htaccess test during setup 14 years ago
Lukas Reschke 0399a88eb6 Check for iconv 14 years ago
Lukas Reschke 8f715e12a9 Allow any characters in the groupname 14 years ago
Frank Karlitschek 53ae74200a let´s do a 4.5.1a 14 years ago
Björn Schießle 9eae10b94a normalize path 14 years ago
Frank Karlitschek 3833f2315a 4.5.1 14 years ago
Robin Appelman 1791fbdc49 use strtotime on non-nummeric times in oc_filesystem::touch 14 years ago
Arthur Schiwon 677cec6e1c get effective username after webdav login, fixes oc-2108 14 years ago
Björn Schießle 366aeb7228 add parameter to specify user for which OC_Filesystem should be initialized. 14 years ago
Björn Schießle 71d33fa065 check if mount point was already loaded to avoid redundant read operations 14 years ago
Björn Schießle db3b0b63da typo from previous commit fixed 14 years ago
Björn Schießle 5433932bd4 load system wide configured mount points before accessing shared files 14 years ago
Björn Schießle f5c6a22f17 check for mount points if file was shared from a different user 14 years ago
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
Lukas Reschke 9faae4b71c Use /dev/urandom instead of /dev/random 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
Robin Appelman e65ea6a8b7 don't increase the size of the users home folder twice 14 years ago
Lukas Reschke b5403de5e5 Fix the require path 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
Björn Schießle 822b323f8e add *.ai files to the mimetypes list 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
Frank Karlitschek 8e0676a66b 4.5 final 14 years ago
Björn Schießle 2bd4035076 $CONFIG_DBTYPE was never assigned but used in this function 14 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 14 years ago
Frank Karlitschek 67a4aa7cf0 RC 3 14 years ago
Robin Appelman 035d83fe91 don't use the workaround for shared files on the /Shared folder 14 years ago
Michael Gapczynski 025d308929 Actually fix shared webdav access 14 years ago
Michael Gapczynski 33d1906f23 Fix getting file info for subfolders in shared folders 14 years ago
Jörn Friedrich Dreyer dc116b994d reenable hack to use CURRENT_TIMESTAMP for postgresql when creating the database, fixes oc-1852 14 years ago
Frank Karlitschek b296328c61 put all the calls into one function and use tabs instead of spaces. Thanks to danimo for bugging me :-) 14 years ago
Frank Karlitschek c701bed2e3 fix a lot of small layout bugs and make the apps page overall prettier plus add ratings finally 14 years ago
Arthur Schiwon 3affeb5bd7 destroy invalid sessions 14 years ago
Björn Schießle 8357754ff1 added "uid_owner" to select statement 14 years ago
Frank Karlitschek e9f04bedd4 add a sane socket timeout so that the interface stays responsive with a slow or not working internet connection 14 years ago