| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #21858 from owncloud/getMountsForFileId | Thomas Müller | 2016-01-28 | 1 | -7/+125 |
|\ |
|
| * | Fix failing oracle and postgres tests | Joas Schilling | 2016-01-27 | 1 | -2/+2 |
| * | add IUserMountCache->getMountsForFileId | Robin Appelman | 2016-01-27 | 1 | -7/+125 |
* | | [Share 2.0] Fix interfaces and comments | Roeland Jago Douma | 2016-01-28 | 2 | -73/+73 |
* | | [Share 2.0] Add getShareManager to OCP\IServerContainer | Roeland Jago Douma | 2016-01-27 | 1 | -0/+2 |
* | | [Share 2.0] Move IShare to OCP | Roeland Jago Douma | 2016-01-27 | 2 | -24/+26 |
* | | [Share 2.0] Fix IShare | Roeland Jago Douma | 2016-01-27 | 1 | -3/+3 |
* | | Check whether ownCloud is installed | Lukas Reschke | 2016-01-27 | 3 | -77/+195 |
* | | Merge pull request #21940 from owncloud/share2_do_not_returned_removed_group_... | Thomas Müller | 2016-01-27 | 1 | -7/+7 |
|\ \
| |/
|/| |
|
| * | [Share 2.0] Properly handle user deleted group shares | Roeland Jago Douma | 2016-01-27 | 1 | -7/+7 |
* | | Merge pull request #21741 from owncloud/l10n-improvements | Thomas Müller | 2016-01-27 | 4 | -48/+527 |
|\ \ |
|
| * | | Add tests for findAvailableLanguages | Joas Schilling | 2016-01-26 | 1 | -0/+22 |
| * | | Add tests for findLanguage() | Joas Schilling | 2016-01-26 | 2 | -6/+133 |
| * | | Remove tests for wrapper | Joas Schilling | 2016-01-26 | 1 | -43/+0 |
| * | | Add tests for the factory | Joas Schilling | 2016-01-26 | 1 | -0/+201 |
| * | | Add tests for the new l10n class | Joas Schilling | 2016-01-26 | 1 | -0/+162 |
| * | | Move legacy test file to new location | Joas Schilling | 2016-01-26 | 1 | -5/+11 |
| * | | Fix the tests | Joas Schilling | 2016-01-26 | 1 | -0/+4 |
| * | | Move findLanguage() and setLanguageFromRequest() to factory | Joas Schilling | 2016-01-26 | 1 | -1/+1 |
* | | | Merge pull request #21887 from owncloud/share2_updateShare | Thomas Müller | 2016-01-27 | 2 | -70/+660 |
|\ \ \ |
|
| * | | | Fix comments from Thomas | Roeland Jago Douma | 2016-01-26 | 2 | -21/+22 |
| * | | | [share 2.0] manager unit tests | Roeland Jago Douma | 2016-01-26 | 1 | -1/+245 |
| * | | | [Share 2.0] Fix unit tests | Roeland Jago Douma | 2016-01-26 | 1 | -46/+52 |
| * | | | [Share 2.0] Add unit test for the default share provider | Roeland Jago Douma | 2016-01-26 | 1 | -7/+346 |
| |/ / |
|
* | | | Merge pull request #21906 from owncloud/querybuilder-clob-comparison | Thomas Müller | 2016-01-27 | 1 | -4/+86 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix Oracle comparisons | Joas Schilling | 2016-01-26 | 1 | -17/+39 |
| * | | Add tests for clob comparisons | Joas Schilling | 2016-01-26 | 1 | -4/+64 |
| |/ |
|
* / | We must resolve to the proper usergroup share | Roeland Jago Douma | 2016-01-26 | 1 | -0/+21 |
|/ |
|
* | Merge pull request #21845 from owncloud/sync-system-addressbook-on-avatar-change | Thomas Müller | 2016-01-26 | 2 | -2/+10 |
|\ |
|
| * | Trigger change on avatar delete | Thomas Müller | 2016-01-25 | 1 | -1/+2 |
| * | Assert that User::triggerChange is called upon avatar change | Thomas Müller | 2016-01-25 | 1 | -3/+7 |
| * | Changing the avatar of the user emits the changeUser event which triggers upd... | Thomas Müller | 2016-01-25 | 2 | -2/+5 |
* | | Merge pull request #21894 from owncloud/refactor-csrf | Thomas Müller | 2016-01-26 | 6 | -9/+414 |
|\ \
| |/
|/| |
|
| * | Add new CSRF manager for unit testing purposes | Lukas Reschke | 2016-01-25 | 6 | -9/+414 |
* | | Adding support of -1 as size to be passed into get and getFile | Thomas Müller | 2016-01-25 | 1 | -4/+17 |
* | | Merge pull request #18444 from owncloud/occ-config-types | Thomas Müller | 2016-01-25 | 3 | -52/+222 |
|\ \
| |/
|/| |
|
| * | Allow array recursion in get | Joas Schilling | 2016-01-14 | 1 | -3/+15 |
| * | Allow deleting a nested system config value | Joas Schilling | 2016-01-14 | 1 | -6/+104 |
| * | Retain backwards compatibility | Joas Schilling | 2016-01-14 | 1 | -25/+15 |
| * | occ config:system:set can now set other value types | Robin McCorkell | 2016-01-14 | 1 | -43/+113 |
* | | Merge pull request #21841 from owncloud/share2_deletefromself | Thomas Müller | 2016-01-22 | 1 | -2/+300 |
|\ \ |
|
| * | | [Share 2.0] Add deleteFromSelf method | Roeland Jago Douma | 2016-01-22 | 1 | -2/+300 |
* | | | Merge pull request #21719 from owncloud/move-notification-api-to-ocp | Thomas Müller | 2016-01-22 | 4 | -65/+65 |
|\ \ \
| |/ /
|/| | |
|
| * | | Move the notification API to public namespace | Joas Schilling | 2016-01-22 | 4 | -65/+65 |
* | | | Merge pull request #18531 from owncloud/ext-user-credentials | Thomas Müller | 2016-01-22 | 3 | -26/+196 |
|\ \ \ |
|
| * | | | fix test | Robin Appelman | 2016-01-18 | 2 | -5/+21 |
| * | | | Introduce CredentialsManager for storage of credentials in DB | Robin McCorkell | 2016-01-18 | 1 | -0/+90 |
| * | | | Introduce IDBConnection::setValues() | Robin McCorkell | 2016-01-18 | 2 | -26/+90 |
* | | | | Merge pull request #21849 from owncloud/add-custom-marker-into-htaccess | Thomas Müller | 2016-01-22 | 6 | -0/+107 |
|\ \ \ \ |
|
| * | | | | Exclude .htaccess modifications from code checker | Lukas Reschke | 2016-01-22 | 6 | -0/+107 |