Commit Graph

14660 Commits

Author SHA1 Message Date
jim-p
739c78ac30 Make sure a user gets deleted from the 'all' group. 2010-07-12 13:37:40 -04:00
Scott Ullrich
619f2dbd07 Add undo button for drag and drop reordering 2010-07-12 13:30:01 -04:00
jim-p
2a0e85128c After editing a group, refresh its users, as their shell privileges may have changed. 2010-07-12 13:20:44 -04:00
jim-p
2934322e80 Set groups first, since local_user_set checks a privilege that relies on the groups being accurate when run. 2010-07-12 12:58:15 -04:00
jim-p
a137fedd7d Clean up this code. 2010-07-12 12:52:25 -04:00
jim-p
a39675ecae Remove home directory when deleting a user. 2010-07-12 12:40:25 -04:00
jim-p
a803793fe5 Fix "all users" group member array test. 2010-07-12 11:59:22 -04:00
Renato Botelho
0ddddb7a8b Do not call gettext() to print vars 2010-07-12 12:43:24 -03:00
Carlos Eduardo Ramos
3667803934 Checked gettext() implementation on diag_ping.php 2010-07-12 10:28:03 -03:00
Carlos Eduardo Ramos
486c214d83 Checked gettext() implementation on diag_backup.php 2010-07-12 10:22:31 -03:00
Carlos Eduardo Ramos
478877e239 Checked gettext() implementation on diag_ping.php 2010-07-12 10:18:34 -03:00
Renato Botelho
657ba532dd Merge remote branch 'mainline/master' into 1_diag
Conflicts:
	usr/local/www/diag_ipsec_sad.php
2010-07-12 09:40:09 -03:00
Scott Ullrich
68cbabcbfd Mark filter dirty after saving 2010-07-12 00:37:53 -04:00
Scott Ullrich
52b8dc16a0 Cleanup HTMl formatting a bit more, stick mode on its on TR 2010-07-12 00:19:08 -04:00
Scott Ullrich
5d2c6f3e97 Cleanup HTMl formatting a bit more, stick mode on its on TR 2010-07-12 00:18:00 -04:00
Scott Ullrich
d547574127 Cleanup HTML formatting 2010-07-12 00:09:33 -04:00
Scott Ullrich
c662cc9d59 Add hint about drag and drop reordering 2010-07-11 23:37:06 -04:00
Scott Ullrich
eea1e0c520 Unbreak OnMouseEvent 2010-07-11 23:20:58 -04:00
Scott Ullrich
28170529cf Nuke trailing c/r 2010-07-11 23:02:12 -04:00
Scott Ullrich
2386990d80 Add a Close button option for notices that have appeared as long as the save button has not been set 2010-07-11 23:00:24 -04:00
Scott Ullrich
df22216317 Mark Loading box visibility has hidden as it is only used for drag and drop 2010-07-11 22:43:46 -04:00
Chris Buechler
ecd7281ee6 remove warning for redirect mode since it's not supported 2010-07-11 22:15:12 -04:00
Scott Ullrich
12c547897b Use redboxtable 2010-07-11 22:12:49 -04:00
Scott Ullrich
8c8d954f1e Unbreak nifty 2010-07-11 22:10:09 -04:00
Scott Ullrich
23287db727 Rename to already existing name=infoboxnp 2010-07-11 22:07:25 -04:00
Scott Ullrich
6dc83d5241 Show a loading ajax widget when the page is refreshing the order 2010-07-11 21:52:52 -04:00
Scott Ullrich
467989e2a4 Add a id of redboxtable to the table so that ajax can interact with this box. 2010-07-11 21:52:51 -04:00
Chris Buechler
b1bd211944 only reload if relayd is already running, don't kill and then start it 2010-07-11 21:23:44 -04:00
Scott Ullrich
7abaeb1fa5 Use the move pointer type 2010-07-11 20:57:12 -04:00
Chris Buechler
087a89f823 fix some of the logging for load balancer, still partially broken 2010-07-11 19:58:19 -04:00
Scott Ullrich
32c580703f Adding drag and drop feature to firewall rules ordering. Simply start dragging a rule and release and the page will refresh with the new order. If all goes well I will duplicate this feature to other pages with rule reordering functionality. 2010-07-11 19:57:37 -04:00
Chris Buechler
477dcf13ce rename slbd pages since this is no longer slbd 2010-07-11 19:13:57 -04:00
Chris Buechler
b2911375bd fix double click to edit 2010-07-11 18:50:02 -04:00
Chris Buechler
f8cb57dba2 couple load balancer fixes, resolves #723 2010-07-11 17:23:44 -04:00
Erik Fonnesbeck
7017b54ec4 Speed up loading information from regdomain.xml 2010-07-10 23:40:56 -06:00
Erik Fonnesbeck
1fb064e86d Separate regdomain.xml parsing back to a separate file, so it can be used when xmlreader.inc is used instead of xmlparse.inc 2010-07-10 21:36:54 -06:00
Erik Fonnesbeck
42f1649fbb Restore the code for getting the step's title and description after the step ID is set so that it is read from the correct step. 2010-07-10 14:25:58 -06:00
Erik Fonnesbeck
43141617a3 Combine checkout logic for cloning and updating in gitsync and fix a condition showing an error message on the initial cloning. 2010-07-09 23:52:53 -06:00
Erik Fonnesbeck
b3cf36d740 Fix typo that prevented these two checkboxes from displaying the proper state when editing OpenVPN server settings. 2010-07-09 18:36:06 -06:00
Erik Fonnesbeck
d030c9ded4 Properly select the interfaces when displaying the edit page for floating rules that have multiple selected interfaces. Fixes #726 2010-07-09 17:58:09 -06:00
Scott Ullrich
f85d812be0 Remove stray </a>. Obtained-from: m0n0wall 2010-07-09 11:04:17 -04:00
jim-p
2003b5d8bc Print a warning on the login screen if you are accessing the router by a non-local IP address (one not configured on the system) to warn about potential MITM attacks. 2010-07-09 09:50:01 -04:00
jim-p
f17f9f2891 Bypass the DNS Rebind attack checks if accessing by IP address. 2010-07-09 09:19:03 -04:00
Erik Fonnesbeck
35c9cd4463 Don't use the association when duplicating firewall rules. Fixes #634 2010-07-08 17:15:21 -06:00
Renato Botelho
482b642a4c Merge remote branch 'mainline/master' into 1_diag 2010-07-08 17:05:48 -03:00
Carlos Eduardo Ramos
0651f09240 Corrections gettext implementation on diag_routes.php 2010-07-08 13:09:13 -03:00
Carlos Eduardo Ramos
fda82f522d Corrections gettext implementation on diag_ping.php 2010-07-08 12:54:51 -03:00
Carlos Eduardo Ramos
e6c074f9b7 Corrections gettext implementation on diag_system_pftop.php 2010-07-08 11:11:07 -03:00
Carlos Eduardo Ramos
e085ff29fa Corrections gettext implementation on diag_backup.php 2010-07-08 10:35:30 -03:00
Carlos Eduardo Ramos
42aa088edc Corrections gettext implementation on diag_backup.php 2010-07-08 09:03:05 -03:00