An error occurred fetching the project authors.
- 25 May, 2017 1 commit
-
-
Jérome Perrin authored
This method creates a user preference if no preference exists.
-
- 28 Apr, 2017 1 commit
-
-
Jérome Perrin authored
To be able to use pre_upgrade we would need to install the bt first
-
- 23 Dec, 2016 7 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
reference has two meanings (now that it lost the "login" meaning): - technical user identifier - regular ERP5 document reference This change moves the former to the new "user_id" property. The latter remains in the "reference" property.
-
Vincent Pelletier authored
-
Kazuhiko Shiozaki authored
This adds a new portal type category, "login", and corresponding getPortalLoginTypeList portal-level getter. Now that a user can have multiple logins, create_user_action becomes always available.
-
Vincent Pelletier authored
-
Kazuhiko Shiozaki authored
-
- 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.
-
- 09 Dec, 2016 1 commit
-
-
Vincent Pelletier authored
-
- 24 Feb, 2016 1 commit
-
-
Jérome Perrin authored
Since we now have a transaction cache, changes in user assignements are only taken into account in the next transaction.
-
- 10 Mar, 2015 1 commit
-
-
Gabriel Monnerat authored
-
- 16 Oct, 2014 1 commit
-
-
Julien Muchembled authored
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 30 Jan, 2014 1 commit
-
-
- 11 Jan, 2013 1 commit
-
-
Julien Muchembled authored
-
- 13 Sep, 2012 1 commit
-
-
Ivan Tyagov authored
Remove not used proeprty.
-
- 12 Jul, 2012 2 commits
-
-
Ivan Tyagov authored
Adjust tests as local roles structure changed.
-
Ivan Tyagov authored
Avoid to catalog some special roles like Owner (defined in getSQLCatalog().getSQLCatalogRoleKeysList()). As __ac_local_roles_group_id_dict__ changed its structure to 'local_group_id': ['Role'] (just the opposite) adjust test as well.
-
- 25 Jun, 2012 1 commit
-
-
Leonardo Rochael Almeida authored
thinko: inverted logic
-
- 22 Jun, 2012 2 commits
-
-
Leonardo Rochael Almeida authored
Don't fail if a previous --save test was interrupted before cleanup. Delete in beforeTearDown() the person that was added on afterSetUp().
-
Leonardo Rochael Almeida authored
In ERP5, objects that do not acquire local roles (according to their portal type configuration) do not need to be reindexed with their containers. So do not reindex recursively if portal_types of contained objects don't need it. Security reindexing can be customized with a type-based method. Fix test that wrongly relied on unrestricted access for updating object roles.
-
- 21 Jun, 2012 2 commits
-
-
Ivan Tyagov authored
-
Jérome Perrin authored
-
- 15 May, 2012 1 commit
-
-
Julien Muchembled authored
This is a followup to commit 8995b645 ("always start transactions with begin() and make tic() commit automatically"): there is now no need to use self.stepTic() instead of self.tic()
-
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 29 Aug, 2011 2 commits
-
-
Łukasz Nowak authored
-
Ł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.
-
- 28 Feb, 2011 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43800 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43795 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Feb, 2011 2 commits
-
-
Kazuhiko Shiozaki authored
try erp5/acl_users authentication first in BaseExtensibleTraversableMixin._forceIdentification so that any Pluggable Auth Service authentication works. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43790 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
configure appropriate roles for testKeyAuthentication and extend it for reference-based web access, that is the only failure case for now. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43789 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Feb, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
# this test fails for now. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43785 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Feb, 2011 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42963 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Nov, 2010 5 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40386 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* passed header key should be converted here, i.e. openAMid -> HTTP_OPENAMID, so 'literal=True' should be removed. * no need to inherit CookieAuthHelper class. * use 'external_login' instead of 'login' so that both extract part and authentication part of this plugin should be used, and not used in other authentication plugins. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40385 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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@40378 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
-