Commit Graph

50 Commits (511c04bca28c596263656249401a0d9d0786fb01)

Author SHA1 Message Date
boojack 9c5c604944 feat: add link metadata endpoints 2 months ago
boojack c268551a16
feat(memos): choose created or updated time for memos (#5894) 3 months ago
memoclaw 3f3133d6e2
feat(memo): add share links for private memos (#5742)
Co-authored-by: memoclaw <265580040+memoclaw@users.noreply.github.com>
4 months ago
memoclaw 1e688b2a5d
feat: extract title from first H1 heading into memo property (#5726)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 months ago
Johnny dc7ec8a8ad feat: allow setting custom timestamps when creating memos and comments
Allow API users to set custom create_time, update_time, and display_time
when creating memos and comments. This enables importing historical data
with accurate timestamps.

Changes:
- Update proto definitions: change create_time and update_time from
  OUTPUT_ONLY to OPTIONAL to allow setting on creation
- Modify CreateMemo service to handle custom timestamps from request
- Update database drivers (SQLite, MySQL, PostgreSQL) to support
  inserting custom timestamps when provided
- Add comprehensive test coverage for custom timestamp functionality
- Maintain backward compatibility: auto-generated timestamps still
  work when custom values are not provided
- Fix golangci-lint issues in plugin/filter (godot and revive)

Fixes #5483
6 months ago
Johnny d7284fe867 refactor: nest reaction resource names under memos 6 months ago
Steven 243ecf14b0 refactor(api): remove DeleteMemoTag and RenameMemoTag endpoints
BREAKING CHANGE: Removed DeleteMemoTag and RenameMemoTag API endpoints
for better API consistency. Tags should now be managed by updating memo
content directly via UpdateMemo endpoint.

Backend changes:
- Remove RenameMemoTag and DeleteMemoTag RPC methods from proto
- Remove backend implementations in memo_service.go
- Regenerate protocol buffers (Go, TypeScript, OpenAPI)

Frontend changes:
- Remove RenameTagDialog component
- Simplify TagsSection to remove rename/delete functionality
- Improve tag styling with active state highlighting
- Add smooth transitions and better hover interactions
- Polish TagTree component for consistency
- Tags now only support click-to-filter (no inline editing)

Style improvements:
- Active tags highlighted with primary color and font-medium
- Consistent hover states across flat and tree views
- Better spacing and visual hierarchy
- Improved empty state styling

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
8 months ago
Claude 739fd2cde6 refactor: update markdown parser
- Removed the `nodes` field from the `Memo` interface in `memo_service.ts`.
- Updated the `createBaseMemo` function and the `Memo` message functions to reflect the removal of `nodes`.
- Cleaned up the serialization and deserialization logic accordingly.

chore: remove code-inspector-plugin from Vite configuration

- Deleted the `codeInspectorPlugin` from the Vite configuration in `vite.config.mts`.
- Simplified the plugins array to include only `react` and `tailwindcss`.
9 months ago
Steven b4ea7d843f feat: enhance memo sorting functionality to support multiple fields 9 months ago
Liu Chao ba7dfb7d98
fix: OpenAPI Parameter Conflict in DeleteMemoTag Endpoint (#4985)
Signed-off-by: ChaoLiu <chaoliu719@gmail.com>
11 months ago
johnnyjoy db63b1949a chore: fix creator id format 12 months ago
johnnyjoy ed23cbc011 refactor: memo filter 12 months ago
johnnyjoy 6e45e9f8b6 refactor: deprecate old filter 12 months ago
Steven 83febf9928 chore: clean resource definition 1 year ago
Steven 9972a77d9e refactor: memo service 1 year ago
Steven bb5809cae4 refactor: attachment service 1 year ago
Johnny 90119c1af8 refactor: move memo property 1 year ago
Johnny 47b41bce85 refactor: move memo relation definition 1 year ago
johnnyjoy be5e24c0eb refactor: renovate list memos endpoint 1 year ago
johnnyjoy 97d12db3d5 refactor: renovate create memo 1 year ago
johnnyjoy 98aa0b73c5 refactor: retire memo uid 1 year ago
johnnyjoy 5e770dda52 refactor: memo name 1 year ago
johnnyjoy f1308ddd27 refactor: update part of resource identifier 1 year ago
Steven edc3f1d9d9 chore: retire unused memo view 2 years ago
Steven 8b7e9f5443 chore: remove unused user id 2 years ago
johnnyjoy 2a861ea430 refactor: tweak resource state in api 2 years ago
johnnyjoy a78bfffb17 chore: add output only flag 2 years ago
Johnny e913271f15
refactor: move tags from property to payload (#4229)
* refactor: move tags from property to payload

* chore: fix tests

* chore: drop memo tags

* chore: update

---------

Co-authored-by: Steven <stevenlgtm@gmail.com>
2 years ago
Steven 68c2bd3837 chore: update memo relations 2 years ago
Steven cfe1765067 chore: tweak user statistics view 2 years ago
Steven d11e7a3a9a chore: remove duplicated requests 2 years ago
Steven b144faf43a feat: add location selector 2 years ago
Steven 63989ab365 feat: add location to memo payload 2 years ago
johnnyjoy 41976cb894 feat: update memo endpoints 2 years ago
Steven a8ea28066e chore: retire export memos 2 years ago
Steven 139090fb8f chore: fix calendar timestamps 2 years ago
Steven 44e56844f5 chore: tweak search resources 2 years ago
Johnny 9909fd8a6f
feat: add snippet field to memo message (#3689) 2 years ago
Steven 1ab2c89408 feat(api): implement get memo by uid 2 years ago
Steven 0501f5198a chore: buf format 2 years ago
Steven 797f5a123c feat: add `HasIncompleteTasks` to memo property 2 years ago
Steven a423dac12c chore: tweak memo property 2 years ago
Steven d3235f75f3 chore: tweak memo definition 2 years ago
Steven e0600388b2 chore: implement memo property endpoint 2 years ago
Steven f54b05a521 chore: tweak comments 2 years ago
Steven 9265b8e2bd chore: update tags filter 2 years ago
Steven c561362d62 feat: implement memo property 2 years ago
Steven d0655ece53 refactor: update memo tags 2 years ago
Steven 155c5baf2c refactor: add markdown service 2 years ago
Steven 1b291422e7 refactor: api version 2 years ago