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
6 years ago
Eddie Hinkle
0726c6dac4
Add h-x-app to compass’s home page to make IndieAuth logins prettier
6 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
Eddie Hinkle
d759a5029a
Add some clarifications regarding web server configurations and the Job queue requirements
7 years ago
Aaron Parecki
86ac8621d4
delete unused entries from .env
7 years ago
Aaron Parecki
6d8a798cb3
clarify database migration command
7 years ago
Aaron Parecki
074eca624e
expand installation instructions
for #12
7 years ago
Aaron Parecki
df7e99470b
use only indieauth login flow
closes #4
7 years ago
Aaron Parecki
552cba80d8
Merge branch 'master' of github.com:aaronpk/Compass
7 years ago
Aaron Parecki
da7b0f4681
disable geocoding
7 years ago
Aaron Parecki
6dd1550724
add task to recreate file without duplicate data
7 years ago
Aaron Parecki
f495b21e2b
Merge pull request #8 from sebsel/fix-migrations
Fix migrations
7 years ago
Aaron Parecki
ed403e608d
fix create database button
7 years ago
sebsel
d94ba2e7c8
add missing migrations
7 years ago
sebsel
7152579d01
Merge remote-tracking branch 'aaronpk/master'
7 years ago
Aaron Parecki
4e8d9729b7
add database migrations for #6
7 years ago