J0WI
d2fb547a3f
gluon-status-page: removed obsolete css prefixes ( #877 )
...
None of them are used by modern browsers anymore, so it's safe to remove them.
2016-09-07 06:03:57 +02:00
Jan-Tarek Butt
1c1f490527
Minify all Lua code
2016-07-10 20:14:25 +02:00
corvusmo
82b5b5a8d2
gluon-status-page: refactor creation of table rows and cells ( #738 )
2016-04-27 08:40:13 +02:00
Matthias Schiffer
7f2b93e7f0
gluon-status-page: remove old status page
...
We have Git for history, there's no reason to keep old files that aren't
used anymore.
2016-04-26 21:29:48 +02:00
corvusmo
80515c087d
gluon-status-page: sort gateways alphabetically
...
Fixes #698
2016-04-08 21:23:56 +02:00
Matthias Schiffer
289b599233
gluon-status-page: unify prefix list of prettyBytes and prettyBits
2016-03-01 00:06:20 +01:00
Matthias Schiffer
6e452f207a
gluon-status-page: don't use internationalization API
...
It is not supported by all browsers yet.
Also change load display always to display 2 decimal digits (as it is read
from the kernel with 2 decimal digits).
Fixes #606
2016-03-01 00:06:20 +01:00
Matthias Schiffer
79bc3a8d4b
gluon-status-page: fix neighbour purging
...
notUpdated is a Set, to a for-in loop doesn't work.
Fixes #657
2016-02-29 01:12:20 +01:00
Matthias Schiffer
88bdc98108
gluon-status-page: don't reset signal graphs on resize events if width hasn't changed
...
Mobile browsers will often show or hide the address bar while scrolling.
This causes resize events which would often reset the signal graphs.
Fixes #662
2016-02-26 05:35:47 +01:00
Matthias Schiffer
0880159eb5
gluon-status-page: fix handling of interface names containing dots
2016-01-08 14:54:30 +01:00
Delta / Stefan
bbdc334b43
gluon-status-page: add TB to list of units for transfer volumes
...
Fixes #614
2016-01-07 18:09:30 +01:00
Matthias Schiffer
5927fd66db
gluon-status-page: filter out duplicate events in statistics event stream
...
Allows simple handling of cached events.
2015-12-18 17:37:48 +01:00
Nils Schneider
0bb530d1c6
gluon-status-page: fix display of rx and tx traffic
...
On the status page statistics section counters for transmitted and received traffic were mixed up. Transmitted traffic was shown as received while received traffic was shown as being transmitted.
Fixes #586
2015-12-07 13:44:17 +01:00
Matthias Schiffer
9b46a05de7
Merge pull request #450 from freifunk-gluon/status-page
...
gluon-status-page: new status page
2015-10-26 22:55:00 +01:00
Nils Schneider
431ac81407
gluon-status-page-api: split API from gluon-status-page
...
This will make it easier to replace the API with C programs.
2015-09-05 11:47:44 +02:00
Nils Schneider
5e5dc5ab18
gluon-status-page: new status page
2015-09-04 20:50:18 +02:00
Matthias Schiffer
faba9efb88
Merge branch 'jsonc-sink' of https://github.com/FreifunkBremen/gluon
2015-09-04 17:15:58 +02:00
Jan-Philipp Litza
961e6cc1c0
Add sink support to luci-lib-jsonc and use it where needed
2015-09-04 12:27:45 +02:00
Nils Schneider
21935ffc81
gluon-status-page: set html encoding to utf-8
2015-09-02 21:19:41 +02:00
Jan-Philipp Litza
15a80aaffd
Switch from luci-lib-json to luci-lib-jsonc
...
Apart from replacing a patch for the former by two patches for latter,
this involved minimal adaptations of the lua scripts in the following
packages:
* gluon-announce
* gluon-announced
* gluon-mesh-batman-adv-core
* gluon-status-page
2015-08-30 21:05:13 +02:00
kb-light
753c1f9e2a
gluon-status-page: handle 11s interfaces
2015-08-23 23:19:28 +02:00
Nils Schneider
4f8ce12325
uhttpd: set max_requests to 12
...
This limits the number of concurrent users to 2 or 3 (approx. 4 connections per
user), greatly reducing DoS potential.
2015-06-29 12:03:01 +02:00
Nils Schneider
28668c8c52
gluon-status-page: API
2015-06-29 12:03:01 +02:00
Matthias Schiffer
ab10be9f50
We're on Chaos Calmer now
2015-05-22 01:09:19 +02:00
Nils Schneider
a349dd07bd
nodeinfo: mesh interface classes (wireless, tunnel, other)
...
This will introduce a new nodeinfo object, network.mesh.bat0.interfaces,
containing any of the the following subordinated objects:
- wireless
- tunnel
- other
Each of these objects contains a (possibly empty) list of MAC addresses
(lowercase, colon-notation) corresponding to a interface of the given
class. Combined with a batman graph it is thus possible to mark
sub-graphs as "wireless" or "vpn".
The previously used object mesh_intefaces is superseded by this new
object structure and mesh_interfaces will be removed in a future Gluon
release.
2015-05-04 19:15:39 +02:00
Matthias Schiffer
9b172bbaf4
Move all upgrade scripts to a common directory
...
Moving the scripts to a common directory not only vastly simplifies the
zzz-gluon-upgrade script, but also allows to define an ordering of such
scripts across packages.
2015-01-24 11:27:47 +01:00
Matthias Schiffer
104c92dfe6
gluon-status-page: remove workaround for now fixed LuCi bug
2014-11-17 16:22:05 +01:00
Matthias Schiffer
691f0cb6c5
gluon-status-page: show VPN status (very minimalistic for now)
2014-11-17 03:24:08 +01:00
Nils Schneider
5266a07334
status-page: escape html, move script to body
2014-11-13 01:36:38 +01:00
Nils Schneider
710cb8b36c
status-page: lua rewrite, use gluon-neighbour-info
2014-10-27 23:21:40 +01:00
Matthias Schiffer
f73d727ae6
Remove all remaining uses of sysconfig.sh
2014-07-10 23:44:06 +02:00
Matthias Schiffer
9c53b705d5
Remove all uses of gluon.model and model.sh
2014-07-10 17:57:31 +02:00
Matthias Schiffer
5d3ce91f75
gluon-status-page: fix neighbor view with current iw/mac80211
...
The whole status page should be rewritten ASAP, but this fix will at least
make it work again for now...
2014-06-15 13:22:39 +02:00
Nils Schneider
601fd3f3ea
gluon-status-page: show model
2014-02-13 12:56:14 +01:00
Nils Schneider
b562ad7bbd
gluon-status-page: escape HTML special characters
2014-02-06 15:35:21 +01:00
Nils Schneider
c839bd8892
statusscript
2014-02-04 13:15:18 +01:00
Nils Schneider
2d8dda6eee
gluon-status-page: make index.html redirect to cgi
2014-02-03 23:59:22 +01:00
Matthias Schiffer
869f81d12e
Add stub gluon-status-page package
2014-01-29 17:17:49 +01:00