Commit Graph

9900 Commits

Author SHA1 Message Date
Jamie Cameron
95797d1b52 German translation updates from Raymond Vetter 2014-11-10 17:27:32 -08:00
Jamie Cameron
d5ce28b8b3 Add new Debian versions 2014-11-10 17:17:07 -08:00
Jamie Cameron
0b733047f3 Allow setting min size to rotate https://sourceforge.net/p/webadmin/bugs/4502/ 2014-11-07 12:25:32 -08:00
Jamie Cameron
314787b39c Fix link to view generated log to use the format expected by view_log.cgi https://github.com/webmin/webmin/issues/178 2014-11-07 11:59:02 -08:00
Jamie Cameron
314f244aab Detect the new MacOS X 2014-10-30 19:48:10 -07:00
Jamie Cameron
1dba4990f9 Fix invalid not-equals operator 2014-10-30 12:22:52 -07:00
Jamie Cameron
f94e99a745 Merge branch 'master' of git@github.com:webmin/webmin 2014-10-26 16:50:16 -07:00
Jamie Cameron
496dfff18b Deal with comment at end of run-parts command: 2014-10-26 16:50:02 -07:00
Jamie Cameron
6b020885b7 Merge pull request #175 from Perturbatio/develop
Added check for hide_admin_url config item
2014-10-25 00:17:49 +01:00
Jamie Cameron
3843bbfa74 Merge branch 'master' of https://github.com/webmin/webmin 2014-10-25 00:09:57 +01:00
Jamie Cameron
2ac4ce9e9a Protect against empty modules array http://sourceforge.net/p/webadmin/bugs/4498 2014-10-25 00:03:12 +01:00
Perturbatio
29f9c54a57 changed display_admin_url to hide_admin_url
changed display_admin_url to hide_admin_url and 
changed comparator to test if this value is not set to 1
2014-10-24 15:32:57 +01:00
Perturbatio
84970e7d78 removed default config item 2014-10-24 15:29:44 +01:00
Perturbatio
595e72f5f7 Inverted the comparison of display_admin_url
I've inverted the comparison of display_admin_url so 
that it must be set to 0 in order to disable it
2014-10-24 10:47:45 +01:00
Jamie Cameron
4ebb89c34b dev version bump 2014-10-24 02:44:30 -07:00
Perturbatio
4b59012184 added display_admin_url config to default config
The default value for this is 1 (to preserve backward
compatibility).
2014-10-24 00:56:04 +01:00
Perturbatio
6eb2314d10 Added check for display_admin_url config item
Added check for display_admin_url config item which if not 
set to 1 will prevent the server from revealing the admin URL
when the user visits the incorrect domain
(more useful in combination with the musthost config item)
2014-10-24 00:40:20 +01:00
Jamie Cameron
8a4e33ad4f Merge branch 'master' of git@github.com:webmin/webmin 2014-10-23 02:42:27 -07:00
Jamie Cameron
365e4bda6d German translation updates from Raymond Vetter 2014-10-23 02:41:55 -07:00
Jamie Cameron
5cd6c0578c German translation updates from Raymond Vetter 2014-10-23 02:41:53 -07:00
Jamie Cameron
72a68098f2 Update PCI compliant ciphers list 2014-10-22 10:36:37 +02:00
Jamie Cameron
1b16568d88 Merge branch 'master' of https://github.com/webmin/webmin 2014-10-20 21:09:16 +01:00
Jamie Cameron
ed0f1f30ca No need to cache post requests 2014-10-20 21:05:19 +01:00
Jamie Cameron
0b194ccd28 Fix message on redhat 2014-10-20 09:06:54 -07:00
Jamie Cameron
56cc1d0cd3 Polish translation update from Piotr Kozica 2014-10-20 09:06:14 -07:00
Jamie Cameron
31a707ce4b Update list of ciphers on upgrade 2014-10-19 10:09:24 -07:00
Jamie Cameron
5bba2e68c6 Supress warning if no config is setu 2014-10-19 10:03:49 -07:00
Jamie Cameron
5ca49334e7 Record cipher mode when saving 2014-10-19 18:01:15 +01:00
Jamie Cameron
0a92666d02 Record cipher mode at install time 2014-10-19 18:00:39 +01:00
Jamie Cameron
88389c68ff Cron jobs executed via Webmin don't know they are cron jobs, so set it here explicitly 2014-10-19 08:46:12 -07:00
Jamie Cameron
f2f7050d86 document SSL change 2014-10-19 08:32:38 -07:00
Jamie Cameron
02d3144e63 German translation updates from Raymond Vetter 2014-10-16 21:18:38 -07:00
Jamie Cameron
26f90d11c8 Only Apache 2.2.23 and above support the TLS v1.x options https://www.virtualmin.com/node/34803 2014-10-16 15:07:05 -07:00
Jamie Cameron
b657b9b5ab Actually respect no-ssl3 option in miniserv 2014-10-16 11:19:59 -07:00
Jamie Cameron
9f953c78a6 SSL options in usermin too 2014-10-16 11:19:28 -07:00
Jamie Cameron
fe43e60b3e Add options to disallow SSL v2 and v3, and disable them both by default 2014-10-16 11:16:10 -07:00
Jamie Cameron
9b73db8417 Maildir folder size should only include actual mail sub-dirs https://sourceforge.net/p/webadmin/bugs/4488/ 2014-10-16 09:53:17 -07:00
Jamie Cameron
ccbd04d0d0 Bring back SSL version option 2014-10-15 17:06:59 -07:00
Jamie Cameron
390308697b Don't hide real record name 2014-10-15 15:42:10 -07:00
Jamie Cameron
9a268a632e Lock all config files, rather than just the main one https://sourceforge.net/p/webadmin/bugs/4486/ 2014-10-15 15:31:05 -07:00
Jamie Cameron
289b96b426 German translation updates from Raymond Vetter 2014-10-13 17:42:32 -07:00
Jamie Cameron
6735d79b58 Show normalized values too 2014-10-11 11:25:58 -07:00
Jamie Cameron
ee87e6e555 Monitor type for wear level 2014-10-11 11:16:06 -07:00
Jamie Cameron
7e22ae2ad9 Close the upload window even if the Java callback fails 2014-10-10 18:55:07 -07:00
Jamie Cameron
eb34879151 Allow JS calls into java 2014-10-10 18:53:24 -07:00
Jamie Cameron
359297fa01 Keep route lines when editing an interface http://virtualmin.com/node/34470 2014-10-10 17:29:04 -07:00
Jamie Cameron
84c0756f39 Fix typo 2014-10-10 17:02:30 -07:00
Jamie Cameron
0c49e7f061 German translation updates from Raymond Vetter 2014-10-10 17:00:37 -07:00
Jamie Cameron
53f79a190c Make error message if iptables is missing nicer 2014-10-07 21:46:36 -07:00
Jamie Cameron
79627542bb fix perms 2014-10-07 11:15:17 -07:00