Skip to content

Releases: getappbox/install-helper

2.1.0

Choose a tag to compare

@vineetchoudhary vineetchoudhary released this 07 Sep 15:57
e670d09

New

  • Validates Dropbox response
  • Filter unused upstream response header
  • Add test step in github action pipeline

Full Changelog: 2.0.1...2.1.0

2.0.1

Choose a tag to compare

@vineetchoudhary vineetchoudhary released this 16 Aug 12:50
6644cca

New

  • Update build email template

Full Changelog: 2.0.0...2.0.1

2.0.0

Choose a tag to compare

@vineetchoudhary vineetchoudhary released this 15 Aug 10:12
4c2fdf3

New

  • /api/v1 client API on api.getappbox.com. Moves the mailgun, short urls, webhooks to the middleware.
  • /api/v1/latest-version merges the GitHub release and Homebrew cask APIs behind a shared cache.
  • /api/v1/notify owns the Slack/Teams webhook payload format server-side, so the payload can change without a new app release.

Security & hardening

  • Per-IP rate limiting on every route.
  • All /api/v1 routes require a static client token. shorten, mail/send and notify additionally verify the caller's Dropbox access token upstream, so only logged-in AppBox users can use the short links, send mail or fire webhooks to reduce spam and abuse.

Full Changelog: 1.0.2...2.0.0

1.0.2

Choose a tag to compare

@vineetchoudhary vineetchoudhary released this 23 Dec 14:40
  • Send 423 if response type is html and title contains link temporarily disabled

Full Changelog: 1.0.1...1.0.2

1.0.1

Choose a tag to compare

@vineetchoudhary vineetchoudhary released this 14 Sep 16:13
  • Replace PropertyListSerialization with Codable

Full Changelog: 1.0.0...1.0.1

1.0.0

Choose a tag to compare

@vineetchoudhary vineetchoudhary released this 14 Sep 15:40
  • /appinfo/s/* and /appinfo/scl/* – Proxies Dropbox share links, forces direct download, basic deleted-file detection.
  • /install/* – Fetches & rewrites iOS manifest (.plist) to ensure direct Dropbox asset delivery (adds dl=1, normalizes host).
  • /cors?url=… – Simple passthrough fetch (CORS helper).