summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #24604 from owncloud/user_ldap-psr4Vincent Petry2016-05-2581-385/+378
|\ \ \ \ \
| * | | | | Fix the tests againJoas Schilling2016-05-255-4/+7
| * | | | | Fix throws docsJoas Schilling2016-05-251-3/+3
| * | | | | Last instances of lowercase user_ldapJoas Schilling2016-05-252-3/+3
| * | | | | Move tests/ to PSR-4Joas Schilling2016-05-2532-66/+61
| * | | | | Fix several minor issuesJoas Schilling2016-05-254-11/+9
| * | | | | Move Job to a better class nameJoas Schilling2016-05-253-5/+11
| * | | | | Move Access to PSR-4Joas Schilling2016-05-2514-33/+25
| * | | | | Move BackendUtility to PSR-4Joas Schilling2016-05-253-3/+3
| * | | | | Move Configuration to PSR-4Joas Schilling2016-05-2510-15/+14
| * | | | | Move Connection to PSR-4Joas Schilling2016-05-2519-32/+30
| * | | | | Move FilesystemHelper to PSR-4Joas Schilling2016-05-2513-13/+16
| * | | | | Move Helper to PSR-4Joas Schilling2016-05-2516-23/+20
| * | | | | Move interface to PSR-4Joas Schilling2016-05-2516-23/+14
| * | | | | Move LDAP to PSR-4Joas Schilling2016-05-2513-15/+16
| * | | | | Move LDAP Utility to PSR-4Joas Schilling2016-05-254-2/+5
| * | | | | Move LogWrapper to PSR-4Joas Schilling2016-05-2513-16/+17
| * | | | | Move Proxy to PSR-4Joas Schilling2016-05-253-4/+7
| * | | | | lib/userJoas Schilling2016-05-251-1/+2
| * | | | | Move wizardJoas Schilling2016-05-254-7/+12
| * | | | | Move lib\user to PSR-4Joas Schilling2016-05-2531-68/+67
| * | | | | Move User_LDAP and User_Proxy to PSR-4Joas Schilling2016-05-2519-33/+33
| * | | | | Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling2016-05-257-18/+18
| * | | | | Move Command namespace to PSR-4Joas Schilling2016-05-259-27/+23
| * | | | | Move User_LDAP to PSR-4Joas Schilling2016-05-255-0/+2
| |/ / / /
* | | | | Merge pull request #24842 from owncloud/files-storage-wrapper-encoding-psr4Vincent Petry2016-05-251-1/+1
|\ \ \ \ \
| * | | | | Move Test\Files\Storage\Wrapper\EncodingTest to PSR-4Joas Schilling2016-05-251-1/+1
* | | | | | Merge pull request #24840 from owncloud/fix-missing-ext-str-importVincent Petry2016-05-253-2/+4
|\ \ \ \ \ \
| * | | | | | Adjust the phpunit configJoas Schilling2016-05-251-2/+2
| * | | | | | Fix missing use statements in ext. str. testsJoas Schilling2016-05-252-0/+2
* | | | | | | Merge pull request #24831 from owncloud/update_3rdparty_commitVincent Petry2016-05-251-0/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | checkout latest 3rdparty for JSqueeze updateGeorg Ehrke2016-05-251-0/+0
* | | | | | | Merge pull request #24661 from owncloud/files_sharing-psr4Vincent Petry2016-05-2568-113/+128
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Move tests to PSR-4Joas Schilling2016-05-2532-104/+118
| * | | | | | Move background job to PSR-4Joas Schilling2016-05-253-3/+5
| * | | | | | Move lib/ to PSR-4Joas Schilling2016-05-2526-0/+0
| * | | | | | Move classes from outside lib/ to PSR-4Joas Schilling2016-05-259-6/+5
* | | | | | | Merge pull request #24836 from owncloud/auth-tests-to-psr4Vincent Petry2016-05-253-2/+4
|\ \ \ \ \ \ \
| * | | | | | | Move parallel merged auth tests to PSR-4Joas Schilling2016-05-253-2/+4
* | | | | | | | Merge pull request #24838 from owncloud/fix-failing-updatenotifications-testsVincent Petry2016-05-251-6/+12
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Fix failing update notifications testsJoas Schilling2016-05-251-6/+12
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #24815 from owncloud/fix-autotest-external-psr4Vincent Petry2016-05-257-13/+15
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix the names of the tests so the script discovers them againJoas Schilling2016-05-246-11/+11
| * | | | | | Fix ext storage test class name in test scriptVincent Petry2016-05-241-2/+4
* | | | | | | Merge pull request #24833 from owncloud/fix_24832Vincent Petry2016-05-251-0/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | don't fail on "bad signature" during login. Most likely this happens becauseBjörn Schießle2016-05-251-0/+7
|/ / / / / /
* | | | | | Merge pull request #24735 from juliushaertl/passwordreset-invalidVincent Petry2016-05-252-18/+139
|\ \ \ \ \ \
| * | | | | | Add more tests for OC\Core\Controller\LostControllerJulius Haertl2016-05-231-3/+104
| * | | | | | Show error messages if a password reset link is invalid or expiredJulius Haertl2016-05-231-15/+35
* | | | | | | Merge pull request #24812 from owncloud/fkammer-enhancement-cache-folder-gc-ttlVincent Petry2016-05-252-1/+17
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |