summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix failing preview unit tests (#26039)Thomas Müller2016-09-121-21/+21
|
* Clean up code coverageThomas Müller2016-09-121-36/+0
| | | | - owncloud/core#26091
* Merge pull request #1317 from nextcloud/add-sharing-disclaimerMorris Jobke2016-09-081-0/+12
|\ | | | | Adding a optional disclaimer to the anonymous upload page
| * Fix testsLukas Reschke2016-09-081-2/+2
| |
| * Adding a optional disclaimer to the anonymous upload pageMorris Jobke2016-09-081-0/+12
| |
* | Merge pull request #1247 from nextcloud/storage-id-global-cacheMorris Jobke2016-09-081-0/+2
|\ \ | | | | | | more efficient querying of numeric storage ids
| * | more efficient querying of numeric storage idsRobin Appelman2016-09-071-0/+2
| | |
* | | Change updater URLJoas Schilling2016-09-081-12/+12
| | |
* | | Merge pull request #836 from nextcloud/php7.1Lukas Reschke2016-09-082-8/+33
|\ \ \ | | | | | | | | Add PHP 7.1 drone tests
| * | | Compare arrays not json stringsRoeland Jago Douma2016-09-071-6/+31
| | | | | | | | | | | | | | | | | | | | In php 7.1 the pretty print json output changed. Thus now we compare arrays.
| * | | Set defaultRoeland Jago Douma2016-09-071-2/+2
| | | |
* | | | Merge pull request #1243 from nextcloud/fix-detection-of-file-types-a-bitJoas Schilling2016-09-081-1/+1
|\ \ \ \ | |/ / / |/| | | Fix detection of file types a bit
| * | | Correctly remove the charset from finfo mimetypeJoas Schilling2016-09-051-1/+1
| | | |
* | | | Fix getMock settingsRoeland Jago Douma2016-09-071-9/+15
| | | |
* | | | Fix getMock UpdaterRoeland Jago Douma2016-09-071-2/+4
| | | |
* | | | Fix getMock TemplateRoeland Jago Douma2016-09-071-1/+2
| | | |
* | | | Fix getMock TempManagerTestRoeland Jago Douma2016-09-071-7/+8
| | | |
* | | | Fix getMock ShareRoeland Jago Douma2016-09-072-5/+9
| | | |
* | | | Fix getMock SetupTestRoeland Jago Douma2016-09-071-9/+14
| | | |
* | | | Fix getMock SecurityRoeland Jago Douma2016-09-072-4/+4
| | | |
* | | | Fix getMock RepairRoeland Jago Douma2016-09-071-1/+2
| | | |
* | | | Fix getMock MigrationRoeland Jago Douma2016-09-071-2/+4
| | | |
* | | | Fix getMock OCSClientRoeland Jago Douma2016-09-071-26/+28
| | | |
* | | | Fix getMock LegacyHelperTestRoeland Jago Douma2016-09-071-1/+2
| | | |
* | | | Fix getMock L10NTestRoeland Jago Douma2016-09-071-3/+5
| | | |
* | | | Fix getMock checkertestRoeland Jago Douma2016-09-071-6/+6
| | | |
* | | | Fix getMock Http ClientRoeland Jago Douma2016-09-072-4/+7
| | | |
* | | | Fix getMock HTTPHelperRoeland Jago Douma2016-09-071-1/+3
| | | |
* | | | Fix getMock MetaDataTestRoeland Jago Douma2016-09-071-1/+3
| | | |
* | | | File getMock Files testsRoeland Jago Douma2016-09-075-23/+30
| | | |
* | | | Fix getMock FileChunkingTestRoeland Jago Douma2016-09-071-1/+3
| | | |
* | | | Fix getMock EncryptionRoeland Jago Douma2016-09-073-14/+25
| | | |
* | | | Fix getMock Command/IntergrityRoeland Jago Douma2016-09-072-32/+31
| | | |
* | | | Fix getMock MapperTestUtilityRoeland Jago Douma2016-09-071-1/+1
| |_|/ |/| |
* | | fix testsMorris Jobke2016-09-071-12/+12
| |/ |/|
* | Fix testsRoeland Jago Douma2016-09-063-12/+12
| | | | | | | | | | | | * hasParameterOption has an additional default value which we must match in the return map * Fix deprecated getMock calls
* | Deprecate getEditionString()Joas Schilling2016-09-063-16/+4
| |
* | Merge pull request #1275 from nextcloud/OCS_forward_headers_cleanupMorris Jobke2016-09-062-28/+85
|\ \ | | | | | | Internal OCS Controller cleanup
| * | Split OCS version handlingRoeland Jago Douma2016-09-062-28/+85
| | | | | | | | | | | | | | | | | | This cleans up a bit the OCSController/Middleware. Since the 2 versions of OCS differ a bit. Moved a lot of stuff internal since it is of no concern to the outside.
* | | Fix getMock shareRoeland Jago Douma2016-09-062-206/+219
| | |
* | | Fix getMock AvatarRoeland Jago Douma2016-09-061-13/+17
| | |
* | | Fix getMock AuthenticationRoeland Jago Douma2016-09-063-16/+22
| | |
* | | Fix getMock TwoFactorMiddlewareTestRoeland Jago Douma2016-09-061-8/+14
|/ /
* | Add FileDisplayResponseRoeland Jago Douma2016-09-051-0/+109
| | | | | | | | | | A lazy implementation of the DisplayResponse that only hits the filesystem if the etag and mtime do not match.
* | Merge pull request #1158 from nextcloud/cache_avatarsLukas Reschke2016-09-052-14/+35
|\ \ | | | | | | Cache avatars
| * | Fix testsRoeland Jago Douma2016-08-302-14/+35
| | |
* | | Merge pull request #1259 from nextcloud/language_orderJoas Schilling2016-09-051-13/+97
|\ \ \ | | | | | | | | ACCEPT_LANGUAGE goes before default_langauge
| * | | ACCEPT_LANGUAGE goes before default_langaugeRoeland Jago Douma2016-09-041-13/+97
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/nextcloud/server/issues/970 Before we had 1. Users settings in personal settings 2. Admins default language settings 3. Accept-Language settings of the browser However this is not in line with https://www.w3.org/International/questions/qa-lang-priorities So this changes the order to 1. Users settings in personal settings 3. Accept-Language settings of the browser 2. Admins default language settings
* | | Fix AppTest and intergration testRoeland Jago Douma2016-09-051-2/+7
| | |
* | | increase core version number to trigger db ugprade and fix app manager testsChristoph Wurst2016-09-051-2/+14
| | |