* feat: add timezone selection to workspace onboarding, creation and settings
* refactor: remove timezone selection from workspace creation and onboarding forms
* feat: enhance clipboard functionality for markdown and HTML content
* fix: improve error handling and state management in CustomImageNodeView component
* fix: correct asset retrieval query by removing workspace filter in DuplicateAssetEndpoint
* fix: update meta tag creation in PasteAssetPlugin for clipboard HTML content
* feat: implement copyMarkdownToClipboard utility for enhanced clipboard functionality
* refactor: replace copyMarkdownToClipboard utility with copyTextToClipboard for simplified clipboard operations
* refactor: streamline clipboard operations by replacing copyTextToClipboard with copyMarkdownToClipboard in editor components
* refactor: simplify PasteAssetPlugin by removing unnecessary meta tag handling and streamlining HTML processing
* feat: implement asset duplication processing on paste for enhanced clipboard functionality
* chore:remove async from copy markdown method
* chore: add paste html
* remove:prevent default
* refactor: remove hasChanges from processAssetDuplication return type for simplified asset processing
* fix: format options-dropdown.tsx
* fix: crawl work item link for epics
* chore: WIP
* feat: update role activity
* feat: remove member activity
* feat: remove member activity
* feat: leave workspace member activity
* feat: accept and delete workspace invite activity
* chore: refactor UserWorkspaceInvitationsViewSet
* chore: refactor UserWorkspaceInvitationsViewSet
* feat: accept workspace member invite activity
* feat: workspace members activity api
* fix: activity api permission check
* migration: workspace member as nullable field
* fix: model name
* chore: use WorkspaceMemberActivity model
chore: use workspace_member_id in role change activity
* feat: activity for removing and adding seats
fix: use WorkspaceMemberActivity
chore: render workspace detail
* fix: code refactor
* chore: track seats added and removed
* fix: leave activity
* chore: featureflag and permission checks
fix: leave activity
* chore: code refactor
* chore: code refactor
* feat: implemented workspace members activity sidebar in the settings layout.
* fix: remove email validation
* fix: use ENUM
* refactor: simplify workspace member actions logic in settings layout
* chore: remove validate email
* fix: use DjangoFilterBackend
* feat: enhance workspace members activity functionality and UI in settings layout
* fix: use gte lookup to include members
* feat: refactor workspace members activity sidebar and layout integration
* refactor: simplify workspaceSlug usage in settings layout
* refactor: optimize activity date retrieval in workspace members activity store
---------
Co-authored-by: b-saikrishnakanth <[email protected]>
* feat: enhance workspace settings layout and members page with new components
* refactor: update workspace settings layout and members page to use default exports
* refactor: settings layout import changes
* refactor: simplify workspaceSlug usage in settings layout
* chore: run fixes
* fix: type, just use hocuspocusservercontext
* fix: codemod
* chore: run ee fixes
---------
Co-authored-by: Palanikannan M <[email protected]>
* feat: add no_activity flag to control issue activity tracking during partial updates
* refactor: rename no_activity flag to skip_activity for clarity in issue activity tracking
* enhance description input handling with migration update support
* feat: implement skip_activity flag to conditionally log issue updates during partial updates
* refactor: skip-activity
* refactor: streamline code formatting and improve readability in EpicViewSet and related endpoints
* feat: add migration description update check to conditionally log issue updates
* fix: add check for migration description updates to prevent logging in EpicViewSet
* fix: add check for epics
---------
Co-authored-by: pablohashescobar <[email protected]>
* feat: add no_activity flag to control issue activity tracking during partial updates
* refactor: rename no_activity flag to skip_activity for clarity in issue activity tracking
* enhance description input handling with migration update support
* feat: implement skip_activity flag to conditionally log issue updates during partial updates
* refactor: skip-activity
* feat: add migration description update check to conditionally log issue updates
---------
Co-authored-by: pablohashescobar <[email protected]>
* chore: update use_case type from string to array
* chore: convert use_case field to JSONField with array support
* feat: implement multi-select UI for use case in onboarding
* chore: code refactor
* chore: revert backend changes
* chore: code refactor
* chore: code refactor
* chore: code refactor