MCPcopy Create free account

hub / github.com/GmpABR/NexusFlow / functions

Functions569 in github.com/GmpABR/NexusFlow

MethodDeleteColumnAsync
(int boardId, int columnId, int userId)
backend/Services/IBoardService.cs:21
MethodDeleteComment
(int activityId)
backend/Controllers/TasksController.cs:224
MethodDeleteLabel
(int id)
backend/Controllers/LabelsController.cs:112
MethodDeleteSubtask
(int subtaskId)
backend/Controllers/TasksController.cs:169
MethodDeleteSubtaskAsync
(int subtaskId, int userId)
backend/Services/ITaskService.cs:16
MethodDeleteTask
(int id)
backend/Controllers/TasksController.cs:108
MethodDeleteTaskAsync
(int taskId, int userId)
backend/Services/ITaskService.cs:11
MethodDeleteTimeLog
(int id)
backend/Controllers/TimeLogsController.cs:62
MethodDeleteTimeLogAsync
(int timeLogId, int userId)
backend/Services/ITaskService.cs:30
MethodDeleteWorkspace
(int id)
backend/Controllers/WorkspacesController.cs:585
MethodDetectMentionsAsync
(int taskId, string text, int senderId)
backend/Services/TaskService.cs:595
MethodDown
<inheritdoc />
backend/Migrations/20260227044442_AddMissingUserFields.cs:51
MethodDown
<inheritdoc />
backend/Migrations/20260303022339_AddWorkspaceLogoFinal.cs:21
MethodDown
<inheritdoc />
backend/Migrations/20260216165215_AddBoardMembers.cs:166
MethodDown
<inheritdoc />
backend/Migrations/20260216180550_AddScrumFields.cs:59
MethodDown
<inheritdoc />
backend/Migrations/20260225153001_AddBoardInvites.cs:63
MethodDown
<inheritdoc />
backend/Migrations/20260226221934_AddBoardAutomations.cs:46
MethodDown
<inheritdoc />
backend/Migrations/20260223224513_AddCommentReactions.cs:53
MethodDown
<inheritdoc />
backend/Migrations/20260216180103_AddInvitationWorkflow.cs:22
MethodDown
<inheritdoc />
backend/Migrations/20260226214030_AddUserDisplayOfflineAlways.cs:22
MethodDown
<inheritdoc />
backend/Migrations/20260222151942_AnalyticsOptimization.cs:17
MethodDown
<inheritdoc />
backend/Migrations/20260219005358_AddActivityLog.cs:56
MethodDown
<inheritdoc />
backend/Migrations/20260219155014_AddAvatarUrlToUser.cs:21
MethodDown
<inheritdoc />
backend/Migrations/20260219224142_SyncModels.cs:58
MethodDown
<inheritdoc />
backend/Migrations/20260225175153_AddWorkspaceInvites.cs:63
MethodDown
<inheritdoc />
backend/Migrations/20260221145333_AddAttachmentsAndMultiAssignees.cs:86
MethodDown
<inheritdoc />
backend/Migrations/20260227011814_MandateWorkspaceForBoards.cs:26
MethodDown
<inheritdoc />
backend/Migrations/20260225005553_AddActivityIndexes.cs:17
MethodDown
<inheritdoc />
backend/Migrations/20260224212340_AddErDiagramToTaskCard.cs:21
MethodDown
<inheritdoc />
backend/Migrations/20260222231234_AddNotificationTable.cs:46
MethodDown
<inheritdoc />
backend/Migrations/20260224193245_AddOpenRouterApiKeyToUser.cs:21
MethodDown
<inheritdoc />
backend/Migrations/20260217191752_AddWorkspacesAndThemesFix.cs:123
MethodDown
<inheritdoc />
backend/Migrations/20260218222535_AddSubtasks.cs:42
MethodDown
<inheritdoc />
backend/Migrations/20260222145134_AddLabels.cs:71
MethodDown
<inheritdoc />
backend/Migrations/20260224153010_AddBoardIsClosed.cs:22
MethodDown
<inheritdoc />
backend/Migrations/20260217203741_AddWorkspaceMemberStatus.cs:22
MethodDown
<inheritdoc />
backend/Migrations/20260222153352_AddThemePreference.cs:22
FunctionEditableField
({ label, icon, value, placeholder, onSave, textarea, suppressNotification, }: {
frontend/src/pages/ProfilePage.tsx:25
MethodExecuteTaskMovedAutomationsAsync
(int boardId, int taskId, int newColumnId, int userId)
backend/Services/BoardAutomationService.cs:117
MethodGenerateAiSummaryInternal
(string context, int userId, AppDbContext db)
backend/Services/BoardAutomationService.cs:383
MethodGenerateErDiagram
()
backend/Controllers/SystemController.cs:21
MethodGenerateToken
(User user)
backend/Services/AuthService.cs:69
MethodGetActivityByIdAsync
(int activityId)
backend/Services/ITaskService.cs:42
MethodGetAttachments
(int taskId)
backend/Controllers/AttachmentsController.cs:25
MethodGetAttachmentsAsync
Attachment Methods
backend/Services/ITaskService.cs:34
MethodGetAutomations
(int boardId)
backend/Controllers/AutomationsController.cs:20
MethodGetAutomationsAsync
(int boardId, int userId)
backend/Services/BoardAutomationService.cs:24
MethodGetBoardAnalytics
(int boardId)
backend/Controllers/AnalyticsController.cs:23
MethodGetBoardDetail
(int id)
backend/Controllers/BoardsController.cs:67
MethodGetBoardDetailAsync
(int boardId, int userId)
backend/Services/IBoardService.cs:9
MethodGetBoardDetail_AcceptedWorkspaceMember_ReturnsBoard
()
Backend.Tests/SecurityTests.cs:159
MethodGetBoardDetail_PendingWorkspaceMember_ReturnsNull
()
Backend.Tests/SecurityTests.cs:131
MethodGetBoardInviteByTokenAsync
(string token)
backend/Services/IBoardService.cs:26
MethodGetBoardLabels
(int boardId)
backend/Controllers/LabelsController.cs:28
MethodGetBoardMembersAsync
(int boardId, int userId)
backend/Services/IBoardService.cs:11
MethodGetBoardMembers_UnauthorizedUser_ReturnsEmptyList
()
Backend.Tests/SecurityTests.cs:28
MethodGetBoards
()
backend/Controllers/BoardsController.cs:30
MethodGetBoardsAsync
(int userId)
backend/Services/IBoardService.cs:7
MethodGetDatabase
()
Backend.Tests/SecurityTests.cs:20
MethodGetInvitations
GET: api/workspaces/invitations
backend/Controllers/WorkspacesController.cs:420
MethodGetInvite
(string token)
backend/Controllers/BoardsController.cs:283
MethodGetLabel
(int id)
backend/Controllers/LabelsController.cs:72
MethodGetMembers
(int id)
backend/Controllers/BoardsController.cs:86
MethodGetMyTasks
── GET /api/users/me/tasks ──────────────────────────────────────────
backend/Controllers/UsersController.cs:171
MethodGetMyWorkspaces
GET: api/workspaces
backend/Controllers/WorkspacesController.cs:28
MethodGetNotifications
()
backend/Controllers/NotificationsController.cs:21
MethodGetPendingInvitations
()
backend/Controllers/BoardsController.cs:76
MethodGetPendingInvitationsAsync
(int userId)
backend/Services/IBoardService.cs:8
MethodGetPresence
── GET /api/users/presence ──────────────────────────────────────────
backend/Controllers/UsersController.cs:153
MethodGetProfile_ShouldMaskApiKey
()
Backend.Tests/SecurityTests.cs:219
MethodGetSubtaskByIdAsync
(int subtaskId)
backend/Services/ITaskService.cs:17
MethodGetTaskActivities
(int taskId)
backend/Controllers/TasksController.cs:195
MethodGetTaskActivitiesAsync
(int taskId, int userId)
backend/Services/ITaskService.cs:20
MethodGetTaskActivities_UnauthorizedUser_ReturnsEmptyList
()
Backend.Tests/SecurityTests.cs:50
MethodGetTaskByIdAsync
(int taskId, int userId)
backend/Services/ITaskService.cs:19
MethodGetTaskTimeLogs
(int taskId)
backend/Controllers/TimeLogsController.cs:55
MethodGetTaskTimeLogsAsync
(int taskId, int userId)
backend/Services/ITaskService.cs:31
MethodGetUserId
()
backend/Controllers/AnalyticsController.cs:256
MethodGetUserId
()
backend/Controllers/TimeLogsController.cs:79
MethodGetUserId
()
backend/Controllers/UsersController.cs:200
MethodGetUserId
()
backend/Controllers/AttachmentsController.cs:65
MethodGetUserId
()
backend/Controllers/TasksController.cs:359
MethodGetUserId
()
backend/Controllers/NotificationsController.cs:43
MethodGetUserNotificationsAsync
(int userId)
backend/Services/INotificationService.cs:8
MethodGetWorkspace
GET: api/workspaces/{id}
backend/Controllers/WorkspacesController.cs:63
MethodGetWorkspaceAnalytics
(int workspaceId)
backend/Controllers/AnalyticsController.cs:159
MethodGetWorkspaceBoards
GET: api/workspaces/{id}/boards
backend/Controllers/WorkspacesController.cs:160
MethodGetWorkspaceInvite
GET: api/workspaces/invite/{token}
backend/Controllers/WorkspacesController.cs:510
MethodInviteMember
(int id, [FromBody] InviteMemberDto dto)
backend/Controllers/BoardsController.cs:94
MethodInviteMemberAsync
(int boardId, string username, string role, int inviterId)
backend/Services/IBoardService.cs:12
MethodInviteMember_ExistingMember_UpdatesRoleAndStatus
()
Backend.Tests/SecurityTests.cs:308
MethodJoinBoard
(string token)
backend/Controllers/BoardsController.cs:292
MethodJoinBoard
(string boardId)
backend/Hubs/BoardHub.cs:20
FunctionJoinBoardPage
()
frontend/src/pages/JoinBoardPage.tsx:21
MethodJoinWorkspaceByToken
POST: api/workspaces/join/{token}
backend/Controllers/WorkspacesController.cs:539
FunctionJoinWorkspacePage
()
frontend/src/pages/JoinWorkspacePage.tsx:20
MethodLabelsController
(AppDbContext context, IHubContext<BoardHub> hubContext)
backend/Controllers/LabelsController.cs:22
MethodLeaveBoard
(string boardId)
backend/Hubs/BoardHub.cs:27
MethodLogActivity
(int taskId, int userId, string action, string details)
backend/Services/TaskService.cs:744
MethodLogActivity
(int taskId, int userId, string action, string details)
backend/Services/BoardAutomationService.cs:367
← previousnext →301–400 of 569, ranked by callers