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

Commit Graph

  • 64c34b2c0a fix deletion of app password - see #800 David Goodwin 2024-02-05 20:30:31 +0000
  • 45557a6ed4 code formatting fix David Goodwin 2024-01-11 08:57:27 +0000
  • 85e92f4012 update CHANGELOG with notes for #338 (restrict alias destination to local domains) and #796 (mailbox.smtp_active / controlling outbound mail etc) David Goodwin 2024-01-11 08:56:45 +0000
  • ca4a4dae98
    Merge pull request #338 from michaelkrieger/michaelkrieger-patch-1 David Goodwin 2024-01-11 08:52:27 +0000
  • eda637df1a
    Merge branch 'master' into michaelkrieger-patch-1 #338 David Goodwin 2024-01-11 08:51:17 +0000
  • 78bf7b79a9
    Merge pull request #796 from johnfawcett/master David Goodwin 2024-01-10 11:26:32 +0000
  • c700f3c9c7 update mailbox - add smtp_active for #796 #796 David Goodwin 2024-01-10 10:02:07 +0000
  • 8a314079bd Updates to POSTFIX_CONF.txt for configuration of authenticaiton with dovecot sasl and configuration of Postfix submission service John Fawcett 2024-01-09 23:15:57 +0100
  • 668960ccf6 Add a flag to mailbox table for enable/disable smtp protocol. The table column name is "smtp_active". This enables use of this flag instead of active flag for postfix mysql queries. There is a new configuration parameter $CONF['smtp_active_flag'] = YES or NO, which defaults to NO, providing the existing behaviour. When set to YES the active_smtp field is displayed in the edit mode and can be modified. The commit includes update to the language files and documentation. John Fawcett 2024-01-07 15:25:17 +0100
  • 6e6e4301ed an empty check would catch null ... while != "" will also match null it feels wrong David Goodwin 2024-01-05 19:31:54 +0000
  • 0632d39d0c login.php was writing to $_SESSION just before the 'init_session' function was called which just overwrote everything, so reorder code to fix #795 David Goodwin 2024-01-05 19:30:36 +0000
  • 6b5801c666 typo fixes David Goodwin 2024-01-05 19:30:16 +0000
  • 39e378c783 improve type hinting David Goodwin 2023-12-27 16:16:45 +0000
  • 0829e032d4 try and fix db schema for app password stuff for Sqlite David Goodwin 2023-12-27 16:10:12 +0000
  • dc792a0222 add unit test to cover some of Login::addAppPassword() David Goodwin 2023-12-27 16:09:35 +0000
  • eaf79688f0 add note on CHANGELOG.TXT David Goodwin 2023-12-25 22:08:10 +0000
  • 2ee4b3832e formatting David Goodwin 2023-12-24 19:40:49 +0000
  • a368104fad token test David Goodwin 2023-12-24 19:39:47 +0000
  • b65f7ef627 fix composer.json irc spec, move to use phar/psalm David Goodwin 2023-12-24 19:34:37 +0000
  • 06c32173c5
    Update README.md David Goodwin 2023-12-23 22:09:15 +0000
  • ccbf3f9ab3 reformat/reorganise code David Goodwin 2023-12-23 21:59:33 +0000
  • 8003978ca5 type hints etc and todo notes David Goodwin 2023-12-23 21:55:50 +0000
  • 824ba906b1 more type hints David Goodwin 2023-12-23 21:49:57 +0000
  • 4d6767cc37 avoid sql injection David Goodwin 2023-12-23 21:47:57 +0000
  • 015d4ec9cd reindent / reformat; add type hints for some of the app password stuff; try and make sure someone can only remove their own app password (see revokeAppPassword() ) David Goodwin 2023-12-23 21:43:31 +0000
  • 1dc6ebe834 i thought i moved php to >= 7.4 David Goodwin 2023-12-23 21:30:43 +0000
  • 56b21b7cf4 update CHANGELOG.TXT with MFA/TOTP line David Goodwin 2023-12-23 17:07:54 +0000
  • ae472699fb fix syntax David Goodwin 2023-12-23 17:06:03 +0000
  • 4d17aa6ef9 manaul merge in of verdigado:master (see #753) (MFA/TOTP support) David Goodwin 2023-12-23 17:05:52 +0000
  • 14a572bac7 perhaps fix issue with url encoding - see #705 David Goodwin 2023-12-23 16:28:00 +0000
  • de067a0ea5
    Merge pull request #787 from postfixadmin/change-php-reqs-83-etc David Goodwin 2023-12-23 16:15:02 +0000
  • 8cfde15d35
    Merge 2509cd676d into 3b5fb0dc5b #677 Jan Kruis 2023-12-01 07:05:00 -0700
  • 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" David Goodwin 2023-11-29 22:15:22 +0000
  • 70ba81ec78 try removing support for php7.2/7.3 and add 8.3 to github build #787 David Goodwin 2023-11-29 22:13:09 +0000
  • 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 David Goodwin 2023-11-29 22:08:29 +0000
  • 03e73aa390 try updating the changelog - might help if we have a release this year i guess - see #783 David Goodwin 2023-11-29 21:50:51 +0000
  • 594a847dca add missing src_port to sql query and perl - see #784 - thanks @tempixx David Goodwin 2023-11-24 12:08:07 +0000
  • f4a52f33d0 perhaps fix github actions build? try building on php8.2 David Goodwin 2023-11-20 22:33:04 +0000
  • ecdd40c9aa see #782 - merge in fix from @johnfawcett - escape slashes in the raw password David Goodwin 2023-11-20 21:58:15 +0000
  • 3f45edde4c
    Add option to disable TOTP by leaving code-field blank #753 Fredrik Boström 2023-11-08 12:53:18 +0100
  • 36b59cc8b0 chat protocol update -> drop links to gitter (no one is using it); change freenode to libera.chat link in composer.json David Goodwin 2023-10-29 20:44:10 +0000
  • 249e2634dd
    Merge pull request #766 from verdigado/feature/validate-username David Goodwin 2023-10-02 14:58:20 +0100
  • f81c2b359f
    Hide TOTP-form if already configured Fredrik Boström 2023-09-28 17:29:12 +0200
  • f35e7c0954
    Add missing "# XXX" to failed translations Fredrik Boström 2023-09-27 16:02:56 +0200
  • 4b2b0a8e1f
    Add missing "# XXX" to failed translations #766 Fredrik Boström 2023-09-27 15:49:19 +0200
  • 143a31d3a0
    Merge pull request #765 from verdigado/feature/validate-username David Goodwin 2023-09-26 15:52:34 +0100
  • ea121c721b
    Add Alert() about illegal character in username #765 Fredrik Boström 2023-09-26 15:27:24 +0200
  • 7b8532b2b0 Add javascript check for illegal characters in username Fredrik Boström 2023-09-26 14:04:25 +0200
  • 9891f3f948
    Moved scripts/sync-roundcubemail-totp.php to scripts/examples/ to exclude from linting(needs external includes) Fredrik Boström 2023-09-22 15:20:50 +0200
  • 4b93b6d468
    Fixed DocBlocks and undefined variables - public/login-mfa.php & public/users/login-mfa.php Fredrik Boström 2023-09-22 14:58:21 +0200
  • 3e3b60d74c
    Fixed DocBlocks and undefined variables - model/TotpPf.php Fredrik Boström 2023-09-22 14:41:55 +0200
  • 39c8fc3ce4
    Fixed UndefinedVariable - model/TotpPf.php & model/Login.php Fredrik Boström 2023-09-22 13:56:47 +0200
  • 681545b6dc
    Update config.inc.php #764 benchea dan 2023-09-21 15:23:08 +0300
  • a2fde33d1c
    Update maillog.php benchea dan 2023-09-21 15:22:28 +0300
  • ef3368d508
    Create maillog.php benchea dan 2023-09-21 14:57:36 +0300
  • e9bd7060c0
    Update config.inc.php benchea dan 2023-09-21 14:53:29 +0300
  • d7747cc876
    Create maillog.tpl benchea dan 2023-09-21 14:45:50 +0300
  • 479aa49dbe
    Update menu.tpl benchea dan 2023-09-21 14:44:56 +0300
  • 994821af23
    Update config.inc.php benchea dan 2023-09-21 14:44:10 +0300
  • 23be2fbf35
    Update menu.conf benchea dan 2023-09-21 14:41:50 +0300
  • bb743df34b
    Merge pull request #761 from knofte/patch-2 David Goodwin 2023-09-19 09:35:59 +0100
  • 564725ab8f
    Links and typos Update INSTALL.TXT #761 knofte 2023-09-19 00:30:25 +0300
  • 5691d3938d Merge pull request #760 from knofte/patch-1 David Goodwin 2023-09-18 20:04:25 +0100
  • 2ea74cabb7
    Typos fix - Update UPGRADE.txt #760 knofte 2023-09-18 20:13:39 +0300
  • 2324cf6594
    Merge pull request #756 from puck/unset-smtp_client David Goodwin 2023-08-29 20:41:19 +0100
  • a311ce43c4 Fix formatting Fredrik Boström 2023-08-23 15:53:59 +0200
  • bda9e4a62e Fix notices and suggestions from Goodwin Fredrik Boström 2023-08-23 15:49:35 +0200
  • cc1fdfeb9d add tw Fredrik Boström 2023-08-09 15:02:49 +0200
  • 934d06e53d Add translations, 20/35 covered by libretranslate Fredrik Boström 2023-08-09 13:50:42 +0200
  • c9551cbb32 Fix default $smtp_client setting if we aren't connecting to the SMTP server on localhost. #756 Andrew Ruthven 2023-08-18 23:23:07 +1200
  • 5c1725aef8
    Merge pull request #755 from puck/try-log-to-file David Goodwin 2023-08-16 10:42:42 +0100
  • d15012c814 Fix some spelling and grammer mistakes #755 Andrew Ruthven 2023-08-16 21:15:11 +1200
  • b5275bb4af If we can write to the logfile, and syslog is off, enable logging to the logfile. Andrew Ruthven 2023-08-16 21:07:12 +1200
  • e0438a703b Disable the Log4Perl warning if it isn't initialised. Andrew Ruthven 2023-08-16 21:06:36 +1200
  • 447b22a529 default to logging to syslog - see #586 David Goodwin 2023-08-16 09:03:22 +0100
  • a75f74ca2d
    Add TOTP feature, fixes #184 Sven Seeberg 2023-08-11 15:09:38 +0200
  • 0f5983ee3b
    Merge pull request #749 from reinks2112/toggle-active-button-style David Goodwin 2023-07-29 08:44:03 +0100
  • 873bc8c43b
    toggle the style of the active buttons, 2nd #749 reinks2112 2023-07-29 00:19:19 +0200
  • d58a184bc0
    toggle the style of the active buttons reinks2112 2023-07-28 23:50:06 +0200
  • da143ca382
    Merge pull request #745 from ozgurkazancci/patch-2 David Goodwin 2023-07-23 19:30:28 +0100
  • 6f241bb36e
    Merge pull request #744 from ozgurkazancci/patch-1 David Goodwin 2023-07-23 19:30:05 +0100
  • cc626b249e
    Update postfixadmin-mailbox-postdeletion.sh - grammar correction #745 Özgür Konstantin Kazanççı 2023-07-23 15:28:35 +0300
  • 0f3e7b41da
    Update postfixadmin-domain-postdeletion.sh - grammar correction #744 Özgür Konstantin Kazanççı 2023-07-23 15:27:26 +0300
  • 2d540e1da7 give the language selector an id - see #736 - thanks @frzquerty David Goodwin 2023-06-23 21:10:48 +0100
  • fd1948602f give the language selector an id - see #736 - thanks @frzquerty David Goodwin 2023-06-23 21:10:48 +0100
  • 549e6b787d update CHANGELOG David Goodwin 2023-06-20 09:24:11 +0100
  • d72f1e8006 setup.php does not use the datetime widget or any funky bootstrap special effects, so we might as well remove JS from it David Goodwin 2023-06-17 19:24:53 +0100
  • 97434644ab also replace jquery 1.12.4 with 3.7.0 in setup.php Christian Boltz 2023-06-13 13:25:02 +0200
  • 2ed3e14f95 replace jquery 1.12.4 with 3.7.0 - see #734 David Goodwin 2023-06-13 11:06:43 +0100
  • f1ee7b23a4 setup.php does not use the datetime widget or any funky bootstrap special effects, so we might as well remove JS from it David Goodwin 2023-06-17 19:24:53 +0100
  • 9f91c55b24 typos David Goodwin 2023-06-17 19:20:59 +0100
  • 656b44d60c
    also replace jquery 1.12.4 with 3.7.0 in setup.php Christian Boltz 2023-06-13 13:25:02 +0200
  • f8e6cf408a replace jquery 1.12.4 with 3.7.0 - see #734 David Goodwin 2023-06-13 11:06:43 +0100
  • 1e872d8a90 see #497 - add img-src self/data: etc David Goodwin 2023-05-31 17:02:23 +0100
  • 702bb6cdc3 fix incorrect smarty default modifier use David Goodwin 2023-05-03 09:04:35 +0100
  • 61c458c019 see #718 - fix theme logo to try what is in config and fall back to the postbox David Goodwin 2023-04-22 20:35:18 +0100
  • 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 David Goodwin 2023-03-09 21:59:35 +0000
  • 605a019a24 better test coverage - make sure pacrypt() respects php_crypt:MD5 and makes something like $1$..... David Goodwin 2023-03-09 21:57:58 +0000
  • a5ec516adc formatting David Goodwin 2023-03-09 21:57:26 +0000
  • b026c8a1b0 see #706 - should fix checkbox icons when non-english David Goodwin 2023-03-03 20:40:23 +0000