Commit graph

11 commits

Author SHA1 Message Date
9ce57b23cd
Added location info enrichment.
All checks were successful
continuous-integration/drone/push Build is passing
- Adds `GET /location-info?latitude=<...>&longitude=<...>` endpoint to
  get information about a point at the given coordinates.

- Adds `nominatim` and `google` as reverse geocode providers.

- Adds support for automatic enrichment upon ingestion.
2025-04-12 23:35:18 +02:00
da9ce2fd73
Added battery+accuracy+speed columns to location history
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-30 16:03:19 +02:00
53a9a2afeb
Support description for location points. 2025-03-23 20:23:26 +01:00
eb9e6abd22
Simplified and better documented .env.example options. 2025-03-10 18:57:49 +01:00
0d7e199e37
Added POST/DELETE /gpsdata endpoints.
Also, added deviceId to location_history table.
2025-03-10 01:33:33 +01:00
2dd6c9f6b4
Moved db and migrations management to umzug.
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-07 22:07:59 +01:00
a837ae06bd
Added Docker support.
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-07 00:19:45 +01:00
c4e0c67e34
Support for users and authentication [backend].
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-04 21:29:05 +01:00
533ebe960f
Refactored backend.
All checks were successful
continuous-integration/drone/push Build is passing
- 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
5dfde74ccf Major bootstrap.
- Migrated frontend to Vue.

- Migrated frontend map to OL API.

- Extended environment variables.

- README.

- Country information/flag integration.

- Implemented generic db/repo.
2025-02-22 16:31:43 +01:00
03deaa9cd8 Added .env.example 2025-02-19 19:43:44 +01:00