Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix failing preview unit tests (#26039) | Thomas Müller | 2016-09-12 | 1 | -21/+21 |
| | |||||
* | Clean up code coverage | Thomas Müller | 2016-09-12 | 1 | -36/+0 |
| | | | | - owncloud/core#26091 | ||||
* | Merge pull request #1317 from nextcloud/add-sharing-disclaimer | Morris Jobke | 2016-09-08 | 1 | -0/+12 |
|\ | | | | | Adding a optional disclaimer to the anonymous upload page | ||||
| * | Fix tests | Lukas Reschke | 2016-09-08 | 1 | -2/+2 |
| | | |||||
| * | Adding a optional disclaimer to the anonymous upload page | Morris Jobke | 2016-09-08 | 1 | -0/+12 |
| | | |||||
* | | Merge pull request #1247 from nextcloud/storage-id-global-cache | Morris Jobke | 2016-09-08 | 1 | -0/+2 |
|\ \ | | | | | | | more efficient querying of numeric storage ids | ||||
| * | | more efficient querying of numeric storage ids | Robin Appelman | 2016-09-07 | 1 | -0/+2 |
| | | | |||||
* | | | Change updater URL | Joas Schilling | 2016-09-08 | 1 | -12/+12 |
| | | | |||||
* | | | Merge pull request #836 from nextcloud/php7.1 | Lukas Reschke | 2016-09-08 | 2 | -8/+33 |
|\ \ \ | | | | | | | | | Add PHP 7.1 drone tests | ||||
| * | | | Compare arrays not json strings | Roeland Jago Douma | 2016-09-07 | 1 | -6/+31 |
| | | | | | | | | | | | | | | | | | | | | In php 7.1 the pretty print json output changed. Thus now we compare arrays. | ||||
| * | | | Set default | Roeland Jago Douma | 2016-09-07 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #1243 from nextcloud/fix-detection-of-file-types-a-bit | Joas Schilling | 2016-09-08 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Fix detection of file types a bit | ||||
| * | | | Correctly remove the charset from finfo mimetype | Joas Schilling | 2016-09-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix getMock settings | Roeland Jago Douma | 2016-09-07 | 1 | -9/+15 |
| | | | | |||||
* | | | | Fix getMock Updater | Roeland Jago Douma | 2016-09-07 | 1 | -2/+4 |
| | | | | |||||
* | | | | Fix getMock Template | Roeland Jago Douma | 2016-09-07 | 1 | -1/+2 |
| | | | | |||||
* | | | | Fix getMock TempManagerTest | Roeland Jago Douma | 2016-09-07 | 1 | -7/+8 |
| | | | | |||||
* | | | | Fix getMock Share | Roeland Jago Douma | 2016-09-07 | 2 | -5/+9 |
| | | | | |||||
* | | | | Fix getMock SetupTest | Roeland Jago Douma | 2016-09-07 | 1 | -9/+14 |
| | | | | |||||
* | | | | Fix getMock Security | Roeland Jago Douma | 2016-09-07 | 2 | -4/+4 |
| | | | | |||||
* | | | | Fix getMock Repair | Roeland Jago Douma | 2016-09-07 | 1 | -1/+2 |
| | | | | |||||
* | | | | Fix getMock Migration | Roeland Jago Douma | 2016-09-07 | 1 | -2/+4 |
| | | | | |||||
* | | | | Fix getMock OCSClient | Roeland Jago Douma | 2016-09-07 | 1 | -26/+28 |
| | | | | |||||
* | | | | Fix getMock LegacyHelperTest | Roeland Jago Douma | 2016-09-07 | 1 | -1/+2 |
| | | | | |||||
* | | | | Fix getMock L10NTest | Roeland Jago Douma | 2016-09-07 | 1 | -3/+5 |
| | | | | |||||
* | | | | Fix getMock checkertest | Roeland Jago Douma | 2016-09-07 | 1 | -6/+6 |
| | | | | |||||
* | | | | Fix getMock Http Client | Roeland Jago Douma | 2016-09-07 | 2 | -4/+7 |
| | | | | |||||
* | | | | Fix getMock HTTPHelper | Roeland Jago Douma | 2016-09-07 | 1 | -1/+3 |
| | | | | |||||
* | | | | Fix getMock MetaDataTest | Roeland Jago Douma | 2016-09-07 | 1 | -1/+3 |
| | | | | |||||
* | | | | File getMock Files tests | Roeland Jago Douma | 2016-09-07 | 5 | -23/+30 |
| | | | | |||||
* | | | | Fix getMock FileChunkingTest | Roeland Jago Douma | 2016-09-07 | 1 | -1/+3 |
| | | | | |||||
* | | | | Fix getMock Encryption | Roeland Jago Douma | 2016-09-07 | 3 | -14/+25 |
| | | | | |||||
* | | | | Fix getMock Command/Intergrity | Roeland Jago Douma | 2016-09-07 | 2 | -32/+31 |
| | | | | |||||
* | | | | Fix getMock MapperTestUtility | Roeland Jago Douma | 2016-09-07 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | fix tests | Morris Jobke | 2016-09-07 | 1 | -12/+12 |
| |/ |/| | |||||
* | | Fix tests | Roeland Jago Douma | 2016-09-06 | 3 | -12/+12 |
| | | | | | | | | | | | | * hasParameterOption has an additional default value which we must match in the return map * Fix deprecated getMock calls | ||||
* | | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 3 | -16/+4 |
| | | |||||
* | | Merge pull request #1275 from nextcloud/OCS_forward_headers_cleanup | Morris Jobke | 2016-09-06 | 2 | -28/+85 |
|\ \ | | | | | | | Internal OCS Controller cleanup | ||||
| * | | Split OCS version handling | Roeland Jago Douma | 2016-09-06 | 2 | -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 share | Roeland Jago Douma | 2016-09-06 | 2 | -206/+219 |
| | | | |||||
* | | | Fix getMock Avatar | Roeland Jago Douma | 2016-09-06 | 1 | -13/+17 |
| | | | |||||
* | | | Fix getMock Authentication | Roeland Jago Douma | 2016-09-06 | 3 | -16/+22 |
| | | | |||||
* | | | Fix getMock TwoFactorMiddlewareTest | Roeland Jago Douma | 2016-09-06 | 1 | -8/+14 |
|/ / | |||||
* | | Add FileDisplayResponse | Roeland Jago Douma | 2016-09-05 | 1 | -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_avatars | Lukas Reschke | 2016-09-05 | 2 | -14/+35 |
|\ \ | | | | | | | Cache avatars | ||||
| * | | Fix tests | Roeland Jago Douma | 2016-08-30 | 2 | -14/+35 |
| | | | |||||
* | | | Merge pull request #1259 from nextcloud/language_order | Joas Schilling | 2016-09-05 | 1 | -13/+97 |
|\ \ \ | | | | | | | | | ACCEPT_LANGUAGE goes before default_langauge | ||||
| * | | | ACCEPT_LANGUAGE goes before default_langauge | Roeland Jago Douma | 2016-09-04 | 1 | -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 test | Roeland Jago Douma | 2016-09-05 | 1 | -2/+7 |
| | | | |||||
* | | | increase core version number to trigger db ugprade and fix app manager tests | Christoph Wurst | 2016-09-05 | 1 | -2/+14 |
| | | |