Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GmpABR/NexusFlow
/ functions
Functions
569 in github.com/GmpABR/NexusFlow
⨍
Functions
569
◇
Types & classes
204
Method
DeleteColumnAsync
(int boardId, int columnId, int userId)
backend/Services/IBoardService.cs:21
Method
DeleteComment
(int activityId)
backend/Controllers/TasksController.cs:224
Method
DeleteLabel
(int id)
backend/Controllers/LabelsController.cs:112
Method
DeleteSubtask
(int subtaskId)
backend/Controllers/TasksController.cs:169
Method
DeleteSubtaskAsync
(int subtaskId, int userId)
backend/Services/ITaskService.cs:16
Method
DeleteTask
(int id)
backend/Controllers/TasksController.cs:108
Method
DeleteTaskAsync
(int taskId, int userId)
backend/Services/ITaskService.cs:11
Method
DeleteTimeLog
(int id)
backend/Controllers/TimeLogsController.cs:62
Method
DeleteTimeLogAsync
(int timeLogId, int userId)
backend/Services/ITaskService.cs:30
Method
DeleteWorkspace
(int id)
backend/Controllers/WorkspacesController.cs:585
Method
DetectMentionsAsync
(int taskId, string text, int senderId)
backend/Services/TaskService.cs:595
Method
Down
<inheritdoc />
backend/Migrations/20260227044442_AddMissingUserFields.cs:51
Method
Down
<inheritdoc />
backend/Migrations/20260303022339_AddWorkspaceLogoFinal.cs:21
Method
Down
<inheritdoc />
backend/Migrations/20260216165215_AddBoardMembers.cs:166
Method
Down
<inheritdoc />
backend/Migrations/20260216180550_AddScrumFields.cs:59
Method
Down
<inheritdoc />
backend/Migrations/20260225153001_AddBoardInvites.cs:63
Method
Down
<inheritdoc />
backend/Migrations/20260226221934_AddBoardAutomations.cs:46
Method
Down
<inheritdoc />
backend/Migrations/20260223224513_AddCommentReactions.cs:53
Method
Down
<inheritdoc />
backend/Migrations/20260216180103_AddInvitationWorkflow.cs:22
Method
Down
<inheritdoc />
backend/Migrations/20260226214030_AddUserDisplayOfflineAlways.cs:22
Method
Down
<inheritdoc />
backend/Migrations/20260222151942_AnalyticsOptimization.cs:17
Method
Down
<inheritdoc />
backend/Migrations/20260219005358_AddActivityLog.cs:56
Method
Down
<inheritdoc />
backend/Migrations/20260219155014_AddAvatarUrlToUser.cs:21
Method
Down
<inheritdoc />
backend/Migrations/20260219224142_SyncModels.cs:58
Method
Down
<inheritdoc />
backend/Migrations/20260225175153_AddWorkspaceInvites.cs:63
Method
Down
<inheritdoc />
backend/Migrations/20260221145333_AddAttachmentsAndMultiAssignees.cs:86
Method
Down
<inheritdoc />
backend/Migrations/20260227011814_MandateWorkspaceForBoards.cs:26
Method
Down
<inheritdoc />
backend/Migrations/20260225005553_AddActivityIndexes.cs:17
Method
Down
<inheritdoc />
backend/Migrations/20260224212340_AddErDiagramToTaskCard.cs:21
Method
Down
<inheritdoc />
backend/Migrations/20260222231234_AddNotificationTable.cs:46
Method
Down
<inheritdoc />
backend/Migrations/20260224193245_AddOpenRouterApiKeyToUser.cs:21
Method
Down
<inheritdoc />
backend/Migrations/20260217191752_AddWorkspacesAndThemesFix.cs:123
Method
Down
<inheritdoc />
backend/Migrations/20260218222535_AddSubtasks.cs:42
Method
Down
<inheritdoc />
backend/Migrations/20260222145134_AddLabels.cs:71
Method
Down
<inheritdoc />
backend/Migrations/20260224153010_AddBoardIsClosed.cs:22
Method
Down
<inheritdoc />
backend/Migrations/20260217203741_AddWorkspaceMemberStatus.cs:22
Method
Down
<inheritdoc />
backend/Migrations/20260222153352_AddThemePreference.cs:22
Function
EditableField
({ label, icon, value, placeholder, onSave, textarea, suppressNotification, }: {
frontend/src/pages/ProfilePage.tsx:25
Method
ExecuteTaskMovedAutomationsAsync
(int boardId, int taskId, int newColumnId, int userId)
backend/Services/BoardAutomationService.cs:117
Method
GenerateAiSummaryInternal
(string context, int userId, AppDbContext db)
backend/Services/BoardAutomationService.cs:383
Method
GenerateErDiagram
()
backend/Controllers/SystemController.cs:21
Method
GenerateToken
(User user)
backend/Services/AuthService.cs:69
Method
GetActivityByIdAsync
(int activityId)
backend/Services/ITaskService.cs:42
Method
GetAttachments
(int taskId)
backend/Controllers/AttachmentsController.cs:25
Method
GetAttachmentsAsync
Attachment Methods
backend/Services/ITaskService.cs:34
Method
GetAutomations
(int boardId)
backend/Controllers/AutomationsController.cs:20
Method
GetAutomationsAsync
(int boardId, int userId)
backend/Services/BoardAutomationService.cs:24
Method
GetBoardAnalytics
(int boardId)
backend/Controllers/AnalyticsController.cs:23
Method
GetBoardDetail
(int id)
backend/Controllers/BoardsController.cs:67
Method
GetBoardDetailAsync
(int boardId, int userId)
backend/Services/IBoardService.cs:9
Method
GetBoardDetail_AcceptedWorkspaceMember_ReturnsBoard
()
Backend.Tests/SecurityTests.cs:159
Method
GetBoardDetail_PendingWorkspaceMember_ReturnsNull
()
Backend.Tests/SecurityTests.cs:131
Method
GetBoardInviteByTokenAsync
(string token)
backend/Services/IBoardService.cs:26
Method
GetBoardLabels
(int boardId)
backend/Controllers/LabelsController.cs:28
Method
GetBoardMembersAsync
(int boardId, int userId)
backend/Services/IBoardService.cs:11
Method
GetBoardMembers_UnauthorizedUser_ReturnsEmptyList
()
Backend.Tests/SecurityTests.cs:28
Method
GetBoards
()
backend/Controllers/BoardsController.cs:30
Method
GetBoardsAsync
(int userId)
backend/Services/IBoardService.cs:7
Method
GetDatabase
()
Backend.Tests/SecurityTests.cs:20
Method
GetInvitations
GET: api/workspaces/invitations
backend/Controllers/WorkspacesController.cs:420
Method
GetInvite
(string token)
backend/Controllers/BoardsController.cs:283
Method
GetLabel
(int id)
backend/Controllers/LabelsController.cs:72
Method
GetMembers
(int id)
backend/Controllers/BoardsController.cs:86
Method
GetMyTasks
── GET /api/users/me/tasks ──────────────────────────────────────────
backend/Controllers/UsersController.cs:171
Method
GetMyWorkspaces
GET: api/workspaces
backend/Controllers/WorkspacesController.cs:28
Method
GetNotifications
()
backend/Controllers/NotificationsController.cs:21
Method
GetPendingInvitations
()
backend/Controllers/BoardsController.cs:76
Method
GetPendingInvitationsAsync
(int userId)
backend/Services/IBoardService.cs:8
Method
GetPresence
── GET /api/users/presence ──────────────────────────────────────────
backend/Controllers/UsersController.cs:153
Method
GetProfile_ShouldMaskApiKey
()
Backend.Tests/SecurityTests.cs:219
Method
GetSubtaskByIdAsync
(int subtaskId)
backend/Services/ITaskService.cs:17
Method
GetTaskActivities
(int taskId)
backend/Controllers/TasksController.cs:195
Method
GetTaskActivitiesAsync
(int taskId, int userId)
backend/Services/ITaskService.cs:20
Method
GetTaskActivities_UnauthorizedUser_ReturnsEmptyList
()
Backend.Tests/SecurityTests.cs:50
Method
GetTaskByIdAsync
(int taskId, int userId)
backend/Services/ITaskService.cs:19
Method
GetTaskTimeLogs
(int taskId)
backend/Controllers/TimeLogsController.cs:55
Method
GetTaskTimeLogsAsync
(int taskId, int userId)
backend/Services/ITaskService.cs:31
Method
GetUserId
()
backend/Controllers/AnalyticsController.cs:256
Method
GetUserId
()
backend/Controllers/TimeLogsController.cs:79
Method
GetUserId
()
backend/Controllers/UsersController.cs:200
Method
GetUserId
()
backend/Controllers/AttachmentsController.cs:65
Method
GetUserId
()
backend/Controllers/TasksController.cs:359
Method
GetUserId
()
backend/Controllers/NotificationsController.cs:43
Method
GetUserNotificationsAsync
(int userId)
backend/Services/INotificationService.cs:8
Method
GetWorkspace
GET: api/workspaces/{id}
backend/Controllers/WorkspacesController.cs:63
Method
GetWorkspaceAnalytics
(int workspaceId)
backend/Controllers/AnalyticsController.cs:159
Method
GetWorkspaceBoards
GET: api/workspaces/{id}/boards
backend/Controllers/WorkspacesController.cs:160
Method
GetWorkspaceInvite
GET: api/workspaces/invite/{token}
backend/Controllers/WorkspacesController.cs:510
Method
InviteMember
(int id, [FromBody] InviteMemberDto dto)
backend/Controllers/BoardsController.cs:94
Method
InviteMemberAsync
(int boardId, string username, string role, int inviterId)
backend/Services/IBoardService.cs:12
Method
InviteMember_ExistingMember_UpdatesRoleAndStatus
()
Backend.Tests/SecurityTests.cs:308
Method
JoinBoard
(string token)
backend/Controllers/BoardsController.cs:292
Method
JoinBoard
(string boardId)
backend/Hubs/BoardHub.cs:20
Function
JoinBoardPage
()
frontend/src/pages/JoinBoardPage.tsx:21
Method
JoinWorkspaceByToken
POST: api/workspaces/join/{token}
backend/Controllers/WorkspacesController.cs:539
Function
JoinWorkspacePage
()
frontend/src/pages/JoinWorkspacePage.tsx:20
Method
LabelsController
(AppDbContext context, IHubContext<BoardHub> hubContext)
backend/Controllers/LabelsController.cs:22
Method
LeaveBoard
(string boardId)
backend/Hubs/BoardHub.cs:27
Method
LogActivity
(int taskId, int userId, string action, string details)
backend/Services/TaskService.cs:744
Method
LogActivity
(int taskId, int userId, string action, string details)
backend/Services/BoardAutomationService.cs:367
← previous
next →
301–400 of 569, ranked by callers