Markr website

PHP 0 stars 0 forks 0 issues Branch: main Private

Last synced 22 hours ago

Commits (23)

Store release binaries with versioned filenames Previously all releases were stored as releases/Markr.dmg, causing each...

tayyab javed · f819a1a

6 days ago

donzo

tayyab javed · 0fc4700

6 days ago

donzo

tayyab javed · b55060d

6 days ago

login done

tayyab javed · d50a9b2

6 days ago

website updated

tayyab javed · ee1c5b2

6 days ago

Restore temporaryUrl for R2/S3 download, fallback to stream for local Now that FILESYSTEM_DISK=private (Cloudflare R2)...

tayyab javed · cc979b5

1 week ago

Fix download route: stream file directly instead of signed redirect The temporaryUrl() redirect to /storage/releases/Ma...

tayyab javed · 2de11db

1 week ago

Update landing page with new features: screenshot timeline, export, and auto-updates Co-Authored-By: Claude Opus 4.6 <n...

tayyab javed · f0adfeb

1 week ago

Update maintainer link to GitHub profile Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

tayyab javed · aeec5a9

1 week ago

Change releases API to accept direct file uploads Presigned URLs didn't reliably store files on Laravel Cloud. Now acce...

tayyab javed · 90ba9a0

1 week ago

Strip HTML tags from release notes in check-update API Filament's rich text editor stores notes as HTML. The in-app upd...

tayyab javed · a1df896

1 week ago

Add POST /api/releases endpoint with presigned upload URL Creates a release record and returns a presigned S3 upload UR...

tayyab javed · 7ca6006

1 week ago

Add public API endpoint for in-app update checking Registers API routes and adds GET /api/check-update endpoint that co...

tayyab javed · f51789b

1 week ago

Add custom Markr app icon (pen on screen design) - Create SVG icon: monitor with annotation marks and pen overlay - Rep...

tayyab javed · 0d4fa26

1 week ago

Point download buttons to changelog and add maintainer credit - All download buttons now link to /changelog so users ca...

tayyab javed · 6e0d7e9

1 week ago

Change hero badge from "Free & Open Source" to "Free to Use" Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

tayyab javed · 271daf4

1 week ago

Add public changelog page with timeline layout - Install @tailwindcss/typography for rendering rich-text release notes...

tayyab javed · 51b6b87

1 week ago

Use presigned S3 URL for downloads instead of streaming Fixes UnableToRetrieveMetadata error by redirecting to a tempor...

tayyab javed · 6a5eafb

1 week ago

Wire download buttons to serve latest active release from database Adds /download/{platform} route that streams the lat...

tayyab javed · a491888

1 week ago

Fix seeder to use User::create directly instead of factory Removes fake() dependency so seeding works in production. C...

tayyab javed · df21ae2

1 week ago

Add Filament admin panel with release binary uploads Install filament/filament and league/flysystem-aws-s3-v3. Create R...

tayyab javed · 075f737

1 week ago

available

tayyab javed · 488ad40

1 week ago

init

tayyab javed · e850c0e

1 week ago