- 13 Jul, 2012 6 commits
-
-
Łukasz Nowak authored
This reverts commit ae1a45e4. Test runners are not able anyway to use pure in-ZODB tests.
-
Łukasz Nowak authored
-
Arnaud Fontaine authored
(cherry picked from commit e7967448c588f4b5743dfca28d9be3ab47ba05c9) Conflicts: product/ERP5Type/dynamic/component_package.py
-
Arnaud Fontaine authored
Followup of a29456bc. (cherry picked from commit f73c1f57962f275246da0e125ceb4f312e0399fb)
-
Arnaud Fontaine authored
(cherry picked from commit 7af4728b7463a521fadca3dcedbd5e445d9ef12e)
-
Arnaud Fontaine authored
(cherry picked from commit 3fa79d0e6f1a771caae0f898e87e015486180975)
-
- 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 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-