nextcloud/lib
Joas Schilling e101a3dcca 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:30:00 +00:00
..
composer feat: Close sessions created for login flow v2 2025-03-03 12:30:48 +01:00
l10n Fix(l10n): Update translations from Transifex 2024-08-14 00:20:43 +00:00
private fix(login): Properly target public page with attribute 2025-03-05 16:57:34 +00:00
public refactor(TempManager): Simplify and unify implementations and remove legacy behavior 2025-03-04 07:53:19 +01:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php fix(base.php): Correct order for booting \OC\Server 2025-03-10 11:30:00 +00:00
versioncheck.php Allow 8.2 in versioncheck 2023-02-02 12:05:20 +01:00