Commit Graph

625 Commits

Author SHA1 Message Date
Steven Mondji-Lerider 7c08903376 Ajout configuration squirrelmail + bugfixes pour postfix 2012-05-09 16:31:58 +00:00
Steven Mondji-Lerider 854719a110 full templating of postfix and dovecot + little bugfixes 2012-05-02 13:03:48 +00:00
Alan Garcia 8a7077ae44 Bug pour l'extraction, patch pour utiliser directement tar -xf 2012-04-25 09:31:04 +00:00
Steven Mondji-Lerider 3417461db0 still bugfixing 2012-04-13 16:06:57 +00:00
Steven Mondji-Lerider ae54c20591 Bugfix divers et varié 2012-04-12 14:06:47 +00:00
Alan Garcia ff6c9ff625 Commit "bourrin", beaucoup de choses.
- Nouvelle interface de mail, elle n'est pas terminée mais est bien avancée
 - Beaucoup de correction php (notice)
 - Premier jet de la gestion de tache planifiées (cron)
 - Ajout d'un mode de debug pour l'admin

Reste en ToDo :
 - pas mal de fixme dans le code
 - corriger le schema de base pour les mails (Squidly a tout ce qu'il faut, il faut qu'il le commit)
 - configuration Dovecot et Postfix a commiter (pareil, Squidly à tout, plukacommiter) 
 - suppression de mail
 - et beaucoup de debug...

Maintenant que le gros est commité, attendez-vous à beaucoup de petit commit.
2012-04-06 10:10:36 +00:00
Steven Mondji-Lerider 20103063b3 ajout classe m_export + script export_account afin de générer un export de compte. Correction de bugs divers. 2012-02-28 14:48:45 +00:00
Camille Lafitte 991ace85bc Permettre les mots de passe vide pour les comptes FTP
* closed #1284
 * CRYPT de mysql ne gere pas la chaine vide, on passe par la fonction PHP
  * microtime car autrement il utilse le sel le plus fort et ne gere pas pas un pass DESS et donc un crypt de 34 caractères
  * strrev car seul les 2 premiers caractéres du sel sont pris en compte , donc pour choper les microseconde
2011-11-29 10:16:36 +00:00
Alan Garcia edaf3ef953 Hooks generique powa 2011-11-08 16:06:35 +00:00
Alan Garcia 2aeb58a614 First refonte des hooks pour en faire une classes a part entiere 2011-11-08 14:31:08 +00:00
Alexis Lahouze 3621480392 Merged changesets 3085, 3087, 3088, 3089, 3091, 3099, 3100, 3101, 3102, 3103 from branch stable 1.0 to trunk. 2011-10-18 19:09:44 +00:00
Alexis Lahouze 7a05dfdee4 Merged stable 1.0 branch into trunk. 2011-07-29 19:04:47 +00:00
Alexis Lahouze 6de665ceb5 Merge stable 1.0 into trunk. 2011-07-27 21:58:07 +00:00
Alan Garcia 3fdf1eb747 En InnoDB, $mysql->get_db_size donne des valeurs *vraiment* trop pourri.
Ce patch améliore un peu.
2011-06-17 15:21:29 +00:00
Benjamin Sonntag 8485d8e20d To be merge into trunk :
]  :  ]
3065:3070
3061:3063
3056:3059
3051:3055

From Stable-1.0
2011-06-17 10:32:21 +00:00
Alan Garcia 391ef496d0 Dovecot avance (un peu) 2011-06-15 21:58:26 +00:00
Alan Garcia e1e7b2921b Xals : a merger dans stable 1.0 2011-06-06 13:12:11 +00:00
Alan Garcia 69497ec7cc Typo 2011-06-06 12:40:20 +00:00
Alexis Lahouze 2ca2bec39a Merged changeset 3036 from branch stable 1.0 to trunk. 2011-06-05 08:15:32 +00:00
Alexis Lahouze c483e175a6 Fixed merge error. 2011-06-04 15:10:11 +00:00
Alexis Lahouze 60ab97c883 Merged changesets 2970, 2972, 2984, 2986, 2987 and 2988 from branch stable 1.0 to trunk. 2011-06-04 14:28:57 +00:00
Alan Garcia 656b65fd9e Tentative d'indication de la force des password. A débugger
Màj de jquery
Début d'intégration de la nouvelle structure de mail dans m_mail
2011-06-04 13:46:33 +00:00
Alan Garcia 2659b2034f Correction du chemin absolut 2011-06-04 12:12:17 +00:00
Alexis Lahouze a32762b444 Merged changesets 2976 and 2979 from branch stable 1.0 to trunk. 2011-06-04 09:39:15 +00:00
Alan Garcia b1bfc161bf On utilise plus /sql .
Xals, merci de merger
2011-06-04 09:14:29 +00:00
Alan Garcia 9e2309c576 ToDo : Lien pour l'envoie de mail pour désactiver temporairement l'auth IP 2011-06-03 17:08:44 +00:00
Alan Garcia aed601e12d xals merge 1.0 2011-06-03 12:42:00 +00:00
Alan Garcia f234730c88 Xals : merge 1.0 2011-06-03 12:28:05 +00:00
Alan Garcia d2fcc399ef xals : a merger sur la 1.0 2011-06-03 12:23:58 +00:00
Alan Garcia 0a0f5bc77a On continue mpm-itk 2011-05-22 17:23:59 +00:00
Alan Garcia 562e59fa07 Ajustement SQL + un truc de debug pour $db 2011-05-19 13:47:59 +00:00
Camille Lafitte 849a0a0c7d Etre connecté à la bonne base lors d'une alternance de connexion mysql
* Le mode persistant reaffecte uniquement une connexion uniquement sur la base du login/mot de passe
 * Par conséquent :
  * la connexion ne retient en memoire que la derniere base selectionnée
  * lorsqu'on alterne des requetes sur du multibases, il est necessaire de vérifier la base selectionnée au préalable
2011-05-19 13:45:54 +00:00
Alan Garcia 0cd70a8eb1 Bon $dbu était utilisé a qques endroits, je renomme mon objet pour être sur 2011-05-18 20:39:42 +00:00
Alan Garcia e303fdee72 Séparation des bases de données utilisateurs de la base
de donnée systéme.

Attention ! Bug ! $db et $dbu ne sont pas étanche !
Il faut se pencher sur la class db_mysql.php pour
finir l'isolation
2011-05-18 20:26:12 +00:00
Alan Garcia 091e51f27c Big and Red 2011-05-16 14:26:29 +00:00
Alan Garcia 61b9efbb39 Fix #1254 2011-05-16 11:57:13 +00:00
Alan Garcia 12a18d98cb Slap me with a large trout 2011-05-15 21:17:29 +00:00
Alan Garcia 4e182e2e30 Fix delete member problem 2011-05-15 21:11:48 +00:00
Alan Garcia 3986848445 Bug quand il n'y a aucun compte ftp (thx BrixSat) 2011-05-15 20:38:20 +00:00
Alan Garcia 6cf380e400 Incrementation du numero de version 2011-05-15 20:25:40 +00:00
Alan Garcia c64718ca51 Restriction IP opérationnelle, il manque a faire l'ergonomie de l'interface 2011-05-03 19:03:43 +00:00
Alan Garcia 83da8361e0 Restriction IP (work in progress) 2011-05-03 07:25:51 +00:00
Alan Garcia f746d671c3 Pb quand le domaine se retrouve sur plusieurs lignes 2011-05-02 23:05:43 +00:00
Alan Garcia 29e396a413 Fix #1251 2011-05-02 21:35:46 +00:00
Alan Garcia db6b3b0d3a Debut des restrictions sur IP 2011-04-27 15:44:19 +00:00
Benjamin Sonntag fb0c32ddf3 removing es_VE, unmaintained, let's try to fix es_ES first ;) 2011-04-27 12:04:49 +00:00
Benjamin Sonntag 4a156026f6 fixing english resource 2011-04-27 00:14:58 +00:00
Alan Garcia cb62747eef Cliquouille pour cocher tout les droits USER SQL en un clic. 2011-04-11 09:17:23 +00:00
Alan Garcia 45131668bf Premier jet refonte MX pour le "root" du domaine 2011-03-28 13:15:47 +00:00
Alan Garcia 886f8b9d9b Bug sur la génération des MX 2011-03-28 12:28:37 +00:00
Benjamin Sonntag e44b5a153d non mise en avant du 'options avancees' du DNS, pas besoin 2011-03-28 12:26:15 +00:00
Benjamin Sonntag 9eb77d1734 traduction manquantes 2011-03-28 12:21:44 +00:00
Benjamin Sonntag b044ad1dd9 debugging bro_editor on var 2011-03-28 12:00:33 +00:00
Benjamin Sonntag 90c77142b4 - remember 'empty' value when the user answer empty value in templates
- changelog 
- MX is a DNS field, not an IP field !
- don't ask for mysql password if we already got it
- code cleanup  
- added "secondary MX DNS entry" domain type
2011-03-28 08:04:18 +00:00
Benjamin Sonntag b9de132a88 reecriture complete ET SECURISEE ... de adm_login.php pour pouvoir aller et venir entre compte admin et pas admin 2011-03-27 18:57:09 +00:00
Benjamin Sonntag bcd8212d5a rendons mail_* compatible register_globals a OFF + DESACTIVATION DES MAILS TEMPORAIRE (NE MARCHE PAS) See #1227 2011-03-27 17:50:37 +00:00
Benjamin Sonntag bedb8ecabe quota cache fixes quota display error when editing user quota in admin panel (fuf\!) 2011-03-27 17:39:17 +00:00
Benjamin Sonntag eb2ddaad7b trash ok for yes/no (was buggy) 2011-03-27 16:25:51 +00:00
Benjamin Sonntag 59b0ecac02 reparation de l'extract dans le browser en gerant (meme partiellement) le register_globals a off dans bro_main. Suppression de l'etat pending s'il n'y a rien dans les domaines, et correction de 'ajouter' ou 'modifier' un sous-domaine selon le contexte 2011-03-27 15:03:42 +00:00
Benjamin Sonntag 582f3762f9 nouveau texte pour la session invite + retour a la liste des comptes 2011-03-27 14:15:47 +00:00
Benjamin Sonntag d297637b4f la session admin/invite est visible de suite 2011-03-27 13:47:50 +00:00
Benjamin Sonntag 757c7074ae on peut annuler la possibilite de revenir a l'admin 2011-03-27 13:45:51 +00:00
Benjamin Sonntag 0f9d936596 no domtype doc + code formatting on adm_login 2011-03-27 13:43:36 +00:00
Benjamin Sonntag 041ee5dc9a y'a pas de doc sur les types de domaines ;) 2011-03-27 13:34:21 +00:00
Benjamin Sonntag 558ac8d549 adding space before/after 'advanced options' in dns types, sorting dns types by historical insert 2011-03-27 13:29:44 +00:00
Benjamin Sonntag 3f67f06c06 terminologie pour les types de domaine : correction. Traduction ok pour les types par defaut ... 2011-03-27 13:21:09 +00:00
Benjamin Sonntag cc25cabf6e mise en forme bien meilleure du systeme de mail temporaire. Remplacement par un radio 'est-ce un email temporaire' OUI/NON 2011-03-27 13:00:19 +00:00
Alan Garcia 506e039730 DatePicker versionisé et avec les locales 2011-03-11 13:21:29 +00:00
Alan Garcia 830a783fa1 Bug dans la conf apache
Menulang caché par default
2011-03-11 10:51:47 +00:00
Alan Garcia 61071e8c6c Correction : langue on enleve le flag.
Securité : deny access à http://panel-alternc/class/
Menulist dans /etc/alternc et plus dans /var/alternc/bureau/
2011-03-11 10:18:38 +00:00
Alan Garcia 5668506c08 Ajouts du changement de langue *dans* le panel (avec de mignons petit drapeaux).
Passage en 1.0~rc2 (au moins. On verra après si on change ça).
Premier jet du changelog
2011-03-11 09:32:58 +00:00
Benjamin Sonntag c4966eaa6b traduction update + FR & fuzzy 2011-03-11 08:07:22 +00:00
Alan Garcia 9918bcd663 Pendant que j'y suis hein 2011-03-06 22:37:34 +00:00
Alan Garcia 73d9d06ace QQues bugs corrigé et une GROSSE optimisation sur les quotas :
Les quota était recalculé une dizaine de fois par page... y compris le quota disque (donc avec un exec, etc).
Là, c'est calculé une fois par chargement.
2011-03-06 21:28:14 +00:00
Alan Garcia e30f56e023 Dash nous cause des problemes.
Je force les scripts a utiliser bash quand il le faut
2011-03-06 20:43:51 +00:00
Alan Garcia d6511ede23 Correction de bugs
Correction d'identations
2011-03-06 19:11:49 +00:00
Alan Garcia cccbf08cf6 Typo graphique 2011-03-06 18:09:18 +00:00
Alan Garcia 4e0f98b93e Vaguement :
- correction de qques identation (et surement rajout d'erreur)
 - supression de apache 1 (c'est plus maintenu, on va pas s'étaler)
 - suppression du mass vhosting
 - corrections de bugs divers et varié
2011-03-06 18:06:27 +00:00
Alan Garcia 9533121a53 Deux choses :
- premier jet de "on degage le mass virtual hosting"
 - modification des types de domaine pour avoir des domaines avancé
 - modification des types de domaines pour avoir des domaines visible "que" par les admins
2011-03-06 15:03:51 +00:00
Alan Garcia 7c73dba4e2 Suppression des utilisateurs SQL lors de la suppression d'un compte.
ToDo : Supprimer les comptes SQL qui aurait du être supprimé.
2011-03-05 11:16:59 +00:00
Alan Garcia d5783b5c57 Corrige un bug
Ajoute le "retour en arriere" lorsqu'on usurpe un compte utilisateur.
2011-03-04 12:29:37 +00:00
Alan Garcia b17ab07b99 Dans les script debian, faut du DASH ou du SH, pas du bash...
Toutefois, j'ai quand même rajouté la dependance bash a alternc (besoin pour update_domaines)

Normalement, maintenant ca s'installe sous squeeze.
2011-02-28 16:43:03 +00:00
Benjamin Sonntag b87f780df4 translation fr_FR for new features and misc translation fixes 2011-02-09 08:37:23 +00:00
Benjamin Sonntag 785498e7fa fixing engrish from fufroma, small design fixes, now includes jQuery .js in head.php 2011-02-08 08:41:08 +00:00
Benjamin Sonntag 8c9f58d70f moving HTTP_AUTH from login.php to config.php, and use HTTP_AUTH if provided, even without ?http_auth=1 2011-02-04 15:24:14 +00:00
Benjamin Sonntag f40cb1bebe fixing Changeset [2800] who failed for domain other than .net and .name, fufroma, please check your code ;) 2011-02-04 15:21:02 +00:00
Alan Garcia 3cbccf5bce Hop 2011-02-01 18:03:29 +00:00
Alan Garcia 46510d79e5 Patchs editions/suppression 2011-02-01 17:17:58 +00:00
Alan Garcia 3ebb221993 Edition oK 2011-02-01 14:14:26 +00:00
Alan Garcia b9d8daab9b Edition de sous-domaines 2011-02-01 13:06:40 +00:00
Alan Garcia 0830dbf871 changement dans l'ordre de liste des sous domaine 2011-01-30 16:42:34 +00:00
Alan Garcia ac18350d57 Cliquodrome pour faciliter la regeneration de type 2011-01-30 13:18:14 +00:00
Alan Garcia c3ed3a7ecc Activation et desactivation OK 2011-01-29 18:26:32 +00:00
Alan Garcia dacbd14cf9 Update domains, l'aventure continue 2011-01-29 17:58:19 +00:00
Alan Garcia a25f22729a Bug graphique avec chrome 2011-01-29 10:39:22 +00:00
Alan Garcia d189214c5e Structure d'annulation de suppression de domaine.
Fonction commentée parce que pas complete en ce qui concerne les classes "domaine sensitives"
2011-01-29 10:35:12 +00:00
Alan Garcia 9b2b1b120a Draft de levée d'erreur DNS et Web 2011-01-28 17:44:17 +00:00
Alan Garcia fb0fd61b1f Qques modifs pour améliorer l'interface 2011-01-28 16:46:32 +00:00
Alan Garcia bb83fe83e4 Nouvelle gestion des DNS, complétement repensée
Nouvelle génération des formulaires
Nouvelle gestions des HOST disponible (dynamique)
Nouveau update_domains.sh

ToDo : 
 - finir de tester/mettre au propre les DNS
 - intégrer la nouvelle gestion VHOST au reste

On y crois, on se bat !
2011-01-28 15:55:26 +00:00
Alan Garcia 064aa0864c Suite draft DNS 2011-01-26 17:26:01 +00:00
Alan Garcia 3dfae49cda Close #62
HTTP Auth for the panel
fqdn/admin/login.php?http_auth=true
2010-12-20 22:28:33 +00:00
Alan Garcia a40a2b8cfa Ticket #1166
Les serveurs whois dont défini dynamiquement, reste à rendre leur format standart.
2010-12-20 21:05:48 +00:00
Alan Garcia 5102d0cad7 Ticket #1195
Changement des mots de passe des users mysql
2010-12-20 20:21:43 +00:00
Alan Garcia 4e5fbda013 Oublie d'un fichier pour les mails temporaire 2010-12-20 16:06:45 +00:00
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
Benjamin Sonntag c9f00b1db3 debug supression des bdd, step1 2010-11-18 09:12:55 +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 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 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 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
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 4fadbfc400 bug when checking no account to delete 2010-06-03 10:52:48 +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
Chantal Bernard-Putz 120aea1456 droits bdd traduction 2010-05-27 15:42:06 +00:00
Chantal Bernard-Putz 03b2882dda ergo pages bdd 2010-05-27 15:10:45 +00:00
Chantal Bernard-Putz 9989079a45 Texte explicatif sauvegarde bdd modif2 2010-05-27 14:01:35 +00:00
Chantal Bernard-Putz 5ab1c458f4 Texte explicatif sauvegarde bdd modif 2010-05-27 13:57:26 +00:00
Chantal Bernard-Putz 151f2a126c Texte explicatif sauvegarde bdd 2010-05-27 13:47:27 +00:00
Camille Lafitte 0623706e4b donner des rondeurs pour opera et safari
* Comme le montre http://border-radius.com/, il est possible d'avoir des bordures arrondies pour d'autres navigateurs supportant les CSS3
2010-05-26 19:48:23 +00:00
Chantal Bernard-Putz 29bcd7cdba Modification ergonomie 2010-05-24 15:42:21 +00:00
Chantal Bernard-Putz 63bfe88442 Modification textes de traduction 2010-05-24 12:08:10 +00:00
Chantal Bernard-Putz e3680ecc32 Traduction manquante dans la protection d'un répertoire 2010-05-24 11:40:39 +00:00
Benjamin Sonntag ebbe5e1678 Traduction manquante dans le file manager 2010-05-11 18:16:07 +00:00
Chantal Bernard-Putz 7875c67684 modif suppression bouton a trois points dans recherche repertoire 2010-05-10 11:48:48 +00:00
Chantal Bernard-Putz 4c1703da20 modif traduction repertoire et non dossier 2010-05-08 16:49:59 +00:00
Chantal Bernard-Putz 35d627a5d3 modification SQL en PHPmYAdmin 2010-05-07 11:55:16 +00:00
Chantal Bernard-Putz 10de3f8c31 modifications fichiers topbar et ergo 2010-05-02 06:02:41 +00:00
Chantal Bernard-Putz b24581ddf0 modifications topbar et ergonomie 2010-05-02 05:34:36 +00:00
Chantal Bernard-Putz 4699e1af58 modifications ergonomie 2010-04-29 21:31:46 +00:00
Benjamin Sonntag df1b9ca92c admin panel : starting ergonomics there ... 2010-04-29 14:29:27 +00:00
Chantal Bernard-Putz b3b4060d0d adm_list dechire ;) vraiment maintenant 2010-04-29 12:43:08 +00:00
Chantal Bernard-Putz 960672ab34 adm_list dechire ;) 2010-04-29 12:37:54 +00:00
Chantal Bernard-Putz b4eaf9b086 modifs liste des admins, debut d'ergo pour cette partie 2010-04-29 10:43:32 +00:00
Chantal Bernard-Putz 7643b87534 modifs liste des admins, debut d'ergo pour cette partie 2010-04-29 10:27:09 +00:00
Benjamin Sonntag b7ca3dc22e suite GROS upgrade ergo, homogeneisation et glossaire ... MySQL cette fois-ci... 2010-04-29 10:07:15 +00:00
Benjamin Sonntag d36c4f6baa dans l'edition des domaines, on a maintenant des formulaires PROPRES ... et l'adresse IP n'est pas preremplie desormais (ca me pourrissait la vie ce truc de xxx.xxx.xxx.xxx) 2010-04-29 08:31:15 +00:00
Benjamin Sonntag 52eaeb12ea suite ergo, ftp, dom, browser & co + traductions, stylisation propre, suite 2010-04-28 23:58:29 +00:00
Benjamin Sonntag 93663de951 suite des modifications majeures pour 1.0 : glossaire, ergonomie etc. 2010-04-28 19:28:36 +00:00
Benjamin Sonntag 023e2a6ab0 adding a variable 'subadmin_restriction' who determine how the account list may be accessed by admin account who are not uid=2000 2010-04-11 13:39:24 +00:00
Benjamin Sonntag e79702c344 1.0RC1 dans changelog + debug fonction checkalldom 2010-04-11 08:41:08 +00:00
Benjamin Sonntag c378f051b8 CSS / ERGONOMICS suite (et pas fin) 2010-04-06 20:29:08 +00:00
Benjamin Sonntag 54dfb206b7 adding the check dig in the domain list feature 2010-04-02 16:40:37 +00:00
Benjamin Sonntag 18022b34fb adding slave domain management 2010-03-04 16:16:13 +00:00
Benjamin Sonntag 929f1808ba ergo: on ne cree plus les dossiers stats et backups, inutiles, et on pointe les nouveaux domaines dans <nom court sans - ni . du domaine> 2010-03-04 15:10:05 +00:00
Benjamin Sonntag 3e0ede6da4 removal of language menu in the menu ... 2010-03-04 14:29:27 +00:00
Benjamin Sonntag 20053c90f0 modif ergo et html, step 1 2010-03-04 13:51:32 +00:00
Benjamin Sonntag 4a87e43bf8 password policy enforcment for alternc accounts password change 2010-02-01 22:13:31 +00:00
mlutfy bc0e7cdfcc ticket 1217: when creating new accounts, select max(uid)+1, not first uid available (otherwise some new accounts may get access to non-deleted info from old deleted accounts). Patch by Patrick @ Koumbit. 2010-01-15 01:40:24 +00:00
Benjamin Sonntag 1deeb6d899 adding 'connect as' link in the domain list, (I craved for ... and today I remembered I have commit right ;) ), and removed a _parent target in another link 2009-12-08 08:47:13 +00:00
Benjamin Sonntag 6a1e676c59 Fixes #1107 : downloading a folder works indeed ! but yes, we had a file naming issue (zip or tar.bz2 were in fact zip or tar.bz2, but they were still named .tar.gz...) 2009-12-01 00:10:03 +00:00
Benjamin Sonntag 761809aea5 Fixes #1201, we are now not allowed to finish an email address by . 2009-12-01 00:06:23 +00:00
Benjamin Sonntag 00f6ca70d3 Fixes #1186 : We trim spaces when adding or editing email addresses (and aliases too) 2009-11-30 23:53:36 +00:00
Benjamin Sonntag a6a71eb04b Fixed #1174 : we check the length of mysql login everywhere. + english comments and misc code cleanup (hook functions at the end of the class) 2009-11-30 23:48:48 +00:00
Benjamin Sonntag a5ef76622e Adding Password Policy management to AlternC \! 2009-11-30 06:01:34 +00:00
Benjamin Sonntag 161a04cebb translating comments of m_hta.php to english + misc fopen() checks 2009-11-30 05:02:53 +00:00
Benjamin Sonntag 2441ba9936 adding menulist fopen check 2009-11-30 04:41:00 +00:00
mlutfy 889fdd3881 avertissement sur la gestion des uid lors de la creation de compte 2009-10-06 17:10:46 +00:00
mlutfy 51fb49a25c ajout support domaines .im (isle of man) 2009-09-25 16:12:05 +00:00
Nahuel Angelinetti 0f03969b8a Merging blue desktop to trunk. 2009-09-08 05:29:38 +00:00
mlutfy c13e438840 alternc_add_mx_domain: fixed incorrect SQL insert statement (merci Patrick) 2009-09-02 02:21:52 +00:00
Antoine Beaupré 049042dd87 insert the owner of mail domains when creating
this isn't a complete fix because we do not fix existing tables

See: #1187
2009-08-04 18:51:31 +00:00
Antoine Beaupré 83efd6f0ad Properly cleanup the size_mail table when removing mails
Closes: #1196
2009-08-04 18:37:14 +00:00
Antoine Beaupré 72a8be3fb5 fix error message when Image_graph is missing
Closes: #1212
2009-08-04 18:25:19 +00:00
Antoine Beaupré cca8516e94 fix quota display scale
Closes: #1211
Patch by: dguedj
2009-08-04 18:23:46 +00:00
Camille Lafitte f3b7df4c49 Ne pas proposer la creation d'un sous domaine si nous n'avons pas de domaine
* close #1185

Not to propose subdomain option for a new accout when admin don't have domain.
2009-04-07 15:28:43 +00:00
mlutfy 9d9caa80da resolv #1199, checkfqdn should allow subdomains of one char, such as a.foo.net 2009-04-02 18:33:20 +00:00
mlutfy 721a7b6e81 allow to copy a file, say default.settings.php, to settings.php, by specifying only a relative path (ex: current directory), and not require to always browse to the current directory 2009-04-02 16:00:05 +00:00
Antoine Beaupré a2a64c8ce5 order database display by database name 2009-03-30 20:00:03 +00:00
Benjamin Sonntag 2037ee4841 fix a 'already exist' error when creating a database containing an hyphen (-) 2009-03-30 09:39:46 +00:00
mlutfy 21dda6eda8 link to bw usage history if showing bw_web stats 2009-03-27 06:34:27 +00:00
mlutfy a2c2828473 allow to display size of directories (disabled by default) 2009-03-27 04:45:48 +00:00
mlutfy f07c407deb display disk/bw quota usage in nav menu 2009-03-27 03:30:23 +00:00
mlutfy 40028613fd better formatting of disk quotas info 2009-03-27 03:29:48 +00:00