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

3198 Commits

Author SHA1 Message Date
David Goodwin
eb7e449522 build_coverage_report is not important 2022-10-12 21:09:31 +01:00
David Goodwin
3017ea3f3c psalm fixes (drop safeserver() (not used), $_COOKIE always contains strings etc). 2022-10-12 20:52:49 +01:00
David Goodwin
7caf25244a composer format time 2022-10-12 20:41:14 +01:00
David Goodwin
7a99861802
Merge pull request #665 from Jan-Kruis/master
small correction
2022-10-12 20:37:13 +01:00
David Goodwin
8cc19b0adf add @todo for php-imap.com - see also #656 2022-10-12 20:28:53 +01:00
Jan Kruis
e279c77ca5 languages/nl.lang translation from english for new function such as dkim and password
public/editactive.php			edit wrong description text it said this module is used for deleting admin domains mailbos etc
					modify templates that it is used

public/list-virtual.php			modify templates that it is used
					modify the remarks behind arguments and internal , the texteditor thought the text after this was still remark text untl is see */

public/vacation.php and
model/VacantionHandel.php		adjust date string actionFrom and activeUntil these are written in the database as e.g. 2020-10-01 15:14:00 and 2020-10-30-15:14:00
					this should be 2020-10-01 00:00:00 and 2020-10-30 23:59:59 so that it contains all day, this happens if no holiday has been set for the account yet
					when adjusting the dates, the seconds of until are set to 00 instead of 59. When the holiday is canceled and then action is taken again, the from time
					to the time when the setting is made.

templates/editform.tpl			remove blank space

templates/list-virtual_mailbox.tpl	remove indent tabs
2022-10-12 17:46:15 +02:00
Jan Kruis
ea131a5ea9
Merge branch 'postfixadmin:master' into master 2022-10-01 01:28:35 +02:00
David Goodwin
73106712e0 min_password_length might be integer, so do not be too strict with it 2022-09-27 19:56:28 +01:00
David Goodwin
1855513b57 remove smarty from psalm.xml 2022-09-17 10:55:17 +01:00
David Goodwin
1988a70489 drop local copy of smarty library; use composer for installation of it; allow smarty 4.x which appears to work and also better supports php8 etc 2022-09-17 10:49:57 +01:00
Jan Kruis
a42cf3e2f7 adding testfile.php 2022-09-15 00:09:29 +02:00
David Goodwin
93e52c086c
Update README.md 2022-09-03 14:18:48 +01:00
David Goodwin
6ffbc9ffe4 update docs, see also https://github.com/postfixadmin/postfixadmin/issues/653 2022-09-01 09:23:07 +01:00
David Goodwin
5a14f4bc1f this might be a more logical approach - only try and call htmlentities on things that are stringy or arrays 2022-08-29 08:35:54 +01:00
David Goodwin
f760d2cd3a to not try to sanitise a null - see https://github.com/postfixadmin/postfixadmin/issues/650 2022-08-28 15:01:47 +01:00
David Goodwin
989a709ee5 see https://github.com/postfixadmin/postfixadmin/issues/647 - if configured for sha512.b64 but
we have a hash with a {MD5-CRYPT} prefix, support the MD5-CRYPT form to allow for migration.
2022-08-11 20:23:32 +01:00
David Goodwin
7e514eb6f0 composer format thinks this should change 2022-08-11 20:23:15 +01:00
David Goodwin
6f3c5a73ad add unit test for https://github.com/postfixadmin/postfixadmin/issues/647 2022-08-11 20:21:16 +01:00
David Goodwin
b1b4324a5b
add commit activity badge
lifted from shields.io / https://github.com/badges/shields/blob/master/README.md
2022-08-02 09:20:01 +01:00
David Goodwin
ce05c3e844 see https://github.com/postfixadmin/postfixadmin/issues/646 - add note/comment, doing version parsing in bash to make the script handle it seems clumsy and verbose 2022-08-02 09:15:37 +01:00
David Goodwin
1896ee8ddd
Merge pull request #645 from postfixadmin/issue-642-list-virtual-pagination-after-edit
Issue 642 list virtual pagination after edit
2022-07-30 21:24:42 +01:00
David Goodwin
80567e6920 see #642 - do the same pagination restoration stuff in editactive.php 2022-07-30 21:23:57 +01:00
David Goodwin
e923fc5940 undo change to page_size 2022-07-30 21:19:28 +01:00
David Goodwin
6cc7922284 see #642 - possible fix for pagination being lost 2022-07-25 09:44:12 +01:00
Christian Boltz
4b8027e8e3
rename 'txtlarge' field type to 'txta'
... (think "textarea") to keep the field type name short.

This is a follow-up up https://github.com/postfixadmin/postfixadmin/pull/631#issuecomment-1188336564
2022-07-23 21:22:49 +02:00
David Goodwin
6b83c2bb0f see https://github.com/postfixadmin/postfixadmin/issues/640 - password expiration doc update 2022-07-22 20:37:04 +01:00
Christian Boltz
a8b4e3f435
Update translations with DKIM texts 2022-07-18 23:06:41 +02:00
Christian Boltz
6a53b1ab88
Drop duplicate db_delete() call from DkimHandler
... and DkimsigningHandler

The hardcoded name is the same as $this->db_table, which effectively
means running the same query twice. One of them is enough.
2022-07-18 22:57:55 +02:00
Christian Boltz
9ec3196c6d
Whitespace fixes 2022-07-18 22:55:24 +02:00
David Goodwin
d4b8504c03 update CHANGELOG.TXT 2022-07-18 21:16:54 +01:00
David Goodwin
1bf978b77b
Merge pull request #631 from Freddo3000/feature/dkim
Add OpenDKIM Domain Key handling
2022-07-18 21:15:44 +01:00
David Goodwin
b55457d978 composer format 2022-07-18 08:55:34 +01:00
David Goodwin
d3e101e9d8 Merge remote-tracking branch 'origin/master' into feature/dkim 2022-07-18 08:55:07 +01:00
David Goodwin
38549c48ad composer format 2022-07-17 21:16:47 +01:00
David Goodwin
a99d6b7bc8 setup.php -> stray \n in error message 2022-07-17 21:15:32 +01:00
David Goodwin
64bb52d0e3 fix pgsql schema generation for dkim 2022-07-17 21:07:57 +01:00
David Goodwin
071ca11502 try to harden the example expiry script in DOCUMENTS/Password_Expiration.md#expiration-script - thanks to @jumecittu - see https://github.com/postfixadmin/postfixadmin/issues/619 2022-07-17 20:09:38 +01:00
David Goodwin
75f06cdbc8
Merge pull request #639 from Ecodev/php81
Test against PHP 8.1 too
2022-07-15 13:38:18 +01:00
Adrien Crivelli
80e500591f
Avoid deprecation in PHP 8.1 2022-07-15 11:44:58 +02:00
Adrien Crivelli
a97771adfd
Automatic code style fixes 2022-07-15 11:29:55 +02:00
Adrien Crivelli
315ac19963
Test against PHP 8.1 too 2022-07-15 11:24:41 +02:00
David Goodwin
e960fa96a0 put some sort of warning if a turkish locale is set - see #541 2022-07-13 21:10:35 +01:00
David Goodwin
2882f86ad8 fix formatting 2022-06-28 14:06:33 +01:00
David Goodwin
6c8d4ecd54 license fix in composer.json 2022-06-28 14:02:18 +01:00
David Goodwin
6eb209ac55 update smarty to 4.1.1 (php 8.1 support) 2022-06-28 14:01:13 +01:00
David Goodwin
2d6ded2786 PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
David Goodwin
bed0300fae fix tests (pacrypt/{md5raw} etc) 2022-06-23 22:18:16 +01:00
Freddo
bced89c78c Update screenshots/README.md 2022-06-23 20:46:33 +02:00
Fredrik Falk
9e73025058 Add Domain Key handling 2022-06-23 20:40:06 +02:00
David Goodwin
ef36710ea7 print a better error message when password change is blocked 2022-06-11 09:03:03 +01:00