This website requires JavaScript.
Explore
Help
Sign In
w1cdn
/
spothole
Watch
1
Star
0
Fork
0
You've already forked spothole
mirror of
https://git.ianrenton.com/ian/spothole.git
synced
2026-06-24 05:35:10 +00:00
Code
Issues
13
Packages
Projects
Releases
Wiki
Activity
Files
59fa6500ebd056ffa176ab4ab7299ee16b7f272c
spothole
/
server
/
handlers
/
api
History
Ian Renton
7a34526a91
Merge branch 'main' into 95-send-spots-to-xota
2026-06-21 21:28:20 +01:00
..
addspot.py
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
alerts.py
Move user credentials into HTTP request headers to prevent them being logged in the server logs
2026-06-20 10:15:35 +01:00
dxstats.py
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
lookups.py
Move user credentials into HTTP request headers to prevent them being logged in the server logs
2026-06-20 10:15:35 +01:00
options.py
Merge branch 'main' into 95-send-spots-to-xota
2026-06-21 21:28:20 +01:00
solar_conditions.py
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
spots.py
Move user credentials into HTTP request headers to prevent them being logged in the server logs
2026-06-20 10:15:35 +01:00
status.py
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
v1_compatability.py
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