| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Make the lifetime of the remember login cookie | Bart Visscher | 2012-10-14 | 3 | -5/+9 |
| * | Cleanup login tokens on login success | Bart Visscher | 2012-10-14 | 1 | -0/+13 |
| * | Add support for multiple login cookie tokens | Bart Visscher | 2012-10-14 | 1 | -9/+12 |
* | | normalize path to avoid problems with trailing slashes, double-slashes, etc. | Björn Schießle | 2012-10-16 | 1 | -2/+2 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-16 | 106 | -1370/+6973 |
* | | Make enhanced auth configurable | Lukas Reschke | 2012-10-16 | 3 | -15/+24 |
* | | Don't add the enhanced auth time to the configuration | Lukas Reschke | 2012-10-16 | 1 | -4/+1 |
* | | Set a standard value for enhanced auth time | Lukas Reschke | 2012-10-16 | 1 | -1/+1 |
* | | Make enhanced auth time configurable | Lukas Reschke | 2012-10-16 | 4 | -6/+10 |
* | | Move isUserVerified to OC_Util | Lukas Reschke | 2012-10-16 | 3 | -13/+14 |
* | | Move the ( to the right position | Lukas Reschke | 2012-10-16 | 1 | -2/+2 |
* | | Password check for admins | Lukas Reschke | 2012-10-16 | 1 | -2/+6 |
* | | Fix PHP notice | Lukas Reschke | 2012-10-16 | 1 | -2/+2 |
* | | Fix PHP notice | Lukas Reschke | 2012-10-16 | 1 | -1/+1 |
* | | Add isUserVerified() | Lukas Reschke | 2012-10-16 | 1 | -1/+12 |
* | | Correct check for admin | Lukas Reschke | 2012-10-16 | 1 | -4/+2 |
* | | Merge branch 'extended_log' | Victor Dubiniuk | 2012-10-16 | 2 | -0/+26 |
|\ \ |
|
| * | | Uncaught exception logging | VicDeo | 2012-09-26 | 2 | -2/+8 |
| * | | Log PHP errors to the OC log | Victor Dubiniuk | 2012-09-12 | 2 | -0/+20 |
* | | | Verify passwords for admins | Lukas Reschke | 2012-10-16 | 1 | -3/+11 |
* | | | Remove verify user from personal.php | Lukas Reschke | 2012-10-15 | 1 | -1/+0 |
* | | | Revert "Verify user login before changing the password reset mail" | Lukas Reschke | 2012-10-15 | 1 | -1/+0 |
* | | | Revert "Remove old password check from changepassword and use verifyUser inst... | Lukas Reschke | 2012-10-15 | 2 | -3/+5 |
* | | | "deny from all" instead directory | Lukas Reschke | 2012-10-15 | 1 | -3/+1 |
* | | | Show a warning in the installer if .htaccess is not working | Lukas Reschke | 2012-10-15 | 2 | -0/+13 |
* | | | Merge pull request #35 from visit1985/logonpage | Lukas Reschke | 2012-10-15 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | avoid undefined index warning on login page | Michael Göhler | 2012-10-15 | 1 | -2/+2 |
|/ / / |
|
* | | | Use /dev/urandom instead of /dev/random | Lukas Reschke | 2012-10-15 | 1 | -4/+4 |
* | | | LDAP: fix retrieval of Quota and Email | Arthur Schiwon | 2012-10-15 | 1 | -6/+9 |
* | | | make files_versions use OC_User::getHome, fixes 'PHP Warning: Missing argume... | Arthur Schiwon | 2012-10-15 | 1 | -7/+8 |
* | | | Verify user login before changing the password reset mail | Lukas Reschke | 2012-10-15 | 1 | -0/+1 |
* | | | Remove old password check from changepassword and use verifyUser instead | Lukas Reschke | 2012-10-15 | 2 | -5/+3 |
* | | | Change auth checks | Lukas Reschke | 2012-10-15 | 5 | -19/+9 |
* | | | Check if $_Post | Lukas Reschke | 2012-10-15 | 1 | -2/+4 |
* | | | Change verifyUser so that external json files can call it | Lukas Reschke | 2012-10-15 | 1 | -4/+6 |
* | | | Remove space | Lukas Reschke | 2012-10-15 | 1 | -1/+1 |
* | | | verifyUser() for the json part | Lukas Reschke | 2012-10-15 | 1 | -2/+14 |
* | | | Verify password page for users | Lukas Reschke | 2012-10-15 | 2 | -0/+37 |
* | | | LDAP: check if index is set, fix Notices | Arthur Schiwon | 2012-10-15 | 1 | -1/+2 |
* | | | Unneeded double check | Lukas Reschke | 2012-10-15 | 1 | -1/+0 |
* | | | Correct formatting | Lukas Reschke | 2012-10-15 | 1 | -2/+2 |
* | | | Merge pull request #30 from visit1985/logonpage | Lukas Reschke | 2012-10-15 | 3 | -9/+22 |
|\ \ \ |
|
| * | | | extend logon page to display multiple error messages | Michael Göhler | 2012-10-14 | 3 | -9/+22 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-15 | 72 | -2411/+3411 |
| |_|/
|/| | |
|
* | | | Whitespace cleanup | Bart Visscher | 2012-10-14 | 23 | -1353/+1350 |
* | | | Show a warning in the installer if no secure RNG is available | Lukas Reschke | 2012-10-14 | 3 | -2/+34 |
* | | | Fallback to /dev/random if openssl_random_pseudo_bytes not available | Lukas Reschke | 2012-10-14 | 1 | -6/+14 |
* | | | Doublehash the token to prevent timing attacks | Lukas Reschke | 2012-10-14 | 2 | -3/+3 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-14 | 35 | -281/+380 |
* | | | Revert "Update SabreDAV to 1.7.1" | Lukas Reschke | 2012-10-13 | 102 | -4658/+4502 |