server/lib
Lukas Reschke dc6789fd5b Explicitly check for port
The setup uses `\OCP\IRequest::getInsecureServerHost` which in some cases can also include a port. This makes the trusted domain check fail thus.

I've decided to add this here that way because adjusting the setup would require parsing the host properly. This is not something that can be done very good in PHP. Check the following example for why `parse_url` is not our friend: https://3v4l.org/k501Z
2016-03-10 22:32:29 +01:00
..
composer Add composers default autoloader to core 2016-03-09 16:53:27 +01:00
l10n [tx-robot] updated from transifex 2016-03-10 01:55:35 -05:00
private Explicitly check for port 2016-03-10 22:32:29 +01:00
public Fix some scrutinizer warning in the sharing code 2016-03-10 21:35:22 +01:00
autoloader.php Happy new year! 2016-01-12 15:02:18 +01:00
base.php Merge pull request #21582 from owncloud/core_composer 2016-03-10 12:06:44 +01:00