npmrun
761278a593
fix(ui): avoid duplicate toast on media library load error
Made-with: Cursor
3 weeks ago
npmrun
e4adc32c56
feat(nav): add media console link and merge dashboard card
Made-with: Cursor
3 weeks ago
npmrun
ee6efc372b
fix(ui): avoid duplicate chrome on media orphans under shell
Made-with: Cursor
3 weeks ago
npmrun
a2b99afcfb
feat(ui): add media library page at /me/media
Made-with: Cursor
3 weeks ago
npmrun
fb56fc6bcd
feat(ui): add /me/media parent shell with sub nav
Made-with: Cursor
3 weeks ago
npmrun
f822086861
feat(media): enhance media storage audit with detailed reference tracking
- Introduced new types for audit rows and reference details to improve data structure.
- Updated the media storage audit logic to include references for each asset, allowing for better tracking of media usage.
- Enhanced UI to display reference sources for media assets, clarifying the relationship between assets and their references.
- Improved cleanup descriptions and toast messages for better user understanding of actions taken.
Made-with: Cursor
3 weeks ago
npmrun
e7c1c91877
feat(auth): captcha UI on login and register pages
Made-with: Cursor
3 weeks ago
npmrun
8d29da0780
feat(image-crop): integrate vue-advanced-cropper for avatar and header icon uploads
- Added ImageCropModal component for cropping images before upload.
- Updated profile page to handle image cropping for avatar and header icon.
- Included vue-advanced-cropper as a dependency in package.json and bun.lock.
Made-with: Cursor
3 weeks ago
npmrun
49ab8fef62
fix(public-layout): no login link in header; fix logged-in false 登录
Made-with: Cursor
3 weeks ago
npmrun
0f1c5ec412
fix(public-layout): hide header 控制台 when viewing another user's profile
Made-with: Cursor
3 weeks ago
npmrun
24b358115d
feat(discover): default discoverVisible to on for new users
- Schema + migration 0007 rebuild users table with discover_visible DEFAULT true
- Profile form initial state matches (checkbox pre-checked before load)
- Journal when for 0007 set after 0006 so drizzle-kit migrate applies it
- Spec: document default opt-in
Made-with: Cursor
3 weeks ago
npmrun
0b7f29d86f
feat(profile): discover visibility and location controls
Made-with: Cursor
3 weeks ago
npmrun
d87b82de5c
feat(pages): add discover directory page
Made-with: Cursor
3 weeks ago
npmrun
fbc865c558
feat(nav): add Discover link for logged-in users
Made-with: Cursor
3 weeks ago
npmrun
177cbe837d
feat(rss): enhance RSS feed management with sync metadata and improved next sync display
3 weeks ago
npmrun
0540db2c8d
refactor(auth): replace 'pending' with 'initialized' in auth session and update loading states across components
3 weeks ago
npmrun
1776f229fc
feat(profile): add optional icon support for social links and update related components
3 weeks ago
npmrun
f9826e4ac2
feat(public): profile home bio shows front matter desc only when set
Made-with: Cursor
3 weeks ago
npmrun
2c07ec779c
fix(markdown): hide front matter in editor preview and renderSafeMarkdown
Made-with: Cursor
3 weeks ago
npmrun
660a2e35c0
feat(public): post lists use front matter desc, strip FM in article body
Made-with: Cursor
3 weeks ago
npmrun
ad5cc6ade5
refactor(me/profile): toast-only feedback, overlay loading without layout swap
Made-with: Cursor
3 weeks ago
npmrun
7fd86f9063
feat(me/profile): bio markdown editor in modal with truncated preview
Made-with: Cursor
3 weeks ago
npmrun
91978987ce
feat(public): about page, profile media refs, media_refs ownerType
Made-with: Cursor
3 weeks ago
npmrun
f6beaf05ef
feat(ui): success toasts for save and update actions
Made-with: Cursor
3 weeks ago
npmrun
f73d766565
fix: migrate console API calls to useClientApi fetchData
- Replace request+unwrap with fetchData across /me admin, posts, timeline, rss, profile
- Inline form errors: profile uploads/save use notify:false + getApiErrorMessage
- Remove duplicate extractError/toast in media-storage, orphans, markdown editor
- PostComments and logout use fetchData for consistent error toasts
Made-with: Cursor
3 weeks ago
npmrun
31599d0ec1
fix(auth): unify login/register error copy without duplicate toast
Made-with: Cursor
3 weeks ago
npmrun
a1acba5085
feat: add useClientApi fetchData with optional error toast
Made-with: Cursor
3 weeks ago
npmrun
421892e97f
feat(http): add getApiErrorMessage for unified API error copy
Made-with: Cursor
3 weeks ago
npmrun
86024e69e4
feat(public): paginated public posts, timeline, and reading pages
Made-with: Cursor
3 weeks ago
npmrun
044cc02c82
feat(public): profile preview slices and links to full list pages
Made-with: Cursor
3 weeks ago
npmrun
f988d3b91a
refactor(ui): reorganize media cleanup section and update labels
3 weeks ago
npmrun
4e4d3b1c92
feat(admin): storage vs media_assets audit and safe DB cleanup
Made-with: Cursor
3 weeks ago
npmrun
707252eb2f
feat(media): grace expiry column; widen orphans page; align toolbar
Made-with: Cursor
3 weeks ago
npmrun
2bf8ae60ef
fix(ui): tighten orphans table layout, truncate keys, clearer actions
Made-with: Cursor
3 weeks ago
npmrun
8b7b44317d
feat(ui): media orphans review page and dashboard link
Made-with: Cursor
3 weeks ago
npmrun
fd47913043
feat(config): admin toggles for media orphan auto-sweep
Made-with: Cursor
3 weeks 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
3 weeks ago
npmrun
47e135b6a9
fix(posts): prefix public post datetime with 发布于
Made-with: Cursor
3 weeks ago
npmrun
c5953cffd2
fix(posts): detail links instead of id jump; friendly published time on public post
Made-with: Cursor
3 weeks ago
npmrun
03bfacd898
feat(posts): quick nav on list/edit pages and safe markdown on public posts
Made-with: Cursor
3 weeks ago
npmrun
2b6ce7bf62
feat(posts): align new post page with markdown editor layout
Made-with: Cursor
3 weeks ago
npmrun
63ac857c73
feat(posts): writing-first layout and markdown editor on edit page
Made-with: Cursor
3 weeks ago
npmrun
2d63b144ca
feat(editor): add PostBodyMarkdownEditor with md-editor-v3 and upload
Made-with: Cursor
3 weeks ago
npmrun
ee2e7e014f
fix(ui): scale nested comment indent by depth
Made-with: Cursor
3 weeks ago
npmrun
c98146760b
feat(ui): post comments on public and unlisted post pages
Made-with: Cursor
3 weeks ago
npmrun
0a00a11475
feat(admin-ui): show per-user stats and public profile actions
Made-with: Cursor
3 weeks ago
npmrun
371778d752
feat(admin-ui): add public profile absolute URL helper
Made-with: Cursor
3 weeks 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.
3 weeks 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.
3 weeks ago
npmrun
f522fdd049
feat(ui): rich home page, sticky header with user menu and nav
Made-with: Cursor
3 weeks ago