Commit Graph

16641 Commits

Author SHA1 Message Date
Ermal
475c1932c3 Use the provided settings even for HFSC scheduler instead of hardcoding 32Kbit/s speed on VoIP. Also cleanup some whitespace. 2010-12-22 13:59:05 +00:00
Ermal
d526314b97 Be consistent on having 1K == 1024 2010-12-22 13:59:05 +00:00
Scott Ullrich
9b4e01686d Do not break on header titles 2010-12-21 21:02:17 -05:00
Scott Ullrich
a1d3953f11 Turn off csrf for dashboard 2010-12-21 20:57:26 -05:00
Scott Ullrich
f7bd00322c Remove note about encyrption password only used for encryped fs type. It's handled by enable/disable js code now. 2010-12-21 20:25:11 -05:00
Ermal
d31bc32ad6 Make the CP locking more granular and make use correctly of exclusive/shared locks where appripriate. This speeds up CP login process. 2010-12-22 01:11:48 +00:00
Scott Ullrich
3da60e0dac Correcly fire delete event 2010-12-21 20:09:39 -05:00
Scott Ullrich
68867598bb Fire event for delete too 2010-12-21 19:56:00 -05:00
Scott Ullrich
3be68b60a0 Auto insert disk size 2010-12-21 19:52:14 -05:00
Scott Ullrich
2fa7469849 Default to UFS+S 2010-12-21 19:52:13 -05:00
Ermal
eb7aa26387 * Use exclusive locking for parts of config involving CP db.
* Use more strict checking against empty/not set values for timeout and idletimeout
* Do not overwrite idletimeout value with the per user idletimeout value during processing
* Make distinction between radius accounting and re-authentication with radius to allow the code to be executed correctly. Ticket #1013
2010-12-22 00:27:25 +00:00
Scott Ullrich
72c0d2e3a5 Disable the available space field too 2010-12-21 19:28:38 -05:00
Scott Ullrich
bfff9331f9 nuke the leave one megabyte free on each disk business. 2010-12-21 19:26:34 -05:00
Scott Ullrich
5a04b6d852 Revise not about leaving 1 megabyte free on each disk 2010-12-21 19:15:02 -05:00
Scott Ullrich
3e4fbe679b Turn background of input box red if you over allocate 2010-12-21 19:10:46 -05:00
Scott Ullrich
96b2571494 Add delete button. Move the add button to the right of total allocated. 2010-12-21 19:07:31 -05:00
Scott Ullrich
09348d5f6a Oops, check against disksseen variable 2010-12-21 18:53:54 -05:00
Scott Ullrich
ec981fc568 Turn background field to green when all disk capacity has been correctly allocated to the various slices. 2010-12-21 18:50:56 -05:00
Ermal
7513352b9c merge the dynamic obtained result with the static maintained list to not avoid strange problems as in Ticket #1123. 2010-12-21 23:45:55 +00:00
Ermal
31eee4a6a0 Do not do useless work. 2010-12-21 23:45:54 +00:00
Scott Ullrich
19f6b3c5a5 Show the capacity of all allocated disks in addition to the amount of space allocated 2010-12-21 18:33:29 -05:00
jim-p
503f3c65b8 Fix double click editing of GRE interfaces 2010-12-21 16:26:19 -05:00
Ermal
d776efd810 Black list gre interfaces from bridge member list since they cannot be part of a bridge. 2010-12-21 16:41:47 +00:00
Ermal
a2ec32a9b2 Reconfigure the assigned interface settings if we are modifying the clone settings from interfaces->assign->TYPE. 2010-12-21 16:38:30 +00:00
Ermal
dbdcaef4f3 Use 1024 not 1000 in conversion. 2010-12-21 16:38:29 +00:00
smos
c7cfbbd8a8 Reinvent the 8 hour graph period, this one should work properly, needs test 2010-12-20 23:30:04 +01:00
Ermal
d1f48a8871 Show on the interface list present members of the lagg. 2010-12-20 22:24:58 +00:00
Chris Buechler
90b4cc7d64 This checkbox enables, remove confusing enable/disable. 2010-12-20 16:48:40 -05:00
jim-p
e2c1d6c5cf Add a per-entry option for Proxy ARP VIPs of the Network type to disable their expansion on Port Forwards and Outbound NAT screens. Will allow users with large proxy arp subnets used only with 1:1 to still load those pages in a reasonable time. Resolves #1119 2010-12-20 15:01:51 -05:00
Ermal
49659e1cc6 Move the CP rule below webConfigurator abusal rule to allow adding the same protection to CP. 2010-12-20 19:41:43 +00:00
Ermal
4cc233748f Well now that CP has the proper conditions and fastforwarding is disabled by default its needed to untighten a bit the rule of CP with direction out on pf(4). 2010-12-20 19:38:02 +00:00
Ermal
3d04de612e attach to ng_ether(4) only on pppoe/l2tp/pptp links no others. 2010-12-20 16:47:00 +00:00
Ermal
92a1c8e6ca Unbreak pppoe clients. Pointy-hat: myself 2010-12-20 16:43:26 +00:00
Scott Ullrich
1051876884 Fire this event later in the script 2010-12-19 16:56:33 -05:00
Scott Ullrich
fb34dd2203 Add effect when total allocated amount changes 2010-12-19 16:50:24 -05:00
Scott Ullrich
e1271f327b Add note about leaving 1 megabyte free 2010-12-19 16:38:43 -05:00
Scott Ullrich
5c5610e9c8 Reword to not confuse 2010-12-19 16:36:18 -05:00
Scott Ullrich
b98e3a72bd Comment 2010-12-19 16:35:02 -05:00
Scott Ullrich
d9f2221783 Add rowhelper_onDelete call 2010-12-19 16:34:09 -05:00
Scott Ullrich
1c53acd3a4 Nuke function_exists() 2010-12-19 16:31:51 -05:00
Scott Ullrich
8fdc51595a Only for once 2010-12-19 16:31:15 -05:00
Scott Ullrich
346cc87f87 Disable changing of allocated box. Merge two functions into one 2010-12-19 16:29:16 -05:00
Scott Ullrich
28a9cb7f4b Add and use rowhelper_onAdd which will fire javascript code after adding new row 2010-12-19 16:23:19 -05:00
Scott Ullrich
8e94620114 Remove debugging alert() 2010-12-19 16:15:47 -05:00
Scott Ullrich
a17f284ccf Add rowhelper_onChange variable for row helper and remove the previous function detection code 2010-12-19 16:14:44 -05:00
Scott Ullrich
a1532937b1 Minor formatting fixes 2010-12-19 15:51:53 -05:00
Scott Ullrich
b17825376b Correctly -- 2010-12-19 15:46:18 -05:00
Scott Ullrich
d8c96528dd Decrease size by 1 megabyte as some disks are failing 2010-12-19 15:37:12 -05:00
Scott Ullrich
47127d138b Format please wait better with a table 2010-12-19 15:34:58 -05:00
Scott Ullrich
a97279db0f Style the hr 2010-12-19 15:32:12 -05:00