Commit Graph

24 Commits (9e04049632e63f1cf53535773f170c1aa5af7168)

Author SHA1 Message Date
Johnny d14e66daf5
fix: openapi generation (#5349) 6 months ago
Steven 4c1d1c70d1 refactor: rename workspace to instance throughout codebase
Remove work-related terminology by renaming "workspace" to "instance"
across the entire application. This change better reflects that Memos
is a self-hosted tool suitable for personal and non-work use cases.

Breaking Changes:
- API endpoints: /api/v1/workspace/* → /api/v1/instance/*
- gRPC service: WorkspaceService → InstanceService
- Proto types: WorkspaceSetting → InstanceSetting
- Frontend translation keys: workspace-section → instance-section

Backend Changes:
- Renamed proto definitions and regenerated code
- Updated all store layer methods and database drivers
- Renamed service implementations and API handlers
- Updated cache from workspaceSettingCache to instanceSettingCache

Frontend Changes:
- Renamed service client: workspaceServiceClient → instanceServiceClient
- Updated all React components and state management
- Refactored stores: workspace.ts → instance.ts
- Updated all 32 locale translation files

All tests pass and both backend and frontend build successfully.

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

Co-Authored-By: Claude <noreply@anthropic.com>
8 months ago
Steven b4ea7d843f feat: enhance memo sorting functionality to support multiple fields 8 months ago
github-actions[bot] 074c580214 chore: bump gomark
- Bump protoc-gen-go version from v1.36.8 to v1.36.9 in multiple generated files.
- Enhance OpenAPI descriptions for various endpoints to improve clarity and readability.
- Fix typo in the description list handling in the markdown service.
- Update HTMLElement component to handle children and self-closing tags correctly.
- Modify types in the markdown service to include children and self-closing properties for HTML elements.
9 months ago
Johnny 7cc2df9254 chore: fix linter 10 months ago
Liu Chao ba7dfb7d98
fix: OpenAPI Parameter Conflict in DeleteMemoTag Endpoint (#4985)
Signed-off-by: ChaoLiu <chaoliu719@gmail.com>
10 months ago
Johnny 9b15936873 refactor: clean unused fields 1 year ago
Steven 83febf9928 chore: clean resource definition 1 year ago
Steven dac059a7f7 refactor: identity provider service 1 year ago
johnnyjoy eb33a604b2 feat: support mapping avatar url from oauth2 1 year ago
Anubhav Singh a63d9b471b
feat: update ItalicNode to use repeated children instead of content (#4566)
* feat: update ItalicNode to use repeated children instead of content

* chore: update gomark dependency to latest version

---------

Co-authored-by: Anubhav Singh <anubhav@mail.techindika.com>
1 year ago
johnnyjoy 13f6fa7b37 refactor: remove default visibility in workspace setting 1 year ago
johnnyjoy 5e770dda52 refactor: memo name 1 year ago
johnnyjoy 2058a8ab7b chore: move references to memo property 1 year ago
Steven edc3f1d9d9 chore: retire unused memo view 1 year ago
johnnyjoy 65da94521d chore: buf generate 1 year 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 7b70c203cc chore: buf generate 2 years ago
Steven e527b6a878 feat: move reaction type to setting 2 years ago
Johnny 736637a362
feat: add public flag instead of system setting to enable signup (#3589) 2 years ago
Steven d0655ece53 refactor: update memo tags 2 years ago
Steven ff175bbb7e refactor: update resource binary request handler 2 years ago
Steven 1b291422e7 refactor: api version 2 years ago