This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 28 Feb, 2008 1 commit
-
-
serge.aumont authored
***** make remind password impossible. So now a one time ticket table is created ***** ticket are sent by email as an authentication token. Ticket can be used ***** for lost password, create account, moderation request . It should be ***** generalized to all operation that need a email chalenge. ***** ***** sympa.pl --md5_encode_password change password encoding in the database using md5.So IT IS NOT REVERSIBLE, ***** so you should save the database (in a safe place to protect password) - new login method include now "last login from [HOST] at [date]" information message - new daily task to remove tickets older than 10d (task parameters in conf.pm): - purge_one_time_ticket_table_task default daily - one_time_ticket_table_ttl default 10d git-svn-id: https://subversion.renater.fr/sympa/trunk@4857 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Oct, 2007 1 commit
-
-
olivier.salaun authored
Fixes for custom_attribute feature: renamed custom_attribute DB field to custom_attribute_subscriber ; change mysql DB field tpe to "text" ; now using eval to parse the XML data git-svn-id: https://subversion.renater.fr/sympa/trunk@4662 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Oct, 2007 1 commit
-
-
olivier.salaun authored
[#3235][requested by T.Berry, NASA]New feature: allow list owners and editors to set a visibility option. If set to 'conceal', the person is not listed in the list panel. This new option also applies to owner_include and editor_include parameters. git-svn-id: https://subversion.renater.fr/sympa/trunk@4657 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Oct, 2007 1 commit
-
-
olivier.salaun authored
This feature allows the use of per list custom user attributes. Once defined by the list owner, a form will be presented to new list members on the subscription web page. These custom attributes are either optional or mandatory. The list owner will then see the provided user information while taking the subscription decision. Custom attributes can later be viewed from the review page and editsubscriber page. Custom attributes are stored in a dedicated field of the subscriber_table DB table, as XML data. git-svn-id: https://subversion.renater.fr/sympa/trunk@4639 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Aug, 2007 1 commit
-
-
serge.aumont authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4567 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Aug, 2007 1 commit
-
-
serge.aumont authored
More test and logs in SympaSession::store git-svn-id: https://subversion.renater.fr/sympa/trunk@4561 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Aug, 2007 1 commit
-
-
serge.aumont authored
Introduction of http session in ordre to replace a lot of cookies, for better user interface and security. -new table session_table -new module SympaSession.pm -new features - from admin page set log level for the current session - from admin page list active sessions - from admin page change user email identity -new task to purge old sessions from table (inactive delay to remove session is set by the sympa.conf parameter session_expiration_period (defaul 1 month) -session start at first hit usually with an anonymous user. The session continue when the user logging. -cookie lang replaced by a session parameter -cookie sympa-user removed TODO : introduce user pref based obn session for review page length and archive thread/chrono view . Need to introduce a structure data varchar column in user_table git-svn-id: https://subversion.renater.fr/sympa/trunk@4550 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Aug, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3797 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Jun, 2006 1 commit
-
-
sympa-authors authored
Each operations theat changes the status of messages/subscriptions/list config is now logged in a structured DB entry. Both listmasters and listowners can search this events DB using the Sympa web interface. git-svn-id: https://subversion.renater.fr/sympa/trunk@3785 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 Feb, 2006 1 commit
-
-
sympa-authors authored
[John-Paul Robinson] New feature: When using generic_sso, Sympa is now able to verify the user's email address when it is provided by the SSO. If no email is provided, the user is asked. git-svn-id: https://subversion.renater.fr/sympa/trunk@3586 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Jan, 2006 1 commit
-
-
sympa-authors authored
* new bounce_address_subscriber DB field * verp_rate list and global parameter git-svn-id: https://subversion.renater.fr/sympa/trunk@3501 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Aug, 2005 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3312 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Aug, 2005 1 commit
-
-
sympa-authors authored
Now also check fields type with SQLite. git-svn-id: https://subversion.renater.fr/sympa/trunk@3282 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Aug, 2005 1 commit
-
-
sympa-authors authored
[Id 446] New feature: Added support for an SQlite backend.A create_db.SQLite has been added. Sympa.pl is able to automatically create the database if none exists. SQLite is now the default 'db_type' in sympa.conf (SQlite drivers include the database engine itself, therefore nothing needs to be installed). git-svn-id: https://subversion.renater.fr/sympa/trunk@3265 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-