nextcloud-server/lib
Julius Härtl ea262a8ca3 perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP
By default there is a Pragma: no-cache header set due to the default
value `no-cache` of session.cache-limiter, which will cause Chrome and
iOS to not cache even with a different Cache-Control header set on the
response.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-07-11 08:31:21 +07:00
..
composer feat: add setup check for needed mimetype migrations 2024-06-19 11:22:49 +07:00
l10n Fix(l10n): Update translations from Transifex 2024-07-10 00:34:29 +07:00
private perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP 2024-07-11 08:31:21 +07:00
public test: update DummyJobList 2024-07-10 20:29:36 +07:00
autoloader.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
base.php fix: Fix default values for ini var in lib/base.php 2024-04-30 10:53:53 +07:00
versioncheck.php