| Commit message (Expand) | Author | Age | Files | Lines |
| * | update authentication_info_url value | Nicolas Vigier | 2012-06-29 | 1 | -1/+1 |
| * | update wwsympa url | Nicolas Vigier | 2011-10-22 | 1 | -1/+1 |
| * | fix redirect to avoid losing POST data | Nicolas Vigier | 2011-10-22 | 1 | -1/+1 |
| * | fix URL without trailing slash | Nicolas Vigier | 2011-10-22 | 1 | -0/+1 |
| * | add rewrite rules on sympa for nicer URLs, and avoid cache problem on homepage | Nicolas Vigier | 2011-10-22 | 1 | -0/+3 |
| * | fix problem with lists custom_subject | Nicolas Vigier | 2011-09-21 | 1 | -1/+1 |
| * | add header to the mail on the sympa, popular request asked on | Michael Scherer | 2011-09-12 | 2 | -4/+1 |
| * | add option to define custom_subject | Nicolas Vigier | 2011-08-29 | 1 | -0/+3 |
| * | disable all supported_lang until we found a solution for the translation of | Michael Scherer | 2011-06-18 | 1 | -1/+1 |
| * | - fix again the filter, oops | Michael Scherer | 2011-03-29 | 1 | -1/+1 |
| * | - fix filter used to include member | Michael Scherer | 2011-03-29 | 1 | -1/+1 |
| * | - remove some significant whitespace of the file ( ie, there was a space at the | Michael Scherer | 2011-03-28 | 1 | -1/+1 |
| * | give the proper argument to connect to ldap ( and note the syntax that is dif... | Michael Scherer | 2011-03-28 | 1 | -0/+2 |
| * | - fix filter syntax | Michael Scherer | 2011-03-28 | 1 | -1/+1 |
| * | - ldap requires to be authenticated to give all information for inclusion | Michael Scherer | 2011-03-25 | 1 | -0/+4 |
| * | - fix syntax | Michael Scherer | 2011-03-24 | 1 | -1/+1 |
| * | - force ssl ( using undocumented parameter ) | Michael Scherer | 2011-03-24 | 1 | -0/+1 |
| * | - try to force ssl for search_filer on ldap | Michael Scherer | 2011-03-24 | 1 | -1/+1 |
| * | - fix configuration filter, may be the cause of the mail loop of yesterday | Michael Scherer | 2011-03-24 | 1 | -1/+1 |
| * | - fix configuration, sympa complained about it in log | Michael Scherer | 2011-03-24 | 1 | -1/+1 |
| * | - add a option to be able to let people subscribe a closed | Michael Scherer | 2011-03-22 | 1 | -1/+1 |
| * | - do not hardcode the hostname of the server, in case we need to change it | Michael Scherer | 2011-03-08 | 2 | -2/+2 |
| * | remove <Location /> as it is already set by vhost_base | Nicolas Vigier | 2011-03-02 | 1 | -3/+0 |
| * | use vhost_base instead of vhost_other_app | Nicolas Vigier | 2011-03-02 | 1 | -7/+0 |
| * | - add the rest of the url ( or moderation mail urls are wrong ) | Michael Scherer | 2011-02-26 | 1 | -1/+1 |
| * | - let any subscriber use review command ( and so see who is | Michael Scherer | 2011-02-17 | 1 | -1/+1 |
| * | - finally fix the bugzilla -> bugs problem, after 3h of | Michael Scherer | 2011-02-16 | 1 | -0/+3 |
| * | fix scenari used in single mail list so now, sysadmin mls should work | Michael Scherer | 2011-01-10 | 1 | -1/+1 |
| * | - disable list creation request by the web interface, as this would bypass pu... | Michael Scherer | 2011-01-07 | 1 | -1/+1 |
| * | - allow to set the topic of the list ( useful to sort them on interface | Michael Scherer | 2010-12-17 | 1 | -2/+3 |
| * | add a link to catdap, so default templates supress "lost password" and "first... | Michael Scherer | 2010-12-17 | 1 | -0/+1 |
| * | hide the list of owners and editors, and replace this with 2 labels | Michael Scherer | 2010-12-17 | 1 | -0/+8 |
| * | - rename the account, to be coherent with the others one in ldap | Michael Scherer | 2010-12-16 | 2 | -2/+2 |
| * | - fix again, not a good day for me :/ | Michael Scherer | 2010-12-15 | 1 | -1/+1 |
| * | uniformisation of the name of variable used for password, so we know if this ... | Michael Scherer | 2010-12-15 | 2 | -4/+2 |
| * | sympa requires to have a least one static owner defined in config | Michael Scherer | 2010-12-14 | 1 | -0/+5 |
| * | remove option, exist only for owner | Michael Scherer | 2010-12-14 | 1 | -1/+0 |
| * | fix filename, as this prevent list creation | Michael Scherer | 2010-12-14 | 1 | -2/+2 |
| * | do not use @ in filename, this confuse sympa ( and so, replace it by | Michael Scherer | 2010-12-14 | 1 | -1/+1 |
| * | fix parameters to work with our ldap | Michael Scherer | 2010-12-14 | 1 | -3/+3 |
| * | fix name of sysadmin group | Michael Scherer | 2010-12-14 | 1 | -1/+1 |
| * | use ssl, not plaintext | Michael Scherer | 2010-12-14 | 1 | -1/+1 |
| * | for sympa like for python, indentation is important ( and new line too ) | Michael Scherer | 2010-12-14 | 1 | -7/+8 |
| * | sympa requires configuration to be separated by a empty line | Michael Scherer | 2010-12-14 | 1 | -0/+2 |
| * | it seems sympa think that empty line are significant | Michael Scherer | 2010-12-14 | 1 | -2/+0 |
| * | add 2 missings scenari, one to restrict sender to a specific email, | Michael Scherer | 2010-12-14 | 2 | -0/+10 |
| * | - move file to subdirectory, easier to understand what's going on | Michael Scherer | 2010-12-13 | 2 | -0/+0 |
| * | - disable authtentication without using ldap | Michael Scherer | 2010-12-13 | 1 | -2/+0 |
| * | always use the same profile for list creation, since puppet will change the c... | Michael Scherer | 2010-12-13 | 1 | -1/+1 |
| * | pull moderator and owner from ldap ( not really needed as this is managed lat... | Michael Scherer | 2010-12-13 | 1 | -5/+5 |