- 23 Nov, 2021 1 commit
-
-
Cube Doctor authored
-
- 18 Oct, 2021 2 commits
-
-
François Ferry authored
-
François Ferry authored
-
- 15 Oct, 2021 1 commit
-
-
Elouan Martinet authored
Also redefine __select__ as parent classes require a version in the URL.
-
- 12 Oct, 2021 2 commits
-
-
François Ferry authored
-
François Ferry authored
-
- 30 Sep, 2021 1 commit
-
-
François Ferry authored
-
- 08 Sep, 2021 2 commits
-
-
Laurent Peuch authored
-
Laurent Peuch authored
-
- 24 Aug, 2021 1 commit
-
-
Laurent Peuch authored
-
- 20 Aug, 2021 6 commits
-
-
Noé Gaumont authored
-
Noé Gaumont authored
-
Noé Gaumont authored
-
Noé Gaumont authored
This is needed as rqlcontroller is listed as deps in signedrequest. This creates the following error in signedrequest: cubicweb._exceptions.ConfigurationError: cycles in graph: rqlcontroller -> signedrequest This is cubicweb related and not a cycle in deps directly.
-
Noé Gaumont authored
-
Noé Gaumont authored
-
- 11 Aug, 2021 1 commit
-
-
Laurent Peuch authored
POST for application/json are safe from csrf but not multipart/form-data. CSRF protection is thus disabled on application/json (no matter the authentications method). For multipart/form-data, there are 3 usecases: 1. multipart/form-data authenticated by cookies (webrowser), this requires csrf and this is handled by MultipartRqlIOController. 2. multipart/form-data anon user, this does not require csrf and this in handled by AnonMultipartRqlIOController 3. multipart/form-data authenticated with authorization, this does not requires csrf as there is an authentification. This is not handled here but in signed-request that implements the authentification.
-
- 22 Jul, 2021 1 commit
-
-
Laurent Peuch authored
-
- 03 Aug, 2021 1 commit
-
-
Cube Doctor authored
-
- 30 Jul, 2021 13 commits
-
-
Simon Chabot authored
-
Simon Chabot authored
-
Fabien Amarger authored
By the way move the extended version after all include to erase if needed
-
Fabien Amarger authored
-
Noé Gaumont authored
-
Noé Gaumont authored
-
Noé Gaumont authored
-
Noé Gaumont authored
-
Noé Gaumont authored
-
Simon Chabot authored
As of Cubicweb 3.32, there is a CSRF check on every controllers. However, the RQLIO one is a bit peculiar, as it is intended to be used by authenticated 3rd-parties, meaning that we can disable CSRF check because the RQLIO controllers does not rely on cookie authentication.
-
Fabien Amarger authored
-
Fabien Amarger authored
-
Fabien Amarger authored
because of CSRF
-
- 17 Jul, 2021 1 commit
-
-
Laurent Peuch authored
-
- 16 Jul, 2021 1 commit
-
-
Laurent Peuch authored
-
- 21 Apr, 2021 1 commit
-
-
Laurent Peuch authored
-
- 13 Jan, 2021 1 commit
-
-
Laurent Peuch authored
-
- 09 Dec, 2020 1 commit
-
-
Laurent Peuch authored
-
- 01 Dec, 2020 1 commit
-
-
Laurent Peuch authored
-
- 25 Sep, 2020 1 commit
-
-
Laurent Peuch authored
-
- 29 May, 2020 1 commit
-
-
François Ferry authored
-