Commit Graph

3018 Commits

Author SHA1 Message Date
Benjamin Sonntag 7d35b9cb59 fixing db_del bug, thanks @Petit42 2018-02-12 14:57:11 +01:00
camlafit 64bcb12f8d
Merge pull request #218 from GuillaumeFromage/stable-3.1
Corriger le répertoire de validation des templates avant effacement
Use value set in local.sh and not an hardcoded path
2018-01-23 16:13:52 +01:00
Guillaume Barbe 7b5226363e Corrigé le répertoire de validation des templates avant effacement 2018-01-17 15:39:10 -05:00
Jonathan Demmerlé a70a3735d0
Merge pull request #1 from Welmoc/Welmoc-patch-css
New style.css based on bootstrap
2018-01-16 14:17:51 +01:00
camlafit 583df9a3ba
Merge pull request #211 from soul9/rouncube-ssl_domaintype_fix
typo prevented roundcube-ssl domaintype to be created
2018-01-12 10:03:09 +01:00
camlafit 309cb1991b
Merge pull request #213 from lelutin/protect_dir_error_messages
Protected dir creation error messages are not helpful.

Provide more informations about error creation
2018-01-09 15:47:48 +01:00
Jonathan Demmerlé 9f57ebd4cf
New style.css based on bootstrap
All the style.css file replaced to look like bootstrap without any dependances.
2017-12-29 18:56:27 +01:00
Gabriel Filion 32261e5871 Protected dir creation error messages are not helpful.
Current error messages that are shown and logged when a problem occurs
when creating htaccess and htpasswd files for a protected dir are really
not helpful.

The messages don't even mention which file caused the error.

Sometimes when the files can't be created, it's not because they're
already present, for example when there's a permission error.
Also we've already verified that they are absent with file_exists so
the current error message is not accurate at all!

To empower users, we need to give them more details about the error. For
that we want to show the error that the file creation logged itself.

Finally, we've already verified that the htacces file already exists, so
there's no point in using touch beforehand. We should just let fopen try
to create the file and report whatever went wrong if anything happens.
2017-12-29 11:56:03 -05:00
Benjamin Sonntag f5cb7ad3a6 adding DEFAULT for lastlogin, crashes on MariaDB 2017-12-12 19:50:48 +01:00
azerttyu 407d8b91da Don't raise a blocking error
* With deprecate error class, it's only a warning, not a error.

Should solve #210
2017-11-19 15:09:04 +01:00
John Soros 001b5b521b typo prevented roundcube-ssl domaintype to be created 2017-11-18 23:27:33 +01:00
azerttyu 6acc2c99df If we add certificate we also remove
* complete #207
2017-11-06 17:09:03 +01:00
azerttyu 1ec4ff28d6 Don't continue if we have found all dot in host name
* close #207
2017-11-06 17:05:57 +01:00
azerttyu 317bf8739c Go to next offset
* We must search next dot after the previous
* cf #207
2017-11-06 17:05:49 +01:00
Benjamin Sonntag b69ffcf53d [release] 3.x.11 of AlternC 2017-11-06 15:05:45 +01:00
camlafit 87a8fb0096
Type on code
Fix #206
2017-10-31 10:45:30 +01:00
Benjamin Sonntag 4fd853c6ae [cosm] many cosmetic comment fixes, + ensure license and copyright everywhere 2017-10-12 17:54:48 +02:00
Benjamin Sonntag 90c7fd21c8 [cosm] many cosmetic comment fixes, + ensure license and copyright everywhere 2017-10-11 11:58:04 +02:00
Benjamin Sonntag 4dcb60b4e7 [cosm] many cosmetic comment fixes, + ensure license and copyright everywhere 2017-10-09 20:56:03 +02:00
Benjamin Sonntag 9a6ea8b5bf [cosm] many cosmetic comment fixes, + ensure license and copyright everywhere 2017-10-08 19:53:03 +02:00
Benjamin Sonntag 5b7622ce90 [cosm] many cosmetic comment fixes, + ensure license and copyright everywhere 2017-10-08 19:31:34 +02:00
Benjamin Sonntag 18888645a9 Merge branch 'stable-3.1' of github.com:AlternC/AlternC into stable-3.1 2017-10-08 16:39:40 +02:00
Benjamin Sonntag 0dc7adf03c fixing using ip instead of ifconfig for IP addr detection at debhelper time 2017-10-08 16:39:28 +02:00
azerttyu 864e5daee7 [enh] Notify dns hook when any change is done to any domain
* When a domain is updated, added or removed we notify wich domain is
concerned
2017-10-08 16:26:56 +02:00
Benjamin Sonntag df542298f9 [fix] php5/7 management was buggy, fixing that 2017-10-08 16:23:57 +02:00
alban f27d2173d6 [fix] the user parameters page should not fail on the first error 2017-10-08 16:05:29 +02:00
alban e4fe1f23e0 [fix] roundcube for jessie should have the password plugin 2017-10-08 15:33:56 +02:00
Benjamin Sonntag 0eb89f3e24 [fix] alternc.install broken on alternc.ini for php 2017-10-08 15:33:00 +02:00
Benjamin Sonntag 2513251559 Merge branch 'stable-3.1' of github.com:AlternC/AlternC into stable-3.1 2017-10-08 15:19:54 +02:00
Benjamin Sonntag 77dcb84aa8 [cosm] update README [enh] first stretch file we may need : opendkim.conf ? 2017-10-08 15:19:42 +02:00
alban 3729f92f77 Merge branch 'stable-3.1' of github.com:AlternC/AlternC into stable-3.1 2017-10-08 15:14:40 +02:00
alban a990fca19f [fix] the total db account should be OK in global quotas view 2017-10-08 15:14:31 +02:00
Benjamin Sonntag 4ad4dbcc0c [fix] fixing a php notice 2017-10-08 15:01:12 +02:00
Benjamin Sonntag 527cac68f6 [fix] UPDATE of PO Translations, Fixes #45 + repos-to-tx.sh doing that automatically, + update from transifex 2017-10-08 14:51:51 +02:00
azerttyu 53c516a59d [fx] Update dbserver default following my.cnf value
In some case alternc/my.cnf can divege with values stored db_server.

my.cnf is authorative then we update db_server data in any case
2017-10-08 14:46:11 +02:00
Benjamin Sonntag bd60767088 [fix] alternc.install must kill apache2 since jessie is broken here... 2017-10-08 14:35:47 +02:00
Benjamin Sonntag 0b9119503e [fix] jessie control file patch 2017-10-08 14:12:00 +02:00
Benjamin Sonntag 61b1cee66b [fix] STRETCH compatibility : php7.0 ini files are in /etc/php/7.0/, not in /etc/php7.0/ as it was for /etc/php5/ 2017-10-08 14:05:12 +02:00
Benjamin Sonntag 2c1cd988d5 [fix] STRETCH compatibility: opendkim default files bigger now + reSTART bind9 at alternc.install, not RELOAD 2017-10-08 14:02:15 +02:00
Benjamin Sonntag cfd8a37fab [fix] php7.0 is not php5, it's 3 characters, not one. Makes alternc.install compatible with php7.0 AND php5 2017-10-08 13:50:43 +02:00
Benjamin Sonntag dfb0329241 [fix] remove dl() and mysql_connect() check, since we now use PDO 2017-10-08 13:46:49 +02:00
Benjamin Sonntag 474bdbd4ae [fix] fixing mysql.sql for Stretch (compatible with previous version) 2017-10-08 13:43:57 +02:00
Benjamin Sonntag c10bbb05b8 [enh] dependencies now include propre libapache2-mpm-itk for jessie / stretch 2017-10-08 11:51:19 +02:00
alban a92331b34e [fix] the alternc_user mysql user show be granted ALL on dovecot_quota 2017-10-08 11:40:58 +02:00
Benjamin Sonntag 828a1c65cc [enh] dependencies now include php7.0 for stretch 2017-10-08 11:33:42 +02:00
Benjamin Sonntag 945d9c14f8 Merge branch 'stable-3.1' of github.com:AlternC/AlternC into stable-3.1 2017-10-08 10:58:10 +02:00
Benjamin Sonntag 5e697346a2 [fix] fixing primary key issue on csrf 2017-10-08 10:57:50 +02:00
azerttyu 13c761f082 We must check a file not a directory
complete 3f9d2c2729
2017-10-08 10:47:44 +02:00
alban 71af846c11 [fix] spoolsize du should be in summary mode 2017-10-08 10:42:17 +02:00
Benjamin Sonntag 594db5d8b5 [fix] fixing sql script 2017-10-08 10:37:11 +02:00