- Nov 01, 2023
-
-
Rotzbua authored
google-lighthouse: Warning: Consider avoiding viewport values that prevent users from resizing documents. Rule ID: meta-viewport Accessibility: Ruleset: axe-core 4.4 User Impact: Critical Guidelines: WCAG 2.1 Best Practice, WCAG 2.0 Best Practice
-
- Aug 30, 2023
-
-
Rotzbua authored
Disallow crawlers to crawl and index page. Crawling causes traffic and high load. Indexation max cause unintended attention, e.g. spam, .. Reference: https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag
-
- Mar 24, 2023
-
-
Stefan Weil authored
Instead of checking for the deprecated sysfs entry `wireless` which no longer exists when running newer versions of openwrt, testing for `phy80211` can be used and works for old and new versions of openwrt. Signed-off-by:
Stefan Weil <sw@weilnetz.de>
-
- Dec 15, 2022
-
-
lemoer authored
The gateway_tq was added to respondd in #2596. Now, we also show it on the status page.
-
- Apr 17, 2022
-
-
Igor Scheller authored
-
- Apr 11, 2022
-
-
Igor Scheller authored
-
- Apr 03, 2022
-
-
Igor Scheller authored
-
- Feb 22, 2022
-
-
Igor Scheller authored
-
- Feb 20, 2022
-
-
Igor Scheller authored
-
- Jan 07, 2022
-
-
J. Burfeind authored
Fixes: 1cb0fc84 ("gluon-status-page: swap bandwidth limits (#2304)") Resolves #2370
-
- Dec 15, 2021
-
-
Matthias Schiffer authored
The network.wireless status ubus call only returns the configured channel from UCI, breaking the status page in outdoor mode, where the configuration contains 'auto' instead of a number. Fixes: 0d3fa6b5 ("gluon-status-page: use ubus to get radio channels") Closes #2336
-
- Aug 31, 2021
-
-
Tom Herbers authored
-
- Aug 08, 2021
-
-
Matthias Schiffer authored
Do not depend on the respondd-airtime module just to get the configured channels. This removes the display of the frequency in addition to the channel, as it is not readily available. In addition, the translation string is improved to allow for text after the channel number.
-
Matthias Schiffer authored
This code is usually running on an embedded CPU without FPU. In addtition to its inefficience, the algorithm is also much harder to understand. Replace the logarithm formula with a simple loop.
-
Matthias Schiffer authored
-
- Jun 07, 2021
-
-
aiyion.prime authored
-
- Jun 05, 2021
-
-
aiyion.prime authored
-
- May 06, 2021
-
-
aiyion.prime authored
-
aiyion.prime authored
-
- Apr 23, 2021
-
-
aiyion.prime authored
-
- Apr 22, 2021
-
-
aiyion.prime authored
-
- Apr 12, 2021
-
-
aiyion.prime authored
-
- Aug 08, 2020
-
-
David Bauer authored
This adds the wireless client count for 2.4GHz and 5 GHz radios to the status page. Previously, only the total client count advertised by the mesh protocol was visible.
-
- 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
-
- Nov 27, 2018
-
-
Martin Weinelt authored
Fixes: #659 Signed-off-by:
Martin Weinelt <martin@darmstadt.freifunk.net>
-
- Jul 17, 2018
-
-
Matthias Schiffer authored
-
- May 22, 2018
-
-
Matthias Schiffer authored
The field was accidentally removed during the status-page rewrite. Fixes #1401
-
- Apr 15, 2018
-
-
Matthias Schiffer authored
-
- 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
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
-