Commit graph

9 commits

Author SHA1 Message Date
c8200bfcbf
Added support for filtering directly by point IDs 2025-04-08 02:33:06 +02:00
ca666c9ef8
Support filtering location points by country/address/postalCode/description 2025-04-05 22:04:21 +02:00
282828df0b
Several UI improvements and features.
- Added support for filtering location data in a certain area.

- Made date range selection optional.

- A more robust way to detect changes in the location filter.

- Let the timeline graph set the default time ticks.
2025-03-29 23:53:49 +01:00
70ba053016
 Support filtering location points by deviceId 2025-03-26 22:08:37 +01:00
c6d1aef24a
Restrict GET /gpsdata to location history points associated to devices owned by the current user. 2025-03-24 01:59:55 +01:00
53a9a2afeb
Support description for location points. 2025-03-23 20:23:26 +01:00
2dd6c9f6b4
Moved db and migrations management to umzug. 2025-03-07 22:07:59 +01:00
c4e0c67e34
Support for users and authentication [backend]. 2025-03-04 21:29:05 +01:00
533ebe960f
Refactored backend.
- Add versioning to API endpoints.
- Refactored $db and $repos as global variables.
- Extracted routes into separate components with deferred registration.
- Support for a different db URL for location data than the one used by
  the application.
- Added sqlite and passport dependencies (passport will soon be used to
  handle authentication).
2025-03-01 11:45:13 +01:00
Renamed from src/models/LocationRequest.ts (Browse further)