58 Commits

Author SHA1 Message Date
Michael Tremer
7c3369a623 pppsetup.cgi: Move authentication above MTU
I feel that authentication is more important.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-12-17 17:20:46 +00:00
Michael Tremer
80989cc935 pppsetup.cgi: Add support for QMI profiles
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-12-17 17:20:46 +00:00
Michael Tremer
a0918657c9 network: Drop any traces of ISDN
This has been removed a long time ago and we should probably spend a
little bit more time on keeping the networking code tidy :)

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-12-17 17:20:46 +00:00
Adolf Belka
fa4b961179 Update language files: fix for Bug 12671 - remove evil spirits - demon vs daemon
- demon used in place of daemon in the language files
- This patch corrects that and fixes bug #12671

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2021-09-12 09:34:47 +00:00
Stefan Schantl
8f73d902e3 pppsetup.cgi: Fix typos.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-06-21 17:16:00 +00:00
Stefan Schantl
1366526c0b pppsetup.cgi: Use new system methods
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
2021-06-17 20:10:58 +00:00
Michael Tremer
d10e04ec99 pppsetup.cgi: Use new perl system functions
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-06-10 14:35:56 +01:00
Jonatan Schlag
8186b37230 Hardcode theme to ipfire
This disables the theme support and makes it impossible to use any other
themes than the ipfire default theme.

The only intention of this patch is to hardcode the theme to ipfire.
To change any cgi we have is an ugly way, but the only way to do this
fast. The colour handling needs certainly to be improved as well, but
this will and should be done in other patches.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-08 10:11:34 +00:00
Michael Tremer
d74d6844fd pppsetup.cgi: Drop DNS setting
This has already been dropped and should not be added again
to the configuration file.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2020-01-31 10:04:14 +00:00
Stefan Schantl
456f0b06f4 pppsetup.cgi: Remove support for configure DNS settings.
Fixes #12234.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
2020-01-05 12:37:57 +01:00
Alexander Marx
3364c93e37 BUG11177: pppoe password not required anymore
fixes: #11177

There are providers which do not use passwords anymore.
For this reason the password field is no longer mandatory.

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2016-09-08 12:58:47 +01:00
Stefan Schantl
609b862fe7 pppsetup.cgi: Fix site layout when no TYPE is specified
There was an issue with false generated HTML code, in case
of an empty or unset $pppsettings{'TYPE'} variable which results
in a missplaced website footer.

This patch moves the code for closeing the table and the call of the
closebox() function to the correct place to prevent this display issue.

Fixes #10565.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-10-18 18:51:31 +01:00
Lars Schuhmacher
e3edceeb7a Mark required input fields with a star
Mark required input fields with a star as nowadays this is
the de-facto default. Before, it was the other way around and
optional fields were marked.

Signed-off-by: Lars Schumacher <larsen007@web.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-09-21 16:40:41 +01:00
Lars Schuhmacher
5b93b50c6d Fix hardcoded strings in pppsetup.cgi
Some strings for PPTP were hardcoded instead of using i18n features.

Signed-off-by: Lars Schuhmacher <larsen007@web.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-06-04 18:16:02 +02:00
Arne Fitzenreiter
d4af74b78a modem-status: add more ttyUSB and ttyACM ports. 2014-06-06 10:45:59 +02:00
Michael Tremer
03d0b8c7e8 Merge branch 'master' into next
Conflicts:
	doc/language_issues.nl
	doc/language_issues.tr
2014-05-09 01:31:43 +02:00
Arne Fitzenreiter
872d5a1e33 pppsetup: add atm device selection. 2014-04-28 23:36:03 +02:00
Michael Tremer
c5e3d520e9 Add modem status page.
On this page, much useful information is displayed about
the hardware and the status of an LTE/3G or other kinds
of modems that respond to AT commands.
2014-04-16 16:05:12 +02:00
Alf Høgemark
6161430626 pppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase 2014-02-15 15:51:42 +01:00
Alf Høgemark
71cc3202c0 pppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase 2014-02-15 15:48:46 +01:00
Michael Tremer
89baf6d537 ppp: Don't require setting the MTU configuration. 2013-07-09 12:15:07 +02:00
Arne Fitzenreiter
969bf25a6d pppsetup.cgi: change headline from IPTV to IPTV/VLAN. 2011-03-18 09:19:19 +01:00
Arne Fitzenreiter
11c96d4a74 pppsetup.cgi: add vdsl vlan setting also if igmpproxy is not present. 2011-03-17 22:43:55 +01:00
Arne Fitzenreiter
164a3b51a9 Add optional route to pptp server. 2011-02-19 20:47:38 +01:00
Arne Fitzenreiter
ff7a39506a Add iptv/inet vlan settings to webif. 2011-02-19 15:07:54 +01:00
Arne Fitzenreiter
73c7eff80e Remove some httpd errorlog entries. 2011-01-19 17:47:56 +01:00
Arne Fitzenreiter
96adb1c9a3 Enabled MTU field on all PPPx connections.
Add MRU field.
2010-12-08 18:53:34 +01:00
Arne Fitzenreiter
090eda1dc8 Enabled iptv option with adsl. 2010-08-30 17:58:53 +02:00
Michael Tremer
be24d6b32f Remove pppoe-plugin option from webinterface. 2010-06-27 09:52:27 +02:00
Arne Fitzenreiter
824b94bf98 Fix iqmpproxy install check (pppsetup.cgi). 2009-12-24 14:59:45 +01:00
maniacikarus
67bf4b98c5 Added VDSL Options to pppsetup.cgi (untested, igmpproxy needs to handle the iptv server adresses) 2009-03-17 21:49:02 +01:00
Arne Fitzenreiter
5bc3883c7a Fix pppsetup.cgi - pppoe over atm selection 2009-01-02 11:49:35 +01:00
Arne Fitzenreiter
5aae218d58 Add pptp options to webif 2008-12-29 23:17:24 +01:00
Arne Fitzenreiter
789047d0be Add additional AT-Commands to ppp settings. (eg. for GPRS/UMTS init) 2008-09-21 00:27:27 +02:00
Arne Fitzenreiter
2c1b94f009 Add blootooth stack and experimental bluetooth cellphone/modem for red 2008-08-13 05:57:37 +02:00
Arne Fitzenreiter
ac6dd0a7af Add ttyUSBx to pppsetup.cgi 2008-08-02 13:54:38 +02:00
ms
323c9327ad Added one missing string.
Fixed the double slash in gnump3d.
Updated linux + ntfs-3g.
Removed colors on bash prompt because this confuses the console.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1066 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-11-07 18:52:26 +00:00
ms
197f8d4392 Eine kleine Aenderung in der pppsetup.cgi von Arne.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@964 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-10-13 20:25:24 +00:00
maniacikarus
d15b4ff720 Fixes im Update Booster
Fixes am PPP Settings


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@960 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-10-12 17:18:57 +00:00
ms
a89770fa4f red + pppsetup.cgi von Arne.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@940 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-10-03 15:37:50 +00:00
ms
70df830214 Ein Paar Dateien fuer die GPLv3 angepasst.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@853 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-08-29 13:25:32 +00:00
maniacikarus
cb5e9c6c64 Debuginformationen aus den CGIs entfernt
Hoffentlich die letzten Config Types bereinigt
Samba und SSHd init Skripte angepasst
Pakfire CGI optisch angepasst


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@779 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-08-17 16:00:01 +00:00
ms
285c5bbde9 Code bereinigt...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@777 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-08-17 11:25:26 +00:00
maniacikarus
8cc01c836a PPP Menue angepasst
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@771 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-08-16 21:07:38 +00:00
maniacikarus
f515baebd4 Und wieder ein commit da ich heute so fleissig bin :D
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@690 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-07-15 08:37:20 +00:00
ms
a29b2d7bbe Kleiner Fix fuer die pppsetup.cgi
und noch n paar andere kleine Sachen...


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@579 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-05-25 17:06:38 +00:00
ms
3e615c373b Alpha2 - Aenderungen von Arne F. eingepflegt.
...sonst noch kleine Fixes.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@569 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-05-21 14:42:44 +00:00
maniacikarus
f2fdd0c1e9 Quasi fast alle cgis von den fixen header farben befreit
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@560 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-05-17 16:54:15 +00:00
maniacikarus
2ed35f39ed MTU MRU einstellbar bei PPoE
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@490 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-04-11 10:19:22 +00:00
ms
330345c282 GD-Graph fuer Maniac eingebaut
Kernel laedt ab jetzt keine Module mehr ungefragt.
Nash aktualisiert um richtige Ramdisks zu erstellen (noch unstable).
pppsetup.cgi vom Maniac eingefuegt.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@450 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-03-18 21:34:35 +00:00