Commit Graph

19 Commits

Author SHA1 Message Date
Benjamin Dauvergne 52d8f1b1c4 Use by service registration field list to setup the registration page 2010-12-17 16:59:42 +01:00
Benjamin Dauvergne a9855ba738 Persist into the session the request the session the currently selected theme 2010-12-17 16:59:23 +01:00
Benjamin Dauvergne 8b9684950f Overload RootDirectory.get_idp_sso_list 2010-12-16 16:08:17 +01:00
Benjamin Dauvergne d06e0d0b2b [callback] add uid parameter to create_ldap_classification method
It is easier for Ofbiz to manipulate the uid than the email which is
non-unique.
2010-12-15 11:44:23 +01:00
Benjamin Dauvergne 5660846d49 Only allow username with letters and digits 2010-11-30 11:02:11 +01:00
Benjamin Dauvergne e9079cafc8 [root] userClass is a multivalued field, it must contain a list 2010-11-23 13:56:37 +01:00
Benjamin Dauvergne c40f57fbd7 [Registration] add CNIL and usage conditions test blocks
Those text blocks are configurable under
/admin/settings/identity_options.
2010-07-28 14:23:23 +02:00
Benjamin Dauvergne 9c08234e13 [XMLRpc Callbacks] add support for createLDAPUpdate XMLRPC callback
- XmlRpcCallback was renamed BatchJob and the XMLRPC action was
  extracted to another class called XmlRpcAction.

- The administration panel was improved.
2010-07-28 12:24:00 +02:00
Benjamin Dauvergne 6b6a29d2bf [Callbacks] add new callback to report LDAP updates to OFBiz
- XmlRpcCallback was simplified to be a simple holder of an action for
  administrative and persistence purpose.
- XmlRpcAction was created to hold a XML-RPC callback action, you can
  precise the action and the arguments.
- IdentitiesStoreIFEF.save() was added to call the callback when an
  identity is updated.
2010-07-27 19:01:56 +02:00
Benjamin Dauvergne 4c4af22bfb Fix forget of moving fields 2010-06-23 16:03:21 +02:00
Benjamin Dauvergne 4e04b61c2b Add cronjob from callback resending, store error in callback object 2010-06-08 23:26:42 +02:00
Benjamin Dauvergne 5fe98f8517 Add missing code for particulier-employeur, add checking of classification widget 2010-06-08 22:58:05 +02:00
Benjamin Dauvergne 1a535dcd1b Make XmlRpcCallback real storable object
* if after_jobs fails, store the callback persistently so that it can
   be restarted.
2010-06-08 18:49:59 +02:00
Benjamin Dauvergne f2317d0807 Implement XMLPRC callback to the ERP
* add a setting for the ERP URL
 * use afterjobs to make the XML RPC call
 * admin page to look at jobs (not really useful, only for debugging
   purpose)
 * what's missing:
   * re-execution of afterjobs when failure happens
   * better checks of form submissions
2010-06-08 17:48:01 +02:00
Benjamin Dauvergne 7d25d97117 Update registration page
* add question about claimed status of the new user
 * remove lost password behaviour
 * add a captcha
2010-05-20 11:56:59 +02:00
Benjamin Dauvergne 1697edc118 Import quixote.redirect 2010-05-19 16:39:12 +02:00
Benjamin Dauvergne af0078a573 Add a pre_registration_hook 2010-04-27 16:20:06 +02:00
Benjamin Dauvergne 1b5fd6d704 Created special store for IFEF Ldap, customized field and register page 2010-04-26 12:26:03 +02:00
Benjamin Dauvergne 1c9cd989b3 First commit 2010-04-22 14:31:31 +02:00