Jamie Cameron
1ff6413c04
Allow : in redirect URL
2017-03-09 17:50:47 -08:00
Jamie Cameron
34de35e281
Fix perl warning https://sourceforge.net/p/webadmin/bugs/4920/
2017-03-09 17:29:00 -08:00
Jamie Cameron
9aa6081cd8
keep changelog.md in distro
2017-03-09 08:59:30 -08:00
Jamie Cameron
947187c0c2
German translation updates from Raymond Vetter
2017-03-08 22:16:20 -08:00
Jamie Cameron
47611a5fb7
German translation updates from Raymond Vetter
2017-03-08 22:16:20 -08:00
Jamie Cameron
2cf8380a52
Fix typo
2017-03-08 22:14:01 -08:00
Jamie Cameron
2b2b2d55e7
Clarifiy meaning of filemanger ACL
2017-03-08 22:08:11 -08:00
Jamie Cameron
a1c5db779d
Skip duplicate themes (like blue and gray) https://sourceforge.net/p/webadmin/bugs/4917/
2017-03-08 21:21:20 -08:00
Jamie Cameron
f559c1a078
Handle version parts like deb8u9 and deb8u10 https://sourceforge.net/p/webadmin/bugs/4911/
2017-03-07 20:53:17 -08:00
Jamie Cameron
cbec150213
Handle allow-hotplug lnine https://www.virtualmin.com/node/43038
2017-03-07 20:00:14 -08:00
Jamie Cameron
b1c0c16f4b
Fix handling of allow-transfer lines with a key https://github.com/webmin/webmin/issues/506
2017-03-06 20:02:23 -08:00
Jamie Cameron
8cb1f61426
German translation updates from Raymond Vetter
2017-03-06 19:56:16 -08:00
Jamie Cameron
1ca22a3c10
Merge branch 'master' of git@github.com:webmin/webmin
2017-03-05 13:45:31 -08:00
Jamie Cameron
db801188ab
Page to manually edit cron jobs
2017-03-05 13:45:16 -08:00
Jamie Cameron
9fe8bd9f93
Merge pull request #502 from jjinno/master
...
enable/disable cluster-useradmin features & fix visual bugs
2017-03-01 16:54:49 -08:00
jjinno
6ea05708b9
fixed icons & implemented link-disable option
...
Fixed missing icons link due to bad path.
Implemented use of "conf_host_links" option to enable/disable links to the "edit host" page.
2017-03-01 01:05:34 -08:00
jjinno
3c90c1465a
fixed icons & table view
...
Fixed missing icons link due to bad path.
Ported "table view" from index.cgi... because there is just one module-global option to use "table view"... so it should probably apply module-globally?
2017-03-01 00:59:43 -08:00
jjinno
f546f23f91
fixed HTML table error
...
there was a missing TD tag causing serious layout issues.
2017-03-01 00:54:51 -08:00
jjinno
2322feb9ae
icons & table view
...
Fixed missing icons link due to bad path.
Ported "table view" from index.cgi... because there is just one module-global option to use "table view"... so it should probably apply module-globally?
2017-03-01 00:50:34 -08:00
jjinno
91273bfe18
configure host-as-a-link
...
ability to disable host links (looks best in table view) so that users/groups are not visible
2017-03-01 00:44:47 -08:00
jjinno
c2b396cfbd
add host-as-a-link option default
...
ability to disable host links (looks best in table view) so that users/groups are not visible
2017-03-01 00:43:44 -08:00
jjinno
c3f3db868e
update default config
...
turned on all features by default (keeps existing behavior)
2017-02-28 23:23:13 -08:00
jjinno
c0a43d0aa5
reorder config options
...
reordered config options to match displayed order
2017-02-28 23:21:54 -08:00
jjinno
b5243ac90b
enable/disable features
...
config options for enabling/disabling:
- Add user
- Add group
- Find user
- Find group
- Refresh cache
- Synchronize
The idea was to allow an administrator the ability to provide refresh & sync without needing to provide access to the cluster-module's inferior version of the users/groups tools... but I have broken out the enable/disable on each feature individually, should one want to manage at that level.
2017-02-28 23:10:17 -08:00
jjinno
bb3f72cf85
add enable/disable for features
...
Adding config options for enabling/disabling:
- Add user
- Add group
- Find user
- Find group
- Refresh cache
- Synchronize
2017-02-28 22:51:52 -08:00
Jamie Cameron
082c0644d6
Remove message about timeout of logged out user
2017-02-27 19:26:03 -08:00
Jamie Cameron
7a67864827
Clarify what ssl_ca is for
2017-02-26 21:12:44 -08:00
Jamie Cameron
bdb22b37dc
Fix perl warnings https://sourceforge.net/p/webadmin/bugs/4907/
2017-02-26 14:11:32 -08:00
Jamie Cameron
cb24e776b8
Fix perl warnings https://sourceforge.net/p/webadmin/bugs/4907/
2017-02-26 14:08:41 -08:00
Jamie Cameron
c816d1385f
Detect missing IMAP handle better https://virtualmin.com/node/48616
2017-02-25 13:33:28 -08:00
Jamie Cameron
a0618b3650
Support detecting CPU load and model on FreeBSD https://github.com/webmin/webmin/issues/498
2017-02-24 16:24:04 -08:00
Jamie Cameron
a01ceec394
Merge branch 'master' of git@github.com:webmin/webmin
2017-02-24 16:04:59 -08:00
Jamie Cameron
99f73bd80f
Filter out template units, which cause the subsequent call to systemctl show to fail https://github.com/webmin/webmin/issues/430 :
2017-02-24 16:04:21 -08:00
Jamie Cameron
ab522f84fc
Merge pull request #499 from jjinno/master
...
Enable/Disable for Winbind & File/Printer Share buttons
2017-02-23 22:37:26 -07:00
jjinno
4d77d319dc
code refactor + new use of conf_fs/conf_ps
...
Refactor complicated "Global Configuration" table to be simpler code... just like the "Samba Users" table created just below it...
instead of misusing permissions bits from ACLfs_global/ACLps_global, using conf_fs/conf_ps respectively to determine whether or not the File/Printer share buttons should be displayed.
2017-02-23 14:54:51 -08:00
jjinno
e184759e85
default values
...
added for conf_fs/conf_ps
2017-02-23 14:47:38 -08:00
jjinno
1ed16816de
new variables
...
default values
conf_fs=0,conf_ps=0
2017-02-23 14:45:07 -08:00
jjinno
4f51ed32a6
new admin enable/disable options
...
Added a radio button to disable (hide) the "Winbind Options" button.
Added 2 new variables ("conf_fs" & "conf_ps") that are defined as:
0 when ALL of create/read/write permissions are denied for file/print shares (respectively)
1 when ANY of create/read/write permissions are given to file/print shares (respectively)
These values will be picked up by index.cgi
2017-02-23 14:43:37 -08:00
jjinno
4b664a541d
add lang for disable winbind button
...
self explanatory
2017-02-23 12:26:15 -08:00
Jamie Cameron
dbd99caaee
Path needs to be escaped in footer
2017-02-19 17:30:10 -08:00
Jamie Cameron
54fc94e32b
Fix XSS vulnerability in path
2017-02-19 17:28:39 -08:00
Jamie Cameron
b8333ec442
Fedora 25 uses mariadb
2017-02-18 21:22:29 -08:00
Jamie Cameron
f99d1d20e0
Allow all types of ICMPv6 traffic https://sourceforge.net/p/webadmin/bugs/4900/
2017-02-18 14:14:10 -08:00
Jamie Cameron
c1ebe147ac
BIND mounts can't have quotas https://github.com/webmin/webmin/issues/493
2017-02-16 21:48:32 -08:00
Jamie Cameron
1348fd1ef6
Suppress duplicate definition warnings, which can happen in some cases where the theme calls this library https://www.virtualmin.com/node/46831
2017-02-15 20:01:21 -08:00
Jamie Cameron
71fb93f840
Fix perl warnings https://sourceforge.net/p/webadmin/bugs/4895/
2017-02-12 10:01:46 -08:00
Jamie Cameron
236c09f3c0
Flag is info and not --info e50c011c08
2017-02-12 09:53:21 -08:00
Jamie Cameron
54bb4804fc
Debian 8 has changed the squid package name https://sourceforge.net/p/webadmin/bugs/4894/
2017-02-10 15:58:01 -08:00
Jamie Cameron
0ebbe5660a
Deal with silly version numbers like 2.11 https://www.virtualmin.com/node/46799
2017-02-10 15:52:32 -08:00
Jamie Cameron
155f98977a
Move version comparison code up to global
2017-02-10 15:47:35 -08:00