Ian Renton
|
8d09484425
|
Move some of the "add spot" checks from client-side to server-side to avoid duplication and enforce them in the proper place. #95
|
2026-06-20 10:30:24 +01:00 |
|
Ian Renton
|
e08a183d1b
|
Move user credentials into HTTP request headers to prevent them being logged in the server logs
|
2026-06-20 10:15:35 +01:00 |
|
Ian Renton
|
ae17839096
|
Stop fudging the server-side handling instructions for "add spot" into the spot data structure itself, instead break them out into a new area. This is a breaking change to the API so all API endpoints have been bumped to v2.
|
2026-06-20 09:57:09 +01:00 |
|
Ian Renton
|
20966cc7cf
|
IDE inspection fixes and global autoformat
|
2026-06-20 08:28:11 +01:00 |
|
Ian Renton
|
172a31bb18
|
Merge branch 'main' into 95-send-spots-to-xota
# Conflicts:
# README.md
# server/handlers/api/addspot.py
# server/handlers/api/options.py
# spotproviders/tiles.py
# templates/about.html
# templates/add_spot.html
# templates/alerts.html
# templates/api_only_home.html
# templates/bands.html
# templates/base.html
# templates/conditions.html
# templates/map.html
# templates/spots.html
# templates/status.html
# webassets/css/style.css
# webassets/js/add-spot.js
# webassets/js/geo.js
# webassets/js/ui-ham.js
# webassets/js/utils.js
|
2026-06-19 21:48:10 +01:00 |
|
Ian Renton
|
07d0d98f3d
|
Global autoformat
|
2026-06-19 21:36:11 +01:00 |
|
Ian Renton
|
05ac652cee
|
Fix some IDE warnings
|
2026-06-19 19:31:56 +01:00 |
|
Ian Renton
|
88f055384d
|
Internalise third-party dependencies
(cherry picked from commit 725eb619b4)
|
2026-06-18 20:36:46 +01:00 |
|
Ian Renton
|
725eb619b4
|
Internalise third-party dependencies
|
2026-06-18 20:07:42 +01:00 |
|
ian
|
b81f5eeb5a
|
Update webassets/js/add-spot.js
|
2026-06-13 08:24:30 +00:00 |
|
Ian Renton
|
fd21e01c9d
|
Implement spotting to Tiles on the Air. #95
|
2026-06-13 08:17:38 +01:00 |
|
Ian Renton
|
1afb407ca5
|
First stab at submitting spots upstream. POTA is working, all other providers still to do. #95
|
2026-06-12 09:14:21 +01:00 |
|
Ian Renton
|
b725c34f7c
|
General refactor to remove stuff being passed around the Tornado handlers when it doesn't need to be. Conditions provider presence is how handled on the JS side without needing special booleans sent to every page handler.
|
2026-06-09 11:06:48 +01:00 |
|
Ian Renton
|
7c8b4c6bf8
|
Workaround to fetch ionosonde data from KC2G since the GIRO data source often seems to be down.
|
2026-06-06 10:29:18 +01:00 |
|
Ian Renton
|
72360758ac
|
Close SSE connection nicely on navigating away from the page
|
2026-06-05 18:52:32 +01:00 |
|
Ian Renton
|
c939a5c1a1
|
Short/long/closed display for each band calculated from latest data for each ionosonde station
|
2026-05-21 20:54:08 +01:00 |
|
Ian Renton
|
c38be5b588
|
Add LUF to ionosonde data API & chart
|
2026-05-21 20:09:11 +01:00 |
|
Ian Renton
|
d655354d05
|
Show a warning instead of an empty canvas if the ionosonde station has no data, and also show a warning if we have data but it's old.
|
2026-05-16 11:26:23 +01:00 |
|
Ian Renton
|
a7a45190cb
|
Make ionosonde_data a map keyed by URSI, and on polling the website, replace data for the specific URSI rather than overwriting everything. This allows us to preserve data from an older lookup if the website is down or returns nothing
|
2026-05-16 11:04:40 +01:00 |
|
Ian Renton
|
3e7d2c2bc2
|
Improve comments
|
2026-05-16 10:37:13 +01:00 |
|
Ian Renton
|
0edd844db3
|
Ionosonde display tweaks
|
2026-05-15 19:08:56 +01:00 |
|
Ian Renton
|
64a7b27887
|
Support fetching ionosonde data for FoF2 and MUF display on the Conditions page
|
2026-05-15 18:25:54 +01:00 |
|
Ian Renton
|
2026b46113
|
Only include credentials (if we have them) on map page and on the SSE aspect of the spots page, to prevent first-time load delays on spots
|
2026-05-15 14:59:19 +01:00 |
|
Ian Renton
|
363735a235
|
Bug fixes and performance improvements
|
2026-05-10 10:57:41 +01:00 |
|
Ian Renton
|
1ef8b36cb1
|
Modify the front so that it allows QRZ.com and HamQTH credentials to be provided by the client (if none are provided, the lookups do not occur.)
|
2026-05-09 16:52:48 +01:00 |
|
Ian Renton
|
49949a0b2e
|
Fix display of the last time cleanup ran
|
2026-04-11 08:17:30 +01:00 |
|
Ian Renton
|
82944b9c38
|
Layout tweaks
|
2026-04-10 08:02:45 +01:00 |
|
Ian Renton
|
36dba30089
|
Ping on new spots option
|
2026-04-10 07:51:26 +01:00 |
|
Ian Renton
|
1ed175e099
|
Layout fix
|
2026-04-07 06:20:07 +01:00 |
|
Ian Renton
|
3870e560ec
|
Bring localstorage stuff in from jsutils, it's only used here
|
2026-04-06 19:11:47 +01:00 |
|
Ian Renton
|
236ac1a584
|
Wider bands/sigs/sources columns on mobile
|
2026-04-06 18:22:45 +01:00 |
|
Ian Renton
|
8f062320d3
|
Re-add Dark Mapnik theme (via dodgy CSS hacks)
|
2026-04-06 16:16:19 +01:00 |
|
Ian Renton
|
60126b0010
|
Add the ability to centre and zoom the map with URL params. #50
|
2026-04-05 10:42:01 +01:00 |
|
Ian Renton
|
06c16e2f1f
|
Zoom to the extent of map markers on first load #50
|
2026-04-05 10:26:20 +01:00 |
|
Ian Renton
|
b3353b168c
|
Replace toggle buttons with checkboxes for better clarity of function
|
2026-04-05 10:03:42 +01:00 |
|
Ian Renton
|
e170f9c6c2
|
Merge remote-tracking branch 'origin/main'
# Conflicts:
# templates/about.html
# templates/add_spot.html
# templates/alerts.html
# templates/bands.html
# templates/base.html
# templates/conditions.html
# templates/map.html
# templates/spots.html
# templates/status.html
|
2026-04-05 09:28:44 +01:00 |
|
Ian Renton
|
497b84f5dc
|
Bring Spothole mapping to parity with my other tools by adding choice of basemap, opacity and overlays #50
|
2026-04-05 09:27:23 +01:00 |
|
Ian Renton
|
d51e5184a1
|
Radio blackout (R) scale
|
2026-04-04 10:45:42 +01:00 |
|
Ian Renton
|
429b278bca
|
Improve K-index chart
|
2026-04-04 10:28:11 +01:00 |
|
Ian Renton
|
76b0ec24b7
|
Hide conditions page entries if data isn't available
|
2026-04-03 21:47:35 +01:00 |
|
Ian Renton
|
64afd4ed55
|
"Now" line on Kp forecast
|
2026-04-03 19:49:28 +01:00 |
|
Ian Renton
|
d71908455a
|
Kp forecast axis swap on mobile
|
2026-04-03 19:40:56 +01:00 |
|
Ian Renton
|
c10b5e4947
|
Add fetching of NOAA 3-day forecast
|
2026-04-03 18:11:45 +01:00 |
|
Ian Renton
|
4a6d9da031
|
Add fetching of NOAA 3-day forecast
|
2026-04-03 17:40:00 +01:00 |
|
Ian Renton
|
c58c22d9a9
|
Conditions tweaks
|
2026-04-02 19:39:54 +01:00 |
|
Ian Renton
|
02f564b515
|
Colour tweaks and fixes
|
2026-03-30 19:01:25 +01:00 |
|
Ian Renton
|
6f0101a861
|
DX stats table #99
|
2026-03-29 10:57:34 +01:00 |
|
Ian Renton
|
4fe8dfc36a
|
DX stats table. Closes #99
|
2026-03-29 10:12:25 +01:00 |
|
Ian Renton
|
44f38b8114
|
Complete solar weather table #92
|
2026-03-29 09:22:03 +01:00 |
|
Ian Renton
|
5de5a7ffdf
|
Solar weather table #92
|
2026-03-29 09:00:59 +01:00 |
|