Commit Graph

34 Commits (3cd62f9f4fbd59b8a2d9bb3c19fb4604003b8f8b)

Author SHA1 Message Date
David Goodwin 3cd62f9f4f update to phpunit v8, try changing coveralls library, update github action 4 years ago
David Goodwin ec2fbfd87f skip this query - for a new database it will run before the domain table has been created and just error 4 years ago
David Goodwin fd35dada38 try and be consistent with MySQL table types/collations - see https://github.com/postfixadmin/postfixadmin/issues/327 4 years ago
David Goodwin 80a0faa633 specify a default table collation / charset for MySQL - might help fix https://github.com/postfixadmin/postfixadmin/issues/327 4 years ago
David Goodwin 87824ef970 psalm fixes/workarounds; require PHP 5.6+ 5 years ago
David Goodwin 06513c2a14 remove quotes around table name which is not necessary as table_by_key does this 5 years ago
David Goodwin fe48b35cfd split multiple queries into single ones to keep pdo/prepared statements happy 5 years ago
Christian Boltz acf20bbc9e
move comments to the beginning of upgrade.php 5 years ago
David Goodwin 66747337f9 fix formatting 5 years ago
David Goodwin 7f8fd5ec1a Merge branch 'master' into feature-try-pdo 5 years ago
David Goodwin 83a4ee39b0 more phpdoc 5 years ago
David Goodwin 26d769740c silence some psalm warnings 5 years ago
David Goodwin e9d12bf918 silence some psalm warnings 5 years ago
David Goodwin 570972944d Merge remote-tracking branch 'origin/master' into feature-try-pdo 5 years ago
David Goodwin 18312a8aaa formatting... 5 years ago
David Goodwin 020343999a
Merge pull request #221 from SuperVirus/fetchmail_different_source_port
Allow different port for fetchmail
5 years ago
David Goodwin 98536f03e8 fix sqlite upgrade check; remove test database between runs; ignore lib/array_column.php from linting 5 years ago
David Goodwin 803e2342f8 fix psalm issues; reformat; rename new db functions 5 years ago
David Goodwin 1176c9ce78 reformat; fix some transition bugs 5 years ago
David Goodwin ea33d9951a try migrating to pdo 5 years ago
David Goodwin 78276534d9 remove error log prefix; use db_mysql 5 years ago
David Goodwin b2e814967f try and get working under travis ... 6 years ago
David Goodwin 4fcdba9cf4 run php-cs-fixer (code reforamt) 6 years ago
David Goodwin 166574efae add {IF_NOT_EXISTS} for sqlite tables - see #225 6 years ago
David Goodwin 74002bbf57 psalm fixes 6 years ago
Christoph 'SuperVirus' Heitkamp d35e66808b Allow different port for fetchmail 6 years ago
David Goodwin a455916a6b add password expiry stuff to the db schema upgrade script 6 years ago
David Goodwin 6100ca4cf9 try and fix #177 (add missing fields to sqlite db) 6 years ago
David Goodwin 9c7f60fa76 possible fix for sqlite schema/upgrade issues; see #177 and and #176 6 years ago
David Goodwin c147eb053b move to use db_assoc() rather than db_array() (code assumes assoc. array) 6 years ago
David Goodwin 828e3b2290 yet another datetime in the future that needs changing a little... 6 years ago
Adrien Crivelli 15df6c1d7b
Reformat everything with PHP-Cs-Fixer 6 years ago
David Goodwin 2bb583a86a remove specifying MYISAM as our default db table format; use whatever the db server wants to default to 6 years ago
David Goodwin 99147d51eb move public facing stuff into public/, this allows us to stop exposing templates_c/ etc to the world 6 years ago