- 22 Oct, 2024 5 commits
-
-
Titouan Soulard authored
By default, refresh tokens generated using OAuth2 can be used as long as they are valid. This commit introduces an option, which, when enabled, makes it impossible to use already-used refresh tokens.
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
Factorize standard `token` method to implement a protected `tokenInternal` method that allows getting a token for an user as Manager.
-
Titouan Soulard authored
`createSession` method from the OAuth2 Authorisation Server Connector needs to access client value. Fetching this value from the session is not needed since it is already stored in a local variable.
-
- 23 Sep, 2024 1 commit
-
-
Titouan Soulard authored
When an error was encountered in `jIOWebSection`, it did not abort the transaction, as it usually does in ERP5. This was made on purpose because errors are logged in ZODB, hence aborting the transaction didn't make it possible. This behavior was annoying, so this commit purposedly abort transaction before starting a new one to handle error. We are therefore able to log error in ZODB while also keeping the usual ERP5 behavior of aborting on error.
-
- 29 Apr, 2024 3 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Titouan Soulard authored
-
- 22 Apr, 2024 4 commits
-
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
- 09 Apr, 2024 5 commits
-
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
Titouan Soulard authored
-
- 03 Apr, 2024 22 commits
-
-
Cédric Le Ninivin authored
Unindex, create and drop are managed by catalog
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
As it is the string, make it of fixed string
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
As get and put actions are deterministic there is no need to loop over various schemas when checking data. If there is an error it is returned directly.
-
Cédric Le Ninivin authored
* allDocs now behave like others action mode and return the result of the match * It allows greater customization of the output data
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-