summaryrefslogtreecommitdiffstats
path: root/core/src/utils/xhr-request.js
Commit message (Expand)AuthorAgeFilesLines
* fix adding x-requested-with header for relative URLs when the base NC URL is ...Julien Veyssier2023-11-241-2/+13
* fix(xhr-request): Make sure to also allow strings as urlFerdinand Thiessen2023-10-171-12/+17
* only add x-requested-with header if requests point to NCJulien Veyssier2023-10-161-1/+12
* fix: Set X-Requested-With header on all requests to avoid browser auth dialogsJulius Härtl2023-08-181-0/+55