npmrun
dcc7e62240
docs: add public profile preview and list pages design spec
Made-with: Cursor
9 hours ago
npmrun
f988d3b91a
refactor(ui): reorganize media cleanup section and update labels
10 hours ago
npmrun
4e4d3b1c92
feat(admin): storage vs media_assets audit and safe DB cleanup
Made-with: Cursor
10 hours ago
npmrun
707252eb2f
feat(media): grace expiry column; widen orphans page; align toolbar
Made-with: Cursor
10 hours ago
npmrun
2bf8ae60ef
fix(ui): tighten orphans table layout, truncate keys, clearer actions
Made-with: Cursor
10 hours ago
npmrun
8b7b44317d
feat(ui): media orphans review page and dashboard link
Made-with: Cursor
10 hours ago
npmrun
4b2c151a8e
feat(nitro): scheduled media orphan sweep task
Made-with: Cursor
10 hours ago
npmrun
fd47913043
feat(config): admin toggles for media orphan auto-sweep
Made-with: Cursor
10 hours ago
npmrun
16c1f7c888
feat(api): me media orphans list and batch delete
Made-with: Cursor
10 hours ago
npmrun
05e6802f3e
feat(upload): require auth, sharp webp pipeline, media_assets row
Made-with: Cursor
10 hours ago
npmrun
bf116d1737
feat(posts): sync media refs on create/update/delete
Made-with: Cursor
10 hours ago
npmrun
e1dd32b770
feat(media): sync refs, orphan eligibility, delete helpers
Made-with: Cursor
10 hours ago
npmrun
36a3fbfe1d
feat(media): constants and markdown/cover URL extraction
Made-with: Cursor
10 hours ago
npmrun
52210bac70
feat(db): media_assets and post_media_refs for post media
Made-with: Cursor
10 hours ago
npmrun
d5cc3a8bba
docs(plan): post media assets implementation plan
Made-with: Cursor
10 hours ago
npmrun
bf34c219a8
docs: orphan auto-sweep is admin global config only (no env duplicate)
Made-with: Cursor
10 hours ago
npmrun
ab0edbb18e
docs: orphan media requires review; optional auto-sweep and manual purge
Made-with: Cursor
10 hours ago
npmrun
943c143277
docs: add post media assets design (orphan GC + image optimization)
Made-with: Cursor
10 hours ago
npmrun
436d0e7693
feat(posts): remove newer/older nav; edit link on public post for owner; expose post id in public API
Made-with: Cursor
10 hours ago
npmrun
47e135b6a9
fix(posts): prefix public post datetime with 发布于
Made-with: Cursor
10 hours ago
npmrun
c5953cffd2
fix(posts): detail links instead of id jump; friendly published time on public post
Made-with: Cursor
10 hours ago
npmrun
03bfacd898
feat(posts): quick nav on list/edit pages and safe markdown on public posts
Made-with: Cursor
11 hours ago
npmrun
2b6ce7bf62
feat(posts): align new post page with markdown editor layout
Made-with: Cursor
11 hours ago
npmrun
63ac857c73
feat(posts): writing-first layout and markdown editor on edit page
Made-with: Cursor
11 hours ago
npmrun
2d63b144ca
feat(editor): add PostBodyMarkdownEditor with md-editor-v3 and upload
Made-with: Cursor
11 hours ago
npmrun
7c9b5eec51
feat(upload): raise image upload limit to 10MB
Made-with: Cursor
11 hours ago
npmrun
abfe1d816d
chore(deps): add md-editor-v3 for post markdown editor
Made-with: Cursor
11 hours ago
npmrun
759a8c4284
docs: add article edit markdown implementation plan
Made-with: Cursor
11 hours ago
npmrun
5bfb7413ec
docs: add article edit markdown editor design spec (2026-04-18)
Made-with: Cursor
11 hours ago
npmrun
2f509ed214
chore(db): update SQLite database file
15 hours ago
npmrun
ee2e7e014f
fix(ui): scale nested comment indent by depth
Made-with: Cursor
15 hours ago
npmrun
c98146760b
feat(ui): post comments on public and unlisted post pages
Made-with: Cursor
15 hours ago
npmrun
34cacdd43b
feat(api): soft-delete comment from me scope
Made-with: Cursor
15 hours ago
npmrun
b92a393ceb
feat(api): public and unlisted comment list and create endpoints
Made-with: Cursor
15 hours ago
npmrun
155f4824f0
feat(comments): service for tree listing, create, and soft delete
Made-with: Cursor
15 hours ago
npmrun
c218105c25
feat(posts): add comment context resolvers for public and unlisted
Made-with: Cursor
15 hours ago
npmrun
607f70477f
feat(comments): guest display name and body validation
Made-with: Cursor
15 hours ago
npmrun
901667d317
feat(db): add post_comments table for nested comments
Made-with: Cursor
15 hours ago
npmrun
2d1c1dbf4f
docs(plan): implementation plan for post comments feature
Made-with: Cursor
15 hours ago
npmrun
9bee515a8b
docs(spec): add post comments feature design for public and unlisted posts
Made-with: Cursor
15 hours ago
npmrun
c2a534539f
feat(frontend-design): add new skill for creating high-quality frontend interfaces
- Introduced a new skill for frontend design, emphasizing distinctive and production-grade UI creation.
- Added detailed guidelines for design thinking, aesthetics, and implementation best practices.
- Included a LICENSE file for the skill and updated README with development environment recommendations.
15 hours ago
npmrun
8e397c47ea
docs(readme): update deployment instructions and clarify development setup
16 hours ago
npmrun
0a00a11475
feat(admin-ui): show per-user stats and public profile actions
Made-with: Cursor
16 hours ago
npmrun
e989535640
feat(admin): include per-user content counts in users list API
Made-with: Cursor
16 hours ago
npmrun
371778d752
feat(admin-ui): add public profile absolute URL helper
Made-with: Cursor
16 hours ago
npmrun
f391d578fc
docs(plan): admin user stats and public profile links
Made-with: Cursor
16 hours ago
npmrun
584aabe5b8
docs(spec): admin user list stats and public profile links
Made-with: Cursor
16 hours ago
npmrun
596aa167d6
refactor(rss-scheduler): streamline plugin initialization and interval setup
- Simplified the plugin definition by removing the nitroApp parameter.
- Consolidated the interval and timeout setup for syncing feeds into a more concise format.
16 hours ago
npmrun
81eeb29f54
feat(db): update SQLite configuration and seeding process
- Changed DATABASE_URL in .env.example to use SQLite file.
- Modified refresh function calls in AppShell.vue and public.vue to remove unnecessary parameter.
- Enhanced run.sh to include seeding script execution.
- Improved seed.js to ensure proper SQLite file path resolution and directory creation.
- Introduced db-bun.ts for Bun compatibility with SQLite.
- Updated db.ts to handle better-sqlite3 integration and path management.
- Adjusted paths.ts to ensure reliable package root resolution for production.
17 hours ago
npmrun
88137dd807
feat: enhance public profile layout and configuration management
- Added site name configuration to global settings.
- Improved public home layout with dynamic header and navigation.
- Introduced detailed view for posts and timeline with visibility controls.
- Implemented admin interface for site configuration management.
- Enhanced user experience with responsive design adjustments and improved loading states.
18 hours ago