An error occurred fetching the project authors.
- 16 Apr, 2013 1 commit
-
-
Kazuhiko Shiozaki authored
This commit fixes the regression in 4b16e1dd where python scripts generated by alarm, that can happen with upgrader, will be executed as Anonymous because it's owner does not exist.
-
- 02 Jun, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
commit 2ba8fb59b67cda4a35bda5ee809ac0dd6af40d84 Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri Jun 1 23:26:30 2012 +0200 if the activity is called by super user, it should be invoked with the same permission as UnrestrictedMethod. commit f63c2e8625934d0a5a056e933f4c7215098bfa1b Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri Jun 1 15:58:41 2012 +0200 use UnrestrictedMethod's super user instead of ad-hoc SUPER_USER. commit 965460b092967bc3ada3ee7268e1f942fc770efd Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri Jun 1 15:57:45 2012 +0200 security query for super user should be simply empty. commit 6d519b78f52f1a631d6663ee5594ae92a0730cc3 Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri Jun 1 15:37:33 2012 +0200 support both ERP5Security's SUPER_USER and UnrestrictedMethod's super user. commit 21431518b821a5e2756caad5393fc746bed79d36 Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri Jun 1 15:32:45 2012 +0200 make sure that SUPER_USER can access the object explicitly, that can be required with erp5_web. commit 63279ac74cbb40e520da36571927bfdee5af5e05 Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri Jun 1 15:27:00 2012 +0200 use UnrestrictedMethod instead of ad-hoc SUPER_USER, still keeping SUPER_USER for compatibility.
-
- 17 Oct, 2011 1 commit
-
-
Julien Muchembled authored
Checked following occurrences in comments: - "Python 2.[456]" - "Zope 2.[891]" - "BBB" - "BACK" Checked uses of: - email, hashlib, numpy & tarfile (modules) - ImportError - string.Template - suppress_events (parameter of _setObject) Excluded: - some forked modules (MailTemplates, PortalTransforms...) - some i18n compatibility code
-
- 29 Aug, 2011 1 commit
-
-
Łukasz Nowak authored
By understanding external_login in ERP5UserManager it is not required to repeat authenticateCredentials logic. Thanks to this ERP5ExternalAuthenticationPlugin can be used only as credential extraction plugin. Extend test suite to prove that enabling ERP5ExternalAuthenticationPlugin does not impact default scenario.
-
- 27 Jul, 2011 2 commits
-
-
Ivan Tyagov authored
to respective iLoginAccountProvider implementation class.
-
Ivan Tyagov authored
Allow low level password validity checks (if isAuthenticationPolicyEnabled only). Adjust tests to handle better password history.
-
- 21 Jul, 2011 1 commit
-
-
Ivan Tyagov authored
saved. Add comment.
-
- 18 Jul, 2011 1 commit
-
-
Ivan Tyagov authored
and account's number of failures and stop user (if required) from logging in.
-
- 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
-
- 18 Jun, 2010 1 commit
-
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36448 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jun, 2010 1 commit
-
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36437 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Nov, 2009 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30899 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jun, 2009 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27351 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
In explanation about manual checks on catalog result, remove a case (out of 3) which is not true any more. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27349 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 May, 2009 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27237 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27234 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jul, 2008 1 commit
-
-
Jérome Perrin authored
exact_match=False. If exact_match were False, then % were added around the login, which ZSQLCatalog interprated as a KeyWord search automatically. Now that ZSQLCatalog supports forcing the query type, exact_match=True will force the use of an ExactMatch key and exact_match=False the use of a KeyWord key. This way logins containing SQL characters are now supported. This requires latest fixes to ZSQLCatalog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22224 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 May, 2008 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21241 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Keep compatibility with previous implementation in order to accept non iterable parameter as login. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21240 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 May, 2008 3 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20898 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make sure getUserByLogin always receives a tuple as parameter. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20897 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20896 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Jan, 2008 3 commits
-
-
Aurel authored
add unit test for this git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18690 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18689 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18687 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Aug, 2007 1 commit
-
-
Aurel authored
assignment add & modify unit test for this git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15915 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Aug, 2007 1 commit
-
-
Jérome Perrin authored
be false. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15723 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jul, 2007 4 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15329 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15328 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add a cache on getUserByLogin because it's called from multiple method during PAS internal execution flow. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15327 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15326 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 May, 2007 1 commit
-
-
Alexandre Boeglin authored
with SUPER_USER git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14542 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Mar, 2007 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13147 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Feb, 2007 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13084 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Jan, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12460 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jan, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12185 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jan, 2007 1 commit
-
-
Vincent Pelletier authored
Add an explicit raise. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11894 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2007 1 commit
-
-
Vincent Pelletier authored
Prevent getUserByLogin from failing due to a degraded catalog (for example if it doesn't exist, ERP5Security prevents from accessing the managment screens to fix the situation). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11862 20353a03-c40f-0410-a6d1-a30d3c3de9de
-