MCPcopy Create free account

hub / github.com/aptabase/aptabase / functions

Functions669 in github.com/aptabase/aptabase

MethodAuthService
( ILogger<AuthService> logger, IDbContext db, EnvSettings env, IHttpContextAcc
src/Features/Authentication/AuthService.cs:34
MethodAuthTokenManager
(EnvSettings env)
src/Features/Authentication/AuthTokenManager.cs:32
FunctionAuthenticationLayout
()
src/webapp/layout/AuthenticationLayout.tsx:3
FunctionBadge
({ className, variant = "default", ...props }: BadgeProps)
src/webapp/components/Badge.tsx:14
MethodBillingController
(IBillingQueries billingQueries, LemonSqueezyClient lsClient, IQueryClient queryClient)
src/Features/Billing/BillingController.cs:16
MethodBillingQueries
(IDbContext db, IQueryClient queryClient)
src/Features/Billing/BillingQueries.cs:26
MethodBillingState
(CancellationToken cancellationToken)
src/Features/Billing/BillingController.cs:23
FunctionBody
(props: { billing: BillingInfo; historical: BillingHistoricalUsage[] })
src/webapp/features/billing/BillingPage.tsx:34
FunctionBuildModeSelector
()
src/webapp/features/analytics/mode/BuildModeSelector.tsx:11
MethodBulkSendEventAsync
(IEnumerable<EventRow> rows, CancellationToken ct = default)
src/Features/Ingestion/Buffer/ClickHouseIngestionClient.cs:65
MethodBulkSendEventAsync
(IEnumerable<EventRow> rows, CancellationToken ct = default)
src/Features/Ingestion/Buffer/TinybirdIngestionClient.cs:37
MethodCachedApplication
()
src/Features/Ingestion/IngestionCache.cs:11
MethodCalculateHash
(DateTime timestamp, string appId, string sessionId, string clientIP, string userAgent)
src/Features/Privacy/DailyUserHasher.cs:26
MethodCan_Get_Session_Details
(string sessionId)
tests/IntegrationTests/LiveViewTests.cs:27
MethodCan_Ingest_For_Known_App
()
tests/IntegrationTests/IngestionTests.cs:21
MethodCan_Ingest_Future_Events
()
tests/IntegrationTests/IngestionTests.cs:36
MethodCan_Ingest_Multiple_Events
()
tests/IntegrationTests/IngestionTests.cs:51
MethodCan_Ingest_Valid_SessionId
(string sessionId)
tests/IntegrationTests/IngestionTests.cs:161
MethodCancelAppRequest
(string appId, [FromQuery] AppRequestPurpose purpose)
src/Features/Apps/AppsController.cs:336
MethodCant_Ingest_Invalid_SessionId
(string? sessionId)
tests/IntegrationTests/IngestionTests.cs:173
MethodCant_Ingest_More_Than_25_Events_In_Batch
()
tests/IntegrationTests/IngestionTests.cs:89
MethodCant_Ingest_Unknown_AppKey
()
tests/IntegrationTests/IngestionTests.cs:104
MethodCant_Ingest_With_Invalid_Props
(object props)
tests/IntegrationTests/IngestionTests.cs:144
MethodCant_Ingest_With_Valid_Props
(object props)
tests/IntegrationTests/IngestionTests.cs:126
MethodCant_Read_Stats_From_Other_Users
()
tests/IntegrationTests/IngestionTests.cs:188
FunctionChart
(props: Props)
src/webapp/components/Chart.tsx:43
MethodCheck_Rate_Limiting
()
tests/IntegrationTests/IngestionTests.cs:203
MethodClickHouseIngestionClient
(ClickHouseConnection conn, ILogger<ClickHouseIngestionClient> logger)
src/Features/Ingestion/Buffer/ClickHouseIngestionClient.cs:34
MethodClickHouseMigrationRunner
(ClickHouseConnection conn, EnvSettings env, ILogger<ClickHouseMigrationRunner> logger)
src/Data/ClickHouseMigrationRunner.cs:18
MethodClickHouseQueryClient
(ClickHouseConnection conn, EnvSettings env)
src/Features/Stats/ClickHouseQueryClient.cs:13
MethodCloudGeoClient
(EnvSettings env)
src/Features/GeoIP/CloudGeoClient.cs:9
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
src/webapp/components/Command.tsx:24
FunctionCommandShortcut
({ className, ...props }: HTMLAttributes<HTMLSpanElement>)
src/webapp/components/Command.tsx:110
FunctionComponent
()
src/webapp/features/auth/RegisterPage.tsx:38
FunctionComponent
()
src/webapp/features/auth/LoginPage.tsx:65
FunctionComponent
()
src/webapp/features/apps/SettingsPage.tsx:11
FunctionComponent
()
src/webapp/features/apps/InstructionsPage.tsx:29
FunctionComponent
()
src/webapp/features/analytics/LiveViewPage.tsx:15
FunctionComponent
()
src/webapp/features/analytics/LiveSessionDetailsPage.tsx:17
FunctionComponent
()
src/webapp/features/analytics/HomePage.tsx:24
FunctionComponent
()
src/webapp/features/analytics/DashboardPage.tsx:37
FunctionComponent
()
src/webapp/features/analytics/UserSessionsPage.tsx:11
FunctionComponent
()
src/webapp/features/billing/BillingPage.tsx:14
FunctionComponent
()
src/webapp/features/export/ExportPage.tsx:9
MethodConfigureWebHost
(IWebHostBuilder builder)
tests/IntegrationTests/CustomWebApplicationFactory.cs:8
FunctionConsoleLayout
()
src/webapp/layout/ConsoleLayout.tsx:8
FunctionContactUsLink
(props: Props)
src/webapp/features/support/ContactUsLink.tsx:8
MethodCount
()
src/Features/Ingestion/Buffer/EventBackgroundWritter.cs:47
FunctionCountry
(props: Props)
src/webapp/features/analytics/dashboard/Country.tsx:7
FunctionCountryFilterDropdown
(props: Props)
src/webapp/features/analytics/sessions/filters/CountryFilterDropdown.tsx:15
FunctionCountryFlag
(props: Props)
src/webapp/features/geo/CountryFlag.tsx:14
FunctionCountryName
(props: Props)
src/webapp/features/geo/CountryName.tsx:7
FunctionCountryWidget
(props: Props)
src/webapp/features/analytics/dashboard/CountryWidget.tsx:12
MethodCreate
([FromBody] CreateFeatureFlagRequestBody body)
src/Features/FeatureFlags/FeatureFlagsController.cs:68
MethodCreateAccountAsync
(string name, string email, CancellationToken cancellationToken)
src/Features/Authentication/AuthService.cs:20
FunctionCreateAppModal
(props: Props)
src/webapp/features/analytics/summary/CreateAppModal.tsx:14
MethodCreateAuthToken
(AuthTokenType type, string name, string email)
src/Features/Authentication/AuthTokenManager.cs:22
FunctionCurrentFilters
()
src/webapp/features/analytics/CurrentFilters.tsx:34
FunctionCurrentPlan
(props: Props)
src/webapp/features/billing/CurrentPlan.tsx:12
FunctionCurrentUsage
(props: Props)
src/webapp/features/billing/CurrentUsage.tsx:32
MethodDailyUserHasher
(IMemoryCache cache, IDbContext db)
src/Features/Privacy/DailyUserHasher.cs:20
FunctionDailyUsersChart
(props: Props)
src/webapp/features/analytics/summary/DailyUsersChart.tsx:9
FunctionDangerZone
(props: Props)
src/webapp/features/apps/DangerZone.tsx:10
FunctionDangerZoneItem
({ title, description, subDescription, actionText, onClick, }: { title: string; description: str
src/webapp/features/billing/BillingPage.tsx:98
FunctionDataResidency
()
src/webapp/features/auth/DataResidency.tsx:4
MethodDatabaseBlobService
(IDbContext db)
src/Features/Blob/DatabaseBlobService.cs:11
MethodDatabaseCache
(IDbContext db)
src/Features/Cache/CacheService.cs:17
MethodDatabaseGeoClient
(EnvSettings env)
src/Features/GeoIP/DatabaseGeoClient.cs:9
FunctionDateFilterContainer
()
src/webapp/features/analytics/date-filters/DateFilterContainer.tsx:23
FunctionDatePickerSuggestPeriod
()
src/webapp/features/analytics/date-filters/DatePickerSuggestPeriod.tsx:40
FunctionDateRangePicker
()
src/webapp/features/analytics/date-filters/DateRangePicker.tsx:44
MethodDbContext
(DbDataSource ds)
src/Data/DbContext.cs:14
FunctionDebugModeBanner
()
src/webapp/features/analytics/mode/DebugModeBanner.tsx:3
FunctionDelayStep
(props: Props)
src/webapp/features/analytics/liveview/timeline/DelayStep.tsx:8
MethodDelete
(string flagId)
src/Features/FeatureFlags/FeatureFlagsController.cs:133
MethodDelete
(string appId)
src/Features/Apps/AppsController.cs:178
MethodDeleteAccount
(CancellationToken cancellationToken)
src/Features/Authentication/AuthController.cs:90
FunctionDeleteAccountModal
(props: Props)
src/webapp/features/billing/DeleteAccountModal.tsx:24
MethodDeleteUserByIdAsync
(string id, CancellationToken cancellationToken)
src/Features/Authentication/AuthService.cs:22
FunctionDevelopmentNotice
()
src/webapp/features/export/DevelopmentNotice.tsx:4
FunctionDialogFooter
({ className, ...props }: HTMLAttributes<HTMLDivElement>)
src/webapp/components/Dialog.tsx:55
FunctionDialogHeader
({ className, ...props }: HTMLAttributes<HTMLDivElement>)
src/webapp/components/Dialog.tsx:50
MethodDispose
()
tests/IntegrationTests/IntegrationTestsFixture.cs:33
MethodDisposeAsync
()
tests/IntegrationTests/IntegrationTestsFixture.cs:47
FunctionDivider
()
src/webapp/features/apps/AppSelector.tsx:30
FunctionDivider
()
src/webapp/features/navigation/UserMenu.tsx:16
MethodDown
()
src/Data/Migrations/0009_AddFreeTrial.cs:15
MethodDown
()
src/Data/Migrations/0003_AddBlobs.cs:20
MethodDown
()
src/Data/Migrations/0010_AddCache.cs:16
MethodDown
()
src/Data/Migrations/0012_AppRequests.cs:34
MethodDown
()
src/Data/Migrations/0007_AddOnboardingFlag.cs:19
MethodDown
()
src/Data/Migrations/0008_AddLockReason.cs:14
MethodDown
()
src/Data/Migrations/0005_AppShares.cs:17
MethodDown
()
src/Data/Migrations/0006_AddSubscriptions.cs:25
MethodDown
()
src/Data/Migrations/0011_AddFeatureFlags.cs:26
MethodDown
()
src/Data/Migrations/0001_InitialSetup.cs:39
MethodDown
()
src/Data/Migrations/0002_UserProvider.cs:17
MethodDown
()
src/Data/Migrations/0004_AddAppSalt.cs:17
MethodDownload
([FromQuery] DownloadRequest body)
src/Features/Export/ExportController.cs:48
MethodDownloadAsync
(string path, CancellationToken cancellationToken)
src/Features/Blob/DatabaseBlobService.cs:31
← previousnext →201–300 of 669, ranked by callers