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

234 Commits

Author SHA1 Message Date
David Goodwin
80567e6920 see #642 - do the same pagination restoration stuff in editactive.php 2022-07-30 21:23:57 +01:00
David Goodwin
6cc7922284 see #642 - possible fix for pagination being lost 2022-07-25 09:44:12 +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
David Goodwin
a99d6b7bc8 setup.php -> stray \n in error message 2022-07-17 21:15:32 +01:00
David Goodwin
64bb52d0e3 fix pgsql schema generation for dkim 2022-07-17 21:07:57 +01: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
ef36710ea7 print a better error message when password change is blocked 2022-06-11 09:03:03 +01:00
David Goodwin
41894e0875 see: 71199fd0cb and #596 2022-03-08 11:55:00 +00:00
Christian Eichert
38524f5c03
NOT && NOT && NOT = at lest 1
the logic is wrong, if you want to say at least of a list of negations you must put the condition with AND
2022-02-19 20:40:08 +01:00
David Goodwin
08ce130d58 try and improve mysql db collation fix - see #591 2022-02-14 21:36:33 +00:00
David Goodwin
272e5bddb9 stop psalm moaning about non-strict comparisons 2022-02-13 20:40:34 +00:00
David Goodwin
66c71418a6 mysql does not support DROP CONSTRAINT, looks like it is MariaDB only - see https://github.com/postfixadmin/postfixadmin/issues/591#issuecomment-1021340592 2022-01-25 16:58:35 +00:00
David Goodwin
fa9a9f36d1 reformat 2022-01-12 11:27:50 +00:00
benchea dan
ec6e974f10
Update viewlog.php 2022-01-12 11:54:18 +02:00
benchea dan
985273d07a
Update viewlog.php 2022-01-12 11:44:55 +02:00
benchea dan
d80041bf4e
Update viewlog.php 2022-01-12 10:39:16 +02:00
benchea dan
8690f1c2b6
Update viewlog.php 2022-01-12 10:37:29 +02:00
David Goodwin
52ed517f35 also fix collation on domain_admins.domain to be latin1_general_ci - see also #327 (else a domain admin cannot login) 2021-12-07 19:42:49 +00:00
David Goodwin
b0516193b0 see: https://github.com/postfixadmin/postfixadmin/issues/569 - dark theme from @polymeer, configure $CONF["theme_css"] = "css/dark-theme.css" 2021-12-01 11:33:36 +00:00
David Goodwin
047774b250 reorder upgrade sql, see #561 2021-11-21 21:32:24 +00:00
David Goodwin
7dcfb00377 composer format 2021-11-10 19:48:20 +00:00
David Goodwin
2ab28e795d fix more collation issues 2021-11-10 19:43:14 +00:00
David Goodwin
1018847cd5 fix formatting 2021-10-21 22:10:49 +01:00
David Goodwin
ba825ef3c1 see #506 and #327 - this might unify enough of our textual latin1 columns to resolve collation issues 2021-10-21 22:08:25 +01: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
bf273904e6 indentation / stray ; 2021-08-04 20:36:52 +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
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
088c528d12
Merge pull request #513 from gabrielfin/viewlog-all
Allow super admins to view all log entries
2021-07-06 09:20:52 +01:00
Unknown
5faa292cfb Allow super admins to view all logs 2021-07-05 17:13:37 -03:00
Unknown
029d749fb8 Redirect to listview after editing 2021-07-05 15:39:51 -03:00
Christian Boltz
6b1be117f0
Remove non-expanded (and superfluous) {$rel_path}
Reported by mirko on IRC
2021-07-04 17:19:24 +02:00
Matt Darcy
7b66b9baa9 removed broken link to postfixadmin.org website 2021-06-03 12:54:19 +01:00
David Goodwin
884147e6df composer format time ... i shouldh ave a commit hook for this 2021-05-15 11:43:06 +01:00
David Goodwin
ba17fbe6d6 improve setup.php to apply database updates and avoid deadlock with not being able to login - see https://github.com/postfixadmin/postfixadmin/issues/494 2021-05-15 11:42:20 +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
b271ae8cb8 composer format! 2021-05-13 13:17:07 +01:00
David Goodwin
8518d53906 merge postfixadmin_3.3 into master 2021-05-13 13:15:27 +01:00
David Goodwin
59f0b89233 explode on errors when performing db upgrade; try and fix #498 by updating domain created/modified columns to something MySQL might be happier with 2021-05-08 20:11:58 +01:00
David Goodwin
b9ca22c918 change mailbox.name to be utf8mb4 too - see #484 2021-05-07 20:07:18 +01:00
David Goodwin
4e7b69e04c formatting 2021-05-07 19:54:17 +01:00
David Goodwin
df34c100ea schema changes for https://github.com/postfixadmin/postfixadmin/pull/484 - changing vacation.subject and vacation.text to be utf8mb4 2021-05-07 19:52:45 +01:00
David Goodwin
269515b1ad see: https://github.com/postfixadmin/postfixadmin/issues/105 - log the ip address from the users/login.php page too 2021-04-22 12:53:40 +01:00
David Goodwin
e8f3c40442 ignore this for sqlite which does not like a pk field being added 2021-04-13 21:26:11 +01:00
David Goodwin
2edabc3e03 phpcs insists on some brace changes 2021-04-13 21:19:16 +01:00