nextcloud-server/lib
Joas Schilling 2ae64efd52 fix(base.php): Correct order for booting \OC\Server
A recent change had broken authentication with an older
FastCGI Apache2 module, because the IRequest object got
initialised before the fix from self::handleAuthHeaders()
copied the authentication headers into the correct $_SERVER
variables.
Since this part is completely independent from any Nextcloud
code it is now done as a first thing within the init() call.

Additionally similar issues could happen when another class
would boot too early and read other global PHP settings like
ini values and default timezone, so those are now also moved
to the beginning.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-03-10 11:33:16 +07:00
..
composer fix(Share20): Convert broken hooks to IEventListener 2025-03-04 07:58:21 +07:00
l10n Fix(l10n): Update translations from Transifex 2025-03-09 00:23:27 +07:00
private feat: log query for dbal exceptions 2025-03-05 22:52:28 +07:00
public refactor(TempManager): Simplify and unify implementations and remove legacy behavior 2025-03-04 07:49:20 +07:00
autoloader.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
base.php fix(base.php): Correct order for booting \OC\Server 2025-03-10 11:33:16 +07:00
versioncheck.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00