Commit Graph

20 Commits (55025e1382ee06c8c28f46863ab6f1b8a812490d)

Author SHA1 Message Date
Florian Dewald 55025e1382 Remove previous variable from attachment API message 5 days ago
Florian Dewald aae0e56c60 Rename variable use_thumbnails_for_s3_images to enable_s3_image_thumbnails 6 days ago
Florian Dewald 067f67869d Move settings whether to generate thumbnails for S3 images to storage related settings 1 week ago
Florian Dewald cb84b7bc8a Introduce setting to disable thumbnail loading and generation when images are stored in S3 1 week 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`.
1 week ago
Steven 9121ddbad9 feat(api): support username lookup in GetUser endpoint
- Update GetUser to accept both numeric IDs and username strings (users/{id} or users/{username})
- Implement CEL filter parsing for username-based lookups
- Update proto documentation to reflect dual lookup capability
- Simplify frontend user store to use GetUser instead of ListUsers filter
- Update ListUsers filter documentation to show current capabilities
2 weeks ago
Steven b4ea7d843f feat: enhance memo sorting functionality to support multiple fields 2 weeks 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.
1 month ago
Johnny 7cc2df9254 chore: fix linter 2 months ago
Johnny e93f3cbb8b refactor: unify theme and apperance 3 months ago
Liu Chao ba7dfb7d98
fix: OpenAPI Parameter Conflict in DeleteMemoTag Endpoint (#4985)
Signed-off-by: ChaoLiu <chaoliu719@gmail.com>
3 months ago
johnnyjoy 506b477d50 fix: get user by username 3 months ago
Steven 1fcafd807e chore: enable memo comments by default 3 months ago
Johnny 8f51791da8 chore: update user setting definition 3 months ago
johnnyjoy c5d497a1f0 chore: update user settings 3 months ago
johnnyjoy 3f56ce47d2 chore: update definition of workspace setting 3 months ago
johnnyjoy db63b1949a chore: fix creator id format 3 months ago
johnnyjoy ed23cbc011 refactor: memo filter 3 months ago
johnnyjoy 6e45e9f8b6 refactor: deprecate old filter 4 months ago
Johnny 71181b1640 chore: update openapi version 4 months ago