MCPcopy Create free account

hub / github.com/GmpABR/NexusFlow / functions

Functions569 in github.com/GmpABR/NexusFlow

↓ 1 callersFunctiontoggleReaction
(activityId: number, emoji: string)
frontend/src/api/tasks.ts:94
↓ 1 callersFunctionupdateColumn
(boardId: number, columnId: number, name: string)
frontend/src/api/boards.ts:168
↓ 1 callersFunctionupdateComment
(activityId: number, text: string)
frontend/src/api/tasks.ts:89
↓ 1 callersFunctionupdateProfile
(updates: Partial<{ avatarUrl: string; username: string; fullName: string; jobTitle: string;
frontend/src/api/users.ts:53
↓ 1 callersFunctionupdateSubtask
(subtaskId: number, updates: { title?: string; isCompleted?: boolean })
frontend/src/api/tasks.ts:47
↓ 1 callersFunctionupdateWorkspace
(workspaceId: number, data: UpdateWorkspaceDto)
frontend/src/api/workspaces.ts:76
↓ 1 callersFunctionupdateWorkspaceMemberRole
(workspaceId: number, userId: number, role: string)
frontend/src/api/workspaces.ts:81
↓ 1 callersFunctionuseKeyboardShortcuts
(shortcuts: ShortcutMap, enabled = true)
frontend/src/hooks/useKeyboardShortcuts.ts:9
↓ 1 callersFunctionvalidateApiKey
(key: string)
frontend/src/api/ai.ts:26
MethodAcceptBoardInviteAsync
(string token, int userId)
backend/Services/IBoardService.cs:27
MethodAcceptBoardInvite_ExistingMember_UpdatesRole
()
Backend.Tests/SecurityTests.cs:346
FunctionActivityLog
({ activities, currentUserId, boardRole, onRefresh, loading }: ActivityLogProps)
frontend/src/components/ActivityLog.tsx:19
MethodAddAttachment
(int taskId, [FromBody] CreateAttachmentDto dto)
backend/Controllers/AttachmentsController.cs:32
MethodAddAttachmentAsync
(int taskId, CreateAttachmentDto dto, int userId)
backend/Services/ITaskService.cs:35
MethodAddCommentAsync
(int taskId, string text, int userId)
backend/Services/ITaskService.cs:21
MethodAddLabel
(int id, int labelId)
backend/Controllers/TasksController.cs:317
MethodAddLabelToTaskAsync
Label Methods
backend/Services/ITaskService.cs:39
MethodAddManualTimeLog
([FromBody] AddManualTimeLogDto dto)
backend/Controllers/TimeLogsController.cs:45
MethodAddManualTimeLogAsync
(int taskId, int userId, AddManualTimeLogDto dto)
backend/Services/ITaskService.cs:29
MethodAddMember
POST: api/workspaces/{id}/members
backend/Controllers/WorkspacesController.cs:207
MethodAnalyticsController
(AppDbContext db)
backend/Controllers/AnalyticsController.cs:18
FunctionApp
()
frontend/src/App.tsx:38
MethodAppDbContext
(DbContextOptions<AppDbContext> options)
backend/Data/AppDbContext.cs:8
FunctionAppNavbar
()
frontend/src/components/AppNavbar.tsx:47
MethodAttachmentsController
(ITaskService taskService, IHubContext<BoardHub> hubContext)
backend/Controllers/AttachmentsController.cs:19
MethodAuthController
(IAuthService authService)
backend/Controllers/AuthController.cs:14
MethodAuthService
(AppDbContext db, IConfiguration config)
backend/Services/AuthService.cs:17
MethodAuthServiceTests
()
Backend.Tests/AuthServiceTests.cs:21
MethodAutomationsController
(IAutomationService automationService)
backend/Controllers/AutomationsController.cs:15
FunctionBoardAnalyticsModal
({ opened, onClose, boardId }: BoardAnalyticsModalProps)
frontend/src/components/BoardAnalyticsModal.tsx:14
MethodBoardAutomationService
(AppDbContext db, IHubContext<Backend.Hubs.BoardHub> hubContext, IServiceScopeFactory scopeFactory)
backend/Services/BoardAutomationService.cs:17
FunctionBoardAutomationsModal
({ opened, onClose, board }: BoardAutomationsModalProps)
frontend/src/components/BoardAutomationsModal.tsx:34
FunctionBoardCalendarView
({ board, onTaskClick }: BoardCalendarViewProps)
frontend/src/components/BoardCalendarView.tsx:13
FunctionBoardCard
({ board, onClose, onDelete }: BoardCardProps)
frontend/src/pages/BoardsPage.tsx:55
FunctionBoardDashboardView
({ board }: BoardDashboardViewProps)
frontend/src/components/BoardDashboardView.tsx:10
MethodBoardHub
(PresenceTracker presenceTracker, AppDbContext context)
backend/Hubs/BoardHub.cs:14
FunctionBoardPage
()
frontend/src/pages/BoardPage.tsx:96
MethodBoardService
(AppDbContext db)
backend/Services/BoardService.cs:12
FunctionBoardTableView
({ board }: BoardTableViewProps)
frontend/src/components/BoardTableView.tsx:9
FunctionBoardTimelineView
({ board, onTaskClick }: BoardTimelineViewProps)
frontend/src/components/BoardTimelineView.tsx:12
MethodBoardsController
(IBoardService boardService, IHubContext<BoardHub> hubContext, AppDbContext context)
backend/Controllers/BoardsController.cs:23
FunctionBoardsPage
()
frontend/src/pages/BoardsPage.tsx:152
MethodBuildModel
(ModelBuilder modelBuilder)
backend/Migrations/AppDbContextModelSnapshot.cs:16
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260219224142_SyncModels.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260219155014_AddAvatarUrlToUser.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260226221934_AddBoardAutomations.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260225153001_AddBoardInvites.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260223224513_AddCommentReactions.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260218222535_AddSubtasks.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260216180103_AddInvitationWorkflow.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260224153010_AddBoardIsClosed.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260216180550_AddScrumFields.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260226214030_AddUserDisplayOfflineAlways.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260303022339_AddWorkspaceLogoFinal.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260222151942_AnalyticsOptimization.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260225175153_AddWorkspaceInvites.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260222153352_AddThemePreference.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260217191752_AddWorkspacesAndThemesFix.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260217203741_AddWorkspaceMemberStatus.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260224193245_AddOpenRouterApiKeyToUser.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260225005553_AddActivityIndexes.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260222231234_AddNotificationTable.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260219005358_AddActivityLog.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260216165215_AddBoardMembers.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260224212340_AddErDiagramToTaskCard.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260227044442_AddMissingUserFields.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260227011814_MandateWorkspaceForBoards.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260221145333_AddAttachmentsAndMultiAssignees.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20260222145134_AddLabels.Designer.cs:19
MethodCloseBoard
(int id)
backend/Controllers/BoardsController.cs:160
MethodCloseBoardAsync
(int boardId, int requesterId)
backend/Services/IBoardService.cs:16
MethodCreateAutomation
(int boardId, [FromBody] CreateAutomationDto dto)
backend/Controllers/AutomationsController.cs:35
MethodCreateAutomationAsync
(int boardId, CreateAutomationDto dto, int userId)
backend/Services/BoardAutomationService.cs:49
MethodCreateAutomation_UnauthorizedUser_ThrowsUnauthorizedAccessException
()
Backend.Tests/SecurityTests.cs:256
MethodCreateBoard
([FromBody] CreateBoardDto dto)
backend/Controllers/BoardsController.cs:38
MethodCreateBoardAsync
(CreateBoardDto dto, int userId)
backend/Services/IBoardService.cs:10
MethodCreateBoardInviteAsync
Invite Link Management
backend/Services/IBoardService.cs:25
MethodCreateColumn
(int id, [FromBody] CreateColumnDto dto)
backend/Controllers/BoardsController.cs:202
MethodCreateColumnAsync
(int boardId, CreateColumnDto dto, int userId)
backend/Services/IBoardService.cs:19
MethodCreateComment
(int taskId, [FromBody] AddCommentDto dto)
backend/Controllers/TasksController.cs:202
MethodCreateInvite
(int id, [FromBody] string role)
backend/Controllers/BoardsController.cs:268
MethodCreateLabel
(int boardId, [FromBody] CreateLabelDto dto)
backend/Controllers/LabelsController.cs:45
FunctionCreateNewLabelPopover
({ boardId, onCreated, inline }: { boardId: number, onCreated: (label: Label) => void, inline?: boolean })
frontend/src/components/TaskDetailModal.tsx:1529
MethodCreateNotificationAsync
(int userId, string message, string type, int? relatedId = null)
backend/Services/INotificationService.cs:9
MethodCreateSubtask
(int taskId, [FromBody] CreateSubtaskDto dto)
backend/Controllers/TasksController.cs:125
MethodCreateSubtaskAsync
Subtask Methods
backend/Services/ITaskService.cs:14
MethodCreateSubtask_UnauthorizedUser_ThrowsUnauthorizedAccessException
()
Backend.Tests/SecurityTests.cs:104
MethodCreateTask
([FromBody] CreateTaskDto dto)
backend/Controllers/TasksController.cs:30
MethodCreateTaskAsync
(CreateTaskDto dto, int userId)
backend/Services/ITaskService.cs:8
MethodCreateWorkspace
POST: api/workspaces
backend/Controllers/WorkspacesController.cs:108
MethodCreateWorkspaceInvite
POST: api/workspaces/{id}/invites
backend/Controllers/WorkspacesController.cs:469
MethodDeleteActivityAsync
(int activityId, int userId)
backend/Services/ITaskService.cs:23
MethodDeleteAttachment
(int taskId, int attachmentId)
backend/Controllers/AttachmentsController.cs:48
MethodDeleteAttachmentAsync
(int attachmentId, int userId)
backend/Services/ITaskService.cs:36
MethodDeleteAutomation
(int automationId)
backend/Controllers/AutomationsController.cs:61
MethodDeleteAutomationAsync
(int automationId, int userId)
backend/Services/BoardAutomationService.cs:79
MethodDeleteAutomation_UnauthorizedUser_ThrowsUnauthorizedAccessException
()
Backend.Tests/SecurityTests.cs:285
MethodDeleteBoard
(int id)
backend/Controllers/BoardsController.cs:188
MethodDeleteBoardAsync
(int boardId, int requesterId)
backend/Services/IBoardService.cs:18
MethodDeleteColumn
(int id, int columnId)
backend/Controllers/BoardsController.cs:240
← previousnext →201–300 of 569, ranked by callers