summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * further improvements on multiple login token supportMichael Göhler2012-10-141-3/+13
| * improve token securityMichael Göhler2012-10-141-1/+1
| * Make the lifetime of the remember login cookieBart Visscher2012-10-143-5/+9
| * Cleanup login tokens on login successBart Visscher2012-10-141-0/+13
| * Add support for multiple login cookie tokensBart Visscher2012-10-141-9/+12
* | normalize path to avoid problems with trailing slashes, double-slashes, etc.Björn Schießle2012-10-161-2/+2
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-16106-1370/+6973
* | Make enhanced auth configurableLukas Reschke2012-10-163-15/+24
* | Don't add the enhanced auth time to the configurationLukas Reschke2012-10-161-4/+1
* | Set a standard value for enhanced auth timeLukas Reschke2012-10-161-1/+1
* | Make enhanced auth time configurableLukas Reschke2012-10-164-6/+10
* | Move isUserVerified to OC_UtilLukas Reschke2012-10-163-13/+14
* | Move the ( to the right positionLukas Reschke2012-10-161-2/+2
* | Password check for adminsLukas Reschke2012-10-161-2/+6
* | Fix PHP noticeLukas Reschke2012-10-161-2/+2
* | Fix PHP noticeLukas Reschke2012-10-161-1/+1
* | Add isUserVerified()Lukas Reschke2012-10-161-1/+12
* | Correct check for adminLukas Reschke2012-10-161-4/+2
* | Merge branch 'extended_log'Victor Dubiniuk2012-10-162-0/+26
|\ \
| * | Uncaught exception loggingVicDeo2012-09-262-2/+8
| * | Log PHP errors to the OC logVictor Dubiniuk2012-09-122-0/+20
* | | Verify passwords for adminsLukas Reschke2012-10-161-3/+11
* | | Remove verify user from personal.phpLukas Reschke2012-10-151-1/+0
* | | Revert "Verify user login before changing the password reset mail"Lukas Reschke2012-10-151-1/+0
* | | Revert "Remove old password check from changepassword and use verifyUser inst...Lukas Reschke2012-10-152-3/+5
* | | "deny from all" instead directoryLukas Reschke2012-10-151-3/+1
* | | Show a warning in the installer if .htaccess is not workingLukas Reschke2012-10-152-0/+13
* | | Merge pull request #35 from visit1985/logonpageLukas Reschke2012-10-151-2/+2
|\ \ \
| * | | avoid undefined index warning on login pageMichael Göhler2012-10-151-2/+2
|/ / /
* | | Use /dev/urandom instead of /dev/randomLukas Reschke2012-10-151-4/+4
* | | LDAP: fix retrieval of Quota and EmailArthur Schiwon2012-10-151-6/+9
* | | make files_versions use OC_User::getHome, fixes 'PHP Warning: Missing argume...Arthur Schiwon2012-10-151-7/+8
* | | Verify user login before changing the password reset mailLukas Reschke2012-10-151-0/+1
* | | Remove old password check from changepassword and use verifyUser insteadLukas Reschke2012-10-152-5/+3
* | | Change auth checksLukas Reschke2012-10-155-19/+9
* | | Check if $_PostLukas Reschke2012-10-151-2/+4
* | | Change verifyUser so that external json files can call itLukas Reschke2012-10-151-4/+6
* | | Remove spaceLukas Reschke2012-10-151-1/+1
* | | verifyUser() for the json partLukas Reschke2012-10-151-2/+14
* | | Verify password page for usersLukas Reschke2012-10-152-0/+37
* | | LDAP: check if index is set, fix NoticesArthur Schiwon2012-10-151-1/+2
* | | Unneeded double checkLukas Reschke2012-10-151-1/+0
* | | Correct formattingLukas Reschke2012-10-151-2/+2
* | | Merge pull request #30 from visit1985/logonpageLukas Reschke2012-10-153-9/+22
|\ \ \
| * | | extend logon page to display multiple error messagesMichael Göhler2012-10-143-9/+22
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-1572-2411/+3411
| |_|/ |/| |
* | | Whitespace cleanupBart Visscher2012-10-1423-1353/+1350
* | | Show a warning in the installer if no secure RNG is availableLukas Reschke2012-10-143-2/+34
* | | Fallback to /dev/random if openssl_random_pseudo_bytes not availableLukas Reschke2012-10-141-6/+14
* | | Doublehash the token to prevent timing attacksLukas Reschke2012-10-142-3/+3