berrypod/lib/berrypod_web
jamey 09f55dfe67
Some checks failed
deploy / deploy (push) Has been cancelled
add database backup and restore admin page
- SQLCipher-encrypted backup creation via VACUUM INTO
- Backup history with auto-pruning (keeps last 5)
- Pre-restore automatic backup for safety
- Restore from history or uploaded file
- Stats display with table breakdown
- Download hook for client-side file download
- SECRET_KEY_DB config for encryption at rest

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-13 13:33:29 +00:00
..
components add database backup and restore admin page 2026-03-13 13:33:29 +00:00
controllers redirect /admin/theme to on-site editor at /?edit=theme 2026-03-09 20:30:33 +00:00
live add database backup and restore admin page 2026-03-13 13:33:29 +00:00
plugs add rate limiting and HSTS for security hardening 2026-03-08 08:58:43 +00:00
admin_layout_hook.ex improve setup UX: password field, setup hook, checklist banners, theme tweaks 2026-03-03 17:41:08 +00:00
analytics_hook.ex replace analytics double-count prevention with buffer supersede 2026-02-23 14:48:50 +00:00
cart_hook.ex add contextual prompts for skipped setup steps 2026-03-04 14:02:49 +00:00
endpoint.ex persist mockup variants on fly volume across deploys 2026-03-02 11:20:33 +00:00
gettext.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
newsletter_hook.ex add newsletter and email campaigns 2026-02-28 23:25:28 +00:00
not_found_error.ex show proper 404 page for missing custom pages instead of redirecting 2026-02-28 08:35:01 +00:00
oban_resolver.ex add Oban Web dashboard at /admin/oban 2026-03-02 07:44:06 +00:00
page_editor_hook.ex sync editor state with URL for browser back support 2026-03-09 21:59:48 +00:00
page_renderer.ex add image uploads to on-site theme editor and fix scroll on navigation 2026-03-09 19:45:43 +00:00
router.ex add database backup and restore admin page 2026-03-13 13:33:29 +00:00
search_hook.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
setup_hook.ex improve setup UX: password field, setup hook, checklist banners, theme tweaks 2026-03-03 17:41:08 +00:00
telemetry.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
theme_hook.ex improve setup UX: password field, setup hook, checklist banners, theme tweaks 2026-03-03 17:41:08 +00:00
user_auth.ex add setup onboarding page, dashboard launch checklist, provider registry 2026-02-20 00:34:06 +00:00