Commit Graph

9939 Commits

Author SHA1 Message Date
Jamie Cameron
cd40c2072c Show number of rule users 2014-12-03 19:24:33 -08:00
Jamie Cameron
4c3da19911 Document new param properly 2014-12-02 20:29:40 -08:00
Jamie Cameron
c8bd68190e Document new param 2014-12-02 20:15:45 -08:00
Jamie Cameron
706cf5c1db Hide SSL icon for non-SSL sites http://virtualmin.com/node/35457 2014-12-01 22:39:00 -08:00
Jamie Cameron
e8232c6be1 Open new usermin port on firewall https://virtualmin.com/node/35448 2014-11-30 20:27:23 -08:00
Jamie Cameron
7ac3b37d14 Port fixes to ip_match function to webmin configuration module 2014-11-30 15:04:16 -08:00
Jamie Cameron
22af9bc18e Just having a dash doesn't mean a string is an IP range https://sourceforge.net/p/webadmin/bugs/4511/ 2014-11-30 15:02:12 -08:00
Jamie Cameron
ecfff11982 Use tar to backup /etc/webmin , and exclude known large directories 2014-11-29 22:58:27 -08:00
Jamie Cameron
870acb09e0 Prevent double inclusion 2014-11-29 15:07:48 -08:00
Jamie Cameron
4affdb6338 Actually export new function 2014-11-29 14:44:03 -08:00
Jamie Cameron
0ca360f610 More strict conversion 2014-11-29 14:43:42 -08:00
Jamie Cameron
ea32cfc6ee Strict and warnings compliance 2014-11-29 14:30:15 -08:00
Jamie Cameron
56ae0eca2e Prevent duplicate require when in strict mode 2014-11-29 14:19:08 -08:00
Jamie Cameron
f9ea811781 Allow caseless match 2014-11-28 17:55:00 -08:00
Jamie Cameron
0aa5a5f465 Don't allow viewing directory index by default http://sourceforge.net/p/webadmin/bugs/4514 2014-11-28 11:28:15 -08:00
Jamie Cameron
a1b6645633 Fix incorrect string https://www.virtualmin.com/node/35413 2014-11-27 23:12:53 -08:00
Jamie Cameron
552ee47540 German translation updates from Raymond Vetter 2014-11-24 19:13:32 -08:00
Jamie Cameron
ac3fdd0d62 German translation updates from Raymond Vetter 2014-11-24 19:13:28 -08:00
Jamie Cameron
86357937f5 Fix item granting to use new server API 2014-11-23 10:27:21 -08:00
Jamie Cameron
d058fc20a1 Pass in CGI inputs param 1.720 2014-11-22 14:54:14 -08:00
Jamie Cameron
b0e5f067b7 Version bump 2014-11-21 23:06:16 -08:00
Jamie Cameron
48fb038510 Increase default new key size https://sourceforge.net/p/webadmin/bugs/4506/ 2014-11-21 22:19:47 -08:00
Jamie Cameron
e0a565d603 Remove dupe string 2014-11-19 22:54:08 -08:00
Jamie Cameron
41c6fd30b4 Fix typo 2014-11-19 22:47:25 -08:00
Jamie Cameron
31060b6d06 Allow mysqldump command to have args http://virtualmin.com/node/35318 2014-11-19 22:06:52 -08:00
Jamie Cameron
6c453316f6 German translation updates from Raymond Vetter 2014-11-19 21:40:54 -08:00
Jamie Cameron
6f28146479 Only MySQL 5.6+ supports the gtid-purged flag http://virtualmin.com/node/35336 2014-11-19 15:22:16 -08:00
Jamie Cameron
37f9bf9610 Fix version comparison between two packages with minor release numbers http://virtualmin.com/node/35291 2014-11-18 22:29:06 -08:00
Jamie Cameron
cdccfa120c Use configured flags for all calls to hwclock 2014-11-18 16:46:20 -08:00
Jamie Cameron
7c1c91b007 German translation updates from Raymond Vetter 2014-11-17 20:01:40 -08:00
Jamie Cameron
bac617fa01 German translation updates from Raymond Vetter 2014-11-17 14:11:13 -08:00
Jamie Cameron
1da01b566b fix typo 2014-11-17 14:10:54 -08:00
Jamie Cameron
eeca3125c2 Strings for usermin mail module left menu: 2014-11-16 14:39:09 -08:00
Jamie Cameron
6f5dd4ee59 Document new modes and include module in output 2014-11-16 14:34:21 -08:00
Jamie Cameron
750e66db57 Clarify fields for new theme API function 2014-11-15 15:10:29 -08:00
Jamie Cameron
36230c9d7e New API function to get combined list of Webmin menu items for themes 2014-11-15 15:06:08 -08:00
Jamie Cameron
9fae8e4d51 Fix call to missing function https://github.com/webmin/webmin/issues/179 2014-11-14 13:08:00 -08:00
Jamie Cameron
3f94e128c6 Updated french translation, thanks to 7stars 2014-11-12 20:11:50 -08:00
Jamie Cameron
3974506a2c German translation updates from Raymond Vetter 2014-11-10 17:27:33 -08:00
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