Commit Graph

13 Commits (21d31e3609be7bbc8204ce61a4e1e14f922a07e4)

Author SHA1 Message Date
boojack 21d31e3609
fix(security): implement security review recommendations (#5228)
Co-authored-by: Claude <noreply@anthropic.com>
2 weeks 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>
2 weeks ago
Johnny bc7decf642 refactor: remove unused constants 1 month ago
Steven 1a75d19a89 fix: memo filter for sqlite 4 months ago
Steven 42d1650c6d chore: tweak auth service 5 months ago
Steven 6e1b01cb68 chore: bump version 5 months ago
johnnyjoy d6a75bba4c refactor: webhook service 5 months ago
Johnny e6e460493c refactor: general user setting 5 months ago
Steven a4920d464b refactor: attachment service part2 5 months ago
Steven f1b365f928 refactor: clean packages 6 months ago
cmuangs d649d326ef
fix: remove errors.Wrap(nil) (#4576)
* Fix errors.Wrap(nil)

* fix resource_test failure where resource does not exist
8 months ago
Steven 9b957edd1f chore: fix linter 8 months ago
Steven 8164986fcc chore: move store test 8 months ago