summaryrefslogtreecommitdiffstats
path: root/core/src/utils/xhr-request.js
Commit message (Expand)AuthorAgeFilesLines
* fix: wipe local storages on log outbackport/50956/stable30Maksim Sukharev2025-02-251-0/+20
* fix: Redirect user to login if session is terminatedFerdinand Thiessen2025-01-091-6/+53
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-131-19/+3
* 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