dependabot[bot]
349a64eae1
Bump guzzlehttp/guzzle from 6.1.1 to 6.5.8 in /compass
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) from 6.1.1 to 6.5.8.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.8/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/6.1.1...6.5.8 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Aaron Parecki
5d9c1db402
handle empty lines
3 years ago
Aaron Parecki
04018b38c9
fix merge conflict
3 years ago
Aaron Parecki
01f971c405
fix for no battery data
3 years ago
Aaron Parecki
62de25ebef
update to new mapbox lib
3 years ago
Aaron Parecki
38c4cc16f6
update quartzdb lib
3 years ago
Aaron Parecki
a4e6eda36b
remove unnecessary stuff in highcharts export
3 years ago
Aaron Parecki
dc94e67097
Merge pull request #40 from aaronpk/dependabot/composer/compass/symfony/http-foundation-2.7.51
Bump symfony/http-foundation from 2.7.9 to 2.7.51 in /compass
3 years ago
dependabot[bot]
d68c2cf595
Bump symfony/http-foundation from 2.7.9 to 2.7.51 in /compass
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation ) from 2.7.9 to 2.7.51.
- [Release notes](https://github.com/symfony/http-foundation/releases )
- [Changelog](https://github.com/symfony/http-foundation/blob/5.3/CHANGELOG.md )
- [Commits](https://github.com/symfony/http-foundation/compare/v2.7.9...v2.7.51 )
---
updated-dependencies:
- dependency-name: symfony/http-foundation
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Aaron Parecki
74e3c8b652
lowercase package name
closes #36
3 years ago
Aaron Parecki
da66d29966
only set distance if available
4 years ago
Aaron Parecki
3910249dbb
add scooter and boat modes
5 years ago
Aaron Parecki
e0d10c0fb5
drop incoming data with 0,0 location
5 years ago
Aaron Parecki
8538b9f207
switch to mysql format dates
5 years ago
Aaron Parecki
c17f7b2ee2
Merge branch 'master' of github.com:aaronpk/Compass
5 years ago
Aaron Parecki
6a0eb8909c
first draft of a public shared link view
* API method to create a new time-limited shared link
* API method for retrieving the current location given a shared link token
* map view that refreshes the current location every 5 seconds
5 years ago
Aaron Parecki
b33ff1ea1d
Update README.md
6 years ago
Aaron Parecki
917cc9c1d8
hack to convert from object to array
6 years ago
Aaron Parecki
d8affcd0be
Merge branch 'master' of github.com:aaronpk/Compass
6 years ago
Aaron Parecki
3c77290a0a
better error check for geocoding
6 years ago
Aaron Parecki
5fa03895f4
Merge pull request #29 from lubikx/master
Updated .env.example to show that STORAGE_DIR must end with /
6 years ago
lubikx
0681f53f34
STORAGE_DIR env variable must end with /, otherwise app tries to write to different directory
6 years ago
Aaron Parecki
6dadc526d9
Update README.md
6 years ago
Aaron Parecki
d228b599b1
remove phpunit from readme
6 years ago
Aaron Parecki
1f67e854bb
don't run web hooks for manually created trips
6 years ago
Aaron Parecki
f95ca85782
change "ping URLs" to "web hooks" and send more events
sends an event when a trip is started or ended
new location web hook also includes active trip
closes #22
6 years ago
Aaron Parecki
09f03ffa95
always send last location in callback payload
6 years ago
Aaron Parecki
b0940bfbb0
DB migration
6 years ago
Aaron Parecki
26c0cca1a9
add a route to return the current in-progress trip
closes #16 and #15
6 years ago
Aaron Parecki
79b5fc3076
cache last location and current trip in DB
return `last` location from database instead of filesystem if no `before` param is set
for #15
6 years ago
Aaron Parecki
e53c8d1e4e
update p3k/utils
6 years ago
Aaron Parecki
f6b2ac206c
use p3k\utils and p3k\timezone
drops a bunch of duplicate code now that those libraries exist
6 years ago
Aaron Parecki
453fa70077
Update trip handling for new Overland data format
closes #21
6 years ago
Aaron Parecki
1305d77f35
show current location timestamp in callback log
6 years ago
Aaron Parecki
e7f90f6b7f
don't fall back to default auth for micropub login
6 years ago
Aaron Parecki
0c2ff2e4df
move migrate command to setup section
for #17
6 years ago
Aaron Parecki
06dbf62c34
update indieauth/client
6 years ago
Aaron Parecki
88d2de6ec7
Merge branch 'master' of github.com:aaronpk/Compass
6 years ago
Aaron Parecki
18c901f9dd
Merge pull request #19 from EdwardHinkle/feature/indieauth-login-for-micropub
Add IndieAuth and micropub discovery to trip micropub settings
6 years ago
Aaron Parecki
f22dfbc81a
add config option to prevent new users
6 years ago
Aaron Parecki
19e5357c08
add h-app class too
6 years ago
Aaron Parecki
e3b5f7930e
Merge pull request #18 from EdwardHinkle/feature/add-h-app
Add h-x-app to compass’s home page to make IndieAuth logins prettier
6 years ago
Eddie Hinkle
2b983da4b4
Add support for IndieAuth authorization for the micropub endpoint
7 years ago
Eddie Hinkle
0726c6dac4
Add h-x-app to compass’s home page to make IndieAuth logins prettier
7 years ago
Aaron Parecki
e72f0bf55d
send the actual location when pinging an external URL
7 years ago
Aaron Parecki
5d65277c3a
cache timestamps and avoid storing duplicate data
closes #10
7 years ago
Aaron Parecki
df578d4aed
handle launched with location, and ignore unrecognized events
closes #11
7 years ago
Aaron Parecki
453f70ba9e
expand .env example and readme
7 years ago
Aaron Parecki
6950fdc016
add artisan command to generate app key
7 years ago
Aaron Parecki
f0f7cfe7e8
Merge pull request #13 from EdwardHinkle/master
Add some additional clarifications regarding installation
7 years ago