Commit Graph

197 Commits (17d466b03b91ccc058fe1a88340df36c22a580c2)

Author SHA1 Message Date
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Lukas Reschke ac784baef6 Generate only one CSRF token 13 years ago
Lukas Reschke 4d61eb3e4c Fix a typo 13 years ago
Felix Moeller b7a02f0c93 NoSpaceAfterComma 13 years ago
Arthur Schiwon be215a097a check if RUNTIME_NOAPPS is set before using it 13 years ago
Arthur Schiwon b8a48b55a3 make sure all filesystem apps are loaded when setupFS is proceeded, to make sure the emmited setup-hook is received. Fixes #89 13 years ago
Arthur Schiwon 5b9ba2e033 remove whitespaces, no code change 13 years ago
Robin Appelman ad720c4c17 possible fix for bombarding the server with the htaccess test during setup 13 years ago
Lukas Reschke 228a05a792 Check for iconv 13 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 13 years ago
Felix Moeller 2d61f03452 More Checkstyle cleanup 13 years ago
Lukas Reschke 65619af05b Disable enhancedauth by default 13 years ago
Felix Moeller 03581ef463 Correct a first issue Checkstyle is complaining about ... 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