- Nov 08, 2024
-
-
Frank Bessou authored
Also upgrade from openapi version 3.0.3 to 3.1.0 - nullables are replaced by the "null" type. - application/octet-stream content schema don't require specifying a schema
-
- Aug 09, 2024
-
-
Frank Bessou authored
Mutating the original requests can be dangerous and have unwanted side effects. For example, it can prevent the signedrequest cube from checking authenticity of a request as it compares the signature received in the request's header with the signature of the body.
-
- Jun 11, 2024
-
-
Frank Bessou authored
-
Frank Bessou authored
Which will allow adding metadata to resultsets.
-
- Feb 21, 2024
-
-
Arnaud Vergnet authored
OpenAPI spec now always shows the login/logout routes
-
- Feb 01, 2024
-
-
Arnaud Vergnet authored
-
- Jan 12, 2024
-
-
Cube Doctor authored
-
- Oct 16, 2023
-
-
Arnaud Vergnet authored
JSON routes do not need it but added for consistency
-
- Oct 03, 2023
-
-
Arnaud Vergnet authored
-
- Sep 12, 2023
-
-
Arnaud Vergnet authored
-
- Oct 18, 2023
-
-
Arnaud Vergnet authored
-
- Oct 23, 2023
-
-
Arnaud Vergnet authored
Those tokens are only created by the login route so those should not allow users to authenticate if the login route is disabled
-
Arnaud Vergnet authored
-
- Oct 17, 2023
-
-
Nicola Spanti authored
-
Frank Bessou authored
The login route is now disabled by default. It was previously enabled by default. It is why it is a breaking change.
-
- Jun 15, 2023
-
-
Laurent Peuch authored
-
- Aug 09, 2023
-
-
Frank Bessou authored
-
François Ferry authored
-
- Jul 05, 2023
-
-
Laurent Peuch authored
-
- Apr 20, 2023
-
-
Frank Bessou authored
Closes #702.
-
Frank Bessou authored
-
- Apr 04, 2023
-
-
Frank Bessou authored
Otherwise exceptions raised on commit are not caught by the api exception view deriver.
-
- Mar 31, 2023
-
-
François Ferry authored
refactor(exceptions): define custom api exception, a view deriver to raise them and view exception to display them
-
François Ferry authored
-
François Ferry authored
-
François Ferry authored
-
- Mar 30, 2023
-
-
François Ferry authored
-
- Feb 21, 2023
-
-
Laurent Peuch authored
Fixes #32 and cubicweb/cubicweb#680
-
- Feb 10, 2023
-
-
Frank Bessou authored
Closes #30.
-
- Jan 17, 2023
-
-
Frank Bessou authored
-
Frank Bessou authored
Which is more pythonic.
-
- Jan 19, 2023
-
-
François Ferry authored
-
- Dec 09, 2022
-
-
Laurent Peuch authored
-
- Jul 22, 2022
-
-
Arnaud Vergnet authored
-
Arnaud Vergnet authored
-
- Jun 16, 2022
-
-
Arnaud Vergnet authored
-
- Jun 15, 2022
-
-
Arnaud Vergnet authored
Reverts to the base pyramid_jwt implementation but with a custom serializer which simply returns the given value. Needed as the JWT token is already base64 encoded. This fixes authentication issues using the cubicweb_web login forms.
-
- Jun 14, 2022
-
-
Arnaud Vergnet authored
-
- Jun 07, 2022
-
-
Arnaud Vergnet authored
-
Arnaud Vergnet authored
-