MCPcopy Create free account

hub / github.com/GmpABR/NexusFlow / functions

Functions569 in github.com/GmpABR/NexusFlow

MethodLogin
([FromBody] LoginDto dto)
backend/Controllers/AuthController.cs:39
MethodLoginAsync
(LoginDto dto)
backend/Services/IAuthService.cs:8
MethodLoginAsync_InvalidPassword_ReturnsNull
()
Backend.Tests/AuthServiceTests.cs:113
MethodLoginAsync_ValidCredentials_ReturnsToken
()
Backend.Tests/AuthServiceTests.cs:94
FunctionLoginPage
()
frontend/src/pages/LoginPage.tsx:18
MethodMapToDto
(TaskCard task)
backend/Services/TaskService.cs:761
MethodMapToTimeLogDto
(TimeLog timeLog)
backend/Services/TaskService.cs:725
MethodMarkAllAsRead
()
backend/Controllers/NotificationsController.cs:36
MethodMarkAllAsReadAsync
(int userId)
backend/Services/INotificationService.cs:11
MethodMarkAsRead
(int id)
backend/Controllers/NotificationsController.cs:28
MethodMarkAsReadAsync
(int notificationId, int userId)
backend/Services/INotificationService.cs:10
MethodMoveColumn
(int id, int columnId, [FromBody] MoveColumnDto dto)
backend/Controllers/BoardsController.cs:226
MethodMoveColumnAsync
(int boardId, int columnId, int newOrder, int userId)
backend/Services/IBoardService.cs:20
MethodMoveTask
(int id, [FromBody] MoveTaskDto dto)
backend/Controllers/TasksController.cs:67
MethodMoveTaskAsync
(int taskId, MoveTaskDto dto, int userId)
backend/Services/ITaskService.cs:10
FunctionMyTasksPage
()
frontend/src/pages/MyTasksPage.tsx:27
FunctionNotificationDrawer
({ opened, onClose, onNotificationClick }: NotificationDrawerProps)
frontend/src/components/NotificationDrawer.tsx:14
MethodNotificationService
(AppDbContext db, IHubContext<BoardHub> hubContext)
backend/Services/NotificationService.cs:15
MethodNotificationsController
(INotificationService notificationService)
backend/Controllers/NotificationsController.cs:16
MethodNotifyTaskUpdated
(int taskId)
backend/Controllers/TimeLogsController.cs:70
MethodOnConnectedAsync
()
backend/Hubs/BoardHub.cs:34
MethodOnDisconnectedAsync
(Exception? exception)
backend/Hubs/BoardHub.cs:54
MethodOnModelCreating
(ModelBuilder modelBuilder)
backend/Data/AppDbContext.cs:30
FunctionOnlineIndicator
({ isOnline, size = 12, offset = 4 }: OnlineIndicatorProps)
frontend/src/components/OnlineIndicator.tsx:9
FunctionPresenceProvider
({ children }: { children: React.ReactNode })
frontend/src/contexts/PresenceContext.tsx:11
FunctionProfilePage
()
frontend/src/pages/ProfilePage.tsx:148
FunctionProtectedRoute
({ children }: { children: React.ReactNode })
frontend/src/App.tsx:16
MethodRegister
([FromBody] RegisterDto dto)
backend/Controllers/AuthController.cs:19
MethodRegisterAsync
(RegisterDto dto)
backend/Services/IAuthService.cs:7
MethodRegisterAsync_ExistingEmail_ThrowsException
()
Backend.Tests/AuthServiceTests.cs:80
MethodRegisterAsync_ExistingUsername_ThrowsException
()
Backend.Tests/AuthServiceTests.cs:66
MethodRegisterAsync_ValidUser_CreatesUserAndReturnsToken
()
Backend.Tests/AuthServiceTests.cs:46
FunctionRegisterPage
()
frontend/src/pages/RegisterPage.tsx:18
MethodRemoveLabel
(int id, int labelId)
backend/Controllers/TasksController.cs:338
MethodRemoveLabelFromTaskAsync
(int taskId, int labelId, int userId)
backend/Services/ITaskService.cs:40
MethodRemoveMember
DELETE: api/workspaces/{id}/members/{userId}
backend/Controllers/WorkspacesController.cs:280
MethodRemoveMember
(int id, int userId)
backend/Controllers/BoardsController.cs:127
MethodRemoveMemberAsync
(int boardId, int userId, int requesterId)
backend/Services/IBoardService.cs:14
MethodReopenBoard
(int id)
backend/Controllers/BoardsController.cs:174
MethodReopenBoardAsync
(int boardId, int requesterId)
backend/Services/IBoardService.cs:17
MethodRespondToInvitation
POST: api/workspaces/{id}/respond
backend/Controllers/WorkspacesController.cs:444
MethodRespondToInvitation
(int id, [FromBody] InvitationResponseDto dto)
backend/Controllers/BoardsController.cs:109
MethodRespondToInvitationAsync
(int boardId, int userId, bool accept)
backend/Services/IBoardService.cs:13
FunctionRichText
({ content, onChange, editable = true, title }: RichTextProps)
frontend/src/components/RichText.tsx:24
MethodSearchUsers_ShouldNotReturnEmails
()
Backend.Tests/SecurityTests.cs:188
MethodSetLabels
(int id, [FromBody] List<int> labelIds)
backend/Controllers/TasksController.cs:296
MethodSetTaskLabelsAsync
(int taskId, List<int> labelIds, int userId)
backend/Services/ITaskService.cs:41
MethodStartTimer
([FromBody] StartTimerDto dto)
backend/Controllers/TimeLogsController.cs:25
MethodStartTimerAsync
Time Tracking Methods
backend/Services/ITaskService.cs:27
FunctionStatCard
({ title, value, icon }: { title: string, value: string, icon: React.ReactNode })
frontend/src/components/BoardDashboardView.tsx:139
FunctionStatCard
({ title, value, icon, color, highlight }: { title: string; value: number; icon: React.ReactNode; color: strin
frontend/src/components/WorkspaceOverview.tsx:192
MethodStopTimer
([FromBody] StopTimerDto dto, [FromQuery] int taskId)
backend/Controllers/TimeLogsController.cs:35
MethodStopTimerAsync
(int taskId, int userId, DateTime? stoppedAt = null)
backend/Services/ITaskService.cs:28
FunctionStrictModeDroppable
({ children, ...props }: DroppableProps)
frontend/src/components/StrictModeDroppable.tsx:4
MethodSystemController
(AppDbContext context)
backend/Controllers/SystemController.cs:16
FunctionTaskDetailModal
({ opened, onClose, task, members, boardLabels, boardRole, onTaskUpdated }: TaskDetailModalProps)
frontend/src/components/TaskDetailModal.tsx:33
MethodTaskService
(AppDbContext db, INotificationService notificationService)
backend/Services/TaskService.cs:13
MethodTasksController
(ITaskService taskService, IHubContext<BoardHub> hubContext, IAutomationService automationService)
backend/Controllers/TasksController.cs:21
MethodTimeLogsController
(ITaskService taskService, IHubContext<BoardHub> hubContext)
backend/Controllers/TimeLogsController.cs:19
MethodToggleReaction
(int activityId, [FromBody] ToggleReactionDto dto)
backend/Controllers/TasksController.cs:271
MethodToggleReactionAsync
(int activityId, string emoji, int userId)
backend/Services/ITaskService.cs:24
MethodUp
<inheritdoc />
backend/Migrations/20260227044442_AddMissingUserFields.cs:11
MethodUp
<inheritdoc />
backend/Migrations/20260303022339_AddWorkspaceLogoFinal.cs:11
MethodUp
<inheritdoc />
backend/Migrations/20260216165215_AddBoardMembers.cs:13
MethodUp
<inheritdoc />
backend/Migrations/20260216180550_AddScrumFields.cs:12
MethodUp
<inheritdoc />
backend/Migrations/20260225153001_AddBoardInvites.cs:13
MethodUp
<inheritdoc />
backend/Migrations/20260226221934_AddBoardAutomations.cs:13
MethodUp
<inheritdoc />
backend/Migrations/20260223224513_AddCommentReactions.cs:12
MethodUp
<inheritdoc />
backend/Migrations/20260216180103_AddInvitationWorkflow.cs:11
MethodUp
<inheritdoc />
backend/Migrations/20260226214030_AddUserDisplayOfflineAlways.cs:11
MethodUp
<inheritdoc />
backend/Migrations/20260222151942_AnalyticsOptimization.cs:11
MethodUp
<inheritdoc />
backend/Migrations/20260219005358_AddActivityLog.cs:13
MethodUp
<inheritdoc />
backend/Migrations/20260219155014_AddAvatarUrlToUser.cs:11
MethodUp
<inheritdoc />
backend/Migrations/20260219224142_SyncModels.cs:13
MethodUp
<inheritdoc />
backend/Migrations/20260225175153_AddWorkspaceInvites.cs:13
MethodUp
<inheritdoc />
backend/Migrations/20260221145333_AddAttachmentsAndMultiAssignees.cs:13
MethodUp
<inheritdoc />
backend/Migrations/20260227011814_MandateWorkspaceForBoards.cs:11
MethodUp
<inheritdoc />
backend/Migrations/20260225005553_AddActivityIndexes.cs:11
MethodUp
<inheritdoc />
backend/Migrations/20260224212340_AddErDiagramToTaskCard.cs:11
MethodUp
<inheritdoc />
backend/Migrations/20260222231234_AddNotificationTable.cs:13
MethodUp
<inheritdoc />
backend/Migrations/20260224193245_AddOpenRouterApiKeyToUser.cs:11
MethodUp
<inheritdoc />
backend/Migrations/20260217191752_AddWorkspacesAndThemesFix.cs:13
MethodUp
<inheritdoc />
backend/Migrations/20260218222535_AddSubtasks.cs:12
MethodUp
<inheritdoc />
backend/Migrations/20260222145134_AddLabels.cs:12
MethodUp
<inheritdoc />
backend/Migrations/20260224153010_AddBoardIsClosed.cs:11
MethodUp
<inheritdoc />
backend/Migrations/20260217203741_AddWorkspaceMemberStatus.cs:11
MethodUp
<inheritdoc />
backend/Migrations/20260222153352_AddThemePreference.cs:11
MethodUpdateActivityAsync
(int activityId, string text, int userId)
backend/Services/ITaskService.cs:22
MethodUpdateBoard
(int id, [FromBody] UpdateBoardDto dto)
backend/Controllers/BoardsController.cs:141
MethodUpdateBoardAsync
(int boardId, UpdateBoardDto dto, int requesterId)
backend/Services/IBoardService.cs:15
MethodUpdateColumn
(int id, int columnId, [FromBody] UpdateColumnDto dto)
backend/Controllers/BoardsController.cs:254
MethodUpdateColumnAsync
(int boardId, int columnId, UpdateColumnDto dto, int userId)
backend/Services/IBoardService.cs:22
MethodUpdateComment
(int activityId, [FromBody] AddCommentDto dto)
backend/Controllers/TasksController.cs:249
MethodUpdateLabel
(int id, [FromBody] UpdateLabelDto dto)
backend/Controllers/LabelsController.cs:87
MethodUpdateMemberRole
PUT: api/workspaces/{id}/members/{userId}/role
backend/Controllers/WorkspacesController.cs:334
MethodUpdateProfile
── PUT /api/users/me ────────────────────────────────────────────────
backend/Controllers/UsersController.cs:82
MethodUpdateSubtask
(int subtaskId, [FromBody] UpdateSubtaskDto dto)
backend/Controllers/TasksController.cs:147
MethodUpdateSubtaskAsync
(int subtaskId, UpdateSubtaskDto dto, int userId)
backend/Services/ITaskService.cs:15
MethodUpdateTask
(int id, [FromBody] UpdateTaskDto dto)
backend/Controllers/TasksController.cs:46
MethodUpdateTaskAsync
(int taskId, UpdateTaskDto dto, int userId)
backend/Services/ITaskService.cs:9
← previousnext →401–500 of 569, ranked by callers