nextcloud/lib
Lukas Reschke 770fa761b8 Respect mod_unique_id and refactor OC_Request::getRequestId
When `mod_unique_id` is enabled the ID generated by it will be used for logging. This allows for correlation of the Apache logs and the ownCloud logs.

Testplan:

- [ ] When `mod_unique_id` is enabled the request ID equals the one generated by `mod_unique_id`.
- [ ] When `mod_unique_id` is not available the request ID is a 20 character long random string
- [ ] The generated Id is stable over the lifespan of one request

Changeset looks a little bit larger since I had to adjust every unit test using the HTTP\Request class for proper DI.

Fixes https://github.com/owncloud/core/issues/13366
2015-02-09 11:53:11 +01:00
..
l10n [tx-robot] updated from transifex 2015-02-08 01:54:53 -05:00
private Respect mod_unique_id and refactor OC_Request::getRequestId 2015-02-09 11:53:11 +01:00
public Respect mod_unique_id and refactor OC_Request::getRequestId 2015-02-09 11:53:11 +01:00
repair Merge pull request #12283 from oparoz/sfnt-fonts 2015-02-07 13:33:49 +01:00
autoloader.php use Composer autoloader not OC for non-Composer 3rdparty (#9643) 2014-10-28 11:32:20 +01:00
base.php Merge pull request #13314 from owncloud/login-hook-logout 2015-01-22 23:34:19 +01:00