1
0

23 Commits

Author SHA1 Message Date
3e78595917
Tidy up Gpx creation into own class. Make download work properly. 2018-10-09 01:21:14 +02:00
bf3c2a7d5a
Throw exceptions on SQLite problems. 2018-10-09 00:24:10 +02:00
1195938bd2
New "Export GPX" button which exports current view as GPX. 2018-10-08 02:06:51 +02:00
f2e7d8bfba
Better date handling - should work in all timezones now. Also possible
to specify exact time to retrieve in URL.
2018-10-07 23:51:28 +02:00
652dbe8202
Added lots of new tile sources. Set Thunderforest API key in
ownmap.coffee and recompile.
2018-10-03 20:38:22 +02:00
20713d79c9
DB Query returns Location objects. 2018-08-12 22:16:47 +02:00
22598acfc9
Cleanup. 2018-08-12 21:58:43 +02:00
6de9944236
Optimise record taking, prepare for other record types. 2018-08-12 17:46:43 +02:00
fad87cfdab
Only report back people with location updates in the last 24 hours.
Also: small bugfix.
2018-06-23 16:47:56 +02:00
c0381a1abc
Prepare for time-based queries. 2018-06-09 15:05:38 +02:00
ed255663ec
Add support for storing topic (sent by iOS app). 2018-06-03 17:08:55 +02:00
cd85618672
Moved marker/polyline code to MarkerMgr class. Use location_id instead
of epoch for operations.
2018-06-02 22:18:16 +02:00
64cad5adcb
Enable foreign_keys for SQLite. Add unique location id to records. 2018-05-23 01:27:30 +02:00
b3bc5e199c
Add tool to import data from Google Location History. Optimise database. 2018-04-27 01:56:54 +02:00
4a6fddfa78
Move RPC stuff to own class. 2018-04-25 23:00:16 +02:00
725f40b6a4
Namespaces! Yay! 2018-04-25 21:01:17 +02:00
c998445e04
Return list of buddies' last locations for "Friends" view in Owntracks. 2018-04-25 01:14:14 +02:00
4202303c42
Fix recording with optional fields. 2018-04-22 19:39:22 +02:00
58c0cc449f
Only implement db-specific methods in classes, move everything else to
abstract. Also more minor optimisations.
2018-04-22 19:18:13 +02:00
897fd29e80
Add SQLite3 support. 2018-04-22 18:15:48 +02:00
4b08266a2b
Fix duplicate use of execute. 2018-04-22 18:15:13 +02:00
29e1de46c9
Moved shared vars to abstract. Fix 2 typos. 2018-04-22 18:01:26 +02:00
333256d4c7
Separated SQL stuff from main code. 2018-04-22 17:48:25 +02:00