Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 256 | -178/+171 |
| | | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader | ||||
* | Merge pull request #24728 from owncloud/no-more-test_-files | Vincent Petry | 2016-05-20 | 3 | -5/+7 |
|\ | | | | | Fix autoloader for Test* files | ||||
| * | Add PSR-4 loading for Test\ and Tests\ | Joas Schilling | 2016-05-19 | 1 | -0/+2 |
| | | |||||
| * | Create a Fallback in the old autoloader for PSR-4 Test\TestCase | Joas Schilling | 2016-05-19 | 2 | -0/+6 |
| | | |||||
| * | No more Test_* files exist, remove autoloading | Joas Schilling | 2016-05-19 | 1 | -6/+0 |
| | | |||||
* | | Merge pull request #24725 from owncloud/ocs-provider-psr4 | Vincent Petry | 2016-05-19 | 2 | -7/+11 |
|\ \ | |/ |/| | Move OCS Provider to PSR-4 namespace | ||||
| * | Move OCS Provider to PSR-4 namespace | Joas Schilling | 2016-05-19 | 2 | -7/+11 |
| | | |||||
* | | Merge pull request #24660 from owncloud/no-token-login-for-disabled-users | Vincent Petry | 2016-05-19 | 1 | -0/+32 |
|\ \ | | | | | | | don't allow token login for disabled users | ||||
| * | | don't allow token login for disabled users | Christoph Wurst | 2016-05-18 | 1 | -0/+32 |
| |/ | |||||
* | | Merge pull request #24716 from owncloud/fix-test-namespaces-2 | Vincent Petry | 2016-05-19 | 78 | -406/+527 |
|\ \ | | | | | | | Fix test namespaces [files-] | ||||
| * | | Fix renamed class | Joas Schilling | 2016-05-19 | 1 | -3/+3 |
| | | | |||||
| * | | Fix more failures | Joas Schilling | 2016-05-19 | 2 | -3/+3 |
| | | | |||||
| * | | Fix deprecated private method | Joas Schilling | 2016-05-19 | 1 | -2/+2 |
| | | | |||||
| * | | Fix missing backtick before OC | Joas Schilling | 2016-05-19 | 1 | -1/+1 |
| | | | |||||
| * | | Fix "Class 'Test\Security\DateTime' not found" | Joas Schilling | 2016-05-19 | 1 | -5/+5 |
| | | | |||||
| * | | Fix lib/ | Joas Schilling | 2016-05-19 | 16 | -46/+84 |
| | | | |||||
| * | | FIx lib/ a-d | Joas Schilling | 2016-05-19 | 12 | -42/+56 |
| | | | |||||
| * | | Fix namespace in user/ | Joas Schilling | 2016-05-19 | 5 | -6/+14 |
| | | | |||||
| * | | Fix namespace in share/ | Joas Schilling | 2016-05-19 | 5 | -253/+263 |
| | | | |||||
| * | | Fix namespaces in security/ | Joas Schilling | 2016-05-19 | 12 | -0/+25 |
| | | | |||||
| * | | Fix namespace in repair/ | Joas Schilling | 2016-05-19 | 1 | -1/+4 |
| | | | |||||
| * | | Fix public/ namespace in tests | Joas Schilling | 2016-05-19 | 3 | -17/+24 |
| | | | |||||
| * | | Fix namespace of memcache/ and ocs/ | Joas Schilling | 2016-05-19 | 2 | -3/+7 |
| | | | |||||
| * | | Fix namespace in log/ and mail/ | Joas Schilling | 2016-05-19 | 3 | -2/+5 |
| | | | |||||
| * | | Fix namespaces in tests/lib/integritycheck | Joas Schilling | 2016-05-19 | 2 | -2/+1 |
| | | | |||||
| * | | Fix namespaces in tests/lib/http/ | Joas Schilling | 2016-05-19 | 3 | -3/+7 |
| | | | |||||
| * | | Fix namespaces in tests/lib/groups/ | Joas Schilling | 2016-05-19 | 4 | -6/+12 |
| | | | |||||
| * | | Fix namespaces and class names in tests/lib/files/ | Joas Schilling | 2016-05-19 | 8 | -13/+13 |
| |/ | |||||
* | | Merge pull request #24712 from owncloud/fix-test-namespaces | Vincent Petry | 2016-05-19 | 39 | -74/+107 |
|\ \ | | | | | | | Fix test namespaces [a-e] | ||||
| * | | Fix file name in tests/lib/encryption | Joas Schilling | 2016-05-18 | 1 | -0/+0 |
| | | | |||||
| * | | Fix filenames and class names in tests/lib/comments | Joas Schilling | 2016-05-18 | 2 | -5/+3 |
| | | | |||||
| * | | Fix file name of command test | Joas Schilling | 2016-05-18 | 1 | -0/+0 |
| | | | |||||
| * | | Fix namespace of tests/cache/ | Joas Schilling | 2016-05-18 | 4 | -4/+6 |
| | | | |||||
| * | | Fix missing namespaces in tests/lib/db/ | Joas Schilling | 2016-05-18 | 2 | -4/+8 |
| | | | |||||
| * | | Fix namespace for archive tests | Joas Schilling | 2016-05-18 | 3 | -23/+32 |
| | | | |||||
| * | | Fix namespaces in AppFramework tests | Joas Schilling | 2016-05-18 | 26 | -38/+58 |
| | | | |||||
* | | | add method to query all user auth tokens | Christoph Wurst | 2016-05-18 | 2 | -0/+28 |
| |/ |/| | |||||
* | | a single token provider suffices | Christoph Wurst | 2016-05-18 | 1 | -11/+11 |
|/ | |||||
* | Group fixup (#24621) | Roeland Douma | 2016-05-17 | 5 | -80/+80 |
| | | | | | | | | * Move used OC_Group_xx to \OC\Group * Add (deprecated) legacy wrapper in legacy, OC_Group_xx * Replace deprecated use of OC_Group_xx with \OC\Group\xx | ||||
* | Merge pull request #24617 from owncloud/autoloader_no_private | Vincent Petry | 2016-05-13 | 1 | -18/+4 |
|\ | | | | | our autoloader should not load classes in \OC | ||||
| * | Fix unit tests | Roeland Jago Douma | 2016-05-13 | 1 | -18/+4 |
| | | |||||
* | | Merge pull request #24594 from owncloud/authtoken-name-column-size | Vincent Petry | 2016-05-13 | 1 | -1/+4 |
|\ \ | |/ |/| | Use CLOB for auth token names to allow long user agent strings | ||||
| * | Use CLOB for auth token names to allow long user agent strings | Christoph Wurst | 2016-05-12 | 1 | -1/+4 |
| | | |||||
* | | Move functions.php to legacy | Roeland Jago Douma | 2016-05-13 | 1 | -1/+1 |
|/ | | | | This file should really be properly namespaced etc! | ||||
* | Use proper URL generation function (#24576) | Lukas Reschke | 2016-05-11 | 1 | -2/+2 |
| | | | Fixes the redirection after login, otherwise `core/files/index` is opened which fails. | ||||
* | Merge pull request #24531 from owncloud/psr4-loading-for-install-and-commands | Thomas Müller | 2016-05-11 | 1 | -1/+1 |
|\ | | | | | Correctly register PSR-4 autoloading before install.php and loading commands | ||||
| * | Correctly register autoloading before install.php and loading commands | Joas Schilling | 2016-05-11 | 1 | -1/+1 |
| | | |||||
* | | use the UID for creating the session token, not the login name | Christoph Wurst | 2016-05-11 | 1 | -8/+12 |
| | | |||||
* | | delete the token in case an exception is thrown when decrypting the password | Christoph Wurst | 2016-05-11 | 1 | -1/+32 |
| | | |||||
* | | use the query builder instead of raw sql statements | Christoph Wurst | 2016-05-11 | 1 | -11/+24 |
| | |