An error occurred fetching the project authors.
- 23 Dec, 2016 1 commit
-
-
Vincent Pelletier authored
In addition to ERP5 Login-based authentication and enumeration support, reserve special Zope users.
-
- 12 Dec, 2016 1 commit
-
-
Vincent Pelletier authored
It does not depend on a specific plugin. Also, update all importers. Also, reduce import cycles in ERP5Security.
-
- 30 Nov, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 30 Jan, 2015 1 commit
-
-
Tristan Cavelier authored
This the default way to authenticate in ERP5. Without this, it is DANGEROUS to activate another plugin. The PluggableAuthenticationService lists all activated plugin and if at least one is available then it deactivate the default way to authenticate. And if you are not able to pass the activated plugin then you cannot login anymore. To prevent this, we can activate a plugin which uses the default way to authenticate (Dumb HTTP Extraction Plugin), and THEN activate another plugin.
-
- 11 Aug, 2014 1 commit
-
-
Romain Courteaud authored
Access Token behaviour is configured on the portal type level. The token ID is used to directly fetch it without using the catalog (faster access).
-
- 17 Sep, 2012 4 commits
-
-
Ł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.
-
- 18 Nov, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40381 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40375 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
initial implementation of ERP5 External Auth Plugin, that extract the user_id from the HTTP request header. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40315 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 1 commit
-
-
Sebastien Robin authored
Conflicts: bt5/erp5_base/bt/revision bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py bt5/erp5_simulation/bt/revision bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml bt5/erp5_trade/bt/change_log bt5/erp5_trade/bt/revision products/ERP5/Document/BusinessPath.py products/ERP5/Document/SimulationMovement.py products/ERP5/Document/TradeCondition.py products/ERP5/Document/TradeModelLine.py products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision products/ERP5Type/ERP5Type.py git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jul, 2010 1 commit
-
-
Julien Muchembled authored
Because some sites don't have an 'erp5_users' plugin in acl_users, and what ERP5Site_getAuthenticatedMemberPersonValue does is not specific to 'erp5_users'. This is done by moving code outside ERP5UserManager class so that it can be reused. Changes to ERP5UserManager.getUserLogin method are: - use a transactional cache instead of erp5_content_short: - a transactional cache is enough because authenticateCredentials already caches its result in erp5_content_short - no need to care about empty result from the catalog, which was done using _AuthenticationFailure (instead, we simply return an empty list) - cache person objects instead of their path - no need to use SUPER_USER since we use unrestrictedSearchResults git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37065 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Apr, 2010 1 commit
-
-
Ivan Tyagov authored
Add key authentication plugin (preliminary work of FX) and extend tests to basic cover it. This is a work in progress and needs improvements (see XXX) and better test coverage. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34434 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 May, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21064 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 May, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21007 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Feb, 2008 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19290 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Jan, 2007 1 commit
-
-
Jérome Perrin authored
patching PropertiedUser. Register an UserFactoryPlugin to return ERP5Users. ERP5Type/patches/PropertiedUser.py is now useless and will disapear soon. To update your ERP5 instance, you will have to add an ERP5 User Factory in your acl_users (using the ZMI) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12286 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Oct, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10629 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. Repair broken image. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Nov, 2005 2 commits
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4236 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4229 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Oct, 2005 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4167 20353a03-c40f-0410-a6d1-a30d3c3de9de
-