0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
Commit Graph

2003 Commits

Author SHA1 Message Date
David Goodwin
23f4b5160c merge of https://github.com/postfixadmin/postfixadmin/issues/404 into postfixadmin-3.2 2020-12-29 19:55:27 +00:00
David Goodwin
8feb9bcbf5 @ get_magic_quotes_gpc to stop it moaning that it is deprecated - see https://github.com/postfixadmin/postfixadmin/issues/385 2020-09-23 21:18:11 +01:00
David Goodwin
432f02472f fix upgrade check for 3.2 branch - see https://github.com/postfixadmin/postfixadmin/issues/380 2020-08-18 20:52:19 +01:00
David Goodwin
94fff02d39 fix MailboxHandler -> adding mailbox with empty quota field 2020-05-15 20:30:48 +01:00
David Goodwin
e7ebc6667e update INSTALL.TXT - see also #349 2020-04-26 14:46:06 +01:00
David Goodwin
82f9db0535 composer format 2020-04-18 19:24:07 +01:00
David Goodwin
d25632cc6e see: https://github.com/postfixadmin/postfixadmin/issues/347 - really patch MailboxHandler::storemore() ... 2020-04-18 19:23:17 +01:00
David Goodwin
f7708520b3 postfixadmin 3.2.4 changelog 2020-04-17 09:15:04 +01:00
David Goodwin
1b517a72ff bump Smarty to v3.1.35 2020-04-17 09:13:00 +01:00
David Goodwin
b3e5514709 merge: 338fb8c564 from master - see https://github.com/postfixadmin/postfixadmin/issues/347 and https://github.com/postfixadmin/postfixadmin/issues/342 2020-04-16 20:52:58 +01:00
David Goodwin
62eac78541 cope with password_validation not being in config 2020-03-10 14:32:58 +00:00
David Goodwin
b4013d1166 add missing multiplier retrieval from config! - see #65 2020-02-15 15:39:02 +00:00
David Goodwin
52e639f1fc check quota_multiplier is numeric, else set it to 1; see: https://github.com/postfixadmin/postfixadmin/issues/65 - backport patch from master (not a clean cherry-pick) 2020-02-13 20:43:46 +00:00
David Goodwin
c65a99ce2d change row to r everywhere; see : https://sourceforge.net/p/postfixadmin/discussion/676076/thread/616c1d25/?limit=25#7da0 - hopefully removing "row" which might be a reserved keyword for some databases etc 2019-12-08 16:23:49 +00:00
David Goodwin
938d71758a drop php 7.3 build (composer moaning); change travis badge to 3.2 branch in README.md 2019-09-26 21:53:27 +01:00
David Goodwin
88a975c640 update CHANGELOG - 3.2.3 release 2019-09-26 21:31:09 +01:00
David Goodwin
e7d736aae4 see: https://github.com/postfixadmin/postfixadmin/issues/302 - check if the session key exists; and if not show something that may help 2019-09-26 21:22:33 +01:00
David Goodwin
5731742fd6 update Smarty to v3.1.33 - "This release does cover security issue CVE-2018-16831, other bug fixes (see changelog.txt) and adds a new feature of the {capture} tag (see NEW_FEATURES.txt)." 2019-09-26 21:22:10 +01:00
David Goodwin
7697bee2af remove windows code; remove array_merge (seems to just break parsing) 2019-09-26 21:20:13 +01:00
Lars Liedtke
c208d63917 Update postfixadmin-cli
Make this script platform independent to be usable under e.g. FreeBSD, where bash is located in /usr/local/bin/bash and thus the script fails.
2019-09-26 21:15:03 +01:00
David Goodwin
c03a42e327 try and avoid hitting : https://github.com/postfixadmin/postfixadmin/issues/51 2019-09-26 21:14:03 +01:00
David Goodwin
5e5e4a1c9b fix var quoting 2019-09-26 21:13:04 +01:00
David Goodwin
fb671e6166 fix page browser test for sqlite; see #87 and #161
(not tests/CreatePageBrowserTest.php)
2019-09-26 21:12:33 +01:00
David Goodwin
f9fd24aecd use PHP date for comparison - see #254 and https://sourceforge.net/p/postfixadmin/discussion/676076/thread/70ed9843c0/?limit=25#685c and #240 2019-05-19 20:04:32 +01:00
Filippo Tessarotto
c08973f54a [Travis] Build also against PHP 7.3 2019-02-18 11:30:17 +00:00
David Goodwin
2181c24db4 remove quotes around table name which is not necessary as table_by_key does this 2019-02-18 11:28:37 +00:00
David Goodwin
ae37943ca4
Merge pull request #242 from froonix/mysqli-persistent-ssl-bugfix
[v3.2] Persistent MySQLi connections: Missing SSL at reconnect
2019-02-09 18:51:37 +00:00
Christian Schrötter
ce65c48238
Fix missing SSL at persistent MySQLi reconnect 2019-02-08 19:29:02 +01:00
David Goodwin
477ede0175 stop undefined index errors with show_vacation and show_disabled 2019-01-23 09:06:12 +00:00
David Goodwin
d9326a1f38 remove show_expired code from 3.2 branch - see #235 2019-01-22 20:28:20 +00:00
David Goodwin
3ce5efacb1 php 5.6 is EOLed; I am sceptical there is any point spending time fixing travis to make it work 2019-01-12 21:56:50 +00:00
David Goodwin
006b622db9 reduce testing to just linting 2019-01-12 21:52:09 +00:00
David Goodwin
54cb34cceb Update CHANGELOG with 3.2 changes (3.2.1 release) 2019-01-12 20:46:34 +00:00
David Goodwin
bdbce9ebe5 fix sql for notification resend; see #226 2019-01-12 20:39:05 +00:00
David Goodwin
9d31639eef fix postgresql compatability - see #227 2019-01-12 20:37:30 +00:00
Luca
885bad949d Fix for MySQL 8
The keyword ROW became reserved in MySQL 8.0.2
https://dev.mysql.com/doc/refman/8.0/en/keywords.html#keywords-8-0-detailed-R
2019-01-12 20:32:37 +00:00
David Goodwin
96d64d9317 try and fix #30 - cope with timestamp and numeric field number comparison better for PostgreSQL. 2018-09-21 21:59:41 +01:00
David Goodwin
8196a063a5 add Date header into smtp_from(...) function - see #203 2018-09-21 21:59:16 +01:00
David Goodwin
b71aee3504 remove windows code; remove array_merge (seems to just break parsing) 2018-07-02 21:56:22 +01:00
David Goodwin
31c5e6dd2e try and fix #177 (add missing fields to sqlite db) 2018-05-25 09:58:18 +01:00
David Goodwin
57714adc00 make phar loading optional depending on the extension being present or not 2018-05-25 09:44:45 +01:00
David Goodwin
ceb261036a possible fix for sqlite schema/upgrade issues; see #177 and and #176 2018-05-23 22:10:12 +01:00
David Goodwin
3754381f0e
Merge pull request #175 from racerxdl/master
'row' is a reserved word in MySQL 8.0
2018-05-18 08:38:20 +01:00
Lucas Teske
11f9680963
'row' is a reserved word in MySQL 8.0 2018-05-17 20:45:35 -03:00
Christian Boltz
05bf2d2013
if unconfigured, recommend to edit config.local.php
... instead of config.inc.php

(idea based on comments on
7c38bdd871 )
2018-05-06 23:58:01 +02:00
Christian Boltz
2eb5a7ed60
simplify function_exists() checks for random_int()
It's easier to define a compat function than to have function_exists()
checks all over the code.
2018-05-04 22:36:05 +02:00
David Goodwin
603c5195df update debian changelog (v3.2) 2018-05-02 21:37:27 +01:00
Christian Boltz
9044bed288
re-order some changelog entries and adjust date 2018-05-02 22:29:43 +02:00
David Goodwin
b4849b8431 bump minimum db version 2018-05-02 21:25:36 +01:00
David Goodwin
4c6bcdbc39 update version 2018-05-02 21:25:06 +01:00