Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make files non executable | Lukas Reschke | 2014-10-24 | 1 | -0/+0 |
| | | | | There is not much sense in having these files marked executable, we should avoid that. | ||||
* | Add unit tests for convertToRelativePath | Lukas Reschke | 2014-10-20 | 1 | -1/+1 |
| | |||||
* | Do not show exception to the end-user | Lukas Reschke | 2014-09-17 | 1 | -1/+13 |
| | | | | Log the error instead of potentially leaking sensitive information | ||||
* | Add support for getting the real client IP behind proxies | Lukas Reschke | 2014-08-27 | 1 | -0/+28 |
| | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/10624 Fix copy paste fail Add unittest for comma separated headers Revert 3rdparty | ||||
* | Only overwrite serverHost when in unit tests | Joas Schilling | 2014-07-07 | 1 | -1/+1 |
| | | | | | The intention of the original commit 12f7cb87679453fa96c796df857b7e7193d4ee09 was to fix tests. But cron should always return a valid host not localhost. | ||||
* | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 1 | -2/+2 |
| | | | | Updating SabreDAV namespaces | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -10/+10 |
| | | | | * test case added to avoid adding them later | ||||
* | Replace @returns with @return, in /lib | Robin McCorkell | 2014-05-13 | 1 | -5/+5 |
| | |||||
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -0/+1 |
| | |||||
* | Fix PHPdoc in lib/private | Bart Visscher | 2014-04-15 | 1 | -2/+2 |
| | | | | using scrutinizer patch | ||||
* | Allow using "/" in "overwritewebroot" | Vincent Petry | 2014-03-31 | 1 | -2/+3 |
| | | | | | Whenever the reverse proxy is using "/" as the webroot, it is now possible to set that value in "overwritewebroot" | ||||
* | Fixed X-Forwarded-Host parsing | Vincent Petry | 2014-03-06 | 1 | -1/+2 |
| | |||||
* | Added localhost as trusted domain | Vincent Petry | 2014-03-06 | 1 | -0/+5 |
| | |||||
* | Show warning page when accessing server from an untrusted domain | Vincent Petry | 2014-03-06 | 1 | -16/+54 |
| | | | | | Added early check for the requested domain host and show a warning page if the domain is not trusted. | ||||
* | Fix case where port is missing | Vincent Petry | 2014-02-25 | 1 | -1/+1 |
| | | | | Forward port of 6d3b5b24fd4f82c1cbfbc4cade5246a0335f8dda to master | ||||
* | Merge pull request #7259 from owncloud/overwritehost-always | Lukas Reschke | 2014-02-22 | 1 | -15/+31 |
|\ | | | | | Add overwritehost config on setup and upgrade | ||||
| * | Add overwritehost config on setup and upgrade | Lukas Reschke | 2014-02-21 | 1 | -15/+31 |
| | | |||||
* | | remove unused functions - have been introduced with the old minimizer approach | Thomas Müller | 2014-02-20 | 1 | -27/+0 |
| | | |||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -0/+1 |
|\| | | | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | The regexp of the Freebox user agent is now more strict. | Martial Saunois | 2014-01-29 | 1 | -1/+1 |
| | | | | | | | | A new unit test has been added in consequence. | ||||
| * | New user agent added for the Freebox. | Martial Saunois | 2014-01-26 | 1 | -0/+1 |
| | | | | | | | | 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. | ||||
* | | Fix more documentation failes | Joas Schilling | 2014-02-08 | 1 | -9/+6 |
| | | | | | | | | Issue #7111 | ||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+4 |
|/ | |||||
* | Added isUserAgent() method to request | Vincent Petry | 2013-12-19 | 1 | -0/+23 |
| | | | | | | - added isUserAgent() method to OC_Request which makes it possible to test it - OC_Response::setContentDisposition now uses OC_Request::isUserAgent() | ||||
* | Fix getRawPathInfo for the '/' edge case | Robin Appelman | 2013-11-27 | 1 | -1/+5 |
| | |||||
* | fix custom routes defined by apps | Robin Appelman | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | fixing failing unit test | Thomas Müller | 2013-11-26 | 1 | -1/+1 |
| | |||||
* | fixes #6050 | Thomas Müller | 2013-11-26 | 1 | -8/+21 |
| | |||||
* | in case uri and script name don't match we better throw an exception | Thomas Müller | 2013-11-25 | 1 | -2/+10 |
| | |||||
* | handle duplicate slashes in case of reverse proxy configuration | Thomas Müller | 2013-11-25 | 1 | -1/+4 |
| | |||||
* | update PHPDoc | Thomas Mueller | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | fix overwrite host support and make the code a bit more readable | Frank Karlitschek | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+184 |
Conflicts: lib/private/vcategories.php |