Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Releases: rhyst/directus-strava

V2.0.0

04 Jul 13:41
Compare
Choose a tag to compare

Changed

  • ⚠️ Config file is now a ES module not a CommonJS module
  • Updated dependencies

Other

  • Updated project to use the official directus extension scaffolding and CLI tool

V1.6.0

30 Nov 22:20
Compare
Choose a tag to compare

Changed

  • Bumped express version
  • Temporarily avoid using JSON field filtering as directus removed support for it

Fixed

  • Include mime type in GPX upload

V1.5.0

09 Jun 20:34
Compare
Choose a tag to compare

Changed

  • Combined activities list into main page
  • Remove all code and documentation related to subscribing to changes
  • Improved logging output

V1.4.0

03 Jan 13:56
Compare
Choose a tag to compare

Changed

  • Add option to disable requirement for directus authentication cookie if you want to use some other method

Fixed

  • Remove unused options from README

V1.3.1

27 Nov 11:02
Compare
Choose a tag to compare

Fixed

  • Webhook subscription not working due to lack of auth cookie

V1.3.0

17 Nov 20:29
Compare
Choose a tag to compare

Changed

  • Updated compatibility to stable directus 9.0.1
  • Remove server as I realised the server would need to track athlete IDs and endpoint urls to be multi user and I don't want to do that. Now you need your own oauth app.
  • Add dark mode

Other

  • Converted to typescript

V1.2.0

04 Oct 20:58
Compare
Choose a tag to compare

Changed

  • Changed app name to Directus Strava
  • Make extension path configurable
  • Add secret for webhook endpoint
  • Add favicon and title to html pages

Other

  • Improve heroku server documentation

V1.1.0

04 Oct 16:34
Compare
Choose a tag to compare

Changed

  • Check for Directus login so that unauthenticated users cannot see Strava data
  • Use cookies for storing Strava token to eliminate need for metadata table in Directus

V1.0.1

01 Oct 20:07
Compare
Choose a tag to compare

Fixed

  • Fix authentication token not refreshing due to reinitialised variable
  • Fix updated checkmark not appearing due to query string / activity id type mismatch

Other

  • Added dev build script that includes sourcemaps

V1.0.0

13 Sep 14:25
Compare
Choose a tag to compare

Initial release