Ad Schellevis
4a08d078ab
move back sample
2016-01-19 15:26:24 +01:00
Ad Schellevis
c312d18cee
(legacy) remove trailing "?>" in certs.inc
2016-01-19 15:15:20 +01:00
Ad Schellevis
1eb262c965
(configd sample template) move into sample directory
2016-01-19 14:59:00 +01:00
Ad Schellevis
eec35a3cf1
(sample template) fix broken sample
2016-01-19 14:55:37 +01:00
Ad Schellevis
3ede122f7f
(legacy) non functional changes to certs.inc, spacing, curly braces, etc.
2016-01-19 14:17:11 +01:00
Franco Fichtner
891f7abfea
openvpn: improve scoping for vars; closes #664
...
In languages where scoping matters this would be really iffy...
2016-01-19 13:52:24 +01:00
Ad Schellevis
1699d3182a
Merge pull request #683 from opnsense/ca_chain_refactor
...
certs: refactor ca_chain for #664
2016-01-19 12:42:59 +00:00
Ad Schellevis
f6588424da
(legacy) fix carp status page, accidentally reversed status
2016-01-19 13:18:52 +01:00
Franco Fichtner
f1cedb7cc1
firmware: remove EOL message, we are on 16.1 now
2016-01-19 09:12:42 +01:00
Franco Fichtner
f646d44888
universal plug and play: set secure mode by default; closes #517
...
Time to flip defaults for 16.1. :)
2016-01-18 22:55:55 +01:00
Franco Fichtner
d5e0f7cac3
Merge pull request #675 from fabianfrz/translation
...
some translation fixes
2016-01-18 22:31:32 +01:00
Fabian Franz
b96b291608
fixes by @fichtner
2016-01-18 10:12:43 +01:00
Fabian Franz
5248d1ed1b
fixes by @fichtner
2016-01-18 10:08:11 +01:00
Franco Fichtner
6e3e407d85
services: rename shorcut_section to better reflect its purpose; closes #674
2016-01-18 09:30:34 +01:00
Franco Fichtner
3d93e25ba0
services: remove indirect mapping and fix remaining services
2016-01-18 09:29:38 +01:00
Franco Fichtner
d4ff81bbbc
services: bring back service widgets for dns
2016-01-18 09:29:38 +01:00
Franco Fichtner
07923379b6
services: properly hook up dhcp services
2016-01-18 09:29:38 +01:00
Franco Fichtner
8f09dd01ed
shortcuts: merge remainder into fbegin.inc
2016-01-18 09:29:37 +01:00
Franco Fichtner
7743289a6f
src: whitespace sweep
2016-01-18 07:29:17 +01:00
Fabian Franz
e097fe57a8
translation fixes in firewall_virtual_ip.php
2016-01-17 14:04:28 +01:00
Fabian Franz
e6faf6d910
some translation fixes
2016-01-17 13:29:36 +01:00
Franco Fichtner
7d6a7ded44
shortcuts: zap log links
2016-01-17 11:25:19 +01:00
Franco Fichtner
ecc0b7af1f
www: unify upper right corner between legacy and mvc
...
o Help link is in the menu and was already removed from MVC version
o Display user@host.domain in MVC too
o Logout is in the menu too
We might be able to salvage all the space now that the menu is consisten
and transform the top bar into the tile bar instead...
Log links still show, but will be killed as well early in the 16.1
series.
2016-01-17 11:15:42 +01:00
Franco Fichtner
dcdcd9a90e
stats: minor nit in copyright header
2016-01-17 10:47:31 +01:00
Franco Fichtner
69a81ab136
certs: refactor ca_chain for #664
2016-01-17 10:29:55 +01:00
Franco Fichtner
f2d200cdc9
serial: tweak previous
2016-01-16 12:12:51 +01:00
Franco Fichtner
69ad2a3fc1
globals: thin out a bit more
2016-01-16 12:00:24 +01:00
Franco Fichtner
1cb6d444b4
globals: thin out the file
...
o is_install_media() was being misused. In the instance of dhcp6,
the backup file did not even exist, I think someone did copy+paste
the IPv4 code back in the day and the actual backup was never added.
o match_wireless_interface() was moved to interfaces.inc where it
belongs.
2016-01-16 11:51:28 +01:00
Franco Fichtner
743279d8d4
Merge pull request #662 from 8191/fix_ovpnclexp
...
OpenVPN Client Export: add CA chain to CA certificates
2016-01-16 10:54:46 +01:00
Franco Fichtner
6e4fe046f2
shaper: fix a string to match another one in cron
2016-01-14 21:01:11 +01:00
Franco Fichtner
a7d73bfd4a
src: use fa-fw to align icons for #562
...
While there, move some stray menu items to their respective module
menu and minimise the padding of the menu to reclaim the space added
by the fixed-width icon behaviour.
Looking good! :)
Suggested by: @8191
2016-01-14 11:07:58 +01:00
Manuel Faux
dbf7389be6
CA Generation: fix internal intermediate CA creation
...
Internal intermediate CAs were not correctly refered back to the signing CA.
2016-01-13 16:07:23 +01:00
Manuel Faux
a123d73fcd
OpenVPN Client Export: add CA chain to CA certificates
2016-01-13 15:52:27 +01:00
Manuel Faux
30484b274d
Menu: fixed menu for IPsec Mobile Clients after apply
2016-01-13 13:45:06 +01:00
Franco Fichtner
b375ec03ed
firmware: remove spurious starting messages from backend scripts
2016-01-13 08:37:53 +01:00
Franco Fichtner
25f298ca29
firmware: sync packages/plugin again after fetch
2016-01-13 08:25:00 +01:00
Franco Fichtner
58d012701d
firmware: add a new mirror for RageNetwork in Munich, Germany :)
2016-01-13 08:10:28 +01:00
Franco Fichtner
cf7b3c1157
pkg: remove tokenizer, was used for style checker
...
The style checking is done in the build system, so there's no need
to keep this here. A more dynamic way needs to be devised at some
point that allows plugging PHP modules into the code, but it's not
overly important.
Suggested by: @fabianfrz
2016-01-13 06:52:23 +01:00
Franco Fichtner
62237a0275
Merge pull request #640 from fabianfrz/fix_from_dokukaefer
...
Fix from @DokuKaefer
2016-01-13 06:43:55 +01:00
Fabian Franz
f6b8e83753
fix by @8191
2016-01-12 20:49:46 +01:00
Franco Fichtner
59a229c38a
php: fire in the hole!
2016-01-11 18:36:46 +01:00
Franco Fichtner
f30dc89708
firmware: point to 16.1 to prepare for transition in next release
2016-01-11 10:22:05 +01:00
Fabian Franz
e856a02281
fix in interfaces.php
2016-01-11 10:16:04 +01:00
Franco Fichtner
d2c432bd56
Merge pull request #644 from 8191/fix_ovpnwiz
...
OpenVPN wizard: remove incorrect legacy text
2016-01-11 10:14:08 +01:00
Manuel Faux
2fe2b2189b
OpenVPN wizard: remove incorrect legacy text
2016-01-11 10:10:48 +01:00
Franco Fichtner
46a8533aa6
src: whitespace sweep
2016-01-10 22:44:28 +01:00
Franco Fichtner
b5d135de90
www: fix more apply vs. translation foo #431
2016-01-10 22:06:10 +01:00
Fabian Franz
e2bd560500
translation fix by @8191
2016-01-10 21:07:23 +01:00
Fabian Franz
fdac1cf70b
some translation fixes from @DokuKaefer
2016-01-10 19:50:42 +01:00
Fabian Franz
1353c9f39b
some translation fixes from @DokuKaefer
2016-01-10 19:34:25 +01:00