Ian Renton
|
4e7c5a05aa
|
Merge branch '95-send-spots-to-xota' into 2.0-pre
# Conflicts:
# README.md
# core/config.py
# server/handlers/api/addspot.py
# server/handlers/api/lookups.py
# server/handlers/api/options.py
# server/webserver.py
# spothole.py
# static/apidocs/openapi.yml
|
2026-08-08 09:32:27 +01:00 |
|
Ian Renton
|
981cea0866
|
Merge branch 'main' into 2.0-pre
# Conflicts:
# README.md
# core/constants.py
# data/spot.py
# templates/status.html
|
2026-08-08 09:15:04 +01:00 |
|
Ian Renton
|
f08ff030e3
|
Split up docs. Closes #122
|
2026-08-08 08:42:29 +01:00 |
|
Ian Renton
|
f68b244e38
|
Fix docker compose file in readme
|
2026-08-07 06:52:15 +01:00 |
|
ian
|
56a29b6203
|
Update README.md
|
2026-08-06 06:32:08 +00:00 |
|
Ian Renton
|
7dfcdb00e8
|
Merge branch 'main' into 2.0-pre
# Conflicts:
# core/constants.py
# templates/status.html
|
2026-08-05 20:34:26 +01:00 |
|
Ian Renton
|
5699627069
|
Docker config
|
2026-08-05 20:28:11 +01:00 |
|
Ian Renton
|
66081f32f9
|
Docker config
|
2026-08-05 20:24:10 +01:00 |
|
Ian Renton
|
4f8f748d88
|
Docker config
|
2026-08-05 20:14:30 +01:00 |
|
Ian Renton
|
e31b145b8e
|
Refactor of caching & data storage part 12 #118
|
2026-08-02 21:57:22 +01:00 |
|
Ian Renton
|
2157bf114e
|
Refactor of caching & data storage part 9 #118
|
2026-08-02 09:06:10 +01:00 |
|
Ian Renton
|
fa6c3c0a55
|
Merge branch 'main' into 95-send-spots-to-xota
# Conflicts:
# README.md
# config-example.yml
# core/config.py
# server/handlers/api/addspot.py
# server/handlers/api/options.py
# static/js/add-spot.js
# static/js/bands.js
# static/js/map.js
|
2026-08-02 07:47:40 +01:00 |
|
Ian Renton
|
c3bcc1190d
|
Structure changes to match other projects and minor logging improvements
|
2026-07-26 07:47:38 +01:00 |
|
Ian Renton
|
3c4c595288
|
Put static assets in a separate directory so they can be delivered directly by nginx
|
2026-07-25 16:49:49 +01:00 |
|
Ian Renton
|
998b394d2c
|
Update map and bands pages to use SSE endpoint after initial load. Closes #43.
|
2026-06-26 09:09:15 +01:00 |
|
Ian Renton
|
3b5a4efb0b
|
Merge branch 'main' into 95-send-spots-to-xota
# Conflicts:
# core/constants.py
# data/spot.py
|
2026-06-26 08:16:09 +01:00 |
|
Ian Renton
|
eb1d575623
|
Switch to an authoritative source of Spanish municipality data #114 and credit it in README #115
|
2026-06-23 19:26:45 +01:00 |
|
Ian Renton
|
e4c3a52299
|
Add support for DME. Closes #114.
|
2026-06-23 06:45:03 +01:00 |
|
Ian Renton
|
6062211bc7
|
Merge branch 'main' into 95-send-spots-to-xota
# Conflicts:
# README.md
# webassets/apidocs/openapi.yml
|
2026-06-21 09:03:31 +01:00 |
|
Ian Renton
|
bed263fada
|
Doc tweaks
|
2026-06-21 08:52:15 +01:00 |
|
ian
|
3953271c5f
|
Update README.md
|
2026-06-20 12:45:57 +00:00 |
|
Ian Renton
|
85992b1ee9
|
Updated README.md
|
2026-06-20 13:40:27 +01:00 |
|
Ian Renton
|
ec5984ec35
|
Updated README.md
|
2026-06-20 13:39:52 +01:00 |
|
Ian Renton
|
2affe460a5
|
Merge branch 'main' into 95-send-spots-to-xota
|
2026-06-20 13:29:00 +01:00 |
|
Ian Renton
|
8c69bdf357
|
Minor tweak, uptime comment
|
2026-06-20 13:28:35 +01:00 |
|
Ian Renton
|
277e374994
|
Merge branch 'main' into 95-send-spots-to-xota
# Conflicts:
# README.md
|
2026-06-20 12:23:06 +01:00 |
|
Ian Renton
|
5c598f91e6
|
Pass through more info from nginx and log it, to help me figure out who's using Spothole and contact them about upcoming API changes. Also an enabler for #101.
|
2026-06-20 12:17:13 +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
|
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 Renton
|
cd30fc765b
|
Add an API-only mode that hides the server's web UI. Closes #111
|
2026-06-09 10:38:16 +01:00 |
|
Ian Renton
|
a2dff07c0e
|
SSE server reliability improvements
|
2026-06-05 16:06:33 +01:00 |
|
Ian Renton
|
0988a567b8
|
Add support for Tiles on the Air
|
2026-05-03 17:32:16 +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
|
a44b4f5eb6
|
README update
|
2026-04-02 19:54:24 +01:00 |
|
Ian Renton
|
1173af6a9d
|
Fetch solar conditions from HamQSL #92
|
2026-03-28 10:04:29 +00:00 |
|
Ian Renton
|
07b7ce49da
|
nginx setup doc improvement to avoid duplicated headers
|
2026-03-01 09:23:41 +00:00 |
|
ian
|
29afcce504
|
Update README.md
|
2026-02-03 20:06:28 +00:00 |
|
Ian Renton
|
221fade44b
|
Merge remote-tracking branch 'origin/main'
|
2026-01-30 17:13:10 +00:00 |
|
Ian Renton
|
721d345332
|
Allow users to return to "Automatic" colour scheme. #102
|
2026-01-30 17:12:57 +00:00 |
|
ian
|
bf2f5956fc
|
Update README.md
|
2026-01-23 17:12:47 +00:00 |
|
ian
|
7f4556a340
|
Update README.md
|
2026-01-23 17:11:11 +00:00 |
|
ian
|
33de618808
|
Update README.md
|
2026-01-23 17:10:24 +00:00 |
|
Ian Renton
|
bb75b4ec2f
|
Skeleton support for WWTOTA #97
|
2026-01-18 12:12:51 +00:00 |
|
Ian Renton
|
0babf0a6be
|
Support LLOTA #98
|
2026-01-18 12:10:16 +00:00 |
|
Ian Renton
|
6d9bf3d4ec
|
Update docs
|
2025-12-26 22:14:22 +00:00 |
|
Ian Renton
|
9b737a8176
|
39C3 TOTA location lookup
|
2025-12-26 09:14:49 +00:00 |
|