Isaac (.ike) Levy
a73e3e37cd
minor typo
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-23 01:51:25 -04:00
Isaac (.ike) Levy
54a2bcdb1b
new lines
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-23 01:49:04 -04:00
Isaac (.ike) Levy
41dcdcfb2f
more removed lines
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-23 01:39:39 -04:00
Isaac (.ike) Levy
d1acd5757e
minor .pot header update
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-23 01:02:25 -04:00
Isaac (.ike) Levy
766fc29715
Playing catch-up: moved/deleted files corrected.
...
Still tracking down lines which have changed, very close to being caught up.
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-23 00:58:26 -04:00
Isaac (.ike) Levy
b6c7aa537b
changed or deleted files, more to come
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-23 00:12:04 -04:00
Isaac (.ike) Levy
8efc78105e
more lines removed
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-22 23:14:51 -04:00
Isaac (.ike) Levy
736c50053b
playing catchup with deleted files first, more to come once deleted files are out
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-22 22:47:27 -04:00
Franco Fichtner
701d2346c4
status/rrd: more weirdness for #113
2015-04-22 18:55:26 +02:00
Franco Fichtner
e964915cab
status/rrd: trying to pin down #113
2015-04-22 18:41:13 +02:00
Franco Fichtner
7e1a1a106c
src: sweep'n'style
2015-04-22 17:01:37 +02:00
Franco Fichtner
fef8fb56cb
pkg: trailing slash is customary for WWW
2015-04-22 16:55:58 +02:00
Jos Schellevis
95da336d5e
Proxy work in progress, added Authentication, updated ACLs and added dropdown option to default form template
2015-04-21 17:41:21 +02:00
Franco Fichtner
ae8359805a
Merge pull request #147 from GreyDev/master
...
Fixed broken OpenVPN client edit href
2015-04-21 17:36:45 +02:00
Grey
258614d6c9
Fixed html entity
2015-04-21 15:11:59 +01:00
Grey
00c25570eb
Fixed broken OpenVPN client edit href
2015-04-21 15:01:52 +01:00
Jos Schellevis
27ebb566d4
Option field had an extra property which wasn't usefull (cleanup)
2015-04-21 14:57:41 +02:00
AdSchellevis
29ed4da2e0
another reference issue in interfaces.inc (Illegal string offset 'gif')
2015-04-21 09:06:43 +00:00
AdSchellevis
7eea602f8a
fix some reference issues in interfaces.inc
2015-04-21 08:01:40 +00:00
AdSchellevis
e22afc54d8
remove ipsec roadwarrior php-fpm hacks
2015-04-20 20:22:07 +00:00
Jos Schellevis
2258cb908d
Proxy work in progress subtabs, updated tokenizer, added new proxy features
2015-04-20 17:07:43 +02:00
Franco Fichtner
55db8dab0f
pkg: do not overwrite default config.xml anymore; fixes #145
...
Fixes spurious overwrite of a standard config, but also doesn't
update the standards anymore in a running installation. Install
media is unaffected from this change. Users that have had their
standard config overwritten need to rewrite the file accordingly:
/usr/local/etc/config.xml
It also enables users to use their own sample configs on a running
installation from now on. Might add a knob in the GUI to do e.g.
`use this config as the factory reset configuration'. :)
While there, move the pkg-related Makefile glue into its own
file in the subdirectory for clarity.
2015-04-20 12:33:05 +02:00
Franco Fichtner
72bcc260e4
interfaces: clean up and add `hn' devices
2015-04-20 09:55:11 +02:00
Franco Fichtner
3eac3eb8aa
Merge pull request #144 from dotike/locale.EN.canonical
...
Locale.en.canonical
2015-04-20 09:08:42 +02:00
Franco Fichtner
8002716849
ACL: polish the page descriptions for captive portal a wee bit
2015-04-20 08:51:50 +02:00
Franco Fichtner
faf843aaaf
auth: simplify user deletion
2015-04-20 08:39:46 +02:00
Franco Fichtner
661d8b9ce1
make: improve live mount so that it registers the proper version
2015-04-20 08:25:41 +02:00
Isaac (.ike) Levy
ddb3b21262
Basic English .pot file, first formatting pass complete.
...
Warning: This file does not represent the last month of changes in the OPNsense codebase, next step is to follow up with an update to changed lines. It is merely a first pass from-scratch dump from the source code.
Another Warning: many lines still contain errors, based on relatively inconsistent use of gettext calls in the source code.
There are many noted 'TODO' comments in the file, many of which in code which may just get ripped out soon- so keep track of current OPNsense core development efforts before you go too wild fixing something- it may be rewritten and your work would be wasted!
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-17 21:18:34 -04:00
Isaac (.ike) Levy
475567dad4
first pass acrosss the English .pot file complete
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-17 20:58:01 -04:00
AdSchellevis
a000ea83f5
disable hasync when not configured
2015-04-17 20:08:05 +00:00
AdSchellevis
e274b9f58a
oops, hasync also triggered when not configured... make conditional and refactor
2015-04-17 19:53:37 +00:00
AdSchellevis
77dbb57464
password issue when creating a new user (fix for https://github.com/opnsense/core/issues/143 )
2015-04-17 19:39:20 +00:00
Franco Fichtner
ca3cbda865
captive portal: avoid redirect loop on status vs. service
...
Some users may not have service privileges so that creates an
endless redirect loop. This indicates that there's not much
use of the current ACL in the wild or it is not used in a way
to decouple captive portal administraion and operation.
2015-04-17 18:17:02 +02:00
Franco Fichtner
d87c342f74
www: show user in shortcut section as well
2015-04-17 18:01:29 +02:00
AdSchellevis
3f874aaf05
Revert "captive portal, check if pid file exists before kill"
...
This reverts commit e4e8e26f7cd73ccccda254f4c4730040e6c228f6.
2015-04-17 07:04:43 +00:00
Isaac (.ike) Levy
c07907a9b1
more lines
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-16 19:21:15 -04:00
AdSchellevis
4a5926291f
small fix in captive portal rule generation
2015-04-16 19:24:31 +00:00
AdSchellevis
e4e8e26f7c
captive portal, check if pid file exists before kill
2015-04-16 17:17:52 +00:00
Jos Schellevis
f0b6829f76
mvc fix tokenizer
2015-04-16 12:10:47 +02:00
Franco Fichtner
44b610abb1
rc: enable soft updates and TRIM (when available)
2015-04-16 11:46:36 +02:00
Franco Fichtner
75cf7115a0
src: more is_array() -> isset() conversions
2015-04-15 14:57:32 +02:00
Franco Fichtner
1b981539a5
src: better posix replacement; fixes #140
2015-04-15 14:25:57 +02:00
Franco Fichtner
38cae64ca8
src: fix openvpn server restart regression
2015-04-15 10:41:22 +02:00
Isaac (.ike) Levy
c3b970824c
99 bottles of beer on the wall, 99 bottles of beer.
...
If one of those bottles should happen to fall, 98 bottles of beer on the wall!
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-15 01:43:54 -04:00
Isaac (.ike) Levy
6c75c0f2f0
more lines - 105 to go
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-15 01:33:16 -04:00
Isaac (.ike) Levy
a03dcda8a9
more lines - 107 to go
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-15 01:26:24 -04:00
Isaac (.ike) Levy
b4c658dabd
more lines, 116 to go
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-15 01:11:08 -04:00
Isaac (.ike) Levy
88f789f08b
more lines - 131 to go...
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-15 00:43:48 -04:00
Isaac (.ike) Levy
814eb272c3
more lines - 148 to go...
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-15 00:27:58 -04:00
Isaac (.ike) Levy
ac12cb94cf
more lines - 155 to go...
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-15 00:11:19 -04:00