MCPcopy Create free account

hub / github.com/d4vidsha/scheduler / functions

Functions428 in github.com/d4vidsha/scheduler

FunctionUserSettings
()
frontend/src/routes/_layout/settings.tsx:32
FunctionUsersTable
()
frontend/src/routes/_layout/admin.tsx:46
FunctionViewTabs
()
frontend/src/routes/_layout.tsx:59
FunctionWeekView
({ tasks, currentDate }: CalendarViewProps)
frontend/src/components/calendar/WeekView.tsx:29
FunctionWorkingHours
()
frontend/src/components/UserSettings/WorkingHours.tsx:24
FunctionYearView
({ tasks, currentDate, onNavigate, }: CalendarViewProps)
frontend/src/components/calendar/YearView.tsx:15
Method[Symbol.toStringTag]
()
frontend/src/client/core/CancelablePromise.ts:83
Method_enforce_non_default_secrets
(self)
backend/app/core/config.py:112
Method_set_default_emails_from
(self)
backend/app/core/config.py:82
Methodall_cors_origins
(self)
backend/app/core/config.py:46
Functionauthenticate
(*, session: Session, email: str, password: str)
backend/app/crud.py:40
Methodcancel
()
frontend/src/client/core/CancelablePromise.ts:104
Functionclient
()
backend/app/tests/conftest.py:28
Methodconstructor
( request: ApiRequestOptions, response: ApiResult, message: string, )
frontend/src/client/core/ApiError.ts:11
Methodconstructor
()
frontend/src/client/core/OpenAPI.ts:12
Methodconstructor
(message: string)
frontend/src/client/core/CancelablePromise.ts:2
Methodconstructor
( executor: ( resolve: (value: T | PromiseLike<T>) => void, reject: (reason?: unknown) => void
frontend/src/client/core/CancelablePromise.ts:29
Functioncreate_access_token
(subject: str | Any, expires_delta: timedelta)
backend/app/core/security.py:15
Functioncreate_item
(*, session: Session, item_in: ItemCreate, owner_id: uuid.UUID)
backend/app/crud.py:49
Functioncreate_item
Create new item.
backend/app/api/routes/items.py:58
Functioncreate_task
Create new task.
backend/app/api/routes/tasks.py:63
Functioncreate_user
(*, session: Session, user_create: UserCreate)
backend/app/crud.py:10
Functioncreate_user
Create new user.
backend/app/api/routes/users.py:54
Functioncustom_generate_unique_id
(route: APIRoute)
backend/app/main.py:10
Functiondb
()
backend/app/tests/conftest.py:16
FunctiondeleteEntity
(id: number)
frontend/src/components/Common/DeleteAlert.tsx:33
Functiondelete_item
Delete an item.
backend/app/api/routes/items.py:96
Functiondelete_task
Delete a task.
backend/app/api/routes/tasks.py:110
Functiondelete_user
Delete a user.
backend/app/api/routes/users.py:211
Functiondelete_user_me
Delete own user.
backend/app/api/routes/users.py:129
Functiondowngrade
()
backend/app/alembic/versions/7a913e62e5bc_add_scheduled_start_to_task.py:26
Functiondowngrade
()
backend/app/alembic/versions/d21fdb6c8905_add_completed_field_to_task_model.py:26
Functiondowngrade
()
backend/app/alembic/versions/ba1bdfec52c5_init_initial_database.py:61
Functiondowngrade
()
backend/app/alembic/versions/5940dedda093_add_tags_to_task.py:26
Functiondowngrade
()
backend/app/alembic/versions/3c883c24ffb2_add_working_hours_to_user.py:27
Functiondowngrade
()
backend/app/alembic/versions/90565acf293d_feat_implement_task_create_and_task_.py:27
Methodeject
(fn: Middleware<T>)
frontend/src/client/core/OpenAPI.ts:16
Methodemails_enabled
(self)
backend/app/core/config.py:91
FunctionfindLastEmail
({ request, filter, timeout = 5000, }: { request: APIRequestContext filter?: (email: Email) => boole
frontend/tests/utils/mailcatcher.ts:30
Functionget_current_active_superuser
(current_user: CurrentUser)
backend/app/api/deps.py:52
Functionget_current_user
(session: SessionDep, token: TokenDep)
backend/app/api/deps.py:30
Functionget_db
()
backend/app/api/deps.py:21
FunctiongoNext
()
frontend/src/components/calendar/index.tsx:58
FunctiongoPrevious
()
frontend/src/components/calendar/index.tsx:41
FunctiongoToToday
()
frontend/src/components/calendar/index.tsx:37
FunctionhandleAutoSchedule
()
frontend/src/routes/_layout.tsx:87
FunctionhandleEndChange
(e: React.ChangeEvent<HTMLSelectElement>)
frontend/src/components/UserSettings/WorkingHours.tsx:53
FunctionhandleEventClick
(info: EventClickArg)
frontend/src/components/calendar/FullCalendarView.tsx:142
FunctionhandleEventDrop
(info: EventDropArg)
frontend/src/components/calendar/FullCalendarView.tsx:149
FunctionhandleEventResize
(info: EventResizeDoneArg)
frontend/src/components/calendar/FullCalendarView.tsx:159
FunctionhandleExternalDrop
(info: { date: Date draggedEl: HTMLElement allDay: boolean })
frontend/src/components/calendar/FullCalendarView.tsx:171
FunctionhandleKeyDown
(e: KeyboardEvent)
frontend/src/components/tasks/TaskList.tsx:134
FunctionhandleKeyDown
(e: KeyboardEvent)
frontend/src/routes/_layout/index.tsx:24
FunctionhandleLogout
()
frontend/src/components/user-menu.tsx:20
FunctionhandleLogout
()
frontend/src/components/Common/UserMenu.tsx:18
FunctionhandleLogout
()
frontend/src/components/Common/Sidebar.tsx:32
FunctionhandleNavigate
(date: Date)
frontend/src/components/calendar/index.tsx:76
FunctionhandleReorder
(newOrder: TaskPublic[])
frontend/src/components/tasks/TaskList.tsx:158
FunctionhandleSlotDragLeave
()
frontend/src/components/calendar/WeekView.tsx:122
FunctionhandleStartChange
(e: React.ChangeEvent<HTMLSelectElement>)
frontend/src/components/UserSettings/WorkingHours.tsx:48
FunctionhandleTaskMouseDown
(e: React.MouseEvent)
frontend/src/components/calendar/DayView.tsx:148
FunctionhandleTaskMouseDown
(e: React.MouseEvent)
frontend/src/components/calendar/WeekView.tsx:181
FunctionhandleToggleCompleted
(e: React.MouseEvent)
frontend/src/components/tasks/TaskList.tsx:408
MethodhealthCheck
* Health Check * Health check for the API. * @returns boolean Successful Response * @throws ApiError
frontend/src/client/services.ts:400
Functionhealth_check
Health check for the API.
backend/app/api/routes/utils.py:30
MethodisCancelled
()
frontend/src/client/core/CancelablePromise.ts:7
MethodisCancelled
()
frontend/src/client/core/CancelablePromise.ts:123
FunctionloadDevtools
()
frontend/src/routes/__root.tsx:6
FunctionlogInUser
(page: Page, email: string, password: string)
frontend/tests/utils/user.ts:22
FunctionlogOutUser
(page: Page)
frontend/tests/utils/user.ts:34
Functionlogin
(data: AccessToken)
frontend/src/hooks/useAuth.ts:57
Functionlogin_access_token
OAuth2 compatible token login, get an access token for future requests
backend/app/api/routes/login.py:25
Functionnormal_user_token_headers
(client: TestClient, db: Session)
backend/app/tests/conftest.py:39
FunctiononCancel
()
frontend/src/components/UserSettings/UserInformation.tsx:71
FunctiononCancel
()
frontend/src/components/Items/EditItem.tsx:66
MethodonCancel
(cancelHandler: () => void)
frontend/src/client/core/CancelablePromise.ts:60
FunctiononMouseMove
(ev: MouseEvent)
frontend/src/components/calendar/DayView.tsx:112
FunctiononMouseMove
(ev: MouseEvent)
frontend/src/components/calendar/WeekView.tsx:138
FunctiononMouseUp
(ev: MouseEvent)
frontend/src/components/calendar/DayView.tsx:121
FunctiononMouseUp
(ev: MouseEvent)
frontend/src/components/calendar/WeekView.tsx:150
MethodonReject
(reason?: unknown)
frontend/src/client/core/CancelablePromise.ts:52
MethodonResolve
(value: T | PromiseLike<T>)
frontend/src/client/core/CancelablePromise.ts:44
FunctiononSubmit
(data)
frontend/src/components/user-auth-form.tsx:42
FunctiononSubmit
()
frontend/src/components/Common/DeleteAlert.tsx:67
FunctiononSubmit
()
frontend/src/components/UserSettings/DeleteConfirmation.tsx:53
FunctiononSubmit
(data)
frontend/src/components/UserSettings/UserInformation.tsx:67
FunctiononSubmit
(data)
frontend/src/components/UserSettings/ChangePassword.tsx:49
FunctiononSubmit
(data)
frontend/src/components/Admin/EditUser.tsx:70
FunctiononSubmit
(data)
frontend/src/components/Admin/AddUser.tsx:72
FunctiononSubmit
(data)
frontend/src/components/Items/AddItem.tsx:60
FunctiononSubmit
(data)
frontend/src/components/Items/EditItem.tsx:62
FunctiononSubmit
(data)
frontend/src/routes/signup.tsx:58
FunctiononSubmit
(data)
frontend/src/routes/recover-password.tsx:64
FunctiononSubmit
(data)
frontend/src/routes/reset-password.tsx:72
FunctionparseTaskInput
(raw: string)
frontend/src/components/tasks/parseTaskInput.ts:20
Functionparse_cors
(v: Any)
backend/app/core/config.py:18
FunctionrandomEmail
()
frontend/tests/utils/random.ts:1
FunctionrandomPassword
()
frontend/tests/utils/random.ts:7
FunctionrandomString
(length = 8)
frontend/tests/utils/random.ts:9
FunctionrandomTeamName
()
frontend/tests/utils/random.ts:4
← previousnext →201–300 of 428, ranked by callers