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
-
- 09 Aug, 2007 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4530 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
-
- 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
-
- 09 Aug, 2005 1 commit
-
-
sympa-authors authored
New features : * Message topics : List members can subscribe to one or more predefined message topics. They will only recieve those messages that have the appropriate tag. tagging can be performed by the message sender, moderators or in an automatic way. * Redesigned the message distribution subroutines. The new organization is described in a new section of the reference manual entitled "Internals" * Reorganisation of error reports (mail and web interface) to provide more precise error notification. git-svn-id: https://subversion.renater.fr/sympa/trunk@3262 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Jun, 2005 2 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3076 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3075 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Jun, 2005 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3063 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Nov, 2004 1 commit
-
-
sympa-authors authored
Fix: replace attributes_user type from 'text' to 'varchar(255)'; could make an "out of memory problem" Also uncommented admin_table creation git-svn-id: https://subversion.renater.fr/sympa/trunk@2613 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Oct, 2004 1 commit
-
-
sympa-authors authored
[G.Bouteille]New feature: owners and moderators can be extracted from an external datasource. Data sources are gathered in a new 'data_sources' directory. Sympa manages a cache of data in a new 'admin_table' database table. git-svn-id: https://subversion.renater.fr/sympa/trunk@2589 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 15 Oct, 2003 1 commit
-
-
salaun authored
New feature: support for a generic SSO system, compatible with Shibboleth. New 'generic_sso' auth.conf paragraphs. Sympa delegates the authentication process to the SSO and is also able to use provided user attributes within authorization scenarios. ***** New 'user_attributes' field in the 'subscriber_table' ***** If you are using MySQL, Sympa.pl will change the database structure ***** at startup. If using Pg, Oracle or Sybase you should ALTER the table ***** structure according to the provided create_db.x scripts. git-svn-id: https://subversion.renater.fr/sympa/trunk@2042 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Aug, 2003 1 commit
-
-
salaun authored
* Automatic bounce management based on 2 tasks : eval_bouncers sets a bouncing score for bouncers. process_bouncers will either notify or remove them The list config defines 2 bouncing levels (rate, action and notification). * New purge_orphan_bounces task that removes archived bounces files concerning old subscribers git-svn-id: https://subversion.renater.fr/sympa/trunk@1958 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Jul, 2002 1 commit
-
-
salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@1453 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Apr, 2002 1 commit
-
-
salaun authored
field. Could lead to errors in Mysql : "value too long for type character varying(30)" git-svn-id: https://subversion.renater.fr/sympa/trunk@1229 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Feb, 2001 1 commit
-
-
salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@158 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Jan, 2001 1 commit
-
-
salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@28 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Jan, 2001 1 commit
-
-
root authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-