Open
Conversation
- Change redirect_analytics index to UNIQUE (required for ON CONFLICT) - Remove noisy console.error for admin route skipping Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add source_plugin column to track which plugin created the redirect - NULL = created via admin UI, otherwise contains plugin ID (e.g., 'qr-code') - Add filter support for sourcePlugin in list() and count() - Include sourcePlugin in CREATE, getById, and list queries - Create migration 035 with index for filtering This allows other plugins (like QR code generator) to mark redirects they create for identification and filtering. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add amber-colored badge next to source URL when sourcePlugin is set - Shows which plugin created the redirect (e.g., 'qr-code') - Badge only appears when sourcePlugin is not null - Add data-sourceplugin attribute for client-side filtering Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Rename matchType PARTIAL to WILDCARD for Cloudflare alignment - Add Cloudflare-aligned fields: preserveQueryString, includeSubdomains, subpathMatching, preservePathSuffix - Add CloudflareBulkService for syncing redirects to Cloudflare edge - Add autoOffloadEnabled plugin setting for auto-sync - Update CSV import/export with new column names - Remove custom settings page (use standard plugin settings instead) - Change plugin author to ahaas Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add deleted_at column to redirects table - Change delete() to set timestamp instead of hard delete - Filter out soft-deleted records in all queries (list, count, getById, etc.) - Update middleware cache warming to exclude deleted redirects Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sourcePluginfield to track redirects created by external pluginsTest plan
🤖 Generated with Claude Code