log src/plugins/plugin_misc_account.py @ 2157:b4a515e36631

age author description
2017-02-12 Goffi core (plugins): added missing contants + use of new constants in PLUGIN_INFO
2017-02-12 Goffi core, jp: component handling + client handling refactoring:
2017-02-06 Goffi core, bridge, frontends: renamed asyncConnect to connect, and added options parameters (not used yet)
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-03-21 souliane plugin misc_account: fixes two bugs introduced by revision 1907 (0b748ad46ede):
2016-03-11 souliane plugin misc account: separate profile creation and sending emails, so we can wait and send the emails at the right time (when we know that no error occured)
2016-03-09 Goffi plugin misc account: fixed handling of None/empty values in sendEmails.sendEmail
2016-03-09 souliane plugin misc_account: fixes sending email (twisted.mail.smtp.sendmail doesn't want unicode)
2016-03-09 Goffi plugin account: fixed use of {domain} instead of hardcoded libervia.org for welcoming e-mail.
2016-03-07 souliane plugin misc_account: fixes handling of deprecater parameter "admin_email"
2016-02-27 Goffi plugin account: modifications in welcoming email:
2016-02-27 Goffi plugin account: email sending improvments:
2016-01-16 souliane plugin misc_account: add a FIXME comment
2016-01-03 Goffi copyright update
2015-12-22 souliane plugin misc_account: fixes login messages when sending emails
2015-12-09 souliane plugin misc_account: send email to the admins when a new profile is created for an external XMPP account
2015-12-08 souliane reverted revision 2ebe66a96d05
2015-12-07 souliane plugin misc_account: auto add some contacts at profile creation
2015-12-07 souliane core, plugin misc_account: set XMPP connection max retries to 0 when checking if an external account exists
2015-12-02 souliane plugin misc_account: temporary disabling posts and account deletion
2015-12-01 souliane primitivus and plugins: renamed a few menus:
2015-11-27 Goffi plugin account: fixed profile creation: session is started to set the connection parameters, then stopped
2015-11-27 souliane plugin misc_account: fixed password verification
2015-11-23 souliane plugin misc_account: add method asyncConnectWithXMPPCredentials
2015-06-06 souliane plugin misc_account: change the message sent by email after an account creation
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-03-30 Goffi 2015 copyright dates update
2014-10-07 Goffi core: better management of default value in getConfig
2014-09-21 souliane memory: Sessions.newSession can be called with a forced session ID
2014-06-25 souliane plugin misc_account: delete the profile session after the registration is done