summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21061 from owncloud/fix-oracle-last-insert-id-testThomas Müller2015-12-091-5/+17
|\
| * Fix the last insert id test by changing to an autoincrement tableJoas Schilling2015-12-091-5/+17
* | Merge pull request #21038 from owncloud/share-computesharepermissions-notstoreThomas Müller2015-12-093-3/+27
|\ \ | |/ |/|
| * Fix more unit tests to pass a mock storage instead of null to FileInfoVincent Petry2015-12-083-3/+27
* | Merge pull request #21030 from owncloud/querybuilder-new-featuresThomas Müller2015-12-081-5/+78
|\ \
| * | Add a method to the get "to use" table and column nameJoas Schilling2015-12-081-1/+21
| * | Add select distinct to the query builderJoas Schilling2015-12-081-4/+32
| * | Allow getting the last insert id without much hassleJoas Schilling2015-12-081-0/+25
| |/
* | Merge pull request #20786 from owncloud/systemtags-davThomas Müller2015-12-082-4/+4
|\ \
| * | Fixed system tags DAV and API and docsVincent Petry2015-12-042-4/+4
* | | Merge pull request #21022 from owncloud/get-rid-of-by-referenceThomas Müller2015-12-081-6/+12
|\ \ \
| * | | Add unit test for nested arraysLukas Reschke2015-12-081-6/+12
| | |/ | |/|
* / | Do not trust castingLukas Reschke2015-12-081-0/+2
|/ /
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-1/+0
* | Merge pull request #20981 from owncloud/issue-19848-multiple-emails-for-share...Thomas Müller2015-12-071-3/+19
|\ \
| * | Add a unit test for single user case as wellJoas Schilling2015-12-071-7/+9
| * | Allow sending a share email to multiple usersJoas Schilling2015-12-071-3/+17
* | | Merge pull request #20904 from owncloud/view-mime-filterThomas Müller2015-12-071-0/+35
|\ \ \ | |/ / |/| |
| * | Fix mimetype filter in getDirectoryContentRobin Appelman2015-12-031-0/+35
* | | Merge pull request #20807 from owncloud/dont-append-redirect-url-if-user-is-a...Thomas Müller2015-12-032-35/+105
|\ \ \
| * | | Show error templateLukas Reschke2015-11-302-35/+105
* | | | Merge pull request #20921 from owncloud/last-OC_Config-removals-in-testsThomas Müller2015-12-031-8/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | last change of OC_Config to the proper interface in tests/Morris Jobke2015-12-031-3/+4
| * | | Reduce OC_Config usage in tests/Morris Jobke2015-12-031-5/+5
* | | | Merge pull request #19461 from owncloud/reuse_codeThomas Müller2015-12-031-0/+91
|\ \ \ \ | |/ / / |/| | |
| * | | add unit tests for OC_Util::add* methodsMorris Jobke2015-11-231-0/+91
* | | | Replace OC_Config in tests with IConfig callsMorris Jobke2015-12-032-6/+8
* | | | 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-021-46/+26
| |_|_|_|/ |/| | | |
* | | | | 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
* | | | | 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-017-2/+1247
|/ / /
* | | Merge pull request #20650 from owncloud/systemtags-coreThomas Müller2015-11-302-0/+740
|\ \ \