| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
To be removed with oCAdd workaround for older instances
To be removed with oC99
|
|
|
|
|
|
| |
Depending on the used environment the port might be appended to the host header resulting in an inaccessible instance when initially setting up on a system with a different HTTP or HTTPS port. (for example test:500)
To test this setup ownCloud under a different port with and without this patch. (heads-up: localhost is always white-listed, so use a different domain)
|
|
|
|
|
|
|
|
|
| |
This lead to a lot of confusion in the past and did not really offer any value. Let's remove the port check therefore. (it's anyways not really a part of the domain)
Fixes https://github.com/owncloud/core/issues/12150 and https://github.com/owncloud/core/issues/12123 and also a problem reported by @DeepDiver1975.
Conflicts:
lib/private/request.php
|
|
|
|
| |
There is not much sense in having these files marked executable, we should avoid that.
|
| |
|
|
|
|
| |
Log the error instead of potentially leaking sensitive information
|
|
|
|
|
|
|
|
|
|
| |
Fixes https://github.com/owncloud/core/issues/10624
Fix copy paste fail
Add unittest for comma separated headers
Revert 3rdparty
|
|
|
|
|
| |
The intention of the original commit 12f7cb87679453fa96c796df857b7e7193d4ee09
was to fix tests. But cron should always return a valid host not localhost.
|
|
|
|
| |
Updating SabreDAV namespaces
|
|
|
|
| |
* test case added to avoid adding them later
|
| |
|
| |
|
|
|
|
| |
using scrutinizer patch
|
|
|
|
|
| |
Whenever the reverse proxy is using "/" as the webroot, it is now
possible to set that value in "overwritewebroot"
|
| |
|
| |
|
|
|
|
|
| |
Added early check for the requested domain host and show a warning
page if the domain is not trusted.
|
|
|
|
| |
Forward port of 6d3b5b24fd4f82c1cbfbc4cade5246a0335f8dda to master
|
|\
| |
| | |
Add overwritehost config on setup and upgrade
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This patch was automatically generated as part of the following inspection:
https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720
Enabled analysis tools:
- PHP Analyzer
- JSHint
- PHP Copy/Paste Detector
- PHP PDepend
|
|\|
| |
| |
| |
| | |
Conflicts:
lib/private/appconfig.php
|
| |
| |
| |
| | |
A new unit test has been added in consequence.
|
| |
| |
| |
| | |
The Freebox is the multimedia device of a french Internet provider: Free. This device provides a seedbox which uses the user agent "Mozilla/5.0". In the "Content-Disposition" header, if the "filename" key is used with the "filename*=UTF-8''" value, the seedbox does not take care about the header and saves the file name with the origin URL. This patch brings the support for the Freebox users.
|
| |
| |
| |
| | |
Issue #7111
|
|/ |
|
|
|
|
|
|
| |
- added isUserAgent() method to OC_Request which makes it possible to
test it
- OC_Response::setContentDisposition now uses OC_Request::isUserAgent()
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Conflicts:
lib/private/vcategories.php
|