1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-31 10:04:20 +03:00
Commit Graph

3300 Commits

Author SHA1 Message Date
d9811872cc update docs + changelog to highlight pacol() function move into PFAHandler 2025-07-14 08:41:03 +01:00
b0889ff5a7 template footer: remove update-check.php link - just link people to the github releases page 2025-07-14 08:35:09 +01:00
ea9cd033a5 Revert "remove unnecessary {else} bit in the template"
This reverts commit 49a96432e6.
2025-07-13 18:30:12 +01:00
460c624275 remove more references to sourceforge 2025-07-13 18:29:37 +01:00
c3c473d6cf README.md: mention updating db_min_version before a release
Also drop superfluous trailing whitespace in several lines.
2025-07-13 17:56:58 +02:00
21b0ad22d7 build against PHP 8.4 as well 2025-07-13 10:29:40 +01:00
0d5edbf099 move pacol() into PFAHandler class, I think it makes more sense for it to be there given the dependency between the two 2025-07-13 10:12:22 +01:00
3f8dc2fd1f Merge remote-tracking branch 'origin/master' into postfixadmin_4.0 2025-07-12 19:31:41 +01:00
066d6d10a8 bump db min version 2025-07-12 19:28:39 +01:00
c2eb61a85c add some missing icons for the top menu things 2025-07-12 19:28:27 +01:00
14db6db23e config.inc.php: change version to 4.0 2025-07-12 19:20:28 +01:00
49a96432e6 remove unnecessary {else} bit in the template 2025-07-12 19:20:12 +01:00
41923ab9a9 list-virtual.php : remove list styling from the overview section 2025-07-12 19:12:28 +01:00
2330b94439 list.php: just exit() after outputting a csv, which allows us to remove the else indentation 2025-07-12 19:10:45 +01:00
5144448085 reindent 2025-07-12 19:09:54 +01:00
78150a307f remove unnecessary bullet from a list of checkboxes in the edit form 2025-07-12 19:04:50 +01:00
5756844fe6 reindent 2025-07-12 19:04:27 +01:00
a0a6944f3a fix wrong name for table_name 2025-06-17 19:19:00 +01:00
edb368edb0 merge postfixadmin_4.0 in, fix conflicts in model/TotpPf.php 2025-06-17 19:18:03 +01:00
986aefbdd0 stfu psalm - Encoding definitely takes a value 2025-06-11 21:26:34 +01:00
5f9d0f5223 try and allow endroid\qrcode v5 to be installed, if the version of PHP supports it ... this reduces the number of deprecation warnings shown (but does not remove them all) 2025-06-11 21:25:09 +01:00
5f24d12c5f allow the TOTP qr code to render (relax Content Security Policy to allow img-src: self data) 2025-06-11 21:24:25 +01:00
f21af2bfd3 update README.md 2025-06-04 21:46:43 +01:00
1a1d3f4977 token tidy up to TotpPF 2025-06-01 20:04:53 +01:00
e7e59bc4ae remove x/y suffix, improve error handling message when failing to delete a totp exception 2025-06-01 18:59:54 +01:00
ca7bdcdb57 more docs postfixadmin-4.0-beta2 2025-06-01 15:58:02 +01:00
7f175f9da8 remove reference to _pacrypt_crypt (deadcode) 2025-06-01 15:57:58 +01:00
40bc672622 update docs 2025-06-01 15:53:04 +01:00
830160303f format 2025-06-01 15:52:25 +01:00
6086cebacf remove more dead tests/code 2025-06-01 15:48:57 +01:00
ab0f7897fd drop support for legacy 2a bcrypt variants as we do not support PHP before <= 5.3.7 any longer 2025-06-01 15:43:15 +01:00
b56d0082ff token refactoring 2025-06-01 15:42:50 +01:00
ace5624508 change generate_password() to allow for repeated characaters, which probably provides more entropy. 2025-06-01 15:42:09 +01:00
06a2cda24b this should be a better PFA_Cookie random token value 2025-06-01 15:41:30 +01:00
293e318200 remove unused/dead code 2025-06-01 15:39:56 +01:00
65db542ad2 php type hint and phpdoc changes 2025-06-01 15:39:03 +01:00
c97b92f17e change version string to 4.0-beta1 2025-06-01 15:37:04 +01:00
a9215a99fa change project reference 2025-06-01 15:36:50 +01:00
b332bbb512 beautify 2025-05-31 13:53:27 +01:00
b9a45ab795 install.sh - use a composer from $PATH before trying to download 2025-05-31 13:50:08 +01:00
999bfcfc54 drop support for mysql_encrypt, given MySQL after 5.7 has dropped it and we had not wired it into the pacrypt() function anyway, try and improve docs in config.inc.php 2025-05-28 09:41:22 +01:00
0b9147c32d Update HASHING.md
update docs (note mysql_encrypt isn't wired in / working / available, properly link to issue etc)
2025-05-28 09:41:22 +01:00
d9bb0b4816 Update HASHING.md
update docs (note mysql_encrypt isn't wired in / working / available, properly link to issue etc)
2025-05-28 09:17:39 +01:00
ee4d754af7 Merge pull request #922 from postfixadmin/fixes-4.0-beta
Some fixes for 4.0 beta (thanks @cboltz)
2025-05-27 08:49:42 +01:00
6dff69392c typo fix 2025-05-27 08:46:34 +01:00
838144bfa0 typo fix (tablename/table_name) 2025-05-26 19:42:52 +01:00
b71df0b403 TotoPf: use correct table name 2025-05-26 19:41:24 +01:00
b97d89c280 try and only moan about db drivers missing if the specific driver is in the config, try and improve rendering of warnings/errors etc 2025-05-26 19:40:08 +01:00
0e7099c862 TotoPf: use correct table name 2025-05-26 20:04:17 +02:00
72c0dd1184 token code refactor 2025-05-26 15:53:33 +01:00