25419 Commits

Author SHA1 Message Date
Jamie Cameron
d62d4f6a39 Include new iSCSI module 2014-09-27 21:44:25 -07:00
Jamie Cameron
09a8cda636 Parse tgtd logs 2014-09-27 21:38:11 -07:00
Jamie Cameron
5a57c5cf10 Finished off saving of targets 2014-09-27 17:41:21 -07:00
Jamie Cameron
defd73f28e Fixes to get saving of targets working 2014-09-27 17:22:04 -07:00
Jamie Cameron
72389d0b1b Deletion scripts for targets 2014-09-27 17:07:07 -07:00
Jamie Cameron
b095f33c7a Work on editing and saving targets 2014-09-27 12:16:14 -07:00
Jamie Cameron
35b356e755 Allow directives to be added to the config only, no file 2014-09-27 11:46:32 -07:00
Jamie Cameron
1cbf8e8dcb Code to update entries in tgtd config 2014-09-27 10:49:21 -07:00
Jamie Cameron
3ac3be1878 Fix editing of 'other' category name http://virtualmin.com/node/34341 2014-09-27 09:33:17 -07:00
Jamie Cameron
333343af46 German translation updates from Raymond Vetter 2014-09-26 16:19:07 -07:00
Jamie Cameron
a5db316751 Add <td> to cover rest of table wen ending early http://virtualmin.com/node/34341 2014-09-26 13:11:58 -07:00
Jamie Cameron
10c183c35d Work on target editing page 2014-09-25 22:55:16 -07:00
Jamie Cameron
85c9fb169d Start/stop functions 2014-09-25 19:11:45 -07:00
Jamie Cameron
0153a70988 Support more SSL protocols https://github.com/webmin/webmin/issues/172 2014-09-24 20:17:35 -07:00
Jamie Cameron
2e5f70506a Start of work on iSCSI TGTD module 2014-09-24 17:12:57 -07:00
Jamie Cameron
30b5ffd8d4 Don't try to sync mailboxes if the mail system chose isn't installed https://sourceforge.net/p/webadmin/bugs/4477/ 2014-09-24 14:00:56 -07:00
Jamie Cameron
90365aad2d Disable network manager for new interfaces 2014-09-23 15:56:37 -07:00
Jamie Cameron
a63b9a30f2 German translation updates from Raymond Vetter 2014-09-23 13:19:13 -07:00
Jamie Cameron
5bf391c8b4 German translation updates from Raymond Vetter 2014-09-22 15:20:47 -07:00
Jamie Cameron
d5413e5442 German translation updates from Raymond Vetter 2014-09-22 15:20:42 -07:00
Jamie Cameron
572b480165 Bridges don't need to use ifup/down 2014-09-20 12:44:31 -07:00
Jamie Cameron
7b9fa73fcb Make sure module is an empty string, so that SQL queries don't fail 2014-09-19 23:09:42 -07:00
Jamie Cameron
86e0cfaf27 Show RAID status in more detail 2014-09-18 11:25:23 -07:00
Jamie Cameron
b6c0d87498 If not logged in as root, don't try to check gtid variable 2014-09-17 20:03:13 -07:00
Jamie Cameron
63826fe9b0 Remove debug code 2014-09-16 21:58:10 -07:00
Jamie Cameron
b318011bec German translation updates from Raymond Vetter 2014-09-16 14:49:23 -07:00
Jamie Cameron
835b7447ee Don't output second useless closing body tag 2014-09-16 14:45:56 -07:00
Jamie Cameron
b2b95391ac Fix a bunch of width typos 2014-09-16 10:46:02 -07:00
Jamie Cameron
e65ceefd9d Mention other RAID levels 2014-09-15 13:39:34 -07:00
Jamie Cameron
71e38f66cc German translation updates from Raymond Vetter 2014-09-15 13:38:57 -07:00
Jamie Cameron
62b9732f40 Support Listen directive as seen in Apache 2.4 2014-09-13 16:47:52 -07:00
Jamie Cameron
f73389554d Systemd units with @ in the name are legit, like virtualmin's clamd@scan 2014-09-13 16:06:21 -07:00
Jamie Cameron
7654c96a71 Spare / replacement disk improvements for RAID, thanks to Caspar Smit 2014-09-12 14:05:33 -07:00
Jamie Cameron
d245738402 German translation updates from Raymond Vetter 2014-09-12 10:43:52 -07:00
Jamie Cameron
4dfce19c05 Hot replace support for drives, thanks to Caspar Smit 2014-09-11 17:23:15 -07:00
Jamie Cameron
7600c095c7 German translation updates from Raymond Vetter 2014-09-11 15:17:00 -07:00
Jamie Cameron
123b434bea Fix typo 2014-09-10 21:10:54 -07:00
Jamie Cameron
ebcc8b32fe Prevent use of relative paths, and fix HTML editor error message 2014-09-10 19:26:00 -07:00
Jamie Cameron
c1aa42cd08 Improve RAID naming, fix layouts and add confirmation before removing a disk - thanks to Caspar Smit 2014-09-10 14:13:29 -07:00
Jamie Cameron
bee30e3ed0 dev version bump 2014-09-10 13:21:55 -07:00
Jamie Cameron
8447c6f89c Merge branch 'master' of git@github.com:webmin/webmin 2014-09-09 20:50:26 -07:00
Jamie Cameron
d616b00f61 Spanish update from Gustavo Gonzalez 2014-09-09 20:50:10 -07:00
Jamie Cameron
6f37277c36 Spanish update from Gustavo Gonzalez 2014-09-09 20:49:54 -07:00
Jamie Cameron
9096f4489d Include .local files where they exist 2014-09-09 17:06:39 -07:00
Jamie Cameron
5e66621cf2 Always use a backup file for raid conversions, and store it in a safer location 2014-09-08 13:27:11 -07:00
Jamie Cameron
d44c90c3ac What if both ip and ifconfig commands exist 2014-09-06 14:07:29 -07:00
Jamie Cameron
60f498345a remove useles library 2014-09-06 10:58:52 -07:00
Jamie Cameron
4d2760bc4b Use a rounder block size 2014-09-06 08:14:46 -07:00
Jamie Cameron
c18be20f47 Merge pull request #171 from Anialation81/patch-2
Slow FileManager downloads
2014-09-06 08:12:16 -07:00
Anialation81
76fdb8f67b Slow FileManager downloads
The 1024 read length seemed to be causing slow downloads (3 Mbps) on local networks. Changing it to 1000000 like the "Upload and Download" module fixes this problem and I get more than 50 Mbps.  I tried 1,000,000,000 but it locked up my server briefly.

This update matches the value in:
https://github.com/webmin/webmin/blob/master/updown/fetch.cgi
2014-09-06 01:03:42 -04:00