0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
Commit Graph

463 Commits

Author SHA1 Message Date
David Goodwin
2f3bc28586 fix formatting 2022-07-24 19:05:34 +01:00
David Goodwin
1b555745a1 Merge remote-tracking branch 'origin/master' into feature-save-in-transaction 2022-07-24 19:03:27 +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
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
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
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
David Goodwin
2d6ded2786 PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
Fredrik Falk
9e73025058 Add Domain Key handling 2022-06-23 20:40:06 +02:00
David Goodwin
fce1468c2e wrap save into a transaction so if it or a postSave script fail, we roll back 2022-06-11 09:04:40 +01:00
David Goodwin
35486a2ca9 remove dead code 2022-06-06 20:35:53 +01:00
David Goodwin
c240cb0033 reformat 2022-02-13 20:40:34 +00:00
Oliver Cooper
b4028bd309 Add Mailbox quota translations 2022-02-13 18:01:36 +00:00
benchea dan
51673118bb
Update PFACrypt.php
if you have old hashes like $nr$salt$hash and you migrate to {algoithm}hash
2022-02-09 10:39:15 +02:00
David Goodwin
422daf6c44 see #567 - missed SHA512-CRYPT 2021-11-30 10:48:06 +00:00
David Goodwin
0b9b7db917 Merge remote-tracking branch 'origin/master' into feature-improve-pacrypt 2021-09-29 18:04:49 +01:00
BotoX
768f2ee844 Improve dovecot mail-crypt postpassword script security (pipe password instead of passing on cmdline)
Suggested from: https://github.com/postfixadmin/postfixadmin/issues/441#issuecomment-774736944
2021-06-13 12:24:27 +02:00
David Goodwin
4c6c857e3e
Merge pull request #500 from vakartel/patch-1
model/AdminpasswordHandler.php :: eliminate php waring
2021-06-02 11:26:36 +01:00
David Goodwin
033b70abcd
Merge pull request #501 from vakartel/patch-2
model/MailboxHandler.php :: eliminate php warning
2021-06-02 11:26:27 +01:00
David Goodwin
961124fae4
Merge pull request #502 from vakartel/patch-3
model/AliasdomainHandler.php :: eliminate php warning
2021-06-02 11:26:17 +01:00
Valery Kartel
f392024784
Update VacationHandler.php 2021-06-02 13:25:02 +03:00
Valery Kartel
d54754097f
Update AliasdomainHandler.php 2021-06-02 13:24:11 +03:00
Valery Kartel
ae0d9436b5
Update MailboxHandler.php 2021-06-02 13:13:40 +03:00
Valery Kartel
b075544c66
Update AdminpasswordHandler.php 2021-06-02 13:13:00 +03:00
David Goodwin
659b242b59 merge fix 2021-05-15 21:28:19 +01:00
David Goodwin
5a305bc830 allow vacation settings to include a time (but specify a time if one is not), this should stop us overwriting the time - see https://sourceforge.net/p/postfixadmin/discussion/676076/thread/5637ae3bc5/?limit=25#24a5 2021-05-13 16:16:22 +01:00
David Goodwin
8518d53906 merge postfixadmin_3.3 into master 2021-05-13 13:15:27 +01:00
David Goodwin
584e4ef41d type hinting changes 2021-05-13 12:56:38 +01:00
Andrey Miroshnichenko
0ebb006888
Adds an ability to update password_expity field when user changes own password 2021-05-13 00:23:05 +03:00
David Goodwin
1a63ee6c5d might fix tests 2021-05-11 22:05:36 +01:00
David Goodwin
179dd4c6e2 try and improve hashing, remove duplicate code, try and cope with the algorithm/method in $pw_db being different from the configured one; add tests 2021-05-11 21:56:48 +01:00
David Goodwin
543285a203 add SSHA format, add some specific courier algorithms, try and partially update docs 2021-05-09 21:31:53 +01:00
David Goodwin
858c0a0ecd add in some @deprecated notifices 2021-05-08 21:56:05 +01:00
David Goodwin
71ee810891 try and implement more hash mechanisms - see e.g. https://github.com/postfixadmin/postfixadmin/issues/479 and https://github.com/postfixadmin/postfixadmin/issues/379 2021-05-08 21:47:45 +01:00
Sven Strickroth
74a12b4f0c Add support for domain_postedit_script
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-08 18:27:44 +02:00
David Goodwin
af2cba2a6c only update the modified field on update 2021-04-13 21:35:06 +01:00
David Goodwin
2edabc3e03 phpcs insists on some brace changes 2021-04-13 21:19:16 +01:00
David Goodwin
823f27b29d phpcs wants to change ... 2021-03-22 09:28:28 +00:00
Sven Seeberg
160fb32441
Change Login changePassword, fixes #456
* The db_udpate function already sets backticks around the table
  name, which results and error name if the string passed as argument
  for the table name already contains backticks.

Signed-off-by: Sven Seeberg <mail@sven-seeberg.de>
2021-02-19 08:58:08 +01:00
David Goodwin
9700a3a9c9 fix psalm : bool -> int 2021-02-18 21:19:56 +00:00
David Goodwin
c755e82a36 Merge branch 'postfixadmin_3.3' 2021-02-18 12:12:27 +00:00
David Goodwin
b2831d1241 psalm improvements 2021-02-17 21:29:18 +00:00
David Goodwin
237615502a Merge remote-tracking branch 'origin/postfixadmin_3.3' 2021-01-27 09:29:57 +00:00
David Goodwin
e3269b62d9 fix formatting 2021-01-26 21:39:11 +00:00
David Goodwin
52933a6307 remove change to table_by_key() as the original bug has been found in Login 2021-01-26 21:06:15 +00:00
David Goodwin
92fd05cb5d do not worry about escaping an object 2021-01-26 20:42:28 +00:00
David Goodwin
84ad0ebec7 perhaps better error logging if mailbox_postpassword_script fails 2021-01-25 22:04:04 +00:00