- 27 Oct, 2016 13 commits
-
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
Simplified rework of ERP5 User Manager without module-level callables and implementing more of PAS API. Implement IAuthenticationPlugin API better, so PAS API becomes usable for ERP5-based authentication.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
use getId() instead of getUserName() where user is supposed to be neither Anonyous User nor System Processes.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 26 Oct, 2016 9 commits
-
-
Kazuhiko Shiozaki authored
so that getId() is used for ERP5 users and getUserName() is used for special users like Anonyous User or System Processes whose id is None.
-
Vincent Pelletier authored
Allows being compatible with future, improved PAS plugin features. Also, drop a few useless imports.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
In ERP5User, getId() is the identifier, but for SpeicalUser, like Anonymous User, System Processes etc., getId() is None.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
otherwise self._person_value's path becomes like /erp5/acl_users/1 instead of /erp5/person_module/1.
-
Vincent Pelletier authored
Add methods to retrieve the user and login documents using PAS API.
-
Vincent Pelletier authored
For forward compatibility with multi-login, login-change, login-is-not-id improvements.
-
Vincent Pelletier authored
This API is deprecated.
-
- 25 Oct, 2016 5 commits
-
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Kazuhiko Shiozaki authored
-
- 24 Oct, 2016 3 commits
-
-
Tristan Cavelier authored
on cmdline, stderr and stdout fields.
-
Sven Franck authored
-
Arnaud Fontaine authored
With old versions of Zope, it was possible to define the SMTP connection timeout but this is not possible anymore even though MailHost, in turn using zope.sendmail, uses Python smtplib library. This meant that once connect() was called, it may have taken around 2 minutes or more before timeout (and this is OS-specific as well) blocking one Zope thread.
-
- 20 Oct, 2016 2 commits
-
-
Sven Franck authored
-
Ni authored
mostly for erp5_bank_reconciliation and trade
-
- 19 Oct, 2016 8 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Tristan Cavelier authored
removing lines, columns and tabs but improving PaySheetLine_asCellRange
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Yusei Tahara authored
-