- 11 Jul, 2012 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 10 Jul, 2012 4 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Kazuhiko Shiozaki authored
use the interpreter's import lock instead of threading.RLock in ERP5Type.dynamic to avoid possible dead lock. (cherry picked from commit a29456bc)
-
Łukasz Nowak authored
-
- 09 Jul, 2012 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 08 Jul, 2012 1 commit
-
-
Rafael Monnerat authored
Sometimes on configuration product-config can be defined but promise-path and site id isn't, like for example when some instance use DeadlockDebugger.
-
- 06 Jul, 2012 1 commit
-
-
Łukasz Nowak authored
-
- 04 Jul, 2012 1 commit
-
-
Łukasz Nowak authored
-
- 28 May, 2012 1 commit
-
-
Łukasz Nowak authored
As it is possible to do category_simulation_state=..., it shall be possible to do same relation based on validation_state.
-
- 21 May, 2012 1 commit
-
-
Łukasz Nowak authored
-
- 18 May, 2012 6 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Use volatile cache to store tokens and one key per site.
-
- 09 May, 2012 1 commit
-
-
Łukasz Nowak authored
-
- 03 May, 2012 3 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
Having two listbox with the same ID displayed on the same page prevent expected usage of them, as the same parameter names are sent twice.
-
Łukasz Nowak authored
Note: Generic code shall have no constraints at all.
-
- 02 May, 2012 5 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Token server can be totally different then resource server.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 26 Apr, 2012 4 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Return token on addition. Use proxied scripts to access whole system in order to allow unprivileged user to manage own tokens. Update roles immediately in order to give unprivileged user access to validated token.
-
Łukasz Nowak authored
By requiring token_validation_method extraction plugin is only responsible for low level implementation.
-
Łukasz Nowak authored
BearerTokenModule_addNewToken allows to add token for Person passed as destination_reference. In case if Person has no key assigned new one is generated. BearerToken_isValid allows to validate token against (possibly) related person object. Base_getHMAC is low level interface to hmac module. In order to made tokens unique use User-Agent and REMOTE_ADDR in token generation body. Thanks to this token will be narrowed to one broswer. In order to avoid reuse token on different servers add Host. Key to generate HMAC are stored on Person object using bearer_token_key property.
-
- 25 Apr, 2012 5 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Bearer is token used in OAuth 2. This plugin extracts this token from Authorisation header and uses defined portal type query in order to check if token is valid and for which user.
-
- 19 Apr, 2012 3 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
PayZen interface expectes all dates in UTC, but suds library is not configurable. So force UTC usage while importing and using suds, so no date mangling will happen.
-