Kienan Stewart
e8f764de2d
cherry picking, update of phpunit for jessie
2018-06-21 17:59:16 +02:00
Kienan Stewart
2a0b0c1f99
Add php5.6 and php7.0 versions for tests
2018-06-21 17:58:26 +02:00
Kienan Stewart
3556fbb2d4
cherry picking, update of phpunit for jessie
2018-06-21 17:58:24 +02:00
Kienan Stewart
76764e735f
fixing travix.yml
2018-06-21 17:56:38 +02:00
Kienan Stewart
0be79f9b54
Use phpunit from composer download
2018-06-21 17:54:20 +02:00
Kienan Stewart
5ba055cf7f
Cherrypick apache2 configuration for jessie/stretch
...
Sourced from ea3371ae34
2018-06-21 17:52:54 +02:00
Benjamin Sonntag
aff4ed989c
[fix] merge SSL and Bootstrap styling
2018-06-21 17:51:16 +02:00
Benjamin Sonntag
42441d29a2
Merge remote-tracking branch 'origin/pr-226'
...
Fix #225 : call fetchAll on PDO statement #226
2018-06-21 17:46:09 +02:00
Benjamin Sonntag
f48618d0e5
Merge remote-tracking branch 'origin/pr-235'
...
Fix #227 : Use stronger password hashes #235
2018-06-21 17:44:53 +02:00
Benjamin Sonntag
c6d04fd3b6
Merge remote-tracking branch 'origin/pr-236'
...
Roundcube owner fix (one frome stable-3.0 and one new) #236
2018-06-21 17:44:48 +02:00
Benjamin Sonntag
f114a66d91
Merge remote-tracking branch 'origin/pr-239'
...
Fix #222 : Replace mysql_* with mysqli_* #239
2018-06-21 17:44:32 +02:00
Benjamin Sonntag
8166ceb58f
Merge remote-tracking branch 'origin/pr-244'
...
Fix #245 : Files default to unwritable when permissions are changed in… #246
2018-06-21 17:44:17 +02:00
Benjamin Sonntag
0217985655
Merge remote-tracking branch 'origin/pr-246'
...
https://github.com/AlternC/AlternC/pull/246
Fix #245 : Files default to unwritable when permissions are changed in… #246
2018-06-21 17:43:31 +02:00
Benjamin Sonntag
0c6e56d146
Merge remote-tracking branch 'origin/pr-252'
2018-06-21 17:41:55 +02:00
Benjamin Sonntag
c88db87db3
Merge branch 'stable-3.1'
2018-06-21 17:36:34 +02:00
Kienan Stewart
e2edab6364
Add trailing slash to VHOST_DIR when building vhosts_all.conf
...
If VHOST_DIR is a symbolic link to another folder, no files will be found,
resulting in an empty vhosts_all.conf. A trailing slash ensures find will
properly resolve the symbolic link before searching.
2018-06-21 17:35:13 +02:00
Benjamin Sonntag
a7382b45a3
adding changelog for 3.5.0rc1
2018-06-21 17:34:47 +02:00
Benjamin Sonntag
f930bde36d
adding all patched from squeeze to wheezy then jessie.
2018-06-21 17:29:42 +02:00
cam.lafit
3525041839
No more need to package alternc-ssl
...
* Say good bye, thank a lot
2018-06-21 17:26:27 +02:00
cam.lafit
c8d94d2a50
SSL massive backport
...
* Now we integrate all alternc-feature in native alternc
* Files are backported as waiting by alternc
* Some files was renammed or moved to follow alternc installation
process
2018-06-21 17:26:27 +02:00
cam.lafit
bd53247eaf
Backport SSL functionality in alternc
...
* First step stop alternc-ssl support
2018-06-21 17:26:27 +02:00
Jonathan Demmerlé
4d8d2c1c39
some fixes
...
@media (max-width: is ugly, but well, better than nothing.
2018-06-21 10:25:41 +02:00
Kienan Stewart
ce80e3cdad
Fix #254 : Creating default domains for new members fails
...
A typo caused the check to see if domain delegation was allowed to
always fail.
2018-06-14 10:50:28 -04:00
Kienan Stewart
9c1e7cccd0
Get sub_domain_id and status from get instead of post in dom_substatus
...
The submission is done through links with get parameters (see dom_edit.php)
2018-06-12 21:11:14 -04:00
Kienan Stewart
83d03b8ee7
Fix #245 : Files default to unwritable when permissions are changed in the file browser
2018-06-08 15:10:26 -04:00
Kienan Stewart
f39e72d58a
Fixes #243 : Fix typo in domain_name variable
2018-06-08 14:32:01 -04:00
Benjamin Sonntag
71ed8bf5f4
[fix] wrong field name in account creation in MySQL
2018-06-05 08:41:59 +02:00
Benjamin Sonntag
f5e525d8ad
fixing badly indexed messages in awstats reporting
2018-05-22 16:57:04 +02:00
Kienan Stewart
1c910f4448
Remove trailing spaces / tabs from quota_init
2018-05-17 17:58:38 -04:00
Kienan Stewart
be8edc140d
Include connection parameter when calling mysqli_query
2018-05-17 17:57:32 -04:00
Kienan Stewart
29a213cc26
Change function calls from mysql_* to mysqli_*
...
Sourced from: https://raw.githubusercontent.com/soul9/AlternC/470ed9cd1535461c7a809ce6c8d55919b76f14a0/stretch/quota_init.diff
@see https://github.com/AlternC/AlternC/issues/222
2018-05-17 15:15:56 -04:00
Dominique Rousseau
41278cc72a
correct wrong owner for roundcube temp_dir /var/lib/roundcube/temp
2018-05-14 10:03:08 +02:00
Steven Mondji-Lerider
0385a933f7
Fixes : #1480
...
(cherry picked from commit af974c7b83
)
2018-05-14 09:59:36 +02:00
azerttyu
177d76bd85
Revert "adding sync-unix-accounts.php, synchronize unix accounts with AlternC ones. not enabled by default, not even installed yet"
...
* We revert this commit as it's provided by an AlternC plugin
* Report to https://github.com/alternc/alternc-nss to get more informations
Note : This reverts commit 240a7738fc
.
2018-04-30 10:47:12 +02:00
Kienan Stewart
88f3457191
Use sha512 crypt to store ftp password hashes
2018-04-16 22:46:05 -04:00
Kienan Stewart
56cbd2f8b4
Move the sha512 crypt hash into it's own function
2018-04-16 22:35:41 -04:00
Kienan Stewart
294397e10f
Merge branch 'issue-227-dovecot_password' into issue-227-password_hashes
2018-04-16 22:27:19 -04:00
Kienan Stewart
00c1d55406
Generate SHA512-CRYPT hashes for e-mail addresses
2018-04-16 21:02:45 -04:00
Kienan Stewart
a609984d39
Fix invocations of password_hash()
2018-04-15 22:00:16 -04:00
Kienan Stewart
971e38778f
Update stored password hash on user login.
...
If an md5 hash is stored, a new hash will be calculated and stored.
2018-04-15 19:03:57 -04:00
Kienan Stewart
b5382bb13b
Replace _password_verify with password_verify
...
PHP's password_verify function does know how to recognize md5 hashes: a custom
check is not necessary.
2018-04-15 19:02:32 -04:00
Kienan Stewart
6084650181
Use PHP's built-in password hashing and verification for user accounts
2018-04-15 18:26:41 -04:00
Kienan Stewart
bbb3e7c0e3
Lengthen member's pass column to 255 characters
2018-04-15 18:25: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
Kienan Stewart
3647151c67
Fix #225 : call fetchAll on PDO statement
2018-03-09 12:59:26 -05: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