This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 29 Apr, 2016 1 commit
-
-
sikeda authored
[change] New parameter "use_tls" for LDAP settings in list config, datasources and auth.conf. Obsoleted parameters "use_ssl" and "use_start_tls" still can be used. "use_tls" takes one of following values corresponding to old ones: - "starttls" : use_ssl=0, use_start_tls=1. - "ldaps" : use_ssl=1, use_start_tls=0. - "none" : TLS/SSL is disabled. [feature] Now STARTTLS may be enabled in LDAP datasource configuration of lists along with LDAPS. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12772 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Feb, 2016 1 commit
-
-
sikeda authored
Old name New name ----------------------------------- ---------------------------------------- Sympa::Auth::password_fingerprint Sympa::User::password_fingerprint Sympa::Tools::WWW::_load_mime_types Conf::_load_mime_types Sympa::Tools::WWW::get_mime_type Conf::get_mime_type tools::add_in_blacklist _add_in_blacklist in wwsympa.fcgi tools::addrencode Sympa::Tools::Text::addrencode tools::clean_msg_id Sympa::Tools::Text::canonic_message_id tools::escape_chars Sympa::Tools::Text::escape_chars tools::escape_docname Sympa::SharedDocument::escape_docname tools::escape_html Sympa::Tools::WWW::escape_html_minimum tools::escape_quote Sympa::Template::_escape_quote tools::escape_url Sympa::Tools::Text::escape_url tools::escape_xml Sympa::Template::_escape_xml tools::eval_in_time Sympa::Process::eval_in_time tools::get_list_params Sympa::Robot::list_params tools::get_message_id Sympa::unique_message_id tools::lang2charset Conf::lang2charset tools::load_edit_list_conf Sympa::List::_load_edit_list_conf tools::qdecode_filename Sympa::Tools::Text::qdecode_filename tools::qencode_filename Sympa::Tools::Text::qencode_filename tools::qencode_hierarchy Sympa::Tools::File::qencode_hierarchy tools::unescape_chars Sympa::Tools::Text::unescape_chars tools::unescape_html Sympa::Tools::WWW::unescape_html_minimum tools::valid_email Sympa::Tools::Text::valid_email ----------------------------------- ---------------------------------------- As a result, tools.pm was deprecated. A few dependency loop among modules are reduced. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12677 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Jan, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12612 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Nov, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12536 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Oct, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12463 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Oct, 2015 1 commit
-
-
sikeda authored
[dev] Introducing Sympa::Spool::Requset class for spool keeping requests waiting for moderation and Sympa::Request class to represent requests. Additionally, file names have to be "date,listname@domain_authkey,email,action". Older format will be upgraded during upgrading process. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12435 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Oct, 2015 1 commit
-
-
david.verdin authored
[bug] Some parameters could not take the value '0' (and were then set to their default value) because a test about whether the parameter was set in config relied on a true value instead of a defined value. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12418 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Oct, 2015 3 commits
-
-
sikeda authored
[-change] Removing send_notify_to_listmaster() calls during loading site or robot config. Because, when they were called, starting or reloading daemon(s) can fail. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12410 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12408 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12407 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Oct, 2015 1 commit
-
-
sikeda authored
Additionally, file names have to be "listname@domain_authkey": "listname_authkey" is no longer allowed. Older format will be upgraded during upgrading process. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12389 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Sep, 2015 1 commit
-
-
sikeda authored
Additionally, file names have to be "listname@domain_authkey": "listname_authkey" is no longer allowed. Older format will be upgraded during upgrading process. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12379 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Sep, 2015 1 commit
-
-
sikeda authored
[dev] Refactoring. Introducing Sympa::Spool::Digest and Sympa::Spool::Digest::Collection for digest spools. ToDo: Careful tests. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12363 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Sep, 2015 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12358 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12355 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Sep, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12345 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Jul, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12292 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Jun, 2015 1 commit
-
-
david.verdin authored
[bug] Reported by P. Grzesina, univ. Regina] The CAS button was not showed because the cas_number value in conf was never updated. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12194 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 May, 2015 1 commit
-
-
sikeda authored
ToDo: Sympa::List still uses SDM. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12175 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 May, 2015 1 commit
-
-
sikeda authored
Another bug on fc() feature was fixed in different manner: See r12082. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12171 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 May, 2015 1 commit
-
-
sikeda authored
[-dev] Note: Now install process by make will generate manpage for only the modules having "=head1 NAME" section. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12140 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 May, 2015 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12136 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[feature] Authentication methods ldap, cas and generic_sso support full feature of LDAPS and LDAP/STARTSSL. These additional parameters may be put in auth.conf: use_start_ssl, ssl_ciphers, ssl_cert, ssl_key, ca_verify, ca_path, ca_file. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12131 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Apr, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12119 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Apr, 2015 1 commit
-
-
david.verdin authored
[bug][Submitted by P. Grzesina, univ. Regina] When CAS was enabled, if you weren't already authenticated against CAS, the browser would go into a redirect loop when you went to Sympa. If you were authenticated, Sympa would not get the user information. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12094 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Apr, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12088 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Mar, 2015 1 commit
-
-
sikeda authored
[change] Format of messages in archiving spool ("outgoing" spool) are changed. By this change, messages will be handled safer and archiving will be done a bit faster. Messages in the spool with older format will be automatically migrated during upgrading process. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12075 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Mar, 2015 2 commits
-
-
david.verdin authored
[bug][Reported by P. Grzesina, univ. of Regina] Sympa issued errors when trying to setupe a CAS server for SSO login. This was due to Sympa setting a hash value to scalar and then trying to use this value as a hash ref. Fixed by deleting affectation to scalar value - which is immediately changed to a hash anyway. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12058 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12056 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Mar, 2015 1 commit
-
-
sikeda authored
- best_language - compute_auth - get_search_path - get_supported_languages - request_auth - search_fullpath - send_dsn - send_file - send_notify_to_listmaster This change may help merger work with trunk. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12048 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Mar, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12038 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Mar, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12034 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Feb, 2015 1 commit
-
-
sikeda authored
[bug][#9665] [Reported by L. Einarsen, Norges teknisk-naturvitenskapelige universitet] Invalid SSL_version "tls" specified in include_ldap_query. Recent versions of IO::Socket::SSL (though it is not explicitly documented that which version changed the syntax) accepts "tlsv1" and so on. Fixed by treating "tls" as synonim of "tlsv1". Additionally, "tlsv1_1" and "tlsv1_2" are also supported now. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11980 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Feb, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11962 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Jan, 2015 1 commit
-
-
sikeda authored
- SDM::probe_db() was moved to Sympa::DatabaseManager::probe_db(). - SDM::data_structure_uptodate() was moved to Conf::data_structure_uptodate(). - Functions specific to database manager were moved from Databasedriver. - Removed functions never used. ToDo: Prevent direct access to $SDM::db_source. ToDo: Careful tests. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11872 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Jan, 2015 1 commit
-
-
david.verdin authored
- Now CSS files and colors are automatically forced to be defaulted to Sympa default values - templates are reinitialized to match the new Sympa skin The following files and directories are copies: - sympa.conf - robot.conf - web_tt2 for etc and each robot Users should see how their customization can be reinserted into the new Sympa skin. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11848 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Jan, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11797 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Dec, 2014 1 commit
-
-
sikeda authored
[change] Now "host" parameter of the LDAP datasource in list config may include URLs (ldap, ldaps and ldapi) along with hostnames. So "port" and "use_ssl" parameters would be obsoleted. Changes on code: host parameter of the LDAP datasource is checked by multiple_host_or_url regexp instead of multiple_host_with_port regexp; constructor of Sympa::Datasource::LDAP recognizes bind_dn and bind_password parameters; and as side effects, several cosmetic changes in sources are made. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11794 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Dec, 2014 1 commit
-
-
sikeda authored
[dev] Remove task models crl_update_task and chk_cert_expiration_task which were not fully implemented and were disabled. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11772 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Nov, 2014 1 commit
-
-
sikeda authored
[feature] [Submitted by S. Shipway, Univ. of Auckland] Adding new functions to SympaSOAP: getDetails, setDetails, getCustom and setCustom. The patch was for Sympa 6.1 then a bit modified for Sympa 6.2. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11715 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-