Commit Graph

94 Commits (master)

Author SHA1 Message Date
David Goodwin 3cd62f9f4f update to phpunit v8, try changing coveralls library, update github action 4 years ago
David Goodwin eea72e0019 check for PDO modules in setup.php, not old style functions 4 years ago
David Goodwin 8754af58cb fix undefined variables (psalm) 4 years ago
David Goodwin 2a1383ee2e give the browser a hint that we want a new password for new admin accounts - see https://github.com/postfixadmin/postfixadmin/issues/331 4 years ago
David Goodwin 6a10c869e5 allow existance of pdo for us to proceed with setup 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 036245063e drop references to magic_quotes; see: https://github.com/postfixadmin/postfixadmin/pull/325 4 years ago
David Goodwin 1ad184641d php7.4 / psalm fixes 4 years ago
David Goodwin bcae218cbb composer format time 5 years ago
David Goodwin 87824ef970 psalm fixes/workarounds; require PHP 5.6+ 5 years ago
David Goodwin ccd74cc506
Merge pull request #308 from dsamoshin/icon_ru
Favicon config and ru_lang
5 years ago
gotty 13549cea0f Favicon config and ru_lang:
1. Favicon configuration of the project:
  a. Fixed incorrect link to favicon from the subfolder /users/
  b. Added ability to set favicon via config
2. Completed translation of all string constants into Russian language.
5 years ago
David Goodwin b8d7c0513f psalm fix 5 years ago
David Goodwin e20b2cacdb psalm fix 5 years ago
David Goodwin 7360407b73 see: https://github.com/postfixadmin/postfixadmin/issues/302 - check if the session key exists; and if not show something that may help 5 years ago
David Goodwin 2742849e7b reformat 5 years ago
David Goodwin 7965a83aff tighten psalm checks even more 5 years ago
David Goodwin 34e6f7829e tighten psalm checks; fix errors 5 years ago
David Goodwin 6a89b9a363 composer format 5 years ago
David Goodwin bee5fcbe24 improve setup form - only display "add superadmin account" if setup password is configured; change verbs depending on context etc; see https://github.com/postfixadmin/postfixadmin/issues/263 5 years ago
David Goodwin fa27c7c8b7 reindent/reformat 5 years ago
Felix Ableitner 600248e955 Add option to use smtp password when sending admin emails (fixes #272) 5 years ago
David Goodwin 8e2e4eb189 run: composer format 5 years ago
David Goodwin 95429a6963 reindent, remove comment 5 years ago
David Goodwin d64eadf609 try and stop $_SERVER[REQUEST_SCHEME] not being defined - see https://github.com/postfixadmin/postfixadmin/issues/279 5 years ago
David Goodwin cc19870923 drop function: db_connect_with_errors(); just throw from db_connect() if something goes wrong 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
David Goodwin 17a420152c use pdo/prepared statement for list-virtual + page browser 5 years ago
David Goodwin 730a05cdd3 phpcs fix 5 years ago
David Goodwin ed99a46ec4 log if no mechanisms were used for password recovery 5 years ago
David Goodwin db4aecd23c typo fix 5 years ago
8ctopus 5528d8be30 added: line break so $error_text is on its own line 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 6225899863 Merge remote-tracking branch 'origin/master' into feature-try-pdo 5 years ago
David Goodwin e6666e0af0 attempt to improve installation instructions 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 cc079b773f fix 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