memos/web/src/components/Settings
Steven d0c3908168 refactor: remove deprecated Sessions and AccessTokens settings
- Remove ListSessions and RevokeSession RPC endpoints
- Remove Session message and SessionsSetting from UserSetting
- Remove ACCESS_TOKENS key and AccessTokensSetting
- Update references to use RefreshTokensUserSetting with its own ClientInfo
- Remove UserSessionsSection frontend component
- Clean up user store to remove session and access token settings
- Regenerate protobuf files

The system now uses:
- REFRESH_TOKENS for session management with sliding expiration
- PERSONAL_ACCESS_TOKENS for long-lived API tokens
2025-12-19 08:35:57 +08:00
..
AccessTokenSection.tsx refactor: user auth improvements (#5360) 2025-12-18 18:15:51 +08:00
InstanceSection.tsx refactor(web): rename grpcweb.ts to connect.ts and enable binary format 2025-12-16 20:15:16 +08:00
MemberSection.tsx refactor(web): rename grpcweb.ts to connect.ts and enable binary format 2025-12-16 20:15:16 +08:00
MemoRelatedSettings.tsx fix(web): convert enum values to string names in API resource paths 2025-12-11 20:08:11 +08:00
MyAccountSection.tsx refactor: remove deprecated Sessions and AccessTokens settings 2025-12-19 08:35:57 +08:00
PreferencesSection.tsx refactor: migrate to connect-rpc (#5338) 2025-12-11 19:49:07 +08:00
SSOSection.tsx refactor(web): rename grpcweb.ts to connect.ts and enable binary format 2025-12-16 20:15:16 +08:00
SectionMenuItem.tsx chore: fix dark mode 2025-07-05 11:40:49 +08:00
SettingGroup.tsx chore: tweak comments 2025-11-30 13:16:02 +08:00
SettingRow.tsx chore: tweak comments 2025-11-30 13:16:02 +08:00
SettingSection.tsx chore: tweak comments 2025-11-30 13:16:02 +08:00
SettingTable.tsx chore: tweak comments 2025-11-30 13:16:02 +08:00
StorageSection.tsx fix(web): convert enum values to string names in API resource paths 2025-12-11 20:08:11 +08:00
WebhookSection.tsx refactor(web): rename grpcweb.ts to connect.ts and enable binary format 2025-12-16 20:15:16 +08:00