3 add gps logger support (#11) #88

Closed
opened 2025-07-08 08:35:00 -04:00 by AtHeartEngineer · 0 comments

Originally created by @dgraf-gh on 6/1/2025

  • feat: add Owntracks location data ingestion endpoint

  • feat: add URL token authentication filter for API token extraction

  • feat: add raw location points display on map with polyline

    • Refactored loadUserByUsername method to simplify UserDetails creation.
  • Optimized raw location points fetching and transformation logic in LocationDataApiController.
  • Changed OwntracksLocationRequest battery fields types for better accuracy.
  • Removed redundant authentication checks in token filters for performance improvement.
  • Updated SecurityConfig to include UrlTokenAuthenticationFilter.
  • Adjusted map path visual styles in index.html.
  • Removed unused locationPoints field from User model.
  • Minor CSS variable color adjustment for consistency.
*Originally created by @dgraf-gh on 6/1/2025* * feat: add Owntracks location data ingestion endpoint * feat: add URL token authentication filter for API token extraction * feat: add raw location points display on map with polyline * - Refactored `loadUserByUsername` method to simplify UserDetails creation. - Optimized raw location points fetching and transformation logic in `LocationDataApiController`. - Changed `OwntracksLocationRequest` battery fields types for better accuracy. - Removed redundant authentication checks in token filters for performance improvement. - Updated `SecurityConfig` to include `UrlTokenAuthenticationFilter`. - Adjusted map path visual styles in `index.html`. - Removed unused `locationPoints` field from `User` model. - Minor CSS variable color adjustment for consistency.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/reitti#88