- Jan 09, 2022
-
-
chrissi^ authored
With this change we allow our node operators to publish their contact details on the status page.
-
Kasalehlia authored
-
- Apr 21, 2021
-
-
Contact Info is no longer added on FFBS nodes since our gluon release of v2017.1.8. On nodes that have been running before this release this field is set to "Intentionally left blank". This Info should not be shown on the statuspage. Signed-off-by:
Chrissi^ <chris@tinyhost.de>
-
- May 21, 2020
-
-
lemoer authored
-
- Apr 07, 2020
-
-
Jan Alexander authored
-
- Dec 05, 2019
-
-
lemoer authored
-
- Dec 01, 2019
-
-
Martin Weinelt authored
This reverts commits - caf2dd03. - 07ebac6a - 55eff45f I accidentally pushed these commits as I had them lying around on a dirty checkout I did testing on.
-
- Nov 24, 2019
- Sep 30, 2019
-
-
lemoer authored
-
- Jan 17, 2019
-
-
Martin Weinelt authored
The original commit only applied its changes to the source file and did not rebuild the minified file, therefore the change never went live.
-
- Nov 27, 2018
-
-
Martin Weinelt authored
Fixes: #659 Signed-off-by:
Martin Weinelt <martin@darmstadt.freifunk.net>
-
- Oct 11, 2018
-
-
Andreas Ziegler authored
-
- Jul 17, 2018
-
-
Matthias Schiffer authored
-
- Jun 30, 2018
-
-
Matthias Schiffer authored
-
- May 22, 2018
-
-
Matthias Schiffer authored
The field was accidentally removed during the status-page rewrite. Fixes #1401
-
- Apr 16, 2018
-
-
Christof Schulze authored
-
- Apr 15, 2018
-
-
Christof Schulze authored
batman-adv-specific parts are moved to a new package gluon-status-page-mesh-batman-adv.
-
Christof Schulze authored
gluon-status-page: reduce usage of absolute paths in cgi-bin scripts neighbours-nodeinfo and stations
-
Matthias Schiffer authored
-
- Mar 27, 2018
-
-
Matthias Schiffer authored
Some HTTP endpoints were writing annoying "broken pipe" messages to stderr.
-
- Feb 26, 2018
-
-
Matthias Schiffer authored
A downside of this behaviour is that the page does not work for IPv4-only clients, as the redirect will always point at an IPv6 address. Still, it seems like a good idea to enforce the redirect even from the IPv4 next-node address, as switching nodes while being connected to the status page would lead to unexpected behaviour.
-
Matthias Schiffer authored
All Access-Control-Allow-Origin are removed to improve users' privacy. As the status page API is thus not useful without the status page anymore, merge them back into a single package. The status-page-api respondd provider is removed as well. Fixes #1194
-
Matthias Schiffer authored
This new status page is significantly smaller than the old one. It always loads its resources from the same host as the page itself, not requiring cross-origin requests anymore. It also uses the common i18n infrastructure of gluon-web. Fixes #914
-
- Apr 26, 2016
-
-
Matthias Schiffer authored
We have Git for history, there's no reason to keep old files that aren't used anymore.
-
- Sep 05, 2015
-
-
Nils Schneider authored
This will make it easier to replace the API with C programs.
-
- Sep 04, 2015
-
-
Nils Schneider authored
-
Jan-Philipp Litza authored
-
- Sep 02, 2015
-
-
Nils Schneider authored
-
- Aug 30, 2015
-
-
Jan-Philipp Litza authored
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
-
- Aug 23, 2015
-
-
kb-light authored
-
- Jun 29, 2015
-
-
Nils Schneider authored
This limits the number of concurrent users to 2 or 3 (approx. 4 connections per user), greatly reducing DoS potential.
-
Nils Schneider authored
-
- May 21, 2015
-
-
Matthias Schiffer authored
-
- May 04, 2015
-
-
Nils Schneider authored
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.
-
- Jan 24, 2015
-
-
Matthias Schiffer authored
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.
-
- Nov 17, 2014
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Nov 13, 2014
-
-
Nils Schneider authored
-