summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21741 from owncloud/l10n-improvementsThomas Müller2016-01-274-48/+527
|\
| * Add tests for findAvailableLanguagesJoas Schilling2016-01-261-0/+22
| * Add tests for findLanguage()Joas Schilling2016-01-262-6/+133
| * Remove tests for wrapperJoas Schilling2016-01-261-43/+0
| * Add tests for the factoryJoas Schilling2016-01-261-0/+201
| * Add tests for the new l10n classJoas Schilling2016-01-261-0/+162
| * Move legacy test file to new locationJoas Schilling2016-01-261-5/+11
| * Fix the testsJoas Schilling2016-01-261-0/+4
| * Move findLanguage() and setLanguageFromRequest() to factoryJoas Schilling2016-01-261-1/+1
* | Merge pull request #21887 from owncloud/share2_updateShareThomas Müller2016-01-272-70/+660
|\ \
| * | Fix comments from ThomasRoeland Jago Douma2016-01-262-21/+22
| * | [share 2.0] manager unit testsRoeland Jago Douma2016-01-261-1/+245
| * | [Share 2.0] Fix unit testsRoeland Jago Douma2016-01-261-46/+52
| * | [Share 2.0] Add unit test for the default share providerRoeland Jago Douma2016-01-261-7/+346
| |/
* | Merge pull request #21906 from owncloud/querybuilder-clob-comparisonThomas Müller2016-01-271-4/+86
|\ \
| * | Fix Oracle comparisonsJoas Schilling2016-01-261-17/+39
| * | Add tests for clob comparisonsJoas Schilling2016-01-261-4/+64
| |/
* / We must resolve to the proper usergroup shareRoeland Jago Douma2016-01-261-0/+21
|/
* Merge pull request #21845 from owncloud/sync-system-addressbook-on-avatar-changeThomas Müller2016-01-262-2/+10
|\
| * Trigger change on avatar deleteThomas Müller2016-01-251-1/+2
| * Assert that User::triggerChange is called upon avatar changeThomas Müller2016-01-251-3/+7
| * Changing the avatar of the user emits the changeUser event which triggers upd...Thomas Müller2016-01-252-2/+5
* | Merge pull request #21894 from owncloud/refactor-csrfThomas Müller2016-01-266-9/+414
|\ \ | |/ |/|
| * Add new CSRF manager for unit testing purposesLukas Reschke2016-01-256-9/+414
* | Adding support of -1 as size to be passed into get and getFileThomas Müller2016-01-251-4/+17
* | Merge pull request #18444 from owncloud/occ-config-typesThomas Müller2016-01-253-52/+222
|\ \ | |/ |/|
| * Allow array recursion in getJoas Schilling2016-01-141-3/+15
| * Allow deleting a nested system config valueJoas Schilling2016-01-141-6/+104
| * Retain backwards compatibilityJoas Schilling2016-01-141-25/+15
| * occ config:system:set can now set other value typesRobin McCorkell2016-01-141-43/+113
* | Merge pull request #21841 from owncloud/share2_deletefromselfThomas Müller2016-01-221-2/+300
|\ \
| * | [Share 2.0] Add deleteFromSelf methodRoeland Jago Douma2016-01-221-2/+300
* | | Merge pull request #21719 from owncloud/move-notification-api-to-ocpThomas Müller2016-01-224-65/+65
|\ \ \ | |/ / |/| |
| * | Move the notification API to public namespaceJoas Schilling2016-01-224-65/+65
* | | Merge pull request #18531 from owncloud/ext-user-credentialsThomas Müller2016-01-223-26/+196
|\ \ \
| * | | fix testRobin Appelman2016-01-182-5/+21
| * | | Introduce CredentialsManager for storage of credentials in DBRobin McCorkell2016-01-181-0/+90
| * | | Introduce IDBConnection::setValues()Robin McCorkell2016-01-182-26/+90
* | | | Merge pull request #21849 from owncloud/add-custom-marker-into-htaccessThomas Müller2016-01-226-0/+107
|\ \ \ \
| * | | | Exclude .htaccess modifications from code checkerLukas Reschke2016-01-226-0/+107
* | | | | Merge pull request #21816 from owncloud/require-a-specific-path-instead-of-au...Thomas Müller2016-01-222-20/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use path instead of app idLukas Reschke2016-01-202-20/+21
* | | | | Merge pull request #20768 from owncloud/mount-cacheThomas Müller2016-01-221-0/+257
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | multiple minor fiesRobin Appelman2016-01-201-11/+1
| * | | | sort in testsRobin Appelman2016-01-201-1/+18
| * | | | log duplicatesRobin Appelman2016-01-201-1/+2
| * | | | cache mountpoints in the dbRobin Appelman2016-01-201-0/+249
| |/ / /
* | | | Merge pull request #21824 from owncloud/list-of-notifiersThomas Müller2016-01-221-3/+76
|\ \ \ \
| * | | | Make it possible to get a list of notifiers for a potential settings pageJoas Schilling2016-01-221-3/+76
* | | | | Add Unit tests for the default share providerRoeland Jago Douma2016-01-211-43/+395