Commit Graph

94 Commits

Author SHA1 Message Date
Nahuel Angelinetti 7034a45f61 Ajout des alter tables de la table sub_domaines
Il manque la colonne id, nécessaire à update_domaines et autres.
2013-07-24 14:49:23 +00:00
domi 1a7ffdfcce ajout d'un champ zonettl sur les domaines 2013-07-03 12:13:08 +00:00
Alan Garcia 364a97265a Fix #1500 2013-06-13 12:10:58 +00:00
Alan Garcia 76e23d1aef La table action est la bienvenue dans les upgrades 2013-05-17 16:05:39 +00:00
Steven Mondji-Lerider 659deeedd4 Bugfixing alias_view on upgrades ( cf Ticket #1489 ) 2013-05-02 08:12:24 +00:00
Benjamin Sonntag b3c19b3a9b DEBIAN COMPLIANCE big commit : fixes almost all lintian issues + complete rewrite of debian/rules (now mostly in Makefile at the root of source code) + start using POD2MAN for man pages + remove some old unused and broken tools 2013-04-23 15:11:00 +00:00
François Serman 189bb53170 modified mysql scheme for vm_history 2013-04-21 15:02:08 +00:00
François Serman db6bf24171 added table for VM requests 2013-04-21 09:27:59 +00:00
Alan Garcia a981feac88 A merger avec stable 3.0 pour les fichiers 1.0.1.php et 3.0.1.php
Quand on upgrade directement en 3.1, le panel change de répertoire, il faut pouvoir gérer les deux.
2013-03-03 11:51:23 +00:00
Steven Mondji-Lerider 11bb8920aa Updating with new panel path 2013-03-01 08:46:13 +00:00
Alan Garcia 89920d549f Permet d'activer/désactiver un compte FTP
Fix #1421
2013-03-01 07:52:50 +00:00
Steven Mondji-Lerider ed5886cb1e bugfixing : Populating the db_servers table while dbusers table is empty did not work. 2013-02-26 11:11:11 +00:00
Steven Mondji-Lerider 4cb08b34d7 boulet time 2013-02-25 09:13:18 +00:00
Steven Mondji-Lerider 70bf73c154 Applying changeset r4112 to trunk + adding a second script for adding phpmyadmin user for the upgrades that failed to add it. 2013-02-25 08:59:48 +00:00
Alan Garcia 770ccb5fb6 On peut maintenant avoir plusieurs serveurs MySQL pour les utilisateurs sur le même AlternC 2013-02-21 08:05:38 +00:00
Steven Mondji-Lerider c9529d3e42 Updating upgrade scripts names to make sure they are executed in the correct order 2013-02-18 11:16:07 +00:00
Steven Mondji-Lerider 796dc19771 Oops that never worked.. i don't even remember why i tried this 2013-02-11 17:06:51 +00:00
Benjamin Sonntag e03e6f7313 fixing upgrade script 2013-02-08 15:50:37 +00:00
Alan Garcia b33fcf78db Bug de upgrade check 2013-02-08 11:20:04 +00:00
Benjamin Sonntag 80e96bc49f fixing upgrade, telling about procmail to sieve 2013-02-08 11:14:42 +00:00
Alan Garcia b6fe519ace Oups, manquait un morceau pour gérer les domaines hyper long 2013-02-06 15:22:34 +00:00
Steven Mondji-Lerider 516f1082c0 sh builtin echo command doesn't understand -e option: replaced with /bin/echo 2013-01-30 17:32:58 +00:00
Alan Garcia 26a4171139 J'enfreind la regle. Je rajoute une feature.
A tester et valider, mais maintenant on peux reloader update_domain en un clic ;)

Quelques FIX de css, pour gérer les domaines très long et/ou les valeurs de sous domaine très longue
2013-01-28 17:05:53 +00:00
Alan Garcia 07d6b8d7a9 Gere les domaines jusqu'a 255 caractères (tld compris).
Indentation du CSS

Should fix #1428
2013-01-28 15:05:00 +00:00
Steven Mondji-Lerider 06bc5abf34 Adding a script to resync maildirs quotas used by dovecot with AlternC 3 2013-01-23 13:47:52 +00:00
Steven Mondji-Lerider daf7e5b71f Moving the upgrade processes before the database update since operations wanted to take place before the sql collumns and tables are actually up to date with the new version 2013-01-22 14:36:37 +00:00
Benjamin Sonntag 1dbd6cf68d fixing MySQL scripts to be compatible with MySQL 5.5 (see https://dev.mysql.com/doc/refman/5.0/en/create-table.html VERSUS https://dev.mysql.com/doc/refman/5.5/en/create-table.html : ENGINE = versus ENGINE|TYPE = 2012-11-28 07:07:17 +00:00
Axel ROGER 8ef3efbede I forgot to create unicity on table default_subdomaines. 2012-10-17 12:55:24 +00:00
Axel ROGER f7b4037649 Correction du bug qui créait des doublons pour la table default_subdomaines 2012-10-17 12:37:48 +00:00
Alan Garcia 1be16853e7 Pb avec les redir web installé par default
Eclaircissement sur comment doit être noté une redir web
2012-10-17 12:15:34 +00:00
Axel ROGER c76d1916ce Courier to dovecot indexes files' migration script called when upgrade required.
This script is installed in /usr/lib/alternc/
(perl script provided by wiki.dovecot.com)
2012-10-15 15:14:43 +00:00
Alan Garcia cedce69efe Changement du chemin de stockage de la conf apache.
Au lieu de stocker dans /var/alternc/apache-vhost/a/admin/www.machin.conf
On stock dans /var/alternc/apache-vhost/2/2000/www.machin.conf

Permet de résoudre le probleme de non suppression de conf apache à la 
suppression d'un membre

TODO : le backporter en 1.0.4 une fois validé.
2012-10-15 14:20:38 +00:00
Steven Mondji-Lerider 35cf90434e bugfix, forgot to remove a print_r 2012-10-11 11:58:12 +00:00
Steven Mondji-Lerider 4bbb484d00 updating sql migration script to handle the escaped wildcard 2012-10-11 10:55:11 +00:00
Steven Mondji-Lerider 77f4133722 updating sql migration script to handle the escaped wildcard 2012-10-11 10:52:37 +00:00
Steven Mondji-Lerider 5cf807eddb bugfixing 2012-09-26 12:22:10 +00:00
Steven Mondji-Lerider 9fb6c3a1c1 Modification to make the upgrade from 1.0 to 1.1 work 2012-09-26 09:41:41 +00:00
Alexis Lahouze 591ba86425 Added mail data migration. 2012-09-01 09:13:28 +00:00
Alan Garcia a3ea861b98 Les sous domaines créé automatiquement à l'ajout d'un domaine sont maintenant dynamique.
Il manque l'interface web pour gérer ça.

BUG : la création du répertoire ne se fait pas. Message d'erreur affiché en gros.
Trouvé un peut-etre bug dans le checkuserpath de function.php, ajouté un FIXME
2012-08-27 19:23:23 +00:00
Benjamin Sonntag 4a096f265c Squirrelmail CAN'T BE CONFIGURED THROUGH A PROXY, so that configuration is currently commented out. We need to find a way to run the webmail on another web host than the panel one, that's all. No other solution found. So, next step for alternc-squirrelmail is to propose a vhost from the panel index WHEN ADMIN has a 'squirrelmail' type vhost ... 2012-08-26 19:59:12 +00:00
Alan Garcia 18898953ae Adieu table size_mail, deprecated grace à dovecot 2012-08-26 16:54:21 +00:00
Alan Garcia 265a9a3f5e Adieu stats2.
Avec l'arrivé de vlogger, les stats sont directement rangé pour chaque user.
Stats2 est remplacé par Logs
2012-08-26 16:30:55 +00:00
Alan Garcia 1faef827b6 Quotas en un seul hooks. Avec normalement du cache. 2012-08-26 16:11:53 +00:00
Benjamin Sonntag 1487b02a73 removing mailman table 2012-08-26 14:07:18 +00:00
Alan Garcia 31936d58bb Patch de 1.0.3 porté sur la 1.1 2012-08-26 11:02:46 +00:00
Alan Garcia d085129685 Les vues dovecot tiennent compte de address.enabled 2012-08-25 11:01:56 +00:00
François Serman 6669a07434 Modified database for piwik: added an uniq index to user, and a piwik_sites table 2012-08-24 15:05:22 +00:00
Alan Garcia 85d4bc5723 enum au lieu de varchar 2012-08-24 14:52:24 +00:00
François Serman f1c6786989 Added one of two tables required for piwik feature for upgrade 2012-08-24 13:45:37 +00:00
Benjamin Sonntag 7b6a087b98 adding mail_action for mailbox deletion cron 2012-08-24 13:43:57 +00:00