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

2850 Commits

Author SHA1 Message Date
David Goodwin
192ef87378 I know people say not to add vendor/ to git, but this is the --no-dev variant, and it should handle autoloading too ... 2021-10-22 22:29:26 +01:00
David Goodwin
9436e9e887 update version spec 2021-10-02 20:07:18 +01:00
David Goodwin
598f7db2e7 skip ARGON2ID* things if using an old PHP variant 2021-09-29 21:27:28 +01:00
David Goodwin
91a3dde446 older php variants do not have argon2i 2021-09-29 21:23:18 +01:00
David Goodwin
7ca35bc7c9 and touch config.local.php here too 2021-09-29 21:17:17 +01:00
David Goodwin
ddae23f558 Merge remote-tracking branch 'origin/master' into feature-improve-pacrypt 2021-09-29 21:15:24 +01:00
David Goodwin
eca6f47b83 fix github action 2021-09-29 21:14:09 +01:00
David Goodwin
21514cfa31 fix github action dependencies 2021-09-29 21:12:43 +01:00
David Goodwin
40101c84d4 fix formatting 2021-09-29 21:10:43 +01:00
David Goodwin
49b408ec90 update to php-cs-fixer v3 2021-09-29 21:10:22 +01:00
David Goodwin
ac13219894 improve test coverage / compatability 2021-09-29 21:05:19 +01:00
David Goodwin
6f7e69f21b improve docs 2021-09-29 21:05:03 +01:00
David Goodwin
d3a2fe8845 try updating github action to have more meaningful labels and not try the matrix if psalm/format fail 2021-09-29 20:55:23 +01:00
David Goodwin
f1b41e87fa composer format 2021-09-29 18:34:54 +01:00
David Goodwin
309b4a84aa get legacy test case to pass 2021-09-29 18:32:46 +01:00
David Goodwin
0b9b7db917 Merge remote-tracking branch 'origin/master' into feature-improve-pacrypt 2021-09-29 18:04:49 +01:00
David Goodwin
0d08ac418a see https://github.com/postfixadmin/postfixadmin/issues/547 2021-09-29 11:52:31 +01:00
David Goodwin
30163e5dca see #546 - forgot "my" 2021-09-28 20:10:28 +01:00
David Goodwin
561216c83d composer format 2021-09-25 20:34:32 +01:00
David Goodwin
55e7515c9c more testings (pacrypt() related) 2021-09-25 20:33:15 +01:00
David Goodwin
031de3a773 vacation.pl - use \$friendly_from - see https://github.com/postfixadmin/postfixadmin/issues/543 2021-09-23 19:07:26 +01:00
David Goodwin
79c9206338
Merge pull request #542 from anapol/cs-translation-update
Bring the cs translation up to date.
2021-09-14 15:41:04 +01:00
Petr Mifek
0025301c0e Bring the cs translation up to date. 2021-09-14 16:31:30 +02:00
David Goodwin
447a0ebb28 try and use up more of the page, see also #533 2021-09-12 16:59:24 +01:00
David Goodwin
cd73f27569 remove unnecessary warning if sqlite is available but not the configured db backend - see https://github.com/postfixadmin/postfixadmin/issues/534 2021-09-02 21:45:38 +01:00
David Goodwin
e069cfd20f
Merge pull request #536 from Sethox/patch-1
Minor update: add port to mysql/mariadb
2021-09-01 09:04:57 +01:00
Sethox
6bb8bc6fa0
Revision to my previous suggestion
This grants "if port is defined" in the right context.
2021-09-01 00:04:54 +02:00
Sethox
47b1eecdf6
Minor update: add port to mysql/mariadb
This change is needed be able to use $CONF['database_host'] (custom port) for mysql/mariadb
2021-08-31 10:32:41 +02:00
David Goodwin
338a585d91
Merge pull request #526 from GermanCoding/fixbuild
Fix debian builds: ADDITIONS/README.TXT was renamed
2021-08-09 15:34:09 +01:00
GermanCoding
6021240f6b ADDITIONS/README.TXT was renamed 2021-08-09 15:44:33 +02:00
David Goodwin
12ed3fba3d avoid a clickjacking attack reported on huntr.dev by @ranjit-git 2021-08-04 20:38:06 +01:00
David Goodwin
bf273904e6 indentation / stray ; 2021-08-04 20:36:52 +01:00
David Goodwin
36593fafe7 remove extra semi-colon - thanks to @PF4Public / #524 2021-08-04 17:25:45 +01:00
David Goodwin
25ac89f6a7 see https://github.com/postfixadmin/postfixadmin/issues/523 - improve randomness when creating the PFA_token field; reported by @michaellrowley via huntr.dev. 2021-08-04 17:00:55 +01:00
David Goodwin
99a549c2e3
Create SECURITY.md 2021-08-02 20:27:17 +01:00
Christian Boltz
dabc13feca
Add comment that some translations need an update
This affects pMain_overview, pMain_create_alias and pMain_create_mailbox
which were changed in 2a5d131124
2021-07-25 13:03:32 +02:00
Christian Boltz
2da5dbe696
change the "Overview" button to say "Domain List" for all languages
bf5fb7af16 changed pMenu_overview from
"Overview" to "Domain List", but only for english.

This commit reverts this, and instead changes main.tpl to use
pAdminMenu_list_domain which already says "Domain List" and is
translated to all languages.
2021-07-25 12:44:31 +02:00
David Goodwin
205471d4f4
Merge pull request #520 from zakthan/patch-1
Update Password_Expiration.md
2021-07-23 13:16:35 +01:00
Thanassis Zakopoulos
cbac254d60
Update Password_Expiration.md
This line should be like this:

        echo -e "Dear User, \n Your password will expire on ${RESULT[1]}" | mail -s "Password $INTERVAL days before expiration notication" -r $REPLY_ADDRESS  ${RESULT[0]} 


instead of 

        echo -e "Dear User, \n Your password will expire on ${RESULT[1]}" | mail -s "Password 30 days before expiration notication" -r $REPLY_ADDRESS  ${RESULT[0]} 

otherwise the subject will always be 30 days no matter what the $INTERVAL is
2021-07-23 12:56:03 +03:00
David Goodwin
b867f7dd30 final (!) update of ua.lang ; thanks andrew kudrinov 2021-07-21 20:21:10 +01:00
David Goodwin
2a5d131124 better descriptions for what you can do from the overview page? thanks Andri Kudrinov 2021-07-21 17:17:08 +01:00
David Goodwin
bf5fb7af16 change the "Overview" button to say "Domain List" which perhaps seems more relevant (thanks Andrii Kudrinov) 2021-07-21 09:28:01 +01:00
David Goodwin
dc75206427 update to Ukrainian language from Andrii Kudrinov 2021-07-21 09:27:34 +01:00
David Goodwin
b29551218b hide footer version number unless logged in - see https://github.com/postfixadmin/postfixadmin/issues/517 2021-07-19 20:58:48 +01:00
David Goodwin
0b07b052fc fix formatting! 2021-07-17 10:33:08 +01:00
David Goodwin
6d00833c75 probable fix for https://github.com/postfixadmin/postfixadmin/issues/516 - admins can see all domains so no fDomain parameter etc 2021-07-17 10:31:06 +01:00
David Goodwin
1be8386e58 capitalise mechanisms 2021-07-11 21:53:06 +01:00
David Goodwin
8ca6f718b2 composer format 2021-07-11 21:21:00 +01:00
David Goodwin
284e1f7eb2 fix test after language change 2021-07-08 19:44:11 +01:00
David Goodwin
6c5feff515 see: https://github.com/postfixadmin/postfixadmin/issues/496 - change Alias(es) to Forward(s) 2021-07-08 19:37:07 +01:00