Commit Graph

185 Commits (37296b8b6dd7a1b96c3e4fa326995bf3747ac116)

Author SHA1 Message Date
Lukas Reschke 65619af05b Disable enhancedauth by default 13 years ago
Björn Schießle d68b89cae4 add parameter to specify user for which OC_Filesystem should be initialized. 13 years ago
Björn Schießle 2499c24b8b load system wide configured mount points before accessing shared files 13 years ago
Björn Schießle 00ed2e87c9 check for mount points if file was shared from a different user 13 years ago
scambra ec253f1354 Use strftime to format date with translated month names 13 years ago
Lukas Reschke e299c241df Make enhanced auth configurable 13 years ago
Lukas Reschke 5c0407306c Set a standard value for enhanced auth time 13 years ago
Lukas Reschke 6f2e8788ca Make enhanced auth time configurable 13 years ago
Lukas Reschke f4142bd2a8 Move isUserVerified to OC_Util 13 years ago
Lukas Reschke 1a187d1ca5 Fix PHP notice 13 years ago
Michael Göhler 8be9c04a3a 128byte is not 128bit - now we realy use 256bit (same as PHPSESSID) 13 years ago
Lukas Reschke fa71e51e67 Use /dev/urandom instead of /dev/random 13 years ago
Lukas Reschke 6e045b9ea1 Check if $_Post 13 years ago
Lukas Reschke d33bec09fe Verify password page for users 13 years ago
Lukas Reschke f08ff3b6e6 Correct formatting 13 years ago
Michael Göhler 22fa23b4da extend configkey column to hold 128bit values 13 years ago
Bart Visscher 4af5b016cc Whitespace cleanup 13 years ago
Michael Göhler 7095b3a083 extend logon page to display multiple error messages 13 years ago
Lukas Reschke 2c427f050e Show a warning in the installer if no secure RNG is available 13 years ago
Lukas Reschke d6c4b83f13 Fallback to /dev/random if openssl_random_pseudo_bytes not available 13 years ago
Björn Schießle cb91e27ab3 check if directory already exist before executing mkdir 13 years ago
Bart Visscher 351f724193 whitespace fixes 13 years ago
Frank Karlitschek fe5b4d2fba marks as 5.0 pre alpha 13 years ago
Frank Karlitschek 8e0676a66b 4.5 final 13 years ago
Frank Karlitschek 67a4aa7cf0 RC 3 13 years ago
Frank Karlitschek 5eaf95eedd check for SimpleXML which seems to bw non default on Free BSD 13 years ago
Frank Karlitschek 2d86258fc3 RC2 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
Robin Appelman 91d12a2f3d update the filecache by setting mtimes to 0 when the mount configuration has changed instead of clearing the cache 13 years ago
Lukas Reschke ef57e9294b Fallback for systems without openssl 13 years ago
Lukas Reschke 578aa4e425 Removed sectoken 13 years ago
Lukas Reschke bd804b74c4 mt_rand() is not secure from a security point of view and predictable. Let's use openssl_random_pseudo_bytes() instead. 13 years ago
Bart Visscher 22d22d19c0 Do urlencoding in linkTo functions 13 years ago
Christian Reiner 743826bbf3 Reimplementation of CSRF protection including autorefresh 13 years ago
Robin Appelman e8df2eeefc some more sane column sizes for appconfig and preferences 13 years ago
Frank Karlitschek cf14ad2f7d RC 1 13 years ago
Robin Appelman 74ec2765b3 db indexes for appconfig and preferences 13 years ago
Frank Karlitschek fe7288b65a beta 4 13 years ago
Arthur Schiwon 93d0defe9a set configuvalue in table appconfig back to clob. Likely to break LDAP settings, probably responsible for some bugs with it. Might also cause damage in other apps. That's why it was once already set to clob 13 years ago
Frank Karlitschek a3718ca036 i just learned that we also have to check if directories are readable. it seams that is_readable also checks for 'x' right. 13 years ago
Frank Karlitschek 5a149dcfab mark as an updated beta 3 with some more fixes 13 years ago
Frank Karlitschek f31264a0c2 this is now 4.5 beta 3 13 years ago
Michael Gapczynski b194ac3dde Add expiration column to share table and bump version number 13 years ago
Thomas Mueller 5c1a79210f added hint to restart the web server in case recetly installed php modules are still not available 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Frank Karlitschek 294cff27a7 add check for zlib 13 years ago
Robin Appelman d4fd47d43f clear user filecache after the user mount configuration has changed 13 years ago
Bart Visscher 5153b8b293 Add url-params to url with new parameter in linkTo function 13 years ago
Frank Karlitschek bb65e173d4 4.5 beta 2 13 years ago
Bart Visscher c958d5ba80 Fix filesystem setup for shared public link with logged in user 13 years ago