Commit Graph

1179 Commits

Author SHA1 Message Date
Alexander Marx
8cdfbf5aeb Firewall: Make it possible to use NAT without Ports specified 2013-10-23 16:30:17 +02:00
Michael Tremer
989d0fd717 firewall: Straighten the format of the rule table.
Lots of markup and code cleanup.
2013-10-22 20:21:33 +02:00
Michael Tremer
4a75efa5a7 p2p-block.cgi: Fix coding style. 2013-10-22 19:08:35 +02:00
Michael Tremer
0e43079789 firewall: Cleanup rules reloading.
This has been messed up a lot because there were multiple
files which indicated that a reload is needed; shell commands
were used to create and remove the indicator file; some
functions were duplicated.
2013-10-22 18:53:48 +02:00
Michael Tremer
0eadfdad4a firewall: Predefine value for checkboxes.
It turns out, that this is not good style, but as the
rest of the CGI depends on it, we need to stick with
this.
2013-10-22 17:39:56 +02:00
Michael Tremer
6bcb5ffe56 firewall: Move NAT port field to the protocol section. 2013-10-22 17:23:23 +02:00
Michael Tremer
93e0855b6f firewall: Fix collapsing the NAT menu.
Also removing a lot of redundant HTML code and invalid
attributes.
2013-10-22 16:59:16 +02:00
Michael Tremer
85d6e8a910 firewall: Update the re-read button.
Change to a more meaningful description and remove the
big green box.
2013-10-22 16:44:43 +02:00
Michael Tremer
d8d7dd3bd8 firewall: Don't show rule activation checkbox when creating a rule.
Almost certainly, the user wants the new rule to be active when
it is created. We should put as few input elements as possible
on the rule creation page.
2013-10-17 17:58:45 +02:00
Michael Tremer
d50ef220b6 firewall: Fix invalid HTML syntax. 2013-10-17 17:39:12 +02:00
Michael Tremer
0c7d0c0883 firewall: Simplify rule action selection.
Instead of two clicks, this is now changable with only
one click. The color coding should make the decision easier
and warn to not make unwanted configurations.
2013-10-17 17:33:46 +02:00
Michael Tremer
f18c38312c firewall: Make time constraints selection collapsable. 2013-10-17 16:49:07 +02:00
Alexander Marx
c9493d6c4f Firewall: Language changes, JQuery code cleanup 2013-10-17 14:27:41 +02:00
Alexander Marx
86a921ee47 Firewall: Some changes in Strings and languagefiles 2013-10-17 11:27:48 +02:00
Alexander Marx
fda8c915d6 Firewall: Fixed JQuery code for fwhosts. This is BETA2 base 2013-10-16 14:55:20 +02:00
Alexander Marx
79bb8c75f2 Firewall: completed michaels JQuery code and some language changes. This is BETA2-base 2013-10-16 14:27:08 +02:00
Alexander Marx
769185b58e Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into firewall-fifteen 2013-10-16 14:22:38 +02:00
Michael Tremer
a1e89f481d firewall: Simplify protocol selection.
Plausibility checks and removed checkboxed need to be made
functional again. Also proper styling is missing.
2013-10-15 21:08:38 +02:00
Michael Tremer
64d2fbd918 Remove shipped version of jquery. 2013-10-15 16:49:43 +02:00
Michael Tremer
0b1b223aa0 webif: Use new version of jquery. 2013-10-15 16:48:10 +02:00
Alexander Marx
ec6fd189ee Firewall: Jquery with errors for michael... 2013-10-15 15:45:51 +02:00
Alexander Marx
a5cb9aca78 Firewall: Try to clean up JS code part 1 2013-10-15 12:05:13 +02:00
Michael Tremer
afe4656c72 DDNS: Sort providers alphabetically. 2013-10-15 11:50:48 +02:00
Stefan Schantl
290c9cf89b DDNS: Add support for udmedia.de.
This commit adds support for the dynamic dns service provider udmedia.de and was requested by a user on the forum.

Details can be found here: http://forum.ipfire.org/index.php?topic=9097.0

Fixes #10432.
2013-10-14 19:07:18 +02:00
Michael Tremer
568438067c Merge branch 'next' into fifteen 2013-10-14 14:12:04 +02:00
Michael Tremer
8dc177053f squid: Increase default number of file descriptors. 2013-10-14 14:07:35 +02:00
Michael Tremer
0f6b606785 squid: Implement intercept mode. 2013-10-14 13:54:24 +02:00
Alexander Marx
bfc84eb153 Firewall: added JavaScript for services (hide icmp-types when no ICMP selected) 2013-10-09 16:20:54 +02:00
Alexander Marx
3af3ecd319 Firewall: fix rules.pl when using custom hosts/networks and services no rule was applied because no protokoll could be found
Also extended JS code to correctly show ICMP Types only, if NO Targetport is selcted
2013-10-09 10:31:35 +02:00
Alexander Marx
64e822fb45 Firewall: Bugfix: when deleting services from a servicegroup,it was possible to delete the last service even if the group was used in a rule. 2013-10-08 10:24:56 +02:00
Alexander Marx
90f8339a42 Firewall: Bugfix: WHen using servicegroup with only ICMP services, the ruletable was broken. Also fixed another useless if clause in rules.pl 2013-10-08 10:08:09 +02:00
Alexander Marx
58bda09b68 Merge branch 'firewall-fifteen' of ssh://git.ipfire.org/pub/git/people/amarx/ipfire-2.x into firewall-fifteen 2013-10-07 07:25:42 +02:00
Alexander Marx
95c86656e7 Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into firewall-fifteen 2013-10-07 07:25:19 +02:00
Arne Fitzenreiter
1a3dbe91b2 Merge remote-tracking branch 'origin/next' into fifteen 2013-10-06 18:42:53 +02:00
Arne Fitzenreiter
cd6c59aac1 wirelessclient.cgi: fix handling of "'" 2nd try. 2013-10-06 18:37:15 +02:00
Arne Fitzenreiter
2e053370ab Merge remote-tracking branch 'origin/next' into fifteen 2013-10-06 17:07:03 +02:00
Arne Fitzenreiter
929b186c7a Revert "wirelessclient.cgi: fix handling of "'" character in ssid and psk."
This reverts commit be5b660500.
now it cannot handle "space".
2013-10-06 12:36:58 +02:00
Alexander Marx
e6e9a81176 Firewall: added some more plausichecks and additional errormessages 2013-10-05 13:50:35 +02:00
Alexander Marx
73c39dd4bd Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into firewall-fifteen 2013-10-05 13:31:22 +02:00
Arne Fitzenreiter
6b0d7d6bc3 Merge remote-tracking branch 'origin/next' into fifteen 2013-10-04 16:55:20 +02:00
Arne Fitzenreiter
be5b660500 wirelessclient.cgi: fix handling of "'" character in ssid and psk. 2013-10-04 16:50:30 +02:00
Alexander Marx
9f6da934a3 Merge branch 'firewall-fifteen' of ssh://git.ipfire.org/pub/git/people/amarx/ipfire-2.x into firewall-fifteen 2013-10-04 08:09:18 +02:00
Alexander Marx
b4f94285ff Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into firewall-fifteen 2013-10-04 07:17:15 +02:00
Michael Tremer
0203401cf5 Merge remote-tracking branch 'origin/next' into fifteen
Conflicts:
	doc/language_issues.es
	doc/language_issues.fr
	doc/language_issues.nl
	doc/language_issues.pl
	doc/language_issues.tr
	doc/language_missings
2013-10-03 14:26:33 +02:00
Michael Tremer
f34844355b wirelessclient.cgi: Add help for priority.
Fixes #10428.
2013-10-03 14:19:38 +02:00
Alexander Marx
03dd9a2949 Firewall: fixed JS code for toggeling div areas 2013-10-03 12:01:19 +02:00
Alexander Marx
a4c7bf6b73 Firewall: Reorganized layout of rulecreationpage
Protocol is now an extra area containing protocol, ICMP-Type and
source/target ports
2013-10-02 21:28:50 +02:00
Alexander Marx
fadcfb7320 Firewall: moved nat part between source and target and moved protocol dropdown behind target area 2013-09-30 15:43:51 +02:00
Michael Tremer
860ad8cb15 routing.cgi: Fix error in regex that validates "0.0.0.0".
Fixes #10417.
2013-09-27 16:51:17 +02:00
Alexander Marx
96711574be Forward Firewall: BUGFIX: when using ICMP services in firewallrules and then changing the service, the rule was broken 2013-09-27 10:43:34 +02:00