nextcloud/lib
noveens c1fa6401a3 Enabled CORS on webdav and ocs
* Exclude DAV CORS handling when no Origin specified
  This will exclude non-browser clients from CORS handling.
  Fixes some clients like davfs which break when CORS is enabled.
* fix: CORS on WebDAV is not working
  WebDAV is not working at all when used by on browser Javascript because the CORS headers
  are only present in the OPTION request, but not in the subsequent WebDAV methods.
  * This behavior is caused by a erroneous json_decode call while retriving the user's domains whitelist.
    It return an object, so the is_array always fails and no header are sent.
* Add Access-Control-Expose-Headers - to allow clients to access certain headers
* Adding many headers as allowed headers + add capability to read additional allowed headers from config.php
2023-09-20 14:59:59 +02:00
..
composer Merge pull request #32912 from nextcloud/group-backend-batch-method 2023-09-11 11:11:00 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-09-20 00:27:30 +00:00
private Enabled CORS on webdav and ocs 2023-09-20 14:59:59 +02:00
public Enabled CORS on webdav and ocs 2023-09-20 14:59:59 +02:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php fix(autoloader): no apcu no side effects 2023-09-08 16:55:39 +02:00
versioncheck.php Allow 8.2 in versioncheck 2023-02-02 12:05:20 +01:00