An error occurred fetching the project authors.
  1. 23 Dec, 2016 1 commit
  2. 12 Dec, 2016 1 commit
  3. 30 Nov, 2015 1 commit
  4. 30 Jan, 2015 1 commit
    • Tristan Cavelier's avatar
      Add ERP5Security Dumb HTTP Extraction Plugin · 87cfa88f
      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.
      87cfa88f
  5. 11 Aug, 2014 1 commit
  6. 17 Sep, 2012 4 commits
  7. 18 Nov, 2010 2 commits
  8. 17 Nov, 2010 1 commit
  9. 15 Jul, 2010 1 commit
    • Sebastien Robin's avatar
      sync with trunk@37114 · c1ae57b0
      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
      c1ae57b0
  10. 12 Jul, 2010 1 commit
    • Julien Muchembled's avatar
      Reimplement ERP5Site_getAuthenticatedMemberPersonValue without using acl_users.erp5_users · bbd0f245
      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
      bbd0f245
  11. 09 Apr, 2010 1 commit
  12. 21 May, 2008 1 commit
  13. 19 May, 2008 1 commit
  14. 13 Feb, 2008 1 commit
  15. 24 Jan, 2007 1 commit
  16. 09 Oct, 2006 1 commit
  17. 25 Mar, 2006 1 commit
  18. 04 Nov, 2005 2 commits
  19. 30 Oct, 2005 1 commit