Commit Graph

2886 Commits

Author SHA1 Message Date
Kienan Stewart ed3401404f Cherrypick apache2 configuration for jessie/stretch
Sourced from ea3371ae34
2018-06-12 19:35:14 -04:00
Kienan Stewart 60ce1fd1df Use phpunit from composer download 2018-04-15 21:45:18 -04:00
Kienan Stewart 5597184a37 Fix error in composer call in before_sscript 2018-04-15 21:39:21 -04:00
Kienan Stewart 7b231d1635 Test changes to travis.yml 2018-04-15 21:37:37 -04:00
Kienan Stewart eb588cc0c3 Get phpunit/dbunit from composer for travis tests 2018-04-15 21:27:41 -04:00
Kienan Stewart 367b653d07 Some fixes to the PHPUnit tests 2018-04-15 21:23:24 -04:00
Kienan Stewart fce764a8ad Add php5.6 and php7.0 versions for tests 2018-04-15 20:12:50 -04:00
Kienan Stewart d24aabdafd Remove test references to the m_variables class 2018-04-15 20:10:27 -04:00
Kienan Stewart e3f760f1fc Update README for patching instructions 2018-04-15 12:46:58 -04:00
Kienan Stewart 6a2179691e Rename patch directories to reflect the distributions they patch towards 2018-04-15 12:42:26 -04:00
Kienan Stewart 83a4bad18e Re-roll patches to build for wheezy 2018-04-15 12:33:53 -04:00
Kienan Stewart a08cb2bbb2 Re-roll patches to build for jessie 2018-04-15 12:28:09 -04:00
Kienan Stewart ebb3471f04 Apply patches for jessie 2018-04-15 11:29:27 -04:00
Kienan Stewart 3ae6c0a5c2 Apply patches for wheezy 2018-04-15 11:26:58 -04:00
Kienan Stewart d6d9be4c6a Fix variable syntax in Makefile 2018-04-15 10:08:37 -04:00
Benjamin Sonntag 240a7738fc adding sync-unix-accounts.php, synchronize unix accounts with AlternC ones. not enabled by default, not even installed yet 2018-03-29 12:34:05 +02:00
Benjamin Sonntag 13144a162a fixing spoolsize to handle deleted DB 2018-02-28 17:32:52 +01:00
Benjamin Sonntag f392ad11a0 [fix] cron rolling curl call INSIDE the loop :/ 2018-02-28 10:39:55 +01:00
Benjamin Sonntag 24b37b2777 [fix] fixing utility scripts to use PDO instead of mysql_query (php7 compatibility for stretch) 2018-02-23 16:24:30 +01:00
Benjamin Sonntag 6d804d1a95 [fix] fixing lastlogin default value for mariadb (which is more strict...) 2018-02-23 16:12:59 +01:00
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
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
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