summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This reverts commit 9aa9110fd906bc9191adbb129bf421ede77ccad7.
* Revert "Remove old password check from changepassword and use verifyUser ↵Lukas Reschke2012-10-152-3/+5
| | | | | | instead" This reverts commit e6b8153865a521a4750ec44016c5f22f453edfe1.
* "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 page
| * 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
| | | | The usage of /dev/urandom is enough secure
* LDAP: fix retrieval of Quota and EmailArthur Schiwon2012-10-151-6/+9
|
* make files_versions use OC_User::getHome, fixes 'PHP Warning: Missing ↵Arthur Schiwon2012-10-151-7/+8
| | | | argument 1 for OC_FilesystemView::getAbsolutePath' with custom user home dirs
* 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 messages
| * 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
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-1435-281/+380
| |
* | Revert "Update SabreDAV to 1.7.1"Lukas Reschke2012-10-13102-4658/+4502
| | | | | | | | This reverts commit 183cc22501b75ab8819971f70b88dbc010026ac1.
* | Update SabreDAV to 1.7.1Lukas Reschke2012-10-13102-4502/+4658
| |
* | Use $SERVERROOT/tests/data for testGetMimeTypeBart Visscher2012-10-131-6/+7
| |
* | Change the Archive_Tar _addFile function to make it possible to use a ↵Bart Visscher2012-10-131-21/+24
| | | | | | | | different filename
* | Give share test users a unique prefixBart Visscher2012-10-131-4/+4
| |
* | Disable loading apps before starting testsBart Visscher2012-10-131-0/+2
| |
* | Remove not reliable testLukas Reschke2012-10-131-5/+0
| |
* | Some testsLukas Reschke2012-10-131-0/+144
| |
* | Swap values for assertEqual to get better error message, also renamed the ↵Bart Visscher2012-10-131-54/+54
| | | | | | | | function to phpunit name
* | don't increase the size of the users home folder twiceRobin Appelman2012-10-131-1/+3
| |
* | the Shared folder is no longer in the cacheRobin Appelman2012-10-131-6/+1
| |
* | Test for geo.phpLukas Reschke2012-10-131-0/+19
| |
* | Little test for some util.php functionsLukas Reschke2012-10-131-0/+45
| |
* | Information about translations addedThomas Müller2012-10-131-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-1329-225/+270
| |
* | Update Archive_Tar to 1.3.10Lukas Reschke2012-10-131-32/+48
| |
* | Fix the require pathLukas Reschke2012-10-131-1/+1
| |
* | Update jquery-miniColors to 1.2.1Lukas Reschke2012-10-135-118/+292
| |
* | Update PHPMailer to 5.2.1Lukas Reschke2012-10-132-37/+97
| |
* | PHPUnit 3.6 does not support @expectedException with the generic exception classBart Visscher2012-10-121-4/+6
| |
* | Fix syntax error in postgres table check codeBart Visscher2012-10-121-1/+1
| |