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

3122 Commits

Author SHA1 Message Date
David Goodwin
3b5fb0dc5b Revert "upstream php project no longer supports PHP 8.0 or below, Wordpress requires at least 7.4 ... so perhaps claiming to support 7.2/7.3 is unnecessary"
This reverts commit 4e29d3e719.
2023-11-29 22:15:22 +00:00
David Goodwin
4e29d3e719 upstream php project no longer supports PHP 8.0 or below, Wordpress requires at least 7.4 ... so perhaps claiming to support 7.2/7.3 is unnecessary 2023-11-29 22:08:29 +00:00
David Goodwin
03e73aa390 try updating the changelog - might help if we have a release this year i guess - see #783 2023-11-29 21:50:51 +00:00
David Goodwin
594a847dca add missing src_port to sql query and perl - see #784 - thanks @tempixx 2023-11-24 12:08:07 +00:00
David Goodwin
f4a52f33d0 perhaps fix github actions build? try building on php8.2 2023-11-20 22:33:04 +00:00
David Goodwin
ecdd40c9aa see #782 - merge in fix from @johnfawcett - escape slashes in the raw password 2023-11-20 21:58:15 +00:00
David Goodwin
36b59cc8b0 chat protocol update -> drop links to gitter (no one is using it); change freenode to libera.chat link in composer.json 2023-10-29 20:44:19 +00:00
David Goodwin
249e2634dd
Merge pull request #766 from verdigado/feature/validate-username
Add missing "# XXX" to failed translations
2023-10-02 14:58:20 +01:00
Fredrik Boström
4b2b0a8e1f
Add missing "# XXX" to failed translations 2023-09-27 15:49:19 +02:00
David Goodwin
143a31d3a0
Merge pull request #765 from verdigado/feature/validate-username
Javascript validation of username to prevent illegal characters
2023-09-26 15:52:34 +01:00
Fredrik Boström
ea121c721b
Add Alert() about illegal character in username 2023-09-26 15:27:24 +02:00
Fredrik Boström
7b8532b2b0 Add javascript check for illegal characters in username
Signed-off-by: Fredrik Boström <fredrik.bostroem@verdigado.com>
2023-09-26 14:12:33 +02:00
David Goodwin
bb743df34b
Merge pull request #761 from knofte/patch-2
Links and typos Update INSTALL.TXT
2023-09-19 09:35:59 +01:00
knofte
564725ab8f
Links and typos Update INSTALL.TXT
- Removed broken link.
+ Updated IRC links and networks.
+ Fixed some typos, grammar and spacing issues.
2023-09-19 00:30:25 +03:00
David Goodwin
5691d3938d Merge pull request #760 from knofte/patch-1
Typos fix - Update UPGRADE.txt
2023-09-18 20:04:25 +01:00
knofte
2ea74cabb7
Typos fix - Update UPGRADE.txt
A few simple typos fixed.
2023-09-18 20:13:39 +03:00
David Goodwin
2324cf6594
Merge pull request #756 from puck/unset-smtp_client
Fix default $smtp_client setting if we aren't connecting to the SMTP …
2023-08-29 20:41:19 +01:00
Andrew Ruthven
c9551cbb32 Fix default $smtp_client setting if we aren't connecting to the SMTP server on localhost.
This fixes the issue noted on https://github.com/postfixadmin/postfixadmin/discussions/648
2023-08-18 23:23:15 +12:00
David Goodwin
5c1725aef8
Merge pull request #755 from puck/try-log-to-file
Try log to file
2023-08-16 10:42:42 +01:00
Andrew Ruthven
d15012c814 Fix some spelling and grammer mistakes 2023-08-16 21:15:11 +12:00
Andrew Ruthven
b5275bb4af If we can write to the logfile, and syslog is off, enable logging to the logfile. 2023-08-16 21:07:12 +12:00
Andrew Ruthven
e0438a703b Disable the Log4Perl warning if it isn't initialised. 2023-08-16 21:06:36 +12:00
David Goodwin
447b22a529 default to logging to syslog - see #586 2023-08-16 09:03:22 +01:00
David Goodwin
0f5983ee3b
Merge pull request #749 from reinks2112/toggle-active-button-style
toggle the style of the active buttons
2023-07-29 08:44:03 +01:00
reinks2112
873bc8c43b
toggle the style of the active buttons, 2nd
This is a small optical enhancement that toggles the style of the "active" buttons depending on the actual state of the corresponding entry.
This is the second file I forgot to add in the previous commit.
2023-07-29 00:19:19 +02:00
reinks2112
d58a184bc0
toggle the style of the active buttons
This is a small optical enhancement that toggles the style of the "active" buttons depending on the actual state of the corresponding entry.
2023-07-28 23:50:06 +02:00
David Goodwin
da143ca382
Merge pull request #745 from ozgurkazancci/patch-2
Update postfixadmin-mailbox-postdeletion.sh - grammar correction
2023-07-23 19:30:28 +01:00
David Goodwin
6f241bb36e
Merge pull request #744 from ozgurkazancci/patch-1
Update postfixadmin-domain-postdeletion.sh - grammar correction
2023-07-23 19:30:05 +01:00
Özgür Konstantin Kazanççı
cc626b249e
Update postfixadmin-mailbox-postdeletion.sh - grammar correction
Grammar correction: I -> It
2023-07-23 15:28:35 +03:00
Özgür Konstantin Kazanççı
0f3e7b41da
Update postfixadmin-domain-postdeletion.sh - grammar correction
grammar correction
2023-07-23 15:27:26 +03:00
David Goodwin
2d540e1da7 give the language selector an id - see #736 - thanks @frzquerty 2023-06-23 21:11:09 +01:00
David Goodwin
f1ee7b23a4 setup.php does not use the datetime widget or any funky bootstrap special effects, so we might as well remove JS from it 2023-06-17 19:24:53 +01:00
David Goodwin
9f91c55b24 typos 2023-06-17 19:21:05 +01:00
Christian Boltz
656b44d60c
also replace jquery 1.12.4 with 3.7.0 in setup.php
... and delete the old jquery-1.12.4.min.js
2023-06-13 13:25:02 +02:00
David Goodwin
f8e6cf408a replace jquery 1.12.4 with 3.7.0 - see #734 2023-06-13 11:06:43 +01:00
David Goodwin
1e872d8a90 see #497 - add img-src self/data: etc 2023-05-31 17:02:23 +01:00
David Goodwin
702bb6cdc3 fix incorrect smarty default modifier use 2023-05-03 09:04:35 +01:00
David Goodwin
61c458c019 see #718 - fix theme logo to try what is in config and fall back to the postbox 2023-04-22 20:35:18 +01:00
David Goodwin
d99d1785b4 fix pacrypt() call - if we have passwords stored like $1$... they are PHP_CRYPT:MD5, and treating them as crypt does not work with dovecot 2023-03-09 21:59:35 +00:00
David Goodwin
605a019a24 better test coverage - make sure pacrypt() respects php_crypt:MD5 and makes something like $1$..... 2023-03-09 21:57:58 +00:00
David Goodwin
a5ec516adc formatting 2023-03-09 21:57:26 +00:00
David Goodwin
b026c8a1b0 see #706 - should fix checkbox icons when non-english 2023-03-03 20:40:23 +00:00
David Goodwin
18b3638787
Merge pull request #708 from Coeur2Boeuf/patch-1
Update functions.inc.php for dovecot:CRYPT-METHOD
2023-02-20 19:05:23 +00:00
Thomas GALLIOU
e53b5e8a58
Update functions.inc.php
$conf['encrypt'] = 'dovecot:CRAM-MD5'

never success !

function _pacrypt_dovecot() will be never used

See my propose to run with dovecot:CRYPT-METHOD
2023-02-20 19:44:13 +01:00
David Goodwin
0344e729d0 see https://github.com/postfixadmin/postfixadmin/issues/704 - add documentation 2023-02-03 14:33:16 +00:00
David Goodwin
2b6f9f57f4
Merge pull request #703 from dennis2society/master
Fix CSV alias export
2023-02-01 12:28:39 +00:00
Dennis Lübke
57ed8e06e3
Merge pull request #1 from dennis2society/dennis2society-csv_whitespace_column_fix
Ignore CSV labels with a whitespace
2023-02-01 12:33:00 +01:00
Dennis Lübke
5476bb3abd
Ignore CSV labels with a whitespace
Currently, exporting the alias list to CSV, the first column label is only a whitespace. For some reason the contents of this column consists of a long concatenation of "nbsp;"s.
This fix ignores the whitespace column label and gets rid of the "nbsp;nbsp;......" contents of this column.
This was successfully tested on a running installation of postfixadmin 3.2 on a Debian 11 system.
2023-02-01 12:28:58 +01:00
David Goodwin
fcf14f0165 rename some tables so someone migrating from 3.3.x to 3.4 (?) should not have problems 2022-12-08 20:46:47 +00:00
David Goodwin
743613da21 update changelog with entries from 3.3.x 2022-12-08 20:46:11 +00:00