Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1317 from nextcloud/add-sharing-disclaimer | Morris Jobke | 2016-09-08 | 9 | -4/+92 |
|\ | | | | | Adding a optional disclaimer to the anonymous upload page | ||||
| * | Adjust test | Lukas Reschke | 2016-09-08 | 1 | -1/+7 |
| | | |||||
| * | Use l10n | Lukas Reschke | 2016-09-08 | 1 | -1/+1 |
| | | |||||
| * | Fix tests | Lukas Reschke | 2016-09-08 | 2 | -4/+3 |
| | | |||||
| * | Adding a optional disclaimer to the anonymous upload page | Morris Jobke | 2016-09-08 | 8 | -3/+86 |
| | | |||||
* | | Merge pull request #1247 from nextcloud/storage-id-global-cache | Morris Jobke | 2016-09-08 | 8 | -27/+131 |
|\ \ | | | | | | | more efficient querying of numeric storage ids | ||||
| * | | more efficient querying of numeric storage ids | Robin Appelman | 2016-09-07 | 8 | -27/+131 |
| | | | |||||
* | | | Merge pull request #1297 from nextcloud/catch-exceptions-with-invalid-passwords | Roeland Jago Douma | 2016-09-08 | 2 | -6/+19 |
|\ \ \ | | | | | | | | | Catch the exception of the password policy app | ||||
| * | | | Fix typo | Joas Schilling | 2016-09-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Catch the exception of the password policy app | Joas Schilling | 2016-09-07 | 2 | -5/+18 |
| | | | | |||||
* | | | | Merge pull request #1328 from nextcloud/add-exemption-for-osx | Morris Jobke | 2016-09-08 | 1 | -1/+15 |
|\ \ \ \ | | | | | | | | | | | Add exemptions for incompatible UAs | ||||
| * | | | | Add exemptions for incompatible UAs | Lukas Reschke | 2016-09-08 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some user agents are notorious and don't really properly follow HTTP specifications. For those, have an automated opt-out. Since the protection for remote.php is applied in base.php as starting point we need to opt out here. | ||||
* | | | | | Merge pull request #1323 from nextcloud/show-download-button-for-updates-atm | Morris Jobke | 2016-09-08 | 9 | -48/+36 |
|\ \ \ \ \ | | | | | | | | | | | | | Show an download button instead of the updater | ||||
| * | | | | | Change updater URL | Joas Schilling | 2016-09-08 | 3 | -14/+14 |
| | | | | | | |||||
| * | | | | | Fix tests | Joas Schilling | 2016-09-08 | 2 | -7/+15 |
| | | | | | | |||||
| * | | | | | Show an update button instead of the updater | Joas Schilling | 2016-09-08 | 4 | -27/+7 |
| | | | | | | |||||
* | | | | | | Merge pull request #1318 from nextcloud/11-supports-php7.1 | Lukas Reschke | 2016-09-08 | 1 | -8/+0 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Master supports PHP 7.1 | ||||
| * | | | | | Master supports PHP 7.1 | Lukas Reschke | 2016-09-08 | 1 | -8/+0 |
| |/ / / / | |||||
* | | | | | Merge pull request #1315 from nextcloud/remove_password_compat | Joas Schilling | 2016-09-08 | 1 | -0/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | [3rdparty] PasswordCompat is no longer required | ||||
| * | | | | [3rdparty] PasswordCompat is no longer required | Roeland Jago Douma | 2016-09-08 | 1 | -0/+0 |
|/ / / / | |||||
* | | | | Merge pull request #836 from nextcloud/php7.1 | Lukas Reschke | 2016-09-08 | 8 | -12/+53 |
|\ \ \ \ | | | | | | | | | | | 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. | ||||
| * | | | | Use the PHP 7.1-3 tag | Lukas Reschke | 2016-09-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Bumps the PHP version from beta2 to RC1 | ||||
| * | | | | Update 3rdparty ref | Lukas Reschke | 2016-09-07 | 1 | -0/+0 |
| | | | | | |||||
| * | | | | Set default | Roeland Jago Douma | 2016-09-07 | 2 | -3/+3 |
| | | | | | |||||
| * | | | | Fix intergrity checker | Roeland Jago Douma | 2016-09-07 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set salt length to 0 See https://tools.ietf.org/html/rfc3447#page-38 * Fix tests for new phpunit | ||||
| * | | | | Use updated phpseclib ref | Lukas Reschke | 2016-09-07 | 1 | -0/+0 |
| | | | | | |||||
| * | | | | Initialize array elements properly | Thomas Müller | 2016-09-07 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | $this->blackListedClassNames is unknown | Thomas Müller | 2016-09-07 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add PHP 7.1 drone tests | Lukas Reschke | 2016-09-07 | 1 | -0/+12 |
| | | | | | |||||
* | | | | | Merge pull request #1243 from nextcloud/fix-detection-of-file-types-a-bit | Joas Schilling | 2016-09-08 | 4 | -12/+90 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix detection of file types a bit | ||||
| * | | | | | Make mimetype also work for READ and DELETE operations | Joas Schilling | 2016-09-05 | 2 | -1/+40 |
| | | | | | | |||||
| * | | | | | Better detection of mimetypes while uploading a zip on a mac | Joas Schilling | 2016-09-05 | 1 | -8/+46 |
| | | | | | | |||||
| * | | | | | Correctly remove the charset from finfo mimetype | Joas Schilling | 2016-09-05 | 2 | -3/+4 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-08 | 60 | -126/+318 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #1310 from nextcloud/shared-with-you-owner | Lukas Reschke | 2016-09-07 | 1 | -0/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | dont show shares you own in "shared with you" | ||||
| * | | | | | dont show shares you own in "shared with you" | Robin Appelman | 2016-09-07 | 1 | -0/+5 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #1314 from nextcloud/nodb_getmock_be_gone | Lukas Reschke | 2016-09-07 | 33 | -156/+210 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix PHPUnit warnings on NODB runs | ||||
| * | | | | | Fix apps warnings | Roeland Jago Douma | 2016-09-07 | 2 | -3/+4 |
| | | | | | | |||||
| * | | | | | 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 |
| | | | | | |