1
0
Commit Graph

94 Commits

Author SHA1 Message Date
617e502cf3 Fix issue with JavaScript and time zones. (Only occurred when UTC was on
a different date than local time.)
2018-05-09 01:37:32 +02:00
d14eb463f5 Rewrite fetching markers into Promise. Also renamed a few things. 2018-05-07 01:55:32 +02:00
f861b246a8 Sanitise date input (e.g. from GET variables). 2018-05-06 04:03:04 +02:00
09e5ed9ce8 Update bootstrap and font-awesome version numbers. 2018-05-06 03:52:31 +02:00
b21ff45649 Get rid of momentjs for the silly calculations we do. 2018-05-06 03:51:52 +02:00
ddc1bd7c0a Remove bootstrap-datepicker and use HTML5 date input. 2018-05-03 15:03:09 +02:00
dccc2652d0 Fix file permissions. 2018-05-03 15:02:41 +02:00
e1c08d5f07 Fix missing coffeescript dependency. 2018-05-03 15:02:09 +02:00
55b629b8e0 Prepare separate classes for RPC calls and Marker management. 2018-05-02 14:18:12 +02:00
fd2c287799 Add support for JSONP RPC calls. 2018-05-02 14:17:29 +02:00
72d7a0742a Also use FontAwesome icons on mobile screens. 2018-04-30 01:07:06 +02:00
e13e13b80a Fix small bug with removing old hotlines. Cleanup. 2018-04-29 21:28:25 +02:00
c6ce8dde7d Fix bug with calling drawMap. 2018-04-29 21:19:19 +02:00
634cc99e2c Replace unnecessary jQuery loops with native CoffeeScript ones. 2018-04-29 21:18:51 +02:00
d1c5522876 Added OpenTopoMap. More refinements to map layers. 2018-04-29 18:57:20 +02:00
9e41f80696 Added layer selection to Leaflet and a few more tile providers. 2018-04-29 18:30:29 +02:00
66aabd2441 Fix missing icons (Bootstrap 4 doesn't include Glyphicons anymore) by
using Font Awesome.
2018-04-29 17:53:12 +02:00
fba942cf85 Updated Leaflet + addons to latest versions. 2018-04-29 16:44:11 +02:00
590aeda44e Updated js-cookie and momentjs to latest versions. 2018-04-29 16:41:30 +02:00
4b065cc492 Upgrade jQuery and migrate Bootstrap 3 to 4. 2018-04-29 16:35:23 +02:00
df75b59737 Converted remaining methods from JavaScript to CoffeeScript. 2018-04-28 15:05:00 +02:00
8b2845d4d2 Small note for import. 2018-04-27 12:35:04 +02:00
03371303c2 Added a few notes about Location History format. 2018-04-27 10:59:07 +02:00
302e9a80dc Add index for check before recording. 2018-04-27 10:40:21 +02:00
3660bc1fb3 README fixes. 2018-04-27 02:02:28 +02:00
81781cf16b Fix tools/README. 2018-04-27 01:57:59 +02:00
b3bc5e199c Add tool to import data from Google Location History. Optimise database. 2018-04-27 01:56:54 +02:00
b4eb9b42c7 Converted most JavaScript to CoffeeScript and tried to sort it a bit
during the process.
2018-04-26 03:17:53 +02:00
b51fc4a0c5 Convert UI JavaScript to CoffeeScript for better readability. 2018-04-26 01:12:41 +02:00
9db8d26899 Cleanup JavaScript. 2018-04-26 00:39:33 +02:00
580ded6a7c Cleanup. Get dateFrom/dateTo from URL via JavaScript. 2018-04-25 23:00:50 +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
41c9e8f435 Remove gitattributes. Windows users need to make sure core.autocrlf is
set in their global git config.
2018-04-25 14:14:43 +02:00
95172db3c7 Fix license in bower.json. Automate bower install with composer.
Clarify in README.
2018-04-25 14:08:59 +02:00
bf238d6933 Update README. 2018-04-25 03:06:47 +02:00
dad14624f2 Fix uninitialised variables warnings. 2018-04-25 03:02:54 +02:00
5544c01b5e Spring cleaning. Separate JS from HTML from PHP and use Mustache to keep
logic out of the view.
2018-04-25 02:57:31 +02:00
c998445e04 Return list of buddies' last locations for "Friends" view in Owntracks. 2018-04-25 01:14:14 +02:00
7115472f24 Tweaks to README. 2018-04-25 00:48:34 +02:00
8d12db2118 Preserve log directory. 2018-04-25 00:43:24 +02:00
a3d515329d Remove logfile from git. 2018-04-25 00:41:28 +02:00
b43ff469e0 Code cleanup. 2018-04-25 00:40:58 +02:00
6f925cd325 Use images for README from repo. 2018-04-24 23:57:21 +02:00
783f56880c Merge branch 'feature/use-bower-instead-of-static-files' 2018-04-24 23:56:47 +02:00
40f0343b29 Use bower for dependencies. Also add proper LICENSE file. 2018-04-23 22:08:42 +02:00
3857c9deba Cleanup code. Also return error message for Owntracks app to display. 2018-04-23 02:15:15 +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