aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20902 from owncloud/drop-OC_Config-from-testsThomas Müller2015-12-035-35/+45
|\
| * Replace OC_Config in tests with IConfig callsMorris Jobke2015-12-025-35/+45
* | Merge pull request #20872 from owncloud/systemtags-better-not-found-exceptionThomas Müller2015-12-032-2/+14
|\ \
| * | Fix the unit test by running tearDown() and cleaning tags before the testJoas Schilling2015-12-012-1/+13
| * | Add a method to get the list of tags from the TagNotFound ExceptionJoas Schilling2015-12-011-1/+1
* | | Merge pull request #20894 from owncloud/post-delete-meta-viewThomas Müller2015-12-031-1/+21
|\ \ \
| * | | Also add metadata for postDelete hooks triggered from the viewRobin Appelman2015-12-021-1/+21
* | | | Adding unit test for MailNotifications::sendInternalShareMail()Thomas Müller2015-12-021-31/+70
* | | | User IUser::getEMailAddress() all over the placeThomas Müller2015-12-023-134/+201
* | | | Merge pull request #20719 from owncloud/adding-system-addressbook-of-usersThomas Müller2015-12-022-1/+30
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix endless recursionThomas Müller2015-12-021-1/+1
| * | | Fix getCloudIdThomas Müller2015-12-021-1/+7
| * | | Adding unit test for User::getCloudId()Thomas Müller2015-12-021-0/+18
| * | | Add the user's cloud id to the vCardThomas Müller2015-12-021-0/+3
| * | | Add IUser::getAvatarImage() for easy accessThomas Müller2015-12-021-1/+3
* | | | Remove OC_Config from app management templateMorris Jobke2015-12-021-4/+38
| |/ / |/| |
* | | Merge pull request #20875 from owncloud/remove-changepropagatorThomas Müller2015-12-022-198/+0
|\ \ \
| * | | remove old propagation logicRobin Appelman2015-12-012-198/+0
* | | | Merge pull request #20865 from owncloud/post-delete-metaThomas Müller2015-12-022-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Add metadata to post delete hooksRobin Appelman2015-12-012-1/+4
| | |/ | |/|
* | | DI in avatar codeRoeland Jago Douma2015-12-013-94/+198
* | | Support pretty URLsLukas Reschke2015-12-011-0/+20
| |/ |/|
* | Add code integrity checkLukas Reschke2015-12-0118-2/+1936
|/
* Merge pull request #20650 from owncloud/systemtags-coreThomas Müller2015-11-302-0/+740
|\
| * Fix phpstorm complains in testsJoas Schilling2015-11-302-9/+7
| * Cleanup imports and type hintingThomas Müller2015-11-302-11/+18
| * Add phpunit group for testsJoas Schilling2015-11-302-0/+12
| * Added system tags data structure and PHP side managersVincent Petry2015-11-272-0/+723
* | Don't break app on travisThomas Müller2015-11-301-0/+5
* | More group DBThomas Müller2015-11-301-0/+7
* | Add DB group to some files_external testsThomas Müller2015-11-302-1/+8
* | Adding more DB groups to test suitsThomas Müller2015-11-3022-3/+140
* | Further unit test suite tweatsThomas Müller2015-11-303-50/+87
* | Adding more test suites to group DBThomas Müller2015-11-301-2/+23
* | Mock DIContainer to not hit the databaseThomas Müller2015-11-301-1/+3
* | Apply DB group annotation ...Thomas Müller2015-11-3049-4/+271
* | A TestCase which is not annotated to be in group DB will not allow access to ...Thomas Müller2015-11-301-3/+32
* | Merge pull request #20788 from owncloud/catch-missing-routeThomas Müller2015-11-301-3/+3
|\ \
| * | fix testsRobin Appelman2015-11-271-3/+3
* | | Merge pull request #20789 from owncloud/scanner-skip-not-availableRobin Appelman2015-11-272-6/+6
|\ \ \
| * | | Skip unavailable storages in scannerRobin Appelman2015-11-272-6/+6
| |/ /
* / / Added tests.Mitar2015-11-271-0/+20
|/ /
* | Merge pull request #20602 from owncloud/fix-installed-appsThomas Müller2015-11-262-4/+13
|\ \
| * | fix unit testsMorris Jobke2015-11-232-4/+13
* | | Merge pull request #20702 from owncloud/move-user-principal-into-subfolderThomas Müller2015-11-261-1/+6
|\ \ \
| * | | Introduce \OCP\IUser::getEMailAddress()Thomas Müller2015-11-251-1/+6
* | | | Merge pull request #20393 from owncloud/querybuilder-select-with-aliasThomas Müller2015-11-261-34/+116
|\ \ \ \
| * | | | Add a method to select a field or value with aliasJoas Schilling2015-11-231-34/+116
* | | | | Merge pull request #20744 from owncloud/oc_helper-getMimeType-cleanupThomas Müller2015-11-261-23/+0
|\ \ \ \ \
| * | | | | Remove last occurences of OC_Helper::getMimeType()Morris Jobke2015-11-261-23/+0
| | |/ / / | |/| | |