Dandelion is a fair source project. View the code on Github
Commits on Jul 08, 2026
| 8f8c90a |
🔒 (app): limit api_key auth to Zapier /z routes |
| edb4d07 |
🔒 (accounts): gate feedback summary email preview behind sign-in and ownership/admin check |
| c5d3628 |
↩️ (purchase): restore high-price donation percentage tiers Use lower suggested percentages for high-value baskets so the default checkout donation stays proportionate. |
| e47b39c |
🐛 (event_feedbacks.rb): redirect to a specific event feedback page after delete instead of using redirect back to avoid potential issues with the back navigation
|
| 9f30349 |
✨ (event_feedbacks): allow admins to permanently delete event feedback
|
Commits on Jul 07, 2026
| 1506ed5 |
✨ (stripe_subscriptions_sync.rb): expand kept statuses to include past_due/unpaid
|
| 57e0c95 |
⚡ Scope event match phrase search Search event match phrases within the relevant future organisation scope so event pages avoid broad Atlas Search scans. |
Commits on Jul 06, 2026
| aacc774 |
♻️ Refactor Searchable range filter logic into smaller methods Extract |
| 4aeefc5 |
🎨 Use unquoted symbol literals in test file Replace |
| 4e12596 |
Merge pull request #205 from symbiota-coop/cursor/push-search-filters-df2d Push supported event filters into Atlas Search |
| b797c12 |
✨ enable guest donations without requiring an account Allow donations from users without an account by making the account association optional on AccountContribution. The /accounts/pay endpoint now accepts an optional account_id parameter, and the donate view displays the payment form for both authenticated users and guests. Notification emails and body text are adjusted to handle guest contributions appropriately. |
| 6bf1927 |
Fix searchable filter test teardown Co-authored-by: Stephen Reid |
| 679a517 |
Push supported event filters into Atlas Search Co-authored-by: Stephen Reid |
| e900fc3 |
💄 (build.erb): remove mb-sm-4 class from star rating description to improve responsive layout |
| 7cc0c85 |
💄 Redesign event feedback form with card layout and improved star rating UI
|
| 5d3f854 |
✨ (controllers/models): add payment intent metadata to Stripe checkout sessions and payments The metadata passed to Stripe includes the contribution type, source, and relevant IDs (account, event, event_boost, organisation), enabling better tracking and reconciliation of payments in Stripe and downstream systems. |
| 265112d |
💄 (stats): improve layout of charts and contributions pages
|
| 6dcae14 |
✨ Add dedicated contributions stats page with breakdown chart Move contributions from the charts page to its own /stats/contributions view with a stacked bar chart showing breakdown by Stripe source, projection for the current month, and a 3-month average trend line. The calculator now stores breakdown data alongside monthly totals. |
| da111bf |
Add 30-minute timeout to daily bug review workflows. Prevents Claude and Cursor bug review jobs from running indefinitely. |
| cebe60b |
Keep Stripe monthly subscriptions in sync with account records. Add reconciliation against active Stripe subscriptions and handle subscription.updated webhooks so canceled subs clear stale Mongo IDs. |