Commit Graph

49 Commits

Author SHA1 Message Date
phil 8ed0cd7cac set default key size to 4096
generate stronger keys with default algo
2015-05-01 11:07:38 +00:00
lars e6c58fef89 website of ezmlm changed from http://ezmlm.org/ to http://untroubled.org/ezmlm/ 2014-02-24 22:46:32 +00:00
ckubu e06da8137d - If Environment variable EZMLM_WEB_RC ist set (e.g. at webservers vhost
configuration), the applicatiom loads ezmlmwebrc from that setting. That 
   allows multiple Webinterfaces on the same host with different settings.

 - Subscribition of different adresses at once via textarea input (Closes #70)
   TODO: change concerning labels for language other than german or english

 - Fix setting of chaerset variable (Close #69 ?)

 - Fix en-/decoding (if system charset differs from charset of list)

 - Handling of all text files will be done from the list directory, even if
   the defaults are used.That makes the list robust against changing server
   default settings or moving list from one to another server.

 - conf-lang file will always be written, even if language is the default
   one. So users can see their language setting from the Options screen.

 - Print available listdomains in alphabetical order.

 - trailer is no longer editable from the Overview screen. Changing trailer
   can be done - like other textfiles - from the text screen.

 - Add configuration variable DEBUG. If enabled, application prints Error/Warning 
   messages instead of "Internal Server Error" page.
2011-01-05 01:21:43 +00:00
lars 1b809bf5e7 ezmlm-web interface:
* add gpg-ezmlm option "VerifiedKeyReq"
2008-10-11 23:30:19 +00:00
lars 90272fda02 ezmlm-web interface:
* add gpg-ezmlm option "encryptToAll"
2008-10-11 22:55:26 +00:00
lars ebc46ba549 ezmlm-web interface:
* add gpg-ezmlm option "allowKeySubmission"
2008-10-11 22:50:15 +00:00
lars 74cb38b601 ezmlm-web interface code:
* add gpg-ezmlm option "RequireSigs"
2008-10-11 22:45:24 +00:00
lars e295e6d4d6 update template according to new web interface code 2008-09-27 23:54:34 +00:00
lars 47cecc292e updated templates:
* support separate modules for GpgKeyRing and GpgEzmlm
* revert to specifically support GpgEzmlm instead of the not-yet-released
  encryption plugin
2008-09-27 22:46:01 +00:00
lars 0ffe2e9e35 web interface:
* change default width of wide text input fields from 70 to 60
2008-09-27 22:42:02 +00:00
lars e2e370747f encryption support in ezmlm-web:
* add separate keyring support
* implement interface option blacklisting
* improved some code style
manual:
* document INTERFACE_OPTIONS_BLACKLIST and GPG_KEYRING_DEFAULT_LOCATION
2008-09-18 11:56:16 +00:00
lars 1497aeecb5 fix interface settings bug 2008-09-18 11:51:24 +00:00
lars 6755211203 removed obsolete separate language selection template 2008-09-18 11:40:02 +00:00
lars ced6763cc8 remove MAIL_ADDRESS_PREFIX from dotqmail file names (Closes: #45)
update some comments
remove obsolete subscription log output from template
2008-08-24 15:02:51 +00:00
jlmartinez bbd34495c6 Ticket #52
interface_select.cs
 - correct condition for displaying the select
2008-07-11 10:46:18 +00:00
lars 7e208f7c1a improved parsing of subscription log files 2007-09-21 01:39:26 +00:00
lars 0452092b85 add html header information
improve multidomain template config file
2007-08-19 22:29:07 +00:00
lars ee33aaf182 improve performance of specific file accesses (e.g. for check_interface_language) through caching
allow to reset "owner"
update language files
update packaging scripts
only build i386 debian package
clarified some copyright stuff
move URL of data files from /ezmlm-web-data/ to /ezmlm-web/ (debian policy)
add example config file for apache
fixed 'usr/local/' to 'usr/local/' patch for debian
moved "confirmation selection" from "easy" to "expert"
ezmlm-web version number for web interface footer is retrieved from the SPOT ezmlm-web.cgi
2007-08-07 22:48:40 +00:00
lars 70d0ae5d01 disable encryption support for now
README.clearsilver is obsolete
adapt ezmlmwebrc.dist to the new HTML_CSS_COMMON setting (renamed from HTML_CSS_FILE)
separate style and color settings (CSS)
add HTML_CSS_COLOR setting
adapted Makefile.PL to the new paths
cleaned up the README file
prevent uppercase letters in dotqmail filenames
2007-08-04 22:53:31 +00:00
lars 387ea03272 changed color of interface button as suggested by Clavdia
fixed visualization of subscriber log
2007-04-12 00:40:25 +00:00
lars 4c83771e11 updated UPGRADE file
new configuration setting: HTML_LINKS
changed layout of top div
fixed some IE rendering problems
improved visualization of subscriber's log
changed interface of 'form_header' macros
moved interface and language selection to the top of the page
reverse order of subscriber's log entries
set explicit default values for UNSAFE_RM, PRETTY_NAMES, ALIAS_USER, HTML_LINKS, HTML_LANGUAGE, FILE_UPLOAD and DEFAULT_OPTIONS
HTML_CSS_FILE replaced by HTML_CSS_URL - it defaults to '/ezmlm-web.css'
added manpages for 'webusers' and 'ezmlmwebrc' file formats
added check for required settings
ignore 'taintness' of 'send' input data due to non-ascii characters in buttons' values
2007-04-10 22:19:43 +00:00
lars 2318ec1a8b improved design 2007-04-09 15:56:00 +00:00
lars 1f1cd133ae implemented simplified subscription/posting/archive rules
improved some interface templates
fixed and added some language strings
implemented 'reply-to-self' setting
2007-04-04 14:56:21 +00:00
lars 9d0e8730e0 QMAIL_BASE now defaults to /var/qmail/control (before: it was mandatory)
replaced DEFAULT_HOST by MAIL_DOMAIN
clarified MAIL_DOMAIN and MAIL_ADDRESS_PREFIX retrieval
clarified 'mimeremove' handling (Closes: #32)
added support for ezmlm-idx v5 features 'headerkeep', 'mimekeep' and 'copylines'
added 'easy' and 'expert' interface settings
fixed tagging of active menue items
cleaned version-specific visibility of some options (charset, language, ...)
2007-04-03 15:49:24 +00:00
lars 33b66441da fix some clearsilver syntax problems 2007-04-02 01:43:40 +00:00
lars 94006f8e6b support for a prefix of the local part of mailing list addresses
unified form headers
2007-04-01 23:42:36 +00:00
lars 3958224115 added multi-domain support
error checking after config loading
fixed language selection behaviour
removed obsolete ui_set directories
2007-03-30 15:24:18 +00:00
lars 6227c73f70 updated script for language file management 2007-03-28 23:23:00 +00:00
lars e6438d0777 suppress success message if no subscriber was added
gettext support is now optional - otherwise only english is delivered
fixed GPG_SUPPORT: a missing module does not break the code anymore
subscription log added
moved gettext dependency from code to packaging - the perl gettext support in sarge seems to be broken
2007-03-28 19:08:48 +00:00
lars d845390a9b removed ezmlmwebrc.gnupg file - setting moved to ezmlmwebrc
removed implementation of 'ui_set'
fixed gnupg support
improved gettext support (still needs some testing)
Encode module is now optional (instead of being required)
2007-03-26 19:06:45 +00:00
lars b7d01f0324 renamed template directory 2007-03-24 09:02:41 +00:00
lars a5e73e96f6 changed fancy listing of files in download directory
improved directory structure
2006-04-20 00:35:36 +00:00
lars 88072eec38 support for encrypted mailing lists finished
small stylesheet improvements
language detection
language selection implemented
(prepared for release 3.2)
2006-04-14 15:54:18 +00:00
lars 9eb084e460 mailing list converstion implemented 2006-04-11 10:33:55 +00:00
lars 8dcea30928 import, export, delete and generate keys 2006-04-11 02:38:37 +00:00
lars 3068271d6e update gnupg options implemented
gpg-ezmlm: config update bug fixed
2006-04-10 14:26:25 +00:00
lars 807de1a0d7 gnupg settings interface implemented
gnupg key generation interface implemented
use better way of recognising available options and settings (seperate form value)
2006-04-10 13:30:32 +00:00
lars bda51b0100 empty setting handling fixed (closes #21)
gnupg key generation page added
2006-04-09 20:52:35 +00:00
lars 1a6839cd63 gnupg option files renamed 2006-04-09 20:33:07 +00:00
lars fd5b6355bc interface for secret keys added 2006-04-04 04:28:25 +00:00
lars 440e9df0d2 interface for public key management added 2006-04-03 11:00:12 +00:00
lars 11bae7c906 improved gnupg support 2006-03-31 02:21:52 +00:00
lars 33e299a402 branch "ui_templates" moved to new trunk 2006-03-29 21:13:14 +00:00
lars 7930994498 'modsub' and 'remote' can be configured differently
warning, if both of them are set at the same time
require Text::ParseWords
require Mail::Ezmlm v0.07
support charset and language
changed available options in mod-subscribers page
release policy added
prepared for release 3.1
2006-01-16 01:46:23 +00:00
lars 9bc44ae656 support new text file system of ezmlm-idx v5.0
support language (idx5)
support charset (idx5)
fix bug #17 (special characters in local part of mail address)
2006-01-06 21:53:45 +00:00
lars 8521eb2f5a templates for new options management 2006-01-04 00:39:44 +00:00
lars fd93f61edd new trunk taken from ezmlm-web 3.0 2005-12-25 16:12:31 +00:00
lars 93f607c24e style
config options
2005-06-21 11:10:21 +00:00
lars 64c3e10df0 clearsilver branch merged and removed 2005-06-20 22:51:06 +00:00