Commit Graph

903 Commits

Author SHA1 Message Date
Alan Garcia 20d4b3fb52 Ajout de la notion de temporaire sur les mails
("May be broken" comme qui dirait, ya eu pas mal de patch entretemps
2010-12-20 15:04:19 +00:00
Camille Lafitte 888685bcb6 Virtual Hosting updated (report from alternc-vhost)
* Provide a file by host typology
 * a file to generic functions (enable/disable host)
 * a generic directory to provide different host function

Evolution du systeme de création d'hôte

 * Fournir un fichier par type de hote à créer (panel, webmail, redirection, ...)
 * Un fichier generique pour les (des)activation
 * Un repertoire dédié au differentes fonctions personnalisées
2010-12-19 18:42:42 +00:00
Camille Lafitte a55106e0e5 Le type des domaines passent en chaine de caracteres
* Permettre de nommer clairement les types independamment d'un ordre numerique non g\303\251rable depuis un plugin
2010-12-19 18:42:36 +00:00
Benjamin Sonntag 9fb4e1a884 changing initial mysql dump to fix IPv6 bug + create policy table + create subadmin_restriction variable 2010-11-18 09:18:21 +00:00
Benjamin Sonntag c9f00b1db3 debug supression des bdd, step1 2010-11-18 09:12:55 +00:00
Alan Garcia 9f980cec02 Modification de la creation de la DB pour les install neuve pour le patch r2784 2010-11-17 19:33:57 +00:00
Alan Garcia 3343aa803a Ajout de la possibilité d'avoir des CNAME, TXT dans les DNS.
Possibilitée d'avoir plusieurs entrée sur le même sous-domaine.
ToDo : Merci aux experts Alternc de regarder si j'ai mit les modifications de base dans le bon fichier (install/upgrades/1.0.sql)
2010-11-16 17:11:06 +00:00
Alan Garcia 33cb13286b Ajout de la gestion des sous-domaine IPv6
ToDo: Pouvoir avoir un domaine simultanément IPv4 et IPv6
2010-11-14 16:54:27 +00:00
Camille Lafitte a1837727a5 La documentation de sqlbackup.sh dit -t
* Le type de backup est indiqué par -t daily/weekly
 * evitons donc des messages d'erreur inutiles
2010-10-11 09:35:07 +00:00
Camille Lafitte b096cc579d Apache2 fait du logrotate en root:adm en 640
* Le cron  rawstat se doit d'etre en adequation
2010-10-11 09:24:07 +00:00
Camille Lafitte 83d1d3f835 Log ftp par defaut
* Il est utile de sp\303\251cifier les chemins par defaut

Autrement le logrotate fait son boulot sur des fichiers vide, un peu inutile.
2010-10-01 21:14:15 +00:00
Camille Lafitte 406104b5ed Gestion de hooks
* Offrir des hooks/point d'entrée dans le code d'alternc
 * Un hook est fournit avec 2 arguments :
  * son nom
  * des data définies au cas par cas par le hook considéré
 * Tout plugin peut fournir un traitement appelé par un hook en mettant un fichier '''hooks/plugin.php''' et une fonction '''plugin_hook()'''
 * Exemple :
{{{
require_once('../class/hooks.php');
$hook = new hooks();
echo $hook->invoke('menu','');
}}}

 * Remarque :
  * Il n'y pas de gestion de cache
  * L'ordre d'éxécution est uniquement alphabétique
2010-09-29 09:46:19 +00:00
mlutfy f1f653d0fe limite de 10 chars pour les quotas signifie qu'il est impossible d'entrer un quota de plus de 10 gigs (puisqu'on doit entrer la taille en octets), donc augmentation a 20 chars 2010-09-01 18:53:08 +00:00
mlutfy ba48c8bc4f ajout support TLD .coop (oops, removed forgotten debug code) 2010-08-30 20:17:00 +00:00
mlutfy e2a3c45f1c ajout support TLD .coop 2010-08-30 20:16:01 +00:00
Benjamin Sonntag 7f8bbe9885 session depended on magic_quotes = on ... it seems like it was the last part of the code which depend on magic_quotes. Fixes compatibility with PHP5.3 and IPv6 clients 2010-08-04 14:35:28 +00:00
Benjamin Sonntag bced228b5e alternc don't depend on magic_quotes ON (in fact it only depend on magic quotes for session management, which will be corrected in the next patch ...) 2010-08-04 14:33:28 +00:00
Benjamin Sonntag 5b5b16669d the MASTER dns of a zone should be the SERVER itself, not the NS1, fixes a VERY OLD bug I had with zones not synchronized to primary.heberge.info 2010-07-29 14:42:37 +00:00
Camille Lafitte 6aa65b8408 Permettre la creation du compte admin
Dans certains cas php5 prend le nom de fonction pour une constante et se perd (b_b)
''' PHP Notice:  Use of undefined constant mysql_connect - assumed 'mysql_connect' in /usr/share/alternc/install/newone.php on line 33'''
2010-07-29 14:37:37 +00:00
Benjamin Sonntag f179122db4 we sort the email account list by their alias name (and by domain) in the quota list 2010-06-30 08:19:30 +00:00
Benjamin Sonntag 0dea85bd88 mise a jour des templates FR de debconf 2010-06-25 15:06:36 +00:00
Benjamin Sonntag 2da495aa25 on autorise un mail invalide pour la creation d'un membre avec force=1, permet de mettre le panel sur un domaine non qualifie. Closes #591 2010-06-24 00:23:08 +00:00
Benjamin Sonntag 22935e9b68 fin de la correction du bug. See #691 2010-06-24 00:17:20 +00:00
Benjamin Sonntag 6ddf9fe6d6 detecting access right problem in browser upload 2010-06-24 00:11:01 +00:00
Benjamin Sonntag 0cbb58153d Lorsque l'on supprime un compte, on met les eventuels sous-comptes à lui comme createur = 2000 2010-06-23 23:33:58 +00:00
Benjamin Sonntag 05c422eaa8 On utilise set_time_limit(0) pour la suppression des gros comptes. Closes #1132 2010-06-23 23:29:42 +00:00
Benjamin Sonntag 719097e088 Par defaut, on a OUI dans 'gere-t-on vos mails', par ailleurs, un message prévient de la destruction des emails. Closes #1194 2010-06-23 23:26:10 +00:00
Benjamin Sonntag ff10656f84 typo dans l'explication 2010-06-23 23:21:27 +00:00
Benjamin Sonntag 784081f9d9 We prevent creating a CATCHALL On the PANEL URL. Fixes #1150 2010-06-23 23:19:27 +00:00
Chantal Bernard-Putz 4bf0345088 We add the subdomains in sub_domaines_standby when we set the dns to ON. Fixes #517 2010-06-23 22:16:10 +00:00
Chantal Bernard-Putz de5c535ac2 checkbox all/none now working 2010-06-23 21:58:44 +00:00
Chantal Bernard-Putz aa919ee22e correction orthographe dans traduction fr 2010-06-19 13:26:09 +00:00
Benjamin Sonntag e0f5c03abb adding SSLCaCertificatePath /etc/ssl/certs to allow a working certificate chain by default 2010-06-18 09:32:59 +00:00
Camille Lafitte 9f8d6510d6 Faire fonctionner saslauthd (kent1)
* Pour ne pas planter l'authentification smtp
2010-06-17 14:09:08 +00:00
Chantal Bernard-Putz 3f457745ad remplacement membres par comptes Altern 2010-06-09 13:40:13 +00:00
Chantal Bernard-Putz 618383ec86 correction traduction 2010-06-09 12:40:33 +00:00
Chantal Bernard-Putz a26245cef0 correction traduction 2010-06-09 11:53:44 +00:00
Benjamin Sonntag 49a71b9432 fixing translation 2010-06-03 11:33:26 +00:00
Benjamin Sonntag da1ad2b3d5 The ADMIN menu (for admin only) is now on top of the menus 2010-06-03 10:54:08 +00:00
Benjamin Sonntag 4fadbfc400 bug when checking no account to delete 2010-06-03 10:52:48 +00:00
Benjamin Sonntag 20bf38d89f moving creation of /var/backups/alternc/etc-installed.tar.gz far below, to prevent improper apache/proftpd config file change afterwards 2010-06-03 10:32:12 +00:00
Benjamin Sonntag 51abae4051 removing old styles + integrating mailman lists size spooling 2010-06-03 08:55:26 +00:00
Benjamin Sonntag 012f612964 fixing quotas_users + mailman integration in the core (for size stats only) 2010-06-03 08:41:37 +00:00
Benjamin Sonntag 83ba76704d marche pas sous lenny, probablement pas sous squeeze ... 2010-06-02 22:43:53 +00:00
Benjamin Sonntag d493dad2c0 stylisation du admin panel, suite 2010-06-02 22:42:03 +00:00
Benjamin Sonntag 2ad687caf2 replacing echoes and urlencode by ehe() in VALUES of forms text input fields (prevent UTF/ISO and ENTITIES hacking) 2010-06-02 22:20:39 +00:00
Benjamin Sonntag fa67c7f53e styling raw stats + 2010-06-02 21:39:26 +00:00
Benjamin Sonntag 5e2b944a6c transparent background 2010-06-02 21:30:52 +00:00
Benjamin Sonntag ebe856e8df sql styling + missing trad 2010-06-02 18:47:39 +00:00
Benjamin Sonntag 3d1dc51b79 hta menu 2010-06-02 16:08:06 +00:00