David Goodwin
99a549c2e3
Create SECURITY.md
4 years ago
Christian Boltz
dabc13feca
Add comment that some translations need an update
This affects pMain_overview, pMain_create_alias and pMain_create_mailbox
which were changed in 2a5d131124
4 years ago
Christian Boltz
2da5dbe696
change the "Overview" button to say "Domain List" for all languages
bf5fb7af16
changed pMenu_overview from
"Overview" to "Domain List", but only for english.
This commit reverts this, and instead changes main.tpl to use
pAdminMenu_list_domain which already says "Domain List" and is
translated to all languages.
4 years ago
David Goodwin
205471d4f4
Merge pull request #520 from zakthan/patch-1
Update Password_Expiration.md
4 years ago
Thanassis Zakopoulos
cbac254d60
Update Password_Expiration.md
This line should be like this:
echo -e "Dear User, \n Your password will expire on ${RESULT[1]}" | mail -s "Password $INTERVAL days before expiration notication" -r $REPLY_ADDRESS ${RESULT[0]}
instead of
echo -e "Dear User, \n Your password will expire on ${RESULT[1]}" | mail -s "Password 30 days before expiration notication" -r $REPLY_ADDRESS ${RESULT[0]}
otherwise the subject will always be 30 days no matter what the $INTERVAL is
4 years ago
David Goodwin
b867f7dd30
final (!) update of ua.lang ; thanks andrew kudrinov
4 years ago
David Goodwin
2a5d131124
better descriptions for what you can do from the overview page? thanks Andri Kudrinov
4 years ago
David Goodwin
bf5fb7af16
change the "Overview" button to say "Domain List" which perhaps seems more relevant (thanks Andrii Kudrinov)
4 years ago
David Goodwin
dc75206427
update to Ukrainian language from Andrii Kudrinov
4 years ago
David Goodwin
b29551218b
hide footer version number unless logged in - see https://github.com/postfixadmin/postfixadmin/issues/517
4 years ago
David Goodwin
0b07b052fc
fix formatting!
4 years ago
David Goodwin
6d00833c75
probable fix for https://github.com/postfixadmin/postfixadmin/issues/516 - admins can see all domains so no fDomain parameter etc
4 years ago
David Goodwin
284e1f7eb2
fix test after language change
4 years ago
David Goodwin
6c5feff515
see: https://github.com/postfixadmin/postfixadmin/issues/496 - change Alias(es) to Forward(s)
4 years ago
David Goodwin
088c528d12
Merge pull request #513 from gabrielfin/viewlog-all
Allow super admins to view all log entries
4 years ago
Unknown
5faa292cfb
Allow super admins to view all logs
4 years ago
David Goodwin
b288551b8b
Merge pull request #512 from gabrielfin/edit-redirect
Redirect to listview after editing
4 years ago
Unknown
029d749fb8
Redirect to listview after editing
4 years ago
Christian Boltz
6b1be117f0
Remove non-expanded (and superfluous) {$rel_path}
Reported by mirko on IRC
4 years ago
David Goodwin
17ff3ec4eb
Merge pull request #510 from gabrielfin/disable-autocomplete
Disable password autocomplete
4 years ago
David Goodwin
f25e511894
Merge pull request #509 from gabrielfin/navbar-fix
Navbar is supposed to be fixed
4 years ago
David Goodwin
0726444498
Merge pull request #508 from gabrielfin/master
Remove unnecessary <br>'s
4 years ago
Gabriel
d9b30acd72
Disable autocompletion when changing user password
4 years ago
Gabriel
c971e25c49
Disable password autocompletion in edit forms
4 years ago
Gabriel
ac2087d8ee
Fix navbar
4 years ago
Gabriel
cae183ab45
Revert "Fix bug in navbar"
This reverts commit ea3bbc727b
.
4 years ago
gabrielfin
ea3bbc727b
Fix bug in navbar
4 years ago
gabrielfin
4e40927160
Remove unnecessary <br>'s
4 years ago
David Goodwin
091121c15c
drop freenode - looks like it is burning/imploding
4 years ago
David Goodwin
1b8bfc62df
Merge pull request #505 from BotoX/master-crypt
Improve dovecot mail-crypt postpassword script security
4 years ago
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
4 years ago
David Goodwin
e08d95badf
Update README.md
add libera chat link
4 years ago
David Goodwin
d0ed346382
Update README.md
4 years ago
David Goodwin
af76d5c278
Update README.md
4 years ago
David Goodwin
c3d3978daf
Update README.md
refresh screenshots with bootstrap theme etc.
4 years ago
David Goodwin
e9cea4d4c4
update screenshots perhaps
4 years ago
David Goodwin
39058134d8
fix path
4 years ago
David Goodwin
b48ab571a3
what is an m or a d between friends?
4 years ago
David Goodwin
d3851a840d
coveralls...
4 years ago
David Goodwin
48d4435b84
try and get php-coveralls working
4 years ago
David Goodwin
31747fca89
try adding a php matrix in
4 years ago
David Goodwin
eef46f7697
Merge pull request #504 from ikonia/master
removed broken link to postfixadmin.org website
4 years ago
Matt Darcy
7b66b9baa9
removed broken link to postfixadmin.org website
4 years ago
David Goodwin
2e0f42ec52
Merge pull request #499 from vakartel/master
VIRTUAL_VACATION/vacation.pl :: smtp_ssl variable must be boolean not literal
4 years ago
David Goodwin
4c6c857e3e
Merge pull request #500 from vakartel/patch-1
model/AdminpasswordHandler.php :: eliminate php waring
4 years ago
David Goodwin
033b70abcd
Merge pull request #501 from vakartel/patch-2
model/MailboxHandler.php :: eliminate php warning
4 years ago
David Goodwin
961124fae4
Merge pull request #502 from vakartel/patch-3
model/AliasdomainHandler.php :: eliminate php warning
4 years ago
David Goodwin
a4a6bc8472
Merge pull request #503 from vakartel/patch-4
model/VacationHandler.php :: eliminate php warning
4 years ago
Valery Kartel
f392024784
Update VacationHandler.php
4 years ago
Valery Kartel
d54754097f
Update AliasdomainHandler.php
4 years ago