├── .dockerignore ├── .github ├── ISSUE_TEMPLATE │ └── console-issue-template.md └── workflows │ └── quay.yml ├── .gitignore ├── .iex.exs ├── .tool-versions ├── .travis.yml ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE ├── Procfile ├── README.md ├── app.json ├── assets ├── .babelrc ├── css │ ├── app.css │ └── chartjs.css ├── img │ ├── alerts │ │ ├── alert-index-add-icon.svg │ │ ├── alert-index-all-icon.svg │ │ ├── alert-index-plus-icon.svg │ │ ├── alert-node-tag.svg │ │ ├── alert-show-devices.svg │ │ ├── alert-show-functions.svg │ │ ├── alert-show-integrations.svg │ │ ├── alert-trigger-device-label.svg │ │ ├── alert-trigger-function.svg │ │ ├── alert-trigger-integration.svg │ │ ├── channel-alert-add-icon.svg │ │ ├── device-label-alert-add-icon.svg │ │ └── function-alert-add-icon.svg │ ├── bgauth.svg │ ├── bulb.svg │ ├── caret-down.svg │ ├── channel-node-icon.svg │ ├── channels │ │ ├── channel-bar-icon.svg │ │ ├── channel-index-all-icon.svg │ │ ├── channel-index-home-icon.svg │ │ ├── channel-index-plus-icon.svg │ │ ├── community │ │ │ ├── adafruit.png │ │ │ ├── akenza.png │ │ │ ├── aws-channel.svg │ │ │ ├── azure-channel.svg │ │ │ ├── cargo.svg │ │ │ ├── datacake.png │ │ │ ├── flows │ │ │ │ ├── adafruit-dark.png │ │ │ │ ├── akenza-dark.png │ │ │ │ ├── aws-dark.png │ │ │ │ ├── azure-dark.svg │ │ │ │ ├── cargo-dark.png │ │ │ │ ├── datacake-dark.png │ │ │ │ ├── google-sheet-dark.svg │ │ │ │ ├── iot-central-dark.svg │ │ │ │ ├── microshare-dark.png │ │ │ │ ├── mydevices-dark.png │ │ │ │ ├── tago-dark.png │ │ │ │ └── ubidots-dark.png │ │ │ ├── google-sheet.svg │ │ │ ├── intro_screens │ │ │ │ ├── azure.png │ │ │ │ ├── datacake.png │ │ │ │ └── ubidots.png │ │ │ ├── iot-central-channel.svg │ │ │ ├── microshare.png │ │ │ ├── mydevices.svg │ │ │ ├── tago.png │ │ │ └── ubidots.png │ │ ├── http-channel.svg │ │ ├── http-dark.png │ │ ├── mobile │ │ │ ├── copy.svg │ │ │ └── menu-caret.svg │ │ ├── mqtt-channel.svg │ │ └── mqtt-dark.png │ ├── config_profile │ │ ├── plus.svg │ │ ├── profile_blue.svg │ │ ├── profile_icon_blue.svg │ │ └── profile_small_white.svg │ ├── coverage │ │ ├── arrow.svg │ │ ├── delete-group-icon.svg │ │ ├── edit-group-icon.svg │ │ ├── followed-tab-header-flag.svg │ │ ├── group-icon.svg │ │ ├── group-index-icon.svg │ │ ├── hotspot-show-alias-icon.svg │ │ ├── hotspot-show-location-icon.svg │ │ ├── preferred-flag.svg │ │ ├── selected-flag.svg │ │ ├── signal │ │ │ ├── medium-icon.svg │ │ │ ├── strong-icon.svg │ │ │ ├── unknown-icon.svg │ │ │ └── weak-icon.svg │ │ └── unselected-flag.svg │ ├── datacredits-bytes-logo.svg │ ├── datacredits-dark.svg │ ├── datacredits.svg │ ├── debug-loader.png │ ├── debug-node-logo.svg │ ├── device-import-icon.svg │ ├── device-node-icon.svg │ ├── devices │ │ ├── device-index-all-icon.svg │ │ ├── device-index-home-icon.svg │ │ ├── device-index-plus-device-icon.svg │ │ ├── device-index-plus-icon.svg │ │ ├── device-row-f-down.svg │ │ └── device-row-f-up.svg │ ├── downlink.svg │ ├── filled-channel-node-icon.svg │ ├── filled-device-node-icon.svg │ ├── filled-function-node-icon.svg │ ├── filled-label-node-icon.svg │ ├── flows-sidebar-devices-icon-grey.svg │ ├── flows-sidebar-devices-icon.svg │ ├── flows-sidebar-functions-icon-grey.svg │ ├── flows-sidebar-functions-icon.svg │ ├── flows-sidebar-integrations-icon-grey.svg │ ├── flows-sidebar-integrations-icon.svg │ ├── flows-sidebar-labels-icon-grey.svg │ ├── flows-sidebar-labels-icon.svg │ ├── flows-sidebar-utilities-icon-grey.svg │ ├── flows-sidebar-utilities-icon.svg │ ├── function-node-icon.svg │ ├── functions │ │ ├── community │ │ │ └── default.svg │ │ ├── function-bar-icon.svg │ │ ├── function-index-all-icon.svg │ │ ├── function-index-home-icon.svg │ │ └── function-index-plus-icon.svg │ ├── google-channel.svg │ ├── help-links-icon.svg │ ├── in_xor_filter │ │ ├── in-xor-filter-device-table-tag.svg │ │ ├── in-xor-filter-device-tag.svg │ │ └── in-xor-filter-label-tag.svg │ ├── label-node-icon.svg │ ├── logo-horizontalwhite-symbol.svg │ ├── menu-caret-channel.svg │ ├── menu-caret-device.svg │ ├── menu-caret-function.svg │ ├── menu-caret.svg │ ├── mobile │ │ ├── label-node-icon-blue.svg │ │ ├── label-row-checked.svg │ │ ├── logo.svg │ │ ├── mobile-debug-close.svg │ │ ├── mobile-debug.svg │ │ ├── nav-drawer-arrow.svg │ │ ├── nav-drawer-close.svg │ │ └── nav-drawer-dropdown.svg │ ├── node-warning.svg │ ├── packet_config │ │ ├── packet-config-index-add-icon.svg │ │ ├── packet-config-index-all-icon.svg │ │ ├── packet-config-index-plus-icon.svg │ │ └── packet-config-node-tag.svg │ ├── payment-amex-icon.svg │ ├── payment-dinersclub-icon.svg │ ├── payment-discover-icon.svg │ ├── payment-mastercard-icon.svg │ ├── payment-visa-icon.svg │ ├── selected-node.svg │ ├── symbol.svg │ ├── topbar-pf-active.png │ ├── topbar-pf-inactive.svg │ ├── topbar-question-selected.svg │ ├── topbar-question.svg │ ├── ttn-import.png │ ├── ttn-waiting-cloud.svg │ ├── warning.svg │ └── welcome-image.png ├── js │ ├── Auth0App.jsx │ ├── Auth0Router.jsx │ ├── MagicApp.jsx │ ├── MagicRouter.jsx │ ├── actions │ │ ├── acceptedTerms.js │ │ ├── alert.js │ │ ├── apiKeys.js │ │ ├── apollo.js │ │ ├── auth.js │ │ ├── channel.js │ │ ├── configProfile.js │ │ ├── coverage.js │ │ ├── dataCredits.js │ │ ├── device.js │ │ ├── display.js │ │ ├── downlink.js │ │ ├── flow.js │ │ ├── function.js │ │ ├── invitation.js │ │ ├── label.js │ │ ├── magic.js │ │ ├── membership.js │ │ ├── organization.js │ │ └── packetConfig.js │ ├── app.js │ ├── components │ │ ├── Welcome.jsx │ │ ├── alerts │ │ │ ├── AlertForm.jsx │ │ │ ├── AlertIndexTable.jsx │ │ │ ├── AlertSetting.jsx │ │ │ ├── AlertSettings.jsx │ │ │ ├── AlertTypeButton.jsx │ │ │ ├── AlertsBar.jsx │ │ │ ├── AlertsIndex.jsx │ │ │ ├── DeleteAlertModal.jsx │ │ │ └── constants.js │ │ ├── auth │ │ │ ├── Auth0Provider.js │ │ │ ├── ConfirmEmailPrompt.jsx │ │ │ ├── JoinOrganizationPrompt.jsx │ │ │ ├── MagicAuthenticate.jsx │ │ │ ├── MagicRegisterPrompt.jsx │ │ │ ├── MagicSocialCallback.jsx │ │ │ ├── Terms.jsx │ │ │ ├── TermsPrompt.jsx │ │ │ └── TermsRaw.jsx │ │ ├── billing │ │ │ ├── AmountEntryCalculator.jsx │ │ │ ├── AutomaticRenewalModal.jsx │ │ │ ├── BurnHNTPillbox.jsx │ │ │ ├── BurnManualEntry.jsx │ │ │ ├── DataCreditPurchasesTable.jsx │ │ │ ├── DataCreditsIndex.jsx │ │ │ ├── DefaultPaymentModal.jsx │ │ │ ├── ExistingPaymentCards.jsx │ │ │ ├── IndexBlankSlate.jsx │ │ │ ├── OrganizationTransferDCModal.jsx │ │ │ ├── PaymentCard.jsx │ │ │ ├── PurchaseCreditModal.jsx │ │ │ ├── RedeemSurveyTokenModal.jsx │ │ │ └── StripeCardElement.jsx │ │ ├── channels │ │ │ ├── AwsDetails.jsx │ │ │ ├── ChannelBar.jsx │ │ │ ├── ChannelConnectionDetails.jsx │ │ │ ├── ChannelCreateRow.jsx │ │ │ ├── ChannelDashboardLayout.jsx │ │ │ ├── ChannelHome.jsx │ │ │ ├── ChannelIndex.jsx │ │ │ ├── ChannelIndexTable.jsx │ │ │ ├── ChannelNew.jsx │ │ │ ├── ChannelNewCommunityIntro.jsx │ │ │ ├── ChannelPayloadTemplate.jsx │ │ │ ├── ChannelPremadeRow.jsx │ │ │ ├── ChannelShow.jsx │ │ │ ├── DeleteChannelModal.jsx │ │ │ ├── HttpDetails.jsx │ │ │ ├── IntegrationTypeTile.jsx │ │ │ ├── IntegrationTypeTileSimple.jsx │ │ │ ├── MqttDetails.jsx │ │ │ ├── community │ │ │ │ ├── adafruit │ │ │ │ │ ├── AdafruitForm.jsx │ │ │ │ │ ├── AdafruitFunctionSelect.jsx │ │ │ │ │ └── AdafruitUpdateForm.jsx │ │ │ │ ├── akenza │ │ │ │ │ ├── AkenzaForm.jsx │ │ │ │ │ └── AkenzaUpdateForm.jsx │ │ │ │ ├── cargo │ │ │ │ │ └── CargoForm.jsx │ │ │ │ ├── datacake │ │ │ │ │ ├── DatacakeForm.jsx │ │ │ │ │ └── DatacakeUpdateForm.jsx │ │ │ │ ├── google_sheets │ │ │ │ │ ├── GoogleSheetForm.jsx │ │ │ │ │ ├── GoogleSheetRequestFields.jsx │ │ │ │ │ └── GoogleSheetUpdateForm.jsx │ │ │ │ ├── microshare │ │ │ │ │ ├── MicroshareForm.jsx │ │ │ │ │ └── MicroshareUpdateForm.jsx │ │ │ │ ├── my_devices │ │ │ │ │ └── MyDevicesForm.jsx │ │ │ │ ├── tago │ │ │ │ │ ├── TagoForm.jsx │ │ │ │ │ └── TagoUpdateForm.jsx │ │ │ │ └── ubidots │ │ │ │ │ ├── UbidotsForm.jsx │ │ │ │ │ └── UbidotsUpdateForm.jsx │ │ │ ├── constants.js │ │ │ └── default │ │ │ │ ├── AWSForm.jsx │ │ │ │ ├── AzureCentralForm.jsx │ │ │ │ ├── AzureHubForm.jsx │ │ │ │ ├── ChannelNameForm.jsx │ │ │ │ ├── CommonForm.jsx │ │ │ │ ├── GoogleForm.jsx │ │ │ │ ├── HTTPForm.jsx │ │ │ │ └── MQTTForm.jsx │ │ ├── common │ │ │ ├── AddResourceButton.jsx │ │ │ ├── AuthLayout.jsx │ │ │ ├── ConfirmLabelAddProfileConflictModal.jsx │ │ │ ├── ContentLayout.jsx │ │ │ ├── DashboardLayout.jsx │ │ │ ├── Debug.jsx │ │ │ ├── DebugEntry.jsx │ │ │ ├── DeviceNotInFilterTableBadge.jsx │ │ │ ├── DocumentLayout.jsx │ │ │ ├── Downlink.jsx │ │ │ ├── DragAndDrop.jsx │ │ │ ├── ErrorMessage.jsx │ │ │ ├── FlowsLayout.jsx │ │ │ ├── Footer.jsx │ │ │ ├── HelpLinks.jsx │ │ │ ├── LabelAppliedNew.jsx │ │ │ ├── LabelNotInFilterBadge.jsx │ │ │ ├── LabelTag.jsx │ │ │ ├── Mapbox.jsx │ │ │ ├── MobileAddResourceButton.jsx │ │ │ ├── MobileTableRow.jsx │ │ │ ├── NavDrawer.jsx │ │ │ ├── NavPointTriangle.jsx │ │ │ ├── PacketGraph.jsx │ │ │ ├── ProfileDropdown.jsx │ │ │ ├── RoleName.jsx │ │ │ ├── Sidebar.jsx │ │ │ ├── SkeletonLayout.jsx │ │ │ ├── StatusIcon.jsx │ │ │ ├── SurveyNotification.jsx │ │ │ ├── TableHeader.jsx │ │ │ ├── TopBar.jsx │ │ │ ├── UserCan.jsx │ │ │ └── nodes │ │ │ │ ├── ChannelNode.jsx │ │ │ │ ├── DeviceNode.jsx │ │ │ │ ├── FunctionNode.jsx │ │ │ │ └── LabelNode.jsx │ │ ├── config_profiles │ │ │ ├── ConfigProfileBar.jsx │ │ │ ├── ConfigProfileForm.jsx │ │ │ ├── ConfigProfileIndexTable.jsx │ │ │ ├── ConfigProfileSettings.jsx │ │ │ ├── ConfigProfilesIndex.jsx │ │ │ ├── DeleteConfigProfileModal.jsx │ │ │ └── constants.js │ │ ├── coverage │ │ │ ├── ConfirmHotspotUnfollowModal.jsx │ │ │ ├── Constants.js │ │ │ ├── CoverageFollowedTab.jsx │ │ │ ├── CoverageHotspotShow.jsx │ │ │ ├── CoverageHotspotShowDevicesTab.jsx │ │ │ ├── CoverageHotspotShowStatsTab.jsx │ │ │ ├── CoverageIndex.jsx │ │ │ ├── CoverageMainTab.jsx │ │ │ ├── CoverageSearchTab.jsx │ │ │ ├── CoverageSearchTable.jsx │ │ │ ├── DeleteGroupModal.jsx │ │ │ ├── EditGroupModal.jsx │ │ │ ├── GroupColumnDropdown.jsx │ │ │ ├── GroupIndexActionsMenu.jsx │ │ │ ├── GroupMenuItem.jsx │ │ │ ├── GroupNew.jsx │ │ │ ├── GroupShow.jsx │ │ │ ├── GroupsTabIndex.jsx │ │ │ ├── NewGroupMenuItem.jsx │ │ │ ├── PreferralModesCycleInfo.jsx │ │ │ └── SignalIcon.jsx │ │ ├── devices │ │ │ ├── DeleteDeviceModal.jsx │ │ │ ├── DeviceCapMetMessage.jsx │ │ │ ├── DeviceCredentials.jsx │ │ │ ├── DeviceDashboardLayout.jsx │ │ │ ├── DeviceFlows.jsx │ │ │ ├── DeviceHome.jsx │ │ │ ├── DeviceIndex.jsx │ │ │ ├── DeviceIndexLabelsBar.jsx │ │ │ ├── DeviceIndexTable.jsx │ │ │ ├── DeviceNew.jsx │ │ │ ├── DeviceRemoveAllLabelsModal.jsx │ │ │ ├── DeviceRemoveLabelModal.jsx │ │ │ ├── DeviceShow.jsx │ │ │ ├── DeviceShowLabelsTable.jsx │ │ │ ├── DeviceShowStats.jsx │ │ │ ├── DeviceUpdateAppKeyConfirmModal.jsx │ │ │ ├── DevicesAddLabelModal.jsx │ │ │ ├── ScanDeviceModal.jsx │ │ │ └── import │ │ │ │ ├── ChooseImportType.jsx │ │ │ │ ├── ImportDevicesModal.jsx │ │ │ │ ├── generic │ │ │ │ └── ShowDeviceData.jsx │ │ │ │ └── ttn │ │ │ │ ├── GetApplications.jsx │ │ │ │ └── ListApplications.jsx │ │ ├── events │ │ │ ├── EventsDashboard.jsx │ │ │ └── constants.js │ │ ├── flows │ │ │ ├── FlowsIndex.jsx │ │ │ ├── FlowsNodesMenu.jsx │ │ │ ├── FlowsSaveBar.jsx │ │ │ ├── FlowsWorkspace.jsx │ │ │ ├── Warning.jsx │ │ │ ├── WarningItem.jsx │ │ │ ├── infoSidebar │ │ │ │ ├── AlertNodeSettings.jsx │ │ │ │ ├── ChannelContent.jsx │ │ │ │ ├── ConfigProfileSettings.jsx │ │ │ │ ├── DeleteNodeModal.jsx │ │ │ │ ├── DeviceContent.jsx │ │ │ │ ├── EdgeContent.jsx │ │ │ │ ├── FunctionContent.jsx │ │ │ │ ├── InfoSidebar.jsx │ │ │ │ ├── LabelContent.jsx │ │ │ │ ├── NewAlertWithNode.jsx │ │ │ │ ├── NewConfigProfileWithNode.jsx │ │ │ │ ├── NodeInfo.jsx │ │ │ │ └── PacketConfigSettings.jsx │ │ │ └── nodes │ │ │ │ ├── ChannelNode.jsx │ │ │ │ ├── DebugNode.jsx │ │ │ │ ├── DeviceNode.jsx │ │ │ │ ├── FunctionNode.jsx │ │ │ │ ├── LabelNode.jsx │ │ │ │ └── SelectedNodeIcon.jsx │ │ ├── functions │ │ │ ├── DeleteFunctionModal.jsx │ │ │ ├── FunctionBar.jsx │ │ │ ├── FunctionDashboardLayout.jsx │ │ │ ├── FunctionDetailsCard.jsx │ │ │ ├── FunctionHome.jsx │ │ │ ├── FunctionIndex.jsx │ │ │ ├── FunctionIndexTable.jsx │ │ │ ├── FunctionNew.jsx │ │ │ ├── FunctionNewIntroRows.jsx │ │ │ ├── FunctionShow.jsx │ │ │ ├── FunctionTypeTile.jsx │ │ │ └── FunctionValidator.jsx │ │ ├── home │ │ │ ├── Consoles.jsx │ │ │ ├── Consoles.module.css │ │ │ ├── ProviderList.jsx │ │ │ └── ProviderList.module.css │ │ ├── labels │ │ │ ├── DeleteLabelModal.jsx │ │ │ ├── LabelAddDeviceModal.jsx │ │ │ ├── LabelAddDeviceSelect.jsx │ │ │ ├── LabelAddLabelSelect.jsx │ │ │ ├── LabelNew.jsx │ │ │ ├── LabelShow.jsx │ │ │ ├── LabelShowTable.jsx │ │ │ ├── RemoveDevicesFromLabelModal.jsx │ │ │ └── UpdateLabelModal.jsx │ │ ├── mobile │ │ │ ├── ElementOnScreen.jsx │ │ │ ├── MediaQuery.jsx │ │ │ ├── MobileLayout.jsx │ │ │ ├── NavDrawer.jsx │ │ │ ├── channels │ │ │ │ ├── MobileChannelIndex.jsx │ │ │ │ └── MobileChannelShow.jsx │ │ │ ├── data_credits │ │ │ │ └── MobileDataCreditsIndex.jsx │ │ │ ├── devices │ │ │ │ ├── MobileDeviceIndex.jsx │ │ │ │ ├── MobileDeviceIndexLabelsBar.jsx │ │ │ │ ├── MobileDeviceLabelsModal.jsx │ │ │ │ ├── MobileDeviceShow.jsx │ │ │ │ └── MobileDeviceTableRow.jsx │ │ │ ├── labels │ │ │ │ └── MobileLabelShow.jsx │ │ │ └── organizations │ │ │ │ └── MobileOrganizationIndex.jsx │ │ ├── organizations │ │ │ ├── DeleteOrganizationModal.jsx │ │ │ ├── DeleteUserModal.jsx │ │ │ ├── EditMembershipModal.jsx │ │ │ ├── EditOrganizationModal.jsx │ │ │ ├── InvitationsTable.jsx │ │ │ ├── MembersTable.jsx │ │ │ ├── MigrationDevicesConfirmModal.jsx │ │ │ ├── NewOrganizationModal.jsx │ │ │ ├── NewUserModal.jsx │ │ │ ├── NoOrganization.jsx │ │ │ ├── OrganizationIndex.jsx │ │ │ ├── OrganizationMenu.jsx │ │ │ ├── OrganizationsTable.jsx │ │ │ ├── RoleControl.jsx │ │ │ ├── UserIndex.jsx │ │ │ └── WebhookKeyField.jsx │ │ ├── packet_configs │ │ │ ├── DeletePacketConfigModal.jsx │ │ │ ├── PacketConfigBar.jsx │ │ │ ├── PacketConfigForm.jsx │ │ │ ├── PacketConfigIndexTable.jsx │ │ │ └── PacketConfigsIndex.jsx │ │ ├── profile │ │ │ ├── DeleteApiKeyModal.jsx │ │ │ ├── DisableMFAModal.jsx │ │ │ ├── Profile.jsx │ │ │ └── ProfileNewKeyModal.jsx │ │ ├── routes │ │ │ ├── PrivateRoute.jsx │ │ │ └── PublicRoute.jsx │ │ └── search │ │ │ ├── SearchBar.jsx │ │ │ ├── SearchResult.jsx │ │ │ ├── SearchResults.jsx │ │ │ ├── SearchResultsSection.jsx │ │ │ └── pages.js │ ├── config │ │ ├── auth0.js │ │ ├── axios.js │ │ ├── magic.js │ │ └── stripe.js │ ├── context │ │ └── magicUserContext.js │ ├── graphql │ │ ├── alerts.js │ │ ├── apiKeys.js │ │ ├── channels.js │ │ ├── configProfiles.js │ │ ├── coverage.js │ │ ├── dcPurchases.js │ │ ├── devices.js │ │ ├── events.js │ │ ├── flows.js │ │ ├── functions.js │ │ ├── invitations.js │ │ ├── labels.js │ │ ├── memberships.js │ │ ├── organizations.js │ │ ├── packetConfigs.js │ │ ├── search.js │ │ └── withGql.js │ ├── reducers │ │ ├── acceptedTerms.js │ │ ├── apollo.js │ │ ├── appConfig.js │ │ ├── device.js │ │ ├── display.js │ │ ├── index.js │ │ ├── magicUser.js │ │ └── organization.js │ ├── socket.js │ ├── store │ │ └── configureStore.js │ └── util │ │ ├── analyticsLogger.js │ │ ├── colors.js │ │ ├── constants.js │ │ ├── functionInfo.js │ │ ├── geolocation.js │ │ ├── integrationInfo.js │ │ ├── integrationTemplates.js │ │ ├── intercom.js │ │ ├── messages.js │ │ ├── rest.js │ │ └── time.js ├── package.json ├── test │ ├── browan_decoder_test.js │ └── cayenne_decoder_test.js ├── webpack-docker.config.js ├── webpack.config.js └── yarn.lock ├── community_functions ├── browan_object_locator.txt ├── cayenne.txt └── nanothings.txt ├── compile ├── config ├── config.exs ├── dev.exs ├── prod-docker.exs ├── prod.exs ├── releases.exs └── test.exs ├── elixir_buildpack.config ├── entrypoint.sh ├── lib ├── console.ex ├── console │ ├── accepted_terms │ │ ├── accepted_term.ex │ │ └── accepted_terms.ex │ ├── alerts │ │ ├── alert.ex │ │ ├── alert_event.ex │ │ ├── alert_events.ex │ │ ├── alert_node.ex │ │ ├── alert_resolver.ex │ │ └── alerts.ex │ ├── api_keys │ │ ├── api_key.ex │ │ ├── api_key_resolver.ex │ │ └── api_keys.ex │ ├── application.ex │ ├── audit_actions │ │ ├── audit_action.ex │ │ └── audit_actions.ex │ ├── auth │ │ ├── auth.ex │ │ └── user.ex │ ├── channels │ │ ├── channel.ex │ │ ├── channel_resolver.ex │ │ └── channels.ex │ ├── community │ │ ├── community_channels.ex │ │ └── community_functions.ex │ ├── config_profiles │ │ ├── config_profile.ex │ │ ├── config_profile_resolver.ex │ │ └── config_profiles.ex │ ├── dc_purchases │ │ ├── dc_purchase.ex │ │ ├── dc_purchase_resolver.ex │ │ └── dc_purchases.ex │ ├── device_stats │ │ ├── device_stat.ex │ │ ├── device_stats.ex │ │ ├── device_stats_view.ex │ │ └── device_stats_view_copy.ex │ ├── devices │ │ ├── device.ex │ │ ├── device_imports.ex │ │ ├── device_resolver.ex │ │ └── devices.ex │ ├── email.ex │ ├── encrypted │ │ └── map.ex │ ├── etl_error_worker.ex │ ├── etl_worker.ex │ ├── events │ │ ├── event.ex │ │ └── events.ex │ ├── flows │ │ ├── flow.ex │ │ ├── flow_resolver.ex │ │ └── flows.ex │ ├── functions │ │ ├── function.ex │ │ ├── function_resolver.ex │ │ └── functions.ex │ ├── groups │ │ ├── group.ex │ │ ├── group_resolver.ex │ │ ├── groups.ex │ │ └── hotspots_groups.ex │ ├── helpers │ │ └── helpers.ex │ ├── hotspot_stats │ │ ├── hotspot_stat.ex │ │ ├── hotspot_stats.ex │ │ └── hotspot_stats_resolver.ex │ ├── hotspots │ │ ├── hotspot.ex │ │ └── hotspots.ex │ ├── jobs.ex │ ├── labels │ │ ├── devices_labels.ex │ │ ├── label.ex │ │ ├── label_resolver.ex │ │ └── labels.ex │ ├── mailer.ex │ ├── memos │ │ ├── memo.ex │ │ └── memos.ex │ ├── org_ips │ │ ├── org_ip.ex │ │ └── org_ips.ex │ ├── organization_hotspots │ │ ├── organization_hotspot.ex │ │ ├── organization_hotspots.ex │ │ └── organization_hotspots_resolver.ex │ ├── organizations │ │ ├── invitation.ex │ │ ├── invitation_resolver.ex │ │ ├── membership.ex │ │ ├── membership_resolver.ex │ │ ├── organization.ex │ │ ├── organization_resolver.ex │ │ └── organizations.ex │ ├── packet_configs │ │ ├── packet_config.ex │ │ ├── packet_config_resolver.ex │ │ └── packet_configs.ex │ ├── release.ex │ ├── repo.ex │ ├── scheduler.ex │ ├── search │ │ ├── search.ex │ │ └── search_resolver.ex │ └── vault.ex ├── console_web.ex ├── console_web │ ├── abilities.ex │ ├── auth_api_pipeline.ex │ ├── auth_error_handler.ex │ ├── channels │ │ ├── device_channel.ex │ │ ├── graphql_channel.ex │ │ ├── label_channel.ex │ │ ├── monitor.ex │ │ ├── organization_channel.ex │ │ ├── router_socket.ex │ │ └── user_socket.ex │ ├── check_socket_origin.ex │ ├── controllers │ │ ├── accepted_terms_controller.ex │ │ ├── alert_controller.ex │ │ ├── api_key_controller.ex │ │ ├── auth0_controller.ex │ │ ├── channel_controller.ex │ │ ├── config_profile_controller.ex │ │ ├── data_credit_controller.ex │ │ ├── device_controller.ex │ │ ├── downlink_controller.ex │ │ ├── fallback_controller.ex │ │ ├── flows_controller.ex │ │ ├── function_controller.ex │ │ ├── group_controller.ex │ │ ├── invitation_controller.ex │ │ ├── label_controller.ex │ │ ├── membership_controller.ex │ │ ├── organization_controller.ex │ │ ├── organization_hotspot_controller.ex │ │ ├── packet_config_controller.ex │ │ ├── page_controller.ex │ │ ├── router │ │ │ ├── device_controller.ex │ │ │ ├── organization_controller.ex │ │ │ └── session_controller.ex │ │ ├── session_controller.ex │ │ └── v1 │ │ │ ├── alert_controller.ex │ │ │ ├── channel_controller.ex │ │ │ ├── device_controller.ex │ │ │ ├── downlink_controller.ex │ │ │ ├── flow_controller.ex │ │ │ ├── function_controller.ex │ │ │ ├── label_controller.ex │ │ │ └── organization_controller.ex │ ├── endpoint.ex │ ├── gettext.ex │ ├── guardian.ex │ ├── ip_filter.ex │ ├── mailerlite.ex │ ├── message_queue_consumer.ex │ ├── message_queue_publisher.ex │ ├── plug │ │ ├── appsignal_absinthe_plug.ex │ │ ├── authorize_action.ex │ │ ├── check_domain.ex │ │ ├── graphql_context.ex │ │ ├── graphql_pipeline.ex │ │ ├── put_current_organization.ex │ │ ├── put_current_user.ex │ │ ├── rate_limit.ex │ │ ├── verify_access_token.ex │ │ ├── verify_api_key.ex │ │ ├── verify_remote_ip_range.ex │ │ └── verify_router_secret_version.ex │ ├── router.ex │ ├── router_api_pipeline.ex │ ├── schema │ │ ├── paginated.ex │ │ └── schema.ex │ ├── templates │ │ ├── email │ │ │ ├── api_key_email.html.eex │ │ │ ├── api_key_email.text.eex │ │ │ ├── data_credit_balance_notice.html.eex │ │ │ ├── data_credit_balance_notice.text.eex │ │ │ ├── data_credit_purchase.html.eex │ │ │ ├── data_credit_purchase.text.eex │ │ │ ├── data_credit_top_up.html.eex │ │ │ ├── data_credit_top_up.text.eex │ │ │ ├── data_credit_transfer.html.eex │ │ │ ├── data_credit_transfer.text.eex │ │ │ ├── delete_organization_notice.html.eex │ │ │ ├── delete_organization_notice.text.eex │ │ │ ├── device_deleted_notification_email.html.eex │ │ │ ├── device_deleted_notification_email.text.eex │ │ │ ├── device_join_otaa_first_time_notification_email.html.eex │ │ │ ├── device_join_otaa_first_time_notification_email.text.eex │ │ │ ├── device_stops_transmitting_notification_email.html.eex │ │ │ ├── device_stops_transmitting_notification_email.text.eex │ │ │ ├── downlink_unsuccessful_notification_email.html.eex │ │ │ ├── downlink_unsuccessful_notification_email.text.eex │ │ │ ├── integration_receives_first_event_notification_email.html.eex │ │ │ ├── integration_receives_first_event_notification_email.text.eex │ │ │ ├── integration_stops_working_notification_email.html.eex │ │ │ ├── integration_stops_working_notification_email.text.eex │ │ │ ├── integration_with_devices_deleted_notification_email.html.eex │ │ │ ├── integration_with_devices_deleted_notification_email.text.eex │ │ │ ├── integration_with_devices_updated_notification_email.html.eex │ │ │ ├── integration_with_devices_updated_notification_email.text.eex │ │ │ ├── invitation_email.html.eex │ │ │ ├── invitation_email.text.eex │ │ │ ├── payment_method_change.html.eex │ │ │ ├── payment_method_change.text.eex │ │ │ ├── survey_token_email.html.eex │ │ │ └── survey_token_email.text.eex │ │ ├── layout │ │ │ ├── app.html.eex │ │ │ └── email.html.eex │ │ └── page │ │ │ ├── google.html.eex │ │ │ └── index.html.eex │ ├── v1_api_pipeline.ex │ └── views │ │ ├── accepted_term_view.ex │ │ ├── alert_view.ex │ │ ├── api_key_view.ex │ │ ├── auth0_view.ex │ │ ├── changeset_view.ex │ │ ├── channel_view.ex │ │ ├── config_profile_view.ex │ │ ├── device_view.ex │ │ ├── email_view.ex │ │ ├── error_helpers.ex │ │ ├── error_view.ex │ │ ├── event_view.ex │ │ ├── function_view.ex │ │ ├── group_view.ex │ │ ├── invitation_view.ex │ │ ├── label_view.ex │ │ ├── layout_view.ex │ │ ├── membership_view.ex │ │ ├── organization_view.ex │ │ ├── packet_config_view.ex │ │ ├── page_view.ex │ │ ├── router │ │ ├── channel_view.ex │ │ ├── device_view.ex │ │ ├── function_view.ex │ │ ├── label_view.ex │ │ ├── organization_view.ex │ │ └── session_view.ex │ │ ├── session_view.ex │ │ └── v1 │ │ ├── alert_view.ex │ │ ├── channel_view.ex │ │ ├── device_view.ex │ │ ├── event_view.ex │ │ ├── flow_view.ex │ │ ├── function_view.ex │ │ ├── label_view.ex │ │ └── organization_view.ex └── mix │ └── tasks │ ├── prune_events.ex │ ├── refresh_materialized_views.ex │ └── sync_hotspots.ex ├── mix.exs ├── mix.lock ├── phoenix_static_buildpack.config ├── priv ├── gettext │ ├── en │ │ └── LC_MESSAGES │ │ │ └── errors.po │ └── errors.pot ├── repo │ ├── migrations │ │ ├── 20180309224848_create_users.exs │ │ ├── 20180312033322_add_confirmation_attributes_to_users.exs │ │ ├── 20180314184214_create_devices.exs │ │ ├── 20180314232218_create_gateways.exs │ │ ├── 20180314233528_create_channels.exs │ │ ├── 20180319180420_add_encryption_version_to_channels.exs │ │ ├── 20180319230857_create_events.exs │ │ ├── 20180328235811_create_two_factor_table.exs │ │ ├── 20180329175859_add_teams.exs │ │ ├── 20180329181023_add_memberships.exs │ │ ├── 20180330040202_add_encryption_to_twofactor.exs │ │ ├── 20180330204411_add_backup_codes_to_twofactor.exs │ │ ├── 20180402160915_add_team_id_to_devices_gateways_channels.exs │ │ ├── 20180402191713_alter_two_factor_backup_codes_type.exs │ │ ├── 20180403164031_add_last_skipped_attribute_to_user.exs │ │ ├── 20180403182213_add_on_delete_to_devices_gateways_channels.exs │ │ ├── 20180412224612_create_invitations.exs │ │ ├── 20180419182258_add_on_delete_to_teams.exs │ │ ├── 20180424003946_create_groups.exs │ │ ├── 20180424004452_create_devices_groups.exs │ │ ├── 20180424175646_create_channels_groups.exs │ │ ├── 20180515163808_create_audit_trail_table.exs │ │ ├── 20180603191151_install_pg_trgm.exs │ │ ├── 20180603193414_add_type_name_to_channels.exs │ │ ├── 20180606173330_add_location_field_to_gateways.exs │ │ ├── 20180608202908_create_notifications.exs │ │ ├── 20180613193712_add_private_key_to_teams.exs │ │ ├── 20180615204858_add_status_to_gateway_table.exs │ │ ├── 20180618202035_create_hardware_identifiers_table.exs │ │ ├── 20190927181021_add_organizations_table.exs │ │ ├── 20191001194519_add_device_to_channel_table.exs │ │ ├── 20191001212344_change_channel_to_organization_id.exs │ │ ├── 20191002204938_update_device_id_and_key.exs │ │ ├── 20191002212943_alter_device_key_format.exs │ │ ├── 20191003183432_add_default_to_channels.exs │ │ ├── 20191003213132_add_oui_to_device.exs │ │ ├── 20191008173003_remove_groups_from_db.exs │ │ ├── 20191015223848_add_user_type.exs │ │ ├── 20191016165119_remove_team_id_from_memberships.exs │ │ ├── 20191017220308_remove_member_invite_team_index.exs │ │ ├── 20191029203329_add_on_delete_to_team_relationships.exs │ │ ├── 20191105183747_change_format_of_device_key.exs │ │ ├── 20191217191835_add_show_duplicates_boolean_to_channels.exs │ │ ├── 20200122220220_remove_audit_table.exs │ │ ├── 20200122221138_remove_notifications.exs │ │ ├── 20200128184651_add_organization_to_device.exs │ │ ├── 20200128184828_add_org_id_to_devices_based_on_team.exs │ │ ├── 20200130171610_add_device_relation_to_orgs.exs │ │ ├── 20200130181446_remove_teams.exs │ │ ├── 20200203195516_add_dev_eui_to_devices.exs │ │ ├── 20200207001340_create_tags_table.exs │ │ ├── 20200207001648_create_devices_tags_table.exs │ │ ├── 20200211195434_add_color_to_labels_table.exs │ │ ├── 20200219183442_remove_devices_channels_table.exs │ │ ├── 20200219185227_create_channels_labels_table.exs │ │ ├── 20200219205548_update_devices_table.exs │ │ ├── 20200228005656_create_user_api_keys_tabel.exs │ │ ├── 20200302182303_delete_old_events_table.exs │ │ ├── 20200302182333_create_new_events_table.exs │ │ ├── 20200303182718_convert_app_key_and_eui.exs │ │ ├── 20200305180445_add_fields_to_device_and_label.exs │ │ ├── 20200305181122_add_non_null_to_device_fields.exs │ │ ├── 20200309203901_enforce_uniq_devices_by_attrs.exs │ │ ├── 20200311183829_add_index_to_devices.exs │ │ ├── 20200311184313_add_indices_to_api_keys.exs │ │ ├── 20200311212245_add_token_and_verified_to_api_key.exs │ │ ├── 20200311215526_add_more_indices_to_api_keys.exs │ │ ├── 20200317204910_add_total_packet_to_devices.exs │ │ ├── 20200320190059_add_hotspots_channels_list_to_events.exs │ │ ├── 20200331165906_add_on_delete_cascade.exs │ │ ├── 20200402010740_add_unique_index_to_channel_name.exs │ │ ├── 20200403182055_add_attributes_to_channels.exs │ │ ├── 20200403191520_remove_useless_channel_fields.exs │ │ ├── 20200406174742_remove_unused_columns_from_events.exs │ │ ├── 20200407002602_remove_payload_from_events.exs │ │ ├── 20200413221700_add_function_table_and_relationship.exs │ │ ├── 20200414033734_add_unique_name_to_functions.exs │ │ ├── 20200415014135_add_active_to_functions_table.exs │ │ ├── 20200420161151_change_function_field_body_type.exs │ │ ├── 20200421180932_make_user_id_string.exs │ │ ├── 20200424182654_add_downlink_token_to_channels.exs │ │ ├── 20200430165120_add_email_column.exs │ │ ├── 20200602185426_add_data_credit_balance_to_organizations.exs │ │ ├── 20200604191602_add_stripe_customer_to_organizations.exs │ │ ├── 20200609190934_add_default_payment_to_org.exs │ │ ├── 20200610190258_create_payment_history_table.exs │ │ ├── 20200616162704_add_automatic_charges_to_org.exs │ │ ├── 20200617160943_add_device_import_table.exs │ │ ├── 20200617200404_add_dc_nonce_to_organization_table.exs │ │ ├── 20200617221758_add_payment_id_to_dc_purchases.exs │ │ ├── 20200702172613_add_on_delete_to_dc_purchase.exs │ │ ├── 20200706200405_add_pending_automatic_purchase_to_org.exs │ │ ├── 20200709174540_add_on_delete_to_device_import.exs │ │ ├── 20200710184131_add_memo_to_org.exs │ │ ├── 20200710192414_add_unique_i_ndex_to_memo.exs │ │ ├── 20200714173221_remove_memo_created_at.exs │ │ ├── 20200714205838_rename_dc_purchase_column.exs │ │ ├── 20200714211433_add_from_to_dc_purchases.exs │ │ ├── 20200714220013_change_dc_purchase_to_from_type.exs │ │ ├── 20200722170152_add_device_dc_usage.exs │ │ ├── 20200724155915_add_active_to_devices.exs │ │ ├── 20200727224550_add_active_to_organizations.exs │ │ ├── 20200811204826_add_index_to_events_table.exs │ │ ├── 20200812173901_add_device_reported_at_index_to_events.exs │ │ ├── 20200818193226_change_cost_to_big_int_dc_purchases.exs │ │ ├── 20200825171525_remove_events_foreign_key_on_device.exs │ │ ├── 20200825192620_change_memo_field_storage.exs │ │ ├── 20200825193031_add_on_delete_to_memos.exs │ │ ├── 20200827221629_change_device_combined_index_ordering.exs │ │ ├── 20200915162905_add_column_in_events.exs │ │ ├── 20201003190130_change_description_to_text_events.exs │ │ ├── 20201014205422_add_template_to_channels_table.exs │ │ ├── 20201117002435_add_dc_used_to_events.exs │ │ ├── 20201119232308_add_free_dc_to_org_field.exs │ │ ├── 20201209213618_add_notification_settings_table.exs │ │ ├── 20201209222129_add_multi_buy_to_labels.exs │ │ ├── 20201210193149_add_label_notification_events_table.exs │ │ ├── 20210104175619_add_reported_at_index_for_notif_events.exs │ │ ├── 20210111210917_add_org_id_to_events.exs │ │ ├── 20210113205735_add_first_received_packet_to_channels.exs │ │ ├── 20210113222245_add_adr_to_labels.exs │ │ ├── 20210121013403_change_label_multi_buy.exs │ │ ├── 20210121192441_add_webhook_table.exs │ │ ├── 20210127234322_add_webhook_key_to_org.exs │ │ ├── 20210128210550_populate_org_webhook_key.exs │ │ ├── 20210128220303_make_webhook_key_not_nullable.exs │ │ ├── 20210226181240_change_event_table.exs │ │ ├── 20210304212550_remove_old_database_connections.exs │ │ ├── 20210304232830_create_data_connection_tables_device.exs │ │ ├── 20210305202741_create_device_stats_table.exs │ │ ├── 20210316204328_remove_join_tables.exs │ │ ├── 20210316210053_add_flows_table_to_databases.exs │ │ ├── 20210317202328_add_flow_column_to_organizations.exs │ │ ├── 20210318163309_clear_events_table.exs │ │ ├── 20210323020808_add_constraint_on_flows_table.exs │ │ ├── 20210325232307_add_hotspot_address_to_devices_table.exs │ │ ├── 20210421195523_add_alerts_table.exs │ │ ├── 20210421195919_add_alert_nodes_table.exs │ │ ├── 20210421200155_add_alert_events_table.exs │ │ ├── 20210421205517_add_adr_to_devices.exs │ │ ├── 20210427210239_add_unique_index_to_alert_node_table.exs │ │ ├── 20210427222351_remove_label_multibuy.exs │ │ ├── 20210427223600_add_multibuy_table.exs │ │ ├── 20210428210734_add_multi_buy_id_to_device_and_label.exs │ │ ├── 20210505174257_add_type_col_to_alert_events.exs │ │ ├── 20210506220027_add_app_eui_to_org.exs │ │ ├── 20210507215754_remove_label_color_column.exs │ │ ├── 20210514164019_update_multi_buy_ids_on_delete.exs │ │ ├── 20210519220619_add_constraint_to_devices.exs │ │ ├── 20210520192649_label_notificationss_to_alerts.exs │ │ ├── 20210521195839_migrate_label_centric_connections_to_flows.exs │ │ ├── 20210526195052_change_device_hotspot_address_index.exs │ │ ├── 20210702185710_migrate_notification_events.exs │ │ ├── 20210702185733_remove_unused_tables_and_fields.exs │ │ ├── 20210706231314_add_cf_list_setting_to_labels.exs │ │ ├── 20210706232824_add_cf_list_setting_to_devices.exs │ │ ├── 20210709191805_flip_default_cf_list_setting.exs │ │ ├── 20210722201426_add_in_xor_filter_column.exs │ │ ├── 20210722215957_set_all_devices_in_xor_filter_true.exs │ │ ├── 20210802194743_add_alert_on_delete_setting.exs │ │ ├── 20210812152735_add_hotspots_tables.exs │ │ ├── 20210812234934_hotspot_nullable_fields.exs │ │ ├── 20210813002549_unique_hotspot_address.exs │ │ ├── 20210813173912_update_channel_type_in_hotspot_stats.exs │ │ ├── 20210816215215_create_unique_index_organization_hotspots.exs │ │ ├── 20210825155150_add_send_joins_to_integration_attr.exs │ │ ├── 20210825171933_add_index_to_device_stats.exs │ │ ├── 20210910182205_add_index_to_hotspot_stats.exs │ │ ├── 20210917003445_add_error_to_channels.exs │ │ ├── 20210923231044_remove_status_non_null_from_hotspots.exs │ │ ├── 20210927215204_add_owner_to_hotspots_table.exs │ │ ├── 20210927223711_add_index_to_owner.exs │ │ ├── 20210928214347_config_profiles.exs │ │ ├── 20211004213534_update_indices.exs │ │ ├── 20211011165022_config_profiles_migration.exs │ │ ├── 20211015212423_redo_config_profile_migration.exs │ │ ├── 20211019193813_add_device_event_worker_related_tables.exs │ │ ├── 20211019221849_update_events_stat_run_table.exs │ │ ├── 20211019224100_add_index_to_events.exs │ │ ├── 20211020174207_hotspot_groups.exs │ │ ├── 20211201192951_remove_adr_cflist_from_tables.exs │ │ ├── 20211206212723_add_rx_delay_to_config_profile.exs │ │ ├── 20220119205726_remove_event_runs.exs │ │ ├── 20220223235034_remove_org_constraints_on_stats_tables.exs │ │ ├── 20220224000452_create_materialized_view_for_device_stats.exs │ │ ├── 20220303180307_create_audit_actions_table.exs │ │ ├── 20220304224859_add_preferred_hotspot_field.exs │ │ ├── 20220308214544_fix_function_delete_cascade.exs │ │ ├── 20220309172745_update_mat_view.exs │ │ ├── 20220309231655_change_on_delete_hotspots_groups.exs │ │ ├── 20220314153816_add_survey_columns_to_org.exs │ │ ├── 20220315153050_add_device_first_sent_column.exs │ │ ├── 20220323193602_add_hide_column_to_device_table.exs │ │ ├── 20220330224731_packet_configs.exs │ │ ├── 20220411204042_add_default_zero_for_org_balance.exs │ │ ├── 20220523222451_hotspots_table_indexes.exs │ │ ├── 20220602204340_remove_events_serial.exs │ │ ├── 20220622194911_create_ip_table.exs │ │ └── 20230706482834_create_accepted_terms.exs │ └── seeds.exs └── static │ ├── favicon.png │ ├── images │ ├── added.png │ ├── bell.png │ ├── bluelogo.png │ ├── console.png │ ├── footer.jpg │ ├── greysignoff.png │ ├── lock.png │ └── logo.png │ └── robots.txt ├── templates ├── .env ├── .env-router ├── app-config.json ├── docker-compose-local.yaml ├── docker-compose-quay.yaml ├── docker-compose-server.yaml └── nginx-default.conf └── test ├── console_web ├── controllers │ ├── alert_controller_test.exs │ ├── api_key_controller_test.exs │ ├── channel_controller_test.exs │ ├── config_profile_controller_test.exs │ ├── data_credit_controller_test.exs │ ├── device_controller_test.exs │ ├── downlink_controller_test.exs │ ├── function_controller_test.exs │ ├── invitation_controller_test.exs │ ├── label_controller_test.exs │ ├── membership_controller_test.exs │ ├── organization_controller_test.exs │ ├── router │ │ ├── router_device_controller_test.exs │ │ └── router_session_controller_test.exs │ └── v1 │ │ ├── v1_alert_controller_test.exs │ │ ├── v1_channel_controller_test.exs │ │ ├── v1_device_controller_test.exs │ │ ├── v1_downlink_controller_test.exs │ │ ├── v1_flow_controller_test.exs │ │ ├── v1_label_controller_test.exs │ │ └── v1_organization_controller_test.exs └── views │ ├── error_view_test.exs │ ├── layout_view_test.exs │ └── page_view_test.exs ├── support ├── channel_case.ex ├── conn_case.ex ├── data_case.ex └── factory.ex └── test_helper.exs /.dockerignore: -------------------------------------------------------------------------------- 1 | **/node_modules 2 | _build/ 3 | data/ 4 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/console-issue-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/.github/ISSUE_TEMPLATE/console-issue-template.md -------------------------------------------------------------------------------- /.github/workflows/quay.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/.github/workflows/quay.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/.gitignore -------------------------------------------------------------------------------- /.iex.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/.iex.exs -------------------------------------------------------------------------------- /.tool-versions: -------------------------------------------------------------------------------- 1 | elixir 1.12.1-otp-23 2 | erlang 23.3.4.10 3 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/.travis.yml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/LICENSE -------------------------------------------------------------------------------- /Procfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/Procfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/README.md -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/app.json -------------------------------------------------------------------------------- /assets/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/.babelrc -------------------------------------------------------------------------------- /assets/css/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/css/app.css -------------------------------------------------------------------------------- /assets/css/chartjs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/css/chartjs.css -------------------------------------------------------------------------------- /assets/img/alerts/alert-index-add-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/alerts/alert-index-add-icon.svg -------------------------------------------------------------------------------- /assets/img/alerts/alert-index-all-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/alerts/alert-index-all-icon.svg -------------------------------------------------------------------------------- /assets/img/alerts/alert-index-plus-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/alerts/alert-index-plus-icon.svg -------------------------------------------------------------------------------- /assets/img/alerts/alert-node-tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/alerts/alert-node-tag.svg -------------------------------------------------------------------------------- /assets/img/alerts/alert-show-devices.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/alerts/alert-show-devices.svg -------------------------------------------------------------------------------- /assets/img/alerts/alert-show-functions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/alerts/alert-show-functions.svg -------------------------------------------------------------------------------- /assets/img/alerts/alert-show-integrations.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/alerts/alert-show-integrations.svg -------------------------------------------------------------------------------- /assets/img/alerts/alert-trigger-device-label.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/alerts/alert-trigger-device-label.svg -------------------------------------------------------------------------------- /assets/img/alerts/alert-trigger-function.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/alerts/alert-trigger-function.svg -------------------------------------------------------------------------------- /assets/img/alerts/alert-trigger-integration.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/alerts/alert-trigger-integration.svg -------------------------------------------------------------------------------- /assets/img/alerts/channel-alert-add-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/alerts/channel-alert-add-icon.svg -------------------------------------------------------------------------------- /assets/img/alerts/device-label-alert-add-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/alerts/device-label-alert-add-icon.svg -------------------------------------------------------------------------------- /assets/img/alerts/function-alert-add-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/alerts/function-alert-add-icon.svg -------------------------------------------------------------------------------- /assets/img/bgauth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/bgauth.svg -------------------------------------------------------------------------------- /assets/img/bulb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/bulb.svg -------------------------------------------------------------------------------- /assets/img/caret-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/caret-down.svg -------------------------------------------------------------------------------- /assets/img/channel-node-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channel-node-icon.svg -------------------------------------------------------------------------------- /assets/img/channels/channel-bar-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/channel-bar-icon.svg -------------------------------------------------------------------------------- /assets/img/channels/channel-index-all-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/channel-index-all-icon.svg -------------------------------------------------------------------------------- /assets/img/channels/channel-index-home-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/channel-index-home-icon.svg -------------------------------------------------------------------------------- /assets/img/channels/channel-index-plus-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/channel-index-plus-icon.svg -------------------------------------------------------------------------------- /assets/img/channels/community/adafruit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/adafruit.png -------------------------------------------------------------------------------- /assets/img/channels/community/akenza.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/akenza.png -------------------------------------------------------------------------------- /assets/img/channels/community/aws-channel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/aws-channel.svg -------------------------------------------------------------------------------- /assets/img/channels/community/azure-channel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/azure-channel.svg -------------------------------------------------------------------------------- /assets/img/channels/community/cargo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/cargo.svg -------------------------------------------------------------------------------- /assets/img/channels/community/datacake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/datacake.png -------------------------------------------------------------------------------- /assets/img/channels/community/flows/adafruit-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/flows/adafruit-dark.png -------------------------------------------------------------------------------- /assets/img/channels/community/flows/akenza-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/flows/akenza-dark.png -------------------------------------------------------------------------------- /assets/img/channels/community/flows/aws-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/flows/aws-dark.png -------------------------------------------------------------------------------- /assets/img/channels/community/flows/azure-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/flows/azure-dark.svg -------------------------------------------------------------------------------- /assets/img/channels/community/flows/cargo-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/flows/cargo-dark.png -------------------------------------------------------------------------------- /assets/img/channels/community/flows/datacake-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/flows/datacake-dark.png -------------------------------------------------------------------------------- /assets/img/channels/community/flows/google-sheet-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/flows/google-sheet-dark.svg -------------------------------------------------------------------------------- /assets/img/channels/community/flows/iot-central-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/flows/iot-central-dark.svg -------------------------------------------------------------------------------- /assets/img/channels/community/flows/microshare-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/flows/microshare-dark.png -------------------------------------------------------------------------------- /assets/img/channels/community/flows/mydevices-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/flows/mydevices-dark.png -------------------------------------------------------------------------------- /assets/img/channels/community/flows/tago-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/flows/tago-dark.png -------------------------------------------------------------------------------- /assets/img/channels/community/flows/ubidots-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/flows/ubidots-dark.png -------------------------------------------------------------------------------- /assets/img/channels/community/google-sheet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/google-sheet.svg -------------------------------------------------------------------------------- /assets/img/channels/community/intro_screens/azure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/intro_screens/azure.png -------------------------------------------------------------------------------- /assets/img/channels/community/intro_screens/datacake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/intro_screens/datacake.png -------------------------------------------------------------------------------- /assets/img/channels/community/intro_screens/ubidots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/intro_screens/ubidots.png -------------------------------------------------------------------------------- /assets/img/channels/community/iot-central-channel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/iot-central-channel.svg -------------------------------------------------------------------------------- /assets/img/channels/community/microshare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/microshare.png -------------------------------------------------------------------------------- /assets/img/channels/community/mydevices.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/mydevices.svg -------------------------------------------------------------------------------- /assets/img/channels/community/tago.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/tago.png -------------------------------------------------------------------------------- /assets/img/channels/community/ubidots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/community/ubidots.png -------------------------------------------------------------------------------- /assets/img/channels/http-channel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/http-channel.svg -------------------------------------------------------------------------------- /assets/img/channels/http-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/http-dark.png -------------------------------------------------------------------------------- /assets/img/channels/mobile/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/mobile/copy.svg -------------------------------------------------------------------------------- /assets/img/channels/mobile/menu-caret.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/mobile/menu-caret.svg -------------------------------------------------------------------------------- /assets/img/channels/mqtt-channel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/mqtt-channel.svg -------------------------------------------------------------------------------- /assets/img/channels/mqtt-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/channels/mqtt-dark.png -------------------------------------------------------------------------------- /assets/img/config_profile/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/config_profile/plus.svg -------------------------------------------------------------------------------- /assets/img/config_profile/profile_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/config_profile/profile_blue.svg -------------------------------------------------------------------------------- /assets/img/config_profile/profile_icon_blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/config_profile/profile_icon_blue.svg -------------------------------------------------------------------------------- /assets/img/config_profile/profile_small_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/config_profile/profile_small_white.svg -------------------------------------------------------------------------------- /assets/img/coverage/arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/coverage/arrow.svg -------------------------------------------------------------------------------- /assets/img/coverage/delete-group-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/coverage/delete-group-icon.svg -------------------------------------------------------------------------------- /assets/img/coverage/edit-group-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/coverage/edit-group-icon.svg -------------------------------------------------------------------------------- /assets/img/coverage/followed-tab-header-flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/coverage/followed-tab-header-flag.svg -------------------------------------------------------------------------------- /assets/img/coverage/group-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/coverage/group-icon.svg -------------------------------------------------------------------------------- /assets/img/coverage/group-index-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/coverage/group-index-icon.svg -------------------------------------------------------------------------------- /assets/img/coverage/hotspot-show-alias-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/coverage/hotspot-show-alias-icon.svg -------------------------------------------------------------------------------- /assets/img/coverage/hotspot-show-location-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/coverage/hotspot-show-location-icon.svg -------------------------------------------------------------------------------- /assets/img/coverage/preferred-flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/coverage/preferred-flag.svg -------------------------------------------------------------------------------- /assets/img/coverage/selected-flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/coverage/selected-flag.svg -------------------------------------------------------------------------------- /assets/img/coverage/signal/medium-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/coverage/signal/medium-icon.svg -------------------------------------------------------------------------------- /assets/img/coverage/signal/strong-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/coverage/signal/strong-icon.svg -------------------------------------------------------------------------------- /assets/img/coverage/signal/unknown-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/coverage/signal/unknown-icon.svg -------------------------------------------------------------------------------- /assets/img/coverage/signal/weak-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/coverage/signal/weak-icon.svg -------------------------------------------------------------------------------- /assets/img/coverage/unselected-flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/coverage/unselected-flag.svg -------------------------------------------------------------------------------- /assets/img/datacredits-bytes-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/datacredits-bytes-logo.svg -------------------------------------------------------------------------------- /assets/img/datacredits-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/datacredits-dark.svg -------------------------------------------------------------------------------- /assets/img/datacredits.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/datacredits.svg -------------------------------------------------------------------------------- /assets/img/debug-loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/debug-loader.png -------------------------------------------------------------------------------- /assets/img/debug-node-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/debug-node-logo.svg -------------------------------------------------------------------------------- /assets/img/device-import-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/device-import-icon.svg -------------------------------------------------------------------------------- /assets/img/device-node-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/device-node-icon.svg -------------------------------------------------------------------------------- /assets/img/devices/device-index-all-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/devices/device-index-all-icon.svg -------------------------------------------------------------------------------- /assets/img/devices/device-index-home-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/devices/device-index-home-icon.svg -------------------------------------------------------------------------------- /assets/img/devices/device-index-plus-device-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/devices/device-index-plus-device-icon.svg -------------------------------------------------------------------------------- /assets/img/devices/device-index-plus-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/devices/device-index-plus-icon.svg -------------------------------------------------------------------------------- /assets/img/devices/device-row-f-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/devices/device-row-f-down.svg -------------------------------------------------------------------------------- /assets/img/devices/device-row-f-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/devices/device-row-f-up.svg -------------------------------------------------------------------------------- /assets/img/downlink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/downlink.svg -------------------------------------------------------------------------------- /assets/img/filled-channel-node-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/filled-channel-node-icon.svg -------------------------------------------------------------------------------- /assets/img/filled-device-node-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/filled-device-node-icon.svg -------------------------------------------------------------------------------- /assets/img/filled-function-node-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/filled-function-node-icon.svg -------------------------------------------------------------------------------- /assets/img/filled-label-node-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/filled-label-node-icon.svg -------------------------------------------------------------------------------- /assets/img/flows-sidebar-devices-icon-grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/flows-sidebar-devices-icon-grey.svg -------------------------------------------------------------------------------- /assets/img/flows-sidebar-devices-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/flows-sidebar-devices-icon.svg -------------------------------------------------------------------------------- /assets/img/flows-sidebar-functions-icon-grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/flows-sidebar-functions-icon-grey.svg -------------------------------------------------------------------------------- /assets/img/flows-sidebar-functions-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/flows-sidebar-functions-icon.svg -------------------------------------------------------------------------------- /assets/img/flows-sidebar-integrations-icon-grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/flows-sidebar-integrations-icon-grey.svg -------------------------------------------------------------------------------- /assets/img/flows-sidebar-integrations-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/flows-sidebar-integrations-icon.svg -------------------------------------------------------------------------------- /assets/img/flows-sidebar-labels-icon-grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/flows-sidebar-labels-icon-grey.svg -------------------------------------------------------------------------------- /assets/img/flows-sidebar-labels-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/flows-sidebar-labels-icon.svg -------------------------------------------------------------------------------- /assets/img/flows-sidebar-utilities-icon-grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/flows-sidebar-utilities-icon-grey.svg -------------------------------------------------------------------------------- /assets/img/flows-sidebar-utilities-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/flows-sidebar-utilities-icon.svg -------------------------------------------------------------------------------- /assets/img/function-node-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/function-node-icon.svg -------------------------------------------------------------------------------- /assets/img/functions/community/default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/functions/community/default.svg -------------------------------------------------------------------------------- /assets/img/functions/function-bar-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/functions/function-bar-icon.svg -------------------------------------------------------------------------------- /assets/img/functions/function-index-all-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/functions/function-index-all-icon.svg -------------------------------------------------------------------------------- /assets/img/functions/function-index-home-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/functions/function-index-home-icon.svg -------------------------------------------------------------------------------- /assets/img/functions/function-index-plus-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/functions/function-index-plus-icon.svg -------------------------------------------------------------------------------- /assets/img/google-channel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/google-channel.svg -------------------------------------------------------------------------------- /assets/img/help-links-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/help-links-icon.svg -------------------------------------------------------------------------------- /assets/img/in_xor_filter/in-xor-filter-device-table-tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/in_xor_filter/in-xor-filter-device-table-tag.svg -------------------------------------------------------------------------------- /assets/img/in_xor_filter/in-xor-filter-device-tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/in_xor_filter/in-xor-filter-device-tag.svg -------------------------------------------------------------------------------- /assets/img/in_xor_filter/in-xor-filter-label-tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/in_xor_filter/in-xor-filter-label-tag.svg -------------------------------------------------------------------------------- /assets/img/label-node-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/label-node-icon.svg -------------------------------------------------------------------------------- /assets/img/logo-horizontalwhite-symbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/logo-horizontalwhite-symbol.svg -------------------------------------------------------------------------------- /assets/img/menu-caret-channel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/menu-caret-channel.svg -------------------------------------------------------------------------------- /assets/img/menu-caret-device.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/menu-caret-device.svg -------------------------------------------------------------------------------- /assets/img/menu-caret-function.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/menu-caret-function.svg -------------------------------------------------------------------------------- /assets/img/menu-caret.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/menu-caret.svg -------------------------------------------------------------------------------- /assets/img/mobile/label-node-icon-blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/mobile/label-node-icon-blue.svg -------------------------------------------------------------------------------- /assets/img/mobile/label-row-checked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/mobile/label-row-checked.svg -------------------------------------------------------------------------------- /assets/img/mobile/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/mobile/logo.svg -------------------------------------------------------------------------------- /assets/img/mobile/mobile-debug-close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/mobile/mobile-debug-close.svg -------------------------------------------------------------------------------- /assets/img/mobile/mobile-debug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/mobile/mobile-debug.svg -------------------------------------------------------------------------------- /assets/img/mobile/nav-drawer-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/mobile/nav-drawer-arrow.svg -------------------------------------------------------------------------------- /assets/img/mobile/nav-drawer-close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/mobile/nav-drawer-close.svg -------------------------------------------------------------------------------- /assets/img/mobile/nav-drawer-dropdown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/mobile/nav-drawer-dropdown.svg -------------------------------------------------------------------------------- /assets/img/node-warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/node-warning.svg -------------------------------------------------------------------------------- /assets/img/packet_config/packet-config-index-add-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/packet_config/packet-config-index-add-icon.svg -------------------------------------------------------------------------------- /assets/img/packet_config/packet-config-index-all-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/packet_config/packet-config-index-all-icon.svg -------------------------------------------------------------------------------- /assets/img/packet_config/packet-config-index-plus-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/packet_config/packet-config-index-plus-icon.svg -------------------------------------------------------------------------------- /assets/img/packet_config/packet-config-node-tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/packet_config/packet-config-node-tag.svg -------------------------------------------------------------------------------- /assets/img/payment-amex-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/payment-amex-icon.svg -------------------------------------------------------------------------------- /assets/img/payment-dinersclub-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/payment-dinersclub-icon.svg -------------------------------------------------------------------------------- /assets/img/payment-discover-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/payment-discover-icon.svg -------------------------------------------------------------------------------- /assets/img/payment-mastercard-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/payment-mastercard-icon.svg -------------------------------------------------------------------------------- /assets/img/payment-visa-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/payment-visa-icon.svg -------------------------------------------------------------------------------- /assets/img/selected-node.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/selected-node.svg -------------------------------------------------------------------------------- /assets/img/symbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/symbol.svg -------------------------------------------------------------------------------- /assets/img/topbar-pf-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/topbar-pf-active.png -------------------------------------------------------------------------------- /assets/img/topbar-pf-inactive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/topbar-pf-inactive.svg -------------------------------------------------------------------------------- /assets/img/topbar-question-selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/topbar-question-selected.svg -------------------------------------------------------------------------------- /assets/img/topbar-question.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/topbar-question.svg -------------------------------------------------------------------------------- /assets/img/ttn-import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/ttn-import.png -------------------------------------------------------------------------------- /assets/img/ttn-waiting-cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/ttn-waiting-cloud.svg -------------------------------------------------------------------------------- /assets/img/warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/warning.svg -------------------------------------------------------------------------------- /assets/img/welcome-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/img/welcome-image.png -------------------------------------------------------------------------------- /assets/js/Auth0App.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/Auth0App.jsx -------------------------------------------------------------------------------- /assets/js/Auth0Router.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/Auth0Router.jsx -------------------------------------------------------------------------------- /assets/js/MagicApp.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/MagicApp.jsx -------------------------------------------------------------------------------- /assets/js/MagicRouter.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/MagicRouter.jsx -------------------------------------------------------------------------------- /assets/js/actions/acceptedTerms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/acceptedTerms.js -------------------------------------------------------------------------------- /assets/js/actions/alert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/alert.js -------------------------------------------------------------------------------- /assets/js/actions/apiKeys.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/apiKeys.js -------------------------------------------------------------------------------- /assets/js/actions/apollo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/apollo.js -------------------------------------------------------------------------------- /assets/js/actions/auth.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/auth.js -------------------------------------------------------------------------------- /assets/js/actions/channel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/channel.js -------------------------------------------------------------------------------- /assets/js/actions/configProfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/configProfile.js -------------------------------------------------------------------------------- /assets/js/actions/coverage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/coverage.js -------------------------------------------------------------------------------- /assets/js/actions/dataCredits.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/dataCredits.js -------------------------------------------------------------------------------- /assets/js/actions/device.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/device.js -------------------------------------------------------------------------------- /assets/js/actions/display.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/display.js -------------------------------------------------------------------------------- /assets/js/actions/downlink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/downlink.js -------------------------------------------------------------------------------- /assets/js/actions/flow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/flow.js -------------------------------------------------------------------------------- /assets/js/actions/function.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/function.js -------------------------------------------------------------------------------- /assets/js/actions/invitation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/invitation.js -------------------------------------------------------------------------------- /assets/js/actions/label.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/label.js -------------------------------------------------------------------------------- /assets/js/actions/magic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/magic.js -------------------------------------------------------------------------------- /assets/js/actions/membership.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/membership.js -------------------------------------------------------------------------------- /assets/js/actions/organization.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/organization.js -------------------------------------------------------------------------------- /assets/js/actions/packetConfig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/actions/packetConfig.js -------------------------------------------------------------------------------- /assets/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/app.js -------------------------------------------------------------------------------- /assets/js/components/Welcome.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/Welcome.jsx -------------------------------------------------------------------------------- /assets/js/components/alerts/AlertForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/alerts/AlertForm.jsx -------------------------------------------------------------------------------- /assets/js/components/alerts/AlertIndexTable.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/alerts/AlertIndexTable.jsx -------------------------------------------------------------------------------- /assets/js/components/alerts/AlertSetting.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/alerts/AlertSetting.jsx -------------------------------------------------------------------------------- /assets/js/components/alerts/AlertSettings.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/alerts/AlertSettings.jsx -------------------------------------------------------------------------------- /assets/js/components/alerts/AlertTypeButton.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/alerts/AlertTypeButton.jsx -------------------------------------------------------------------------------- /assets/js/components/alerts/AlertsBar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/alerts/AlertsBar.jsx -------------------------------------------------------------------------------- /assets/js/components/alerts/AlertsIndex.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/alerts/AlertsIndex.jsx -------------------------------------------------------------------------------- /assets/js/components/alerts/DeleteAlertModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/alerts/DeleteAlertModal.jsx -------------------------------------------------------------------------------- /assets/js/components/alerts/constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/alerts/constants.js -------------------------------------------------------------------------------- /assets/js/components/auth/Auth0Provider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/auth/Auth0Provider.js -------------------------------------------------------------------------------- /assets/js/components/auth/ConfirmEmailPrompt.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/auth/ConfirmEmailPrompt.jsx -------------------------------------------------------------------------------- /assets/js/components/auth/JoinOrganizationPrompt.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/auth/JoinOrganizationPrompt.jsx -------------------------------------------------------------------------------- /assets/js/components/auth/MagicAuthenticate.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/auth/MagicAuthenticate.jsx -------------------------------------------------------------------------------- /assets/js/components/auth/MagicRegisterPrompt.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/auth/MagicRegisterPrompt.jsx -------------------------------------------------------------------------------- /assets/js/components/auth/MagicSocialCallback.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/auth/MagicSocialCallback.jsx -------------------------------------------------------------------------------- /assets/js/components/auth/Terms.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/auth/Terms.jsx -------------------------------------------------------------------------------- /assets/js/components/auth/TermsPrompt.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/auth/TermsPrompt.jsx -------------------------------------------------------------------------------- /assets/js/components/auth/TermsRaw.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/auth/TermsRaw.jsx -------------------------------------------------------------------------------- /assets/js/components/billing/AmountEntryCalculator.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/billing/AmountEntryCalculator.jsx -------------------------------------------------------------------------------- /assets/js/components/billing/AutomaticRenewalModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/billing/AutomaticRenewalModal.jsx -------------------------------------------------------------------------------- /assets/js/components/billing/BurnHNTPillbox.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/billing/BurnHNTPillbox.jsx -------------------------------------------------------------------------------- /assets/js/components/billing/BurnManualEntry.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/billing/BurnManualEntry.jsx -------------------------------------------------------------------------------- /assets/js/components/billing/DataCreditPurchasesTable.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/billing/DataCreditPurchasesTable.jsx -------------------------------------------------------------------------------- /assets/js/components/billing/DataCreditsIndex.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/billing/DataCreditsIndex.jsx -------------------------------------------------------------------------------- /assets/js/components/billing/DefaultPaymentModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/billing/DefaultPaymentModal.jsx -------------------------------------------------------------------------------- /assets/js/components/billing/ExistingPaymentCards.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/billing/ExistingPaymentCards.jsx -------------------------------------------------------------------------------- /assets/js/components/billing/IndexBlankSlate.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/billing/IndexBlankSlate.jsx -------------------------------------------------------------------------------- /assets/js/components/billing/OrganizationTransferDCModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/billing/OrganizationTransferDCModal.jsx -------------------------------------------------------------------------------- /assets/js/components/billing/PaymentCard.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/billing/PaymentCard.jsx -------------------------------------------------------------------------------- /assets/js/components/billing/PurchaseCreditModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/billing/PurchaseCreditModal.jsx -------------------------------------------------------------------------------- /assets/js/components/billing/RedeemSurveyTokenModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/billing/RedeemSurveyTokenModal.jsx -------------------------------------------------------------------------------- /assets/js/components/billing/StripeCardElement.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/billing/StripeCardElement.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/AwsDetails.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/AwsDetails.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/ChannelBar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/ChannelBar.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/ChannelConnectionDetails.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/ChannelConnectionDetails.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/ChannelCreateRow.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/ChannelCreateRow.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/ChannelDashboardLayout.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/ChannelDashboardLayout.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/ChannelHome.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/ChannelHome.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/ChannelIndex.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/ChannelIndex.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/ChannelIndexTable.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/ChannelIndexTable.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/ChannelNew.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/ChannelNew.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/ChannelNewCommunityIntro.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/ChannelNewCommunityIntro.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/ChannelPayloadTemplate.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/ChannelPayloadTemplate.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/ChannelPremadeRow.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/ChannelPremadeRow.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/ChannelShow.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/ChannelShow.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/DeleteChannelModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/DeleteChannelModal.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/HttpDetails.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/HttpDetails.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/IntegrationTypeTile.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/IntegrationTypeTile.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/IntegrationTypeTileSimple.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/IntegrationTypeTileSimple.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/MqttDetails.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/MqttDetails.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/community/akenza/AkenzaForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/community/akenza/AkenzaForm.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/community/cargo/CargoForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/community/cargo/CargoForm.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/community/tago/TagoForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/community/tago/TagoForm.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/community/tago/TagoUpdateForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/community/tago/TagoUpdateForm.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/community/ubidots/UbidotsForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/community/ubidots/UbidotsForm.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/constants.js -------------------------------------------------------------------------------- /assets/js/components/channels/default/AWSForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/default/AWSForm.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/default/AzureCentralForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/default/AzureCentralForm.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/default/AzureHubForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/default/AzureHubForm.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/default/ChannelNameForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/default/ChannelNameForm.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/default/CommonForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/default/CommonForm.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/default/GoogleForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/default/GoogleForm.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/default/HTTPForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/default/HTTPForm.jsx -------------------------------------------------------------------------------- /assets/js/components/channels/default/MQTTForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/channels/default/MQTTForm.jsx -------------------------------------------------------------------------------- /assets/js/components/common/AddResourceButton.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/AddResourceButton.jsx -------------------------------------------------------------------------------- /assets/js/components/common/AuthLayout.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/AuthLayout.jsx -------------------------------------------------------------------------------- /assets/js/components/common/ContentLayout.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/ContentLayout.jsx -------------------------------------------------------------------------------- /assets/js/components/common/DashboardLayout.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/DashboardLayout.jsx -------------------------------------------------------------------------------- /assets/js/components/common/Debug.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/Debug.jsx -------------------------------------------------------------------------------- /assets/js/components/common/DebugEntry.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/DebugEntry.jsx -------------------------------------------------------------------------------- /assets/js/components/common/DeviceNotInFilterTableBadge.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/DeviceNotInFilterTableBadge.jsx -------------------------------------------------------------------------------- /assets/js/components/common/DocumentLayout.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/DocumentLayout.jsx -------------------------------------------------------------------------------- /assets/js/components/common/Downlink.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/Downlink.jsx -------------------------------------------------------------------------------- /assets/js/components/common/DragAndDrop.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/DragAndDrop.jsx -------------------------------------------------------------------------------- /assets/js/components/common/ErrorMessage.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/ErrorMessage.jsx -------------------------------------------------------------------------------- /assets/js/components/common/FlowsLayout.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/FlowsLayout.jsx -------------------------------------------------------------------------------- /assets/js/components/common/Footer.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/Footer.jsx -------------------------------------------------------------------------------- /assets/js/components/common/HelpLinks.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/HelpLinks.jsx -------------------------------------------------------------------------------- /assets/js/components/common/LabelAppliedNew.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/LabelAppliedNew.jsx -------------------------------------------------------------------------------- /assets/js/components/common/LabelNotInFilterBadge.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/LabelNotInFilterBadge.jsx -------------------------------------------------------------------------------- /assets/js/components/common/LabelTag.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/LabelTag.jsx -------------------------------------------------------------------------------- /assets/js/components/common/Mapbox.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/Mapbox.jsx -------------------------------------------------------------------------------- /assets/js/components/common/MobileAddResourceButton.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/MobileAddResourceButton.jsx -------------------------------------------------------------------------------- /assets/js/components/common/MobileTableRow.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/MobileTableRow.jsx -------------------------------------------------------------------------------- /assets/js/components/common/NavDrawer.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/NavDrawer.jsx -------------------------------------------------------------------------------- /assets/js/components/common/NavPointTriangle.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/NavPointTriangle.jsx -------------------------------------------------------------------------------- /assets/js/components/common/PacketGraph.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/PacketGraph.jsx -------------------------------------------------------------------------------- /assets/js/components/common/ProfileDropdown.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/ProfileDropdown.jsx -------------------------------------------------------------------------------- /assets/js/components/common/RoleName.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/RoleName.jsx -------------------------------------------------------------------------------- /assets/js/components/common/Sidebar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/Sidebar.jsx -------------------------------------------------------------------------------- /assets/js/components/common/SkeletonLayout.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/SkeletonLayout.jsx -------------------------------------------------------------------------------- /assets/js/components/common/StatusIcon.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/StatusIcon.jsx -------------------------------------------------------------------------------- /assets/js/components/common/SurveyNotification.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/SurveyNotification.jsx -------------------------------------------------------------------------------- /assets/js/components/common/TableHeader.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/TableHeader.jsx -------------------------------------------------------------------------------- /assets/js/components/common/TopBar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/TopBar.jsx -------------------------------------------------------------------------------- /assets/js/components/common/UserCan.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/UserCan.jsx -------------------------------------------------------------------------------- /assets/js/components/common/nodes/ChannelNode.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/nodes/ChannelNode.jsx -------------------------------------------------------------------------------- /assets/js/components/common/nodes/DeviceNode.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/nodes/DeviceNode.jsx -------------------------------------------------------------------------------- /assets/js/components/common/nodes/FunctionNode.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/nodes/FunctionNode.jsx -------------------------------------------------------------------------------- /assets/js/components/common/nodes/LabelNode.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/common/nodes/LabelNode.jsx -------------------------------------------------------------------------------- /assets/js/components/config_profiles/ConfigProfileBar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/config_profiles/ConfigProfileBar.jsx -------------------------------------------------------------------------------- /assets/js/components/config_profiles/ConfigProfileForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/config_profiles/ConfigProfileForm.jsx -------------------------------------------------------------------------------- /assets/js/components/config_profiles/ConfigProfileIndexTable.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/config_profiles/ConfigProfileIndexTable.jsx -------------------------------------------------------------------------------- /assets/js/components/config_profiles/ConfigProfileSettings.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/config_profiles/ConfigProfileSettings.jsx -------------------------------------------------------------------------------- /assets/js/components/config_profiles/ConfigProfilesIndex.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/config_profiles/ConfigProfilesIndex.jsx -------------------------------------------------------------------------------- /assets/js/components/config_profiles/constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/config_profiles/constants.js -------------------------------------------------------------------------------- /assets/js/components/coverage/ConfirmHotspotUnfollowModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/ConfirmHotspotUnfollowModal.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/Constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/Constants.js -------------------------------------------------------------------------------- /assets/js/components/coverage/CoverageFollowedTab.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/CoverageFollowedTab.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/CoverageHotspotShow.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/CoverageHotspotShow.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/CoverageHotspotShowDevicesTab.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/CoverageHotspotShowDevicesTab.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/CoverageHotspotShowStatsTab.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/CoverageHotspotShowStatsTab.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/CoverageIndex.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/CoverageIndex.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/CoverageMainTab.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/CoverageMainTab.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/CoverageSearchTab.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/CoverageSearchTab.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/CoverageSearchTable.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/CoverageSearchTable.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/DeleteGroupModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/DeleteGroupModal.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/EditGroupModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/EditGroupModal.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/GroupColumnDropdown.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/GroupColumnDropdown.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/GroupIndexActionsMenu.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/GroupIndexActionsMenu.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/GroupMenuItem.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/GroupMenuItem.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/GroupNew.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/GroupNew.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/GroupShow.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/GroupShow.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/GroupsTabIndex.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/GroupsTabIndex.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/NewGroupMenuItem.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/NewGroupMenuItem.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/PreferralModesCycleInfo.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/PreferralModesCycleInfo.jsx -------------------------------------------------------------------------------- /assets/js/components/coverage/SignalIcon.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/coverage/SignalIcon.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeleteDeviceModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeleteDeviceModal.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeviceCapMetMessage.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeviceCapMetMessage.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeviceCredentials.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeviceCredentials.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeviceDashboardLayout.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeviceDashboardLayout.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeviceFlows.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeviceFlows.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeviceHome.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeviceHome.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeviceIndex.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeviceIndex.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeviceIndexLabelsBar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeviceIndexLabelsBar.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeviceIndexTable.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeviceIndexTable.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeviceNew.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeviceNew.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeviceRemoveAllLabelsModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeviceRemoveAllLabelsModal.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeviceRemoveLabelModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeviceRemoveLabelModal.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeviceShow.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeviceShow.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeviceShowLabelsTable.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeviceShowLabelsTable.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeviceShowStats.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeviceShowStats.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DeviceUpdateAppKeyConfirmModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DeviceUpdateAppKeyConfirmModal.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/DevicesAddLabelModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/DevicesAddLabelModal.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/ScanDeviceModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/ScanDeviceModal.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/import/ChooseImportType.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/import/ChooseImportType.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/import/ImportDevicesModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/import/ImportDevicesModal.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/import/generic/ShowDeviceData.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/import/generic/ShowDeviceData.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/import/ttn/GetApplications.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/import/ttn/GetApplications.jsx -------------------------------------------------------------------------------- /assets/js/components/devices/import/ttn/ListApplications.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/devices/import/ttn/ListApplications.jsx -------------------------------------------------------------------------------- /assets/js/components/events/EventsDashboard.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/events/EventsDashboard.jsx -------------------------------------------------------------------------------- /assets/js/components/events/constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/events/constants.js -------------------------------------------------------------------------------- /assets/js/components/flows/FlowsIndex.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/FlowsIndex.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/FlowsNodesMenu.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/FlowsNodesMenu.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/FlowsSaveBar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/FlowsSaveBar.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/FlowsWorkspace.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/FlowsWorkspace.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/Warning.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/Warning.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/WarningItem.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/WarningItem.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/infoSidebar/AlertNodeSettings.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/infoSidebar/AlertNodeSettings.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/infoSidebar/ChannelContent.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/infoSidebar/ChannelContent.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/infoSidebar/ConfigProfileSettings.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/infoSidebar/ConfigProfileSettings.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/infoSidebar/DeleteNodeModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/infoSidebar/DeleteNodeModal.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/infoSidebar/DeviceContent.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/infoSidebar/DeviceContent.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/infoSidebar/EdgeContent.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/infoSidebar/EdgeContent.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/infoSidebar/FunctionContent.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/infoSidebar/FunctionContent.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/infoSidebar/InfoSidebar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/infoSidebar/InfoSidebar.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/infoSidebar/LabelContent.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/infoSidebar/LabelContent.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/infoSidebar/NewAlertWithNode.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/infoSidebar/NewAlertWithNode.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/infoSidebar/NodeInfo.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/infoSidebar/NodeInfo.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/infoSidebar/PacketConfigSettings.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/infoSidebar/PacketConfigSettings.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/nodes/ChannelNode.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/nodes/ChannelNode.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/nodes/DebugNode.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/nodes/DebugNode.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/nodes/DeviceNode.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/nodes/DeviceNode.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/nodes/FunctionNode.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/nodes/FunctionNode.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/nodes/LabelNode.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/nodes/LabelNode.jsx -------------------------------------------------------------------------------- /assets/js/components/flows/nodes/SelectedNodeIcon.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/flows/nodes/SelectedNodeIcon.jsx -------------------------------------------------------------------------------- /assets/js/components/functions/DeleteFunctionModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/functions/DeleteFunctionModal.jsx -------------------------------------------------------------------------------- /assets/js/components/functions/FunctionBar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/functions/FunctionBar.jsx -------------------------------------------------------------------------------- /assets/js/components/functions/FunctionDashboardLayout.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/functions/FunctionDashboardLayout.jsx -------------------------------------------------------------------------------- /assets/js/components/functions/FunctionDetailsCard.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/functions/FunctionDetailsCard.jsx -------------------------------------------------------------------------------- /assets/js/components/functions/FunctionHome.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/functions/FunctionHome.jsx -------------------------------------------------------------------------------- /assets/js/components/functions/FunctionIndex.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/functions/FunctionIndex.jsx -------------------------------------------------------------------------------- /assets/js/components/functions/FunctionIndexTable.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/functions/FunctionIndexTable.jsx -------------------------------------------------------------------------------- /assets/js/components/functions/FunctionNew.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/functions/FunctionNew.jsx -------------------------------------------------------------------------------- /assets/js/components/functions/FunctionNewIntroRows.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/functions/FunctionNewIntroRows.jsx -------------------------------------------------------------------------------- /assets/js/components/functions/FunctionShow.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/functions/FunctionShow.jsx -------------------------------------------------------------------------------- /assets/js/components/functions/FunctionTypeTile.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/functions/FunctionTypeTile.jsx -------------------------------------------------------------------------------- /assets/js/components/functions/FunctionValidator.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/functions/FunctionValidator.jsx -------------------------------------------------------------------------------- /assets/js/components/home/Consoles.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/home/Consoles.jsx -------------------------------------------------------------------------------- /assets/js/components/home/Consoles.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/home/Consoles.module.css -------------------------------------------------------------------------------- /assets/js/components/home/ProviderList.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/home/ProviderList.jsx -------------------------------------------------------------------------------- /assets/js/components/home/ProviderList.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/home/ProviderList.module.css -------------------------------------------------------------------------------- /assets/js/components/labels/DeleteLabelModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/labels/DeleteLabelModal.jsx -------------------------------------------------------------------------------- /assets/js/components/labels/LabelAddDeviceModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/labels/LabelAddDeviceModal.jsx -------------------------------------------------------------------------------- /assets/js/components/labels/LabelAddDeviceSelect.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/labels/LabelAddDeviceSelect.jsx -------------------------------------------------------------------------------- /assets/js/components/labels/LabelAddLabelSelect.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/labels/LabelAddLabelSelect.jsx -------------------------------------------------------------------------------- /assets/js/components/labels/LabelNew.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/labels/LabelNew.jsx -------------------------------------------------------------------------------- /assets/js/components/labels/LabelShow.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/labels/LabelShow.jsx -------------------------------------------------------------------------------- /assets/js/components/labels/LabelShowTable.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/labels/LabelShowTable.jsx -------------------------------------------------------------------------------- /assets/js/components/labels/RemoveDevicesFromLabelModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/labels/RemoveDevicesFromLabelModal.jsx -------------------------------------------------------------------------------- /assets/js/components/labels/UpdateLabelModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/labels/UpdateLabelModal.jsx -------------------------------------------------------------------------------- /assets/js/components/mobile/ElementOnScreen.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/mobile/ElementOnScreen.jsx -------------------------------------------------------------------------------- /assets/js/components/mobile/MediaQuery.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/mobile/MediaQuery.jsx -------------------------------------------------------------------------------- /assets/js/components/mobile/MobileLayout.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/mobile/MobileLayout.jsx -------------------------------------------------------------------------------- /assets/js/components/mobile/NavDrawer.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/mobile/NavDrawer.jsx -------------------------------------------------------------------------------- /assets/js/components/mobile/channels/MobileChannelIndex.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/mobile/channels/MobileChannelIndex.jsx -------------------------------------------------------------------------------- /assets/js/components/mobile/channels/MobileChannelShow.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/mobile/channels/MobileChannelShow.jsx -------------------------------------------------------------------------------- /assets/js/components/mobile/devices/MobileDeviceIndex.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/mobile/devices/MobileDeviceIndex.jsx -------------------------------------------------------------------------------- /assets/js/components/mobile/devices/MobileDeviceLabelsModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/mobile/devices/MobileDeviceLabelsModal.jsx -------------------------------------------------------------------------------- /assets/js/components/mobile/devices/MobileDeviceShow.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/mobile/devices/MobileDeviceShow.jsx -------------------------------------------------------------------------------- /assets/js/components/mobile/devices/MobileDeviceTableRow.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/mobile/devices/MobileDeviceTableRow.jsx -------------------------------------------------------------------------------- /assets/js/components/mobile/labels/MobileLabelShow.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/mobile/labels/MobileLabelShow.jsx -------------------------------------------------------------------------------- /assets/js/components/organizations/DeleteOrganizationModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/organizations/DeleteOrganizationModal.jsx -------------------------------------------------------------------------------- /assets/js/components/organizations/DeleteUserModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/organizations/DeleteUserModal.jsx -------------------------------------------------------------------------------- /assets/js/components/organizations/EditMembershipModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/organizations/EditMembershipModal.jsx -------------------------------------------------------------------------------- /assets/js/components/organizations/EditOrganizationModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/organizations/EditOrganizationModal.jsx -------------------------------------------------------------------------------- /assets/js/components/organizations/InvitationsTable.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/organizations/InvitationsTable.jsx -------------------------------------------------------------------------------- /assets/js/components/organizations/MembersTable.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/organizations/MembersTable.jsx -------------------------------------------------------------------------------- /assets/js/components/organizations/NewOrganizationModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/organizations/NewOrganizationModal.jsx -------------------------------------------------------------------------------- /assets/js/components/organizations/NewUserModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/organizations/NewUserModal.jsx -------------------------------------------------------------------------------- /assets/js/components/organizations/NoOrganization.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/organizations/NoOrganization.jsx -------------------------------------------------------------------------------- /assets/js/components/organizations/OrganizationIndex.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/organizations/OrganizationIndex.jsx -------------------------------------------------------------------------------- /assets/js/components/organizations/OrganizationMenu.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/organizations/OrganizationMenu.jsx -------------------------------------------------------------------------------- /assets/js/components/organizations/OrganizationsTable.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/organizations/OrganizationsTable.jsx -------------------------------------------------------------------------------- /assets/js/components/organizations/RoleControl.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/organizations/RoleControl.jsx -------------------------------------------------------------------------------- /assets/js/components/organizations/UserIndex.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/organizations/UserIndex.jsx -------------------------------------------------------------------------------- /assets/js/components/organizations/WebhookKeyField.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/organizations/WebhookKeyField.jsx -------------------------------------------------------------------------------- /assets/js/components/packet_configs/DeletePacketConfigModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/packet_configs/DeletePacketConfigModal.jsx -------------------------------------------------------------------------------- /assets/js/components/packet_configs/PacketConfigBar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/packet_configs/PacketConfigBar.jsx -------------------------------------------------------------------------------- /assets/js/components/packet_configs/PacketConfigForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/packet_configs/PacketConfigForm.jsx -------------------------------------------------------------------------------- /assets/js/components/packet_configs/PacketConfigIndexTable.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/packet_configs/PacketConfigIndexTable.jsx -------------------------------------------------------------------------------- /assets/js/components/packet_configs/PacketConfigsIndex.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/packet_configs/PacketConfigsIndex.jsx -------------------------------------------------------------------------------- /assets/js/components/profile/DeleteApiKeyModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/profile/DeleteApiKeyModal.jsx -------------------------------------------------------------------------------- /assets/js/components/profile/DisableMFAModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/profile/DisableMFAModal.jsx -------------------------------------------------------------------------------- /assets/js/components/profile/Profile.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/profile/Profile.jsx -------------------------------------------------------------------------------- /assets/js/components/profile/ProfileNewKeyModal.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/profile/ProfileNewKeyModal.jsx -------------------------------------------------------------------------------- /assets/js/components/routes/PrivateRoute.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/routes/PrivateRoute.jsx -------------------------------------------------------------------------------- /assets/js/components/routes/PublicRoute.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/routes/PublicRoute.jsx -------------------------------------------------------------------------------- /assets/js/components/search/SearchBar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/search/SearchBar.jsx -------------------------------------------------------------------------------- /assets/js/components/search/SearchResult.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/search/SearchResult.jsx -------------------------------------------------------------------------------- /assets/js/components/search/SearchResults.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/search/SearchResults.jsx -------------------------------------------------------------------------------- /assets/js/components/search/SearchResultsSection.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/search/SearchResultsSection.jsx -------------------------------------------------------------------------------- /assets/js/components/search/pages.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/components/search/pages.js -------------------------------------------------------------------------------- /assets/js/config/auth0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/config/auth0.js -------------------------------------------------------------------------------- /assets/js/config/axios.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/config/axios.js -------------------------------------------------------------------------------- /assets/js/config/magic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/config/magic.js -------------------------------------------------------------------------------- /assets/js/config/stripe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/config/stripe.js -------------------------------------------------------------------------------- /assets/js/context/magicUserContext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/context/magicUserContext.js -------------------------------------------------------------------------------- /assets/js/graphql/alerts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/alerts.js -------------------------------------------------------------------------------- /assets/js/graphql/apiKeys.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/apiKeys.js -------------------------------------------------------------------------------- /assets/js/graphql/channels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/channels.js -------------------------------------------------------------------------------- /assets/js/graphql/configProfiles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/configProfiles.js -------------------------------------------------------------------------------- /assets/js/graphql/coverage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/coverage.js -------------------------------------------------------------------------------- /assets/js/graphql/dcPurchases.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/dcPurchases.js -------------------------------------------------------------------------------- /assets/js/graphql/devices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/devices.js -------------------------------------------------------------------------------- /assets/js/graphql/events.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/events.js -------------------------------------------------------------------------------- /assets/js/graphql/flows.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/flows.js -------------------------------------------------------------------------------- /assets/js/graphql/functions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/functions.js -------------------------------------------------------------------------------- /assets/js/graphql/invitations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/invitations.js -------------------------------------------------------------------------------- /assets/js/graphql/labels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/labels.js -------------------------------------------------------------------------------- /assets/js/graphql/memberships.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/memberships.js -------------------------------------------------------------------------------- /assets/js/graphql/organizations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/organizations.js -------------------------------------------------------------------------------- /assets/js/graphql/packetConfigs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/packetConfigs.js -------------------------------------------------------------------------------- /assets/js/graphql/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/search.js -------------------------------------------------------------------------------- /assets/js/graphql/withGql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/graphql/withGql.js -------------------------------------------------------------------------------- /assets/js/reducers/acceptedTerms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/reducers/acceptedTerms.js -------------------------------------------------------------------------------- /assets/js/reducers/apollo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/reducers/apollo.js -------------------------------------------------------------------------------- /assets/js/reducers/appConfig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/reducers/appConfig.js -------------------------------------------------------------------------------- /assets/js/reducers/device.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/reducers/device.js -------------------------------------------------------------------------------- /assets/js/reducers/display.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/reducers/display.js -------------------------------------------------------------------------------- /assets/js/reducers/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/reducers/index.js -------------------------------------------------------------------------------- /assets/js/reducers/magicUser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/reducers/magicUser.js -------------------------------------------------------------------------------- /assets/js/reducers/organization.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/reducers/organization.js -------------------------------------------------------------------------------- /assets/js/socket.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/socket.js -------------------------------------------------------------------------------- /assets/js/store/configureStore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/store/configureStore.js -------------------------------------------------------------------------------- /assets/js/util/analyticsLogger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/util/analyticsLogger.js -------------------------------------------------------------------------------- /assets/js/util/colors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/util/colors.js -------------------------------------------------------------------------------- /assets/js/util/constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/util/constants.js -------------------------------------------------------------------------------- /assets/js/util/functionInfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/util/functionInfo.js -------------------------------------------------------------------------------- /assets/js/util/geolocation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/util/geolocation.js -------------------------------------------------------------------------------- /assets/js/util/integrationInfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/util/integrationInfo.js -------------------------------------------------------------------------------- /assets/js/util/integrationTemplates.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/util/integrationTemplates.js -------------------------------------------------------------------------------- /assets/js/util/intercom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/util/intercom.js -------------------------------------------------------------------------------- /assets/js/util/messages.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/util/messages.js -------------------------------------------------------------------------------- /assets/js/util/rest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/util/rest.js -------------------------------------------------------------------------------- /assets/js/util/time.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/js/util/time.js -------------------------------------------------------------------------------- /assets/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/package.json -------------------------------------------------------------------------------- /assets/test/browan_decoder_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/test/browan_decoder_test.js -------------------------------------------------------------------------------- /assets/test/cayenne_decoder_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/test/cayenne_decoder_test.js -------------------------------------------------------------------------------- /assets/webpack-docker.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/webpack-docker.config.js -------------------------------------------------------------------------------- /assets/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/webpack.config.js -------------------------------------------------------------------------------- /assets/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/assets/yarn.lock -------------------------------------------------------------------------------- /community_functions/browan_object_locator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/community_functions/browan_object_locator.txt -------------------------------------------------------------------------------- /community_functions/cayenne.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/community_functions/cayenne.txt -------------------------------------------------------------------------------- /community_functions/nanothings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/community_functions/nanothings.txt -------------------------------------------------------------------------------- /compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/compile -------------------------------------------------------------------------------- /config/config.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/config/config.exs -------------------------------------------------------------------------------- /config/dev.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/config/dev.exs -------------------------------------------------------------------------------- /config/prod-docker.exs: -------------------------------------------------------------------------------- 1 | use Mix.Config 2 | -------------------------------------------------------------------------------- /config/prod.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/config/prod.exs -------------------------------------------------------------------------------- /config/releases.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/config/releases.exs -------------------------------------------------------------------------------- /config/test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/config/test.exs -------------------------------------------------------------------------------- /elixir_buildpack.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/elixir_buildpack.config -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/entrypoint.sh -------------------------------------------------------------------------------- /lib/console.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console.ex -------------------------------------------------------------------------------- /lib/console/accepted_terms/accepted_term.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/accepted_terms/accepted_term.ex -------------------------------------------------------------------------------- /lib/console/accepted_terms/accepted_terms.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/accepted_terms/accepted_terms.ex -------------------------------------------------------------------------------- /lib/console/alerts/alert.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/alerts/alert.ex -------------------------------------------------------------------------------- /lib/console/alerts/alert_event.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/alerts/alert_event.ex -------------------------------------------------------------------------------- /lib/console/alerts/alert_events.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/alerts/alert_events.ex -------------------------------------------------------------------------------- /lib/console/alerts/alert_node.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/alerts/alert_node.ex -------------------------------------------------------------------------------- /lib/console/alerts/alert_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/alerts/alert_resolver.ex -------------------------------------------------------------------------------- /lib/console/alerts/alerts.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/alerts/alerts.ex -------------------------------------------------------------------------------- /lib/console/api_keys/api_key.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/api_keys/api_key.ex -------------------------------------------------------------------------------- /lib/console/api_keys/api_key_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/api_keys/api_key_resolver.ex -------------------------------------------------------------------------------- /lib/console/api_keys/api_keys.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/api_keys/api_keys.ex -------------------------------------------------------------------------------- /lib/console/application.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/application.ex -------------------------------------------------------------------------------- /lib/console/audit_actions/audit_action.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/audit_actions/audit_action.ex -------------------------------------------------------------------------------- /lib/console/audit_actions/audit_actions.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/audit_actions/audit_actions.ex -------------------------------------------------------------------------------- /lib/console/auth/auth.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/auth/auth.ex -------------------------------------------------------------------------------- /lib/console/auth/user.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/auth/user.ex -------------------------------------------------------------------------------- /lib/console/channels/channel.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/channels/channel.ex -------------------------------------------------------------------------------- /lib/console/channels/channel_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/channels/channel_resolver.ex -------------------------------------------------------------------------------- /lib/console/channels/channels.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/channels/channels.ex -------------------------------------------------------------------------------- /lib/console/community/community_channels.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/community/community_channels.ex -------------------------------------------------------------------------------- /lib/console/community/community_functions.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/community/community_functions.ex -------------------------------------------------------------------------------- /lib/console/config_profiles/config_profile.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/config_profiles/config_profile.ex -------------------------------------------------------------------------------- /lib/console/config_profiles/config_profile_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/config_profiles/config_profile_resolver.ex -------------------------------------------------------------------------------- /lib/console/config_profiles/config_profiles.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/config_profiles/config_profiles.ex -------------------------------------------------------------------------------- /lib/console/dc_purchases/dc_purchase.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/dc_purchases/dc_purchase.ex -------------------------------------------------------------------------------- /lib/console/dc_purchases/dc_purchase_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/dc_purchases/dc_purchase_resolver.ex -------------------------------------------------------------------------------- /lib/console/dc_purchases/dc_purchases.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/dc_purchases/dc_purchases.ex -------------------------------------------------------------------------------- /lib/console/device_stats/device_stat.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/device_stats/device_stat.ex -------------------------------------------------------------------------------- /lib/console/device_stats/device_stats.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/device_stats/device_stats.ex -------------------------------------------------------------------------------- /lib/console/device_stats/device_stats_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/device_stats/device_stats_view.ex -------------------------------------------------------------------------------- /lib/console/device_stats/device_stats_view_copy.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/device_stats/device_stats_view_copy.ex -------------------------------------------------------------------------------- /lib/console/devices/device.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/devices/device.ex -------------------------------------------------------------------------------- /lib/console/devices/device_imports.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/devices/device_imports.ex -------------------------------------------------------------------------------- /lib/console/devices/device_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/devices/device_resolver.ex -------------------------------------------------------------------------------- /lib/console/devices/devices.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/devices/devices.ex -------------------------------------------------------------------------------- /lib/console/email.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/email.ex -------------------------------------------------------------------------------- /lib/console/encrypted/map.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/encrypted/map.ex -------------------------------------------------------------------------------- /lib/console/etl_error_worker.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/etl_error_worker.ex -------------------------------------------------------------------------------- /lib/console/etl_worker.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/etl_worker.ex -------------------------------------------------------------------------------- /lib/console/events/event.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/events/event.ex -------------------------------------------------------------------------------- /lib/console/events/events.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/events/events.ex -------------------------------------------------------------------------------- /lib/console/flows/flow.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/flows/flow.ex -------------------------------------------------------------------------------- /lib/console/flows/flow_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/flows/flow_resolver.ex -------------------------------------------------------------------------------- /lib/console/flows/flows.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/flows/flows.ex -------------------------------------------------------------------------------- /lib/console/functions/function.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/functions/function.ex -------------------------------------------------------------------------------- /lib/console/functions/function_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/functions/function_resolver.ex -------------------------------------------------------------------------------- /lib/console/functions/functions.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/functions/functions.ex -------------------------------------------------------------------------------- /lib/console/groups/group.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/groups/group.ex -------------------------------------------------------------------------------- /lib/console/groups/group_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/groups/group_resolver.ex -------------------------------------------------------------------------------- /lib/console/groups/groups.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/groups/groups.ex -------------------------------------------------------------------------------- /lib/console/groups/hotspots_groups.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/groups/hotspots_groups.ex -------------------------------------------------------------------------------- /lib/console/helpers/helpers.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/helpers/helpers.ex -------------------------------------------------------------------------------- /lib/console/hotspot_stats/hotspot_stat.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/hotspot_stats/hotspot_stat.ex -------------------------------------------------------------------------------- /lib/console/hotspot_stats/hotspot_stats.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/hotspot_stats/hotspot_stats.ex -------------------------------------------------------------------------------- /lib/console/hotspot_stats/hotspot_stats_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/hotspot_stats/hotspot_stats_resolver.ex -------------------------------------------------------------------------------- /lib/console/hotspots/hotspot.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/hotspots/hotspot.ex -------------------------------------------------------------------------------- /lib/console/hotspots/hotspots.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/hotspots/hotspots.ex -------------------------------------------------------------------------------- /lib/console/jobs.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/jobs.ex -------------------------------------------------------------------------------- /lib/console/labels/devices_labels.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/labels/devices_labels.ex -------------------------------------------------------------------------------- /lib/console/labels/label.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/labels/label.ex -------------------------------------------------------------------------------- /lib/console/labels/label_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/labels/label_resolver.ex -------------------------------------------------------------------------------- /lib/console/labels/labels.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/labels/labels.ex -------------------------------------------------------------------------------- /lib/console/mailer.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/mailer.ex -------------------------------------------------------------------------------- /lib/console/memos/memo.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/memos/memo.ex -------------------------------------------------------------------------------- /lib/console/memos/memos.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/memos/memos.ex -------------------------------------------------------------------------------- /lib/console/org_ips/org_ip.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/org_ips/org_ip.ex -------------------------------------------------------------------------------- /lib/console/org_ips/org_ips.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/org_ips/org_ips.ex -------------------------------------------------------------------------------- /lib/console/organization_hotspots/organization_hotspot.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/organization_hotspots/organization_hotspot.ex -------------------------------------------------------------------------------- /lib/console/organization_hotspots/organization_hotspots.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/organization_hotspots/organization_hotspots.ex -------------------------------------------------------------------------------- /lib/console/organizations/invitation.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/organizations/invitation.ex -------------------------------------------------------------------------------- /lib/console/organizations/invitation_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/organizations/invitation_resolver.ex -------------------------------------------------------------------------------- /lib/console/organizations/membership.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/organizations/membership.ex -------------------------------------------------------------------------------- /lib/console/organizations/membership_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/organizations/membership_resolver.ex -------------------------------------------------------------------------------- /lib/console/organizations/organization.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/organizations/organization.ex -------------------------------------------------------------------------------- /lib/console/organizations/organization_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/organizations/organization_resolver.ex -------------------------------------------------------------------------------- /lib/console/organizations/organizations.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/organizations/organizations.ex -------------------------------------------------------------------------------- /lib/console/packet_configs/packet_config.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/packet_configs/packet_config.ex -------------------------------------------------------------------------------- /lib/console/packet_configs/packet_config_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/packet_configs/packet_config_resolver.ex -------------------------------------------------------------------------------- /lib/console/packet_configs/packet_configs.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/packet_configs/packet_configs.ex -------------------------------------------------------------------------------- /lib/console/release.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/release.ex -------------------------------------------------------------------------------- /lib/console/repo.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/repo.ex -------------------------------------------------------------------------------- /lib/console/scheduler.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/scheduler.ex -------------------------------------------------------------------------------- /lib/console/search/search.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/search/search.ex -------------------------------------------------------------------------------- /lib/console/search/search_resolver.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/search/search_resolver.ex -------------------------------------------------------------------------------- /lib/console/vault.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console/vault.ex -------------------------------------------------------------------------------- /lib/console_web.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web.ex -------------------------------------------------------------------------------- /lib/console_web/abilities.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/abilities.ex -------------------------------------------------------------------------------- /lib/console_web/auth_api_pipeline.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/auth_api_pipeline.ex -------------------------------------------------------------------------------- /lib/console_web/auth_error_handler.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/auth_error_handler.ex -------------------------------------------------------------------------------- /lib/console_web/channels/device_channel.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/channels/device_channel.ex -------------------------------------------------------------------------------- /lib/console_web/channels/graphql_channel.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/channels/graphql_channel.ex -------------------------------------------------------------------------------- /lib/console_web/channels/label_channel.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/channels/label_channel.ex -------------------------------------------------------------------------------- /lib/console_web/channels/monitor.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/channels/monitor.ex -------------------------------------------------------------------------------- /lib/console_web/channels/organization_channel.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/channels/organization_channel.ex -------------------------------------------------------------------------------- /lib/console_web/channels/router_socket.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/channels/router_socket.ex -------------------------------------------------------------------------------- /lib/console_web/channels/user_socket.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/channels/user_socket.ex -------------------------------------------------------------------------------- /lib/console_web/check_socket_origin.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/check_socket_origin.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/accepted_terms_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/accepted_terms_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/alert_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/alert_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/api_key_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/api_key_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/auth0_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/auth0_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/channel_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/channel_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/config_profile_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/config_profile_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/data_credit_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/data_credit_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/device_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/device_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/downlink_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/downlink_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/fallback_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/fallback_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/flows_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/flows_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/function_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/function_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/group_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/group_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/invitation_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/invitation_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/label_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/label_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/membership_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/membership_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/organization_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/organization_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/organization_hotspot_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/organization_hotspot_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/packet_config_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/packet_config_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/page_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/page_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/router/device_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/router/device_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/router/organization_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/router/organization_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/router/session_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/router/session_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/session_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/session_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/v1/alert_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/v1/alert_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/v1/channel_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/v1/channel_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/v1/device_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/v1/device_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/v1/downlink_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/v1/downlink_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/v1/flow_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/v1/flow_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/v1/function_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/v1/function_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/v1/label_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/v1/label_controller.ex -------------------------------------------------------------------------------- /lib/console_web/controllers/v1/organization_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/controllers/v1/organization_controller.ex -------------------------------------------------------------------------------- /lib/console_web/endpoint.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/endpoint.ex -------------------------------------------------------------------------------- /lib/console_web/gettext.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/gettext.ex -------------------------------------------------------------------------------- /lib/console_web/guardian.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/guardian.ex -------------------------------------------------------------------------------- /lib/console_web/ip_filter.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/ip_filter.ex -------------------------------------------------------------------------------- /lib/console_web/mailerlite.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/mailerlite.ex -------------------------------------------------------------------------------- /lib/console_web/message_queue_consumer.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/message_queue_consumer.ex -------------------------------------------------------------------------------- /lib/console_web/message_queue_publisher.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/message_queue_publisher.ex -------------------------------------------------------------------------------- /lib/console_web/plug/appsignal_absinthe_plug.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/plug/appsignal_absinthe_plug.ex -------------------------------------------------------------------------------- /lib/console_web/plug/authorize_action.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/plug/authorize_action.ex -------------------------------------------------------------------------------- /lib/console_web/plug/check_domain.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/plug/check_domain.ex -------------------------------------------------------------------------------- /lib/console_web/plug/graphql_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/plug/graphql_context.ex -------------------------------------------------------------------------------- /lib/console_web/plug/graphql_pipeline.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/plug/graphql_pipeline.ex -------------------------------------------------------------------------------- /lib/console_web/plug/put_current_organization.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/plug/put_current_organization.ex -------------------------------------------------------------------------------- /lib/console_web/plug/put_current_user.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/plug/put_current_user.ex -------------------------------------------------------------------------------- /lib/console_web/plug/rate_limit.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/plug/rate_limit.ex -------------------------------------------------------------------------------- /lib/console_web/plug/verify_access_token.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/plug/verify_access_token.ex -------------------------------------------------------------------------------- /lib/console_web/plug/verify_api_key.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/plug/verify_api_key.ex -------------------------------------------------------------------------------- /lib/console_web/plug/verify_remote_ip_range.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/plug/verify_remote_ip_range.ex -------------------------------------------------------------------------------- /lib/console_web/plug/verify_router_secret_version.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/plug/verify_router_secret_version.ex -------------------------------------------------------------------------------- /lib/console_web/router.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/router.ex -------------------------------------------------------------------------------- /lib/console_web/router_api_pipeline.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/router_api_pipeline.ex -------------------------------------------------------------------------------- /lib/console_web/schema/paginated.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/schema/paginated.ex -------------------------------------------------------------------------------- /lib/console_web/schema/schema.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/schema/schema.ex -------------------------------------------------------------------------------- /lib/console_web/templates/email/api_key_email.html.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/email/api_key_email.html.eex -------------------------------------------------------------------------------- /lib/console_web/templates/email/api_key_email.text.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/email/api_key_email.text.eex -------------------------------------------------------------------------------- /lib/console_web/templates/email/data_credit_purchase.html.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/email/data_credit_purchase.html.eex -------------------------------------------------------------------------------- /lib/console_web/templates/email/data_credit_purchase.text.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/email/data_credit_purchase.text.eex -------------------------------------------------------------------------------- /lib/console_web/templates/email/data_credit_top_up.html.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/email/data_credit_top_up.html.eex -------------------------------------------------------------------------------- /lib/console_web/templates/email/data_credit_top_up.text.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/email/data_credit_top_up.text.eex -------------------------------------------------------------------------------- /lib/console_web/templates/email/data_credit_transfer.html.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/email/data_credit_transfer.html.eex -------------------------------------------------------------------------------- /lib/console_web/templates/email/data_credit_transfer.text.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/email/data_credit_transfer.text.eex -------------------------------------------------------------------------------- /lib/console_web/templates/email/invitation_email.html.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/email/invitation_email.html.eex -------------------------------------------------------------------------------- /lib/console_web/templates/email/invitation_email.text.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/email/invitation_email.text.eex -------------------------------------------------------------------------------- /lib/console_web/templates/email/payment_method_change.html.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/email/payment_method_change.html.eex -------------------------------------------------------------------------------- /lib/console_web/templates/email/payment_method_change.text.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/email/payment_method_change.text.eex -------------------------------------------------------------------------------- /lib/console_web/templates/email/survey_token_email.html.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/email/survey_token_email.html.eex -------------------------------------------------------------------------------- /lib/console_web/templates/email/survey_token_email.text.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/email/survey_token_email.text.eex -------------------------------------------------------------------------------- /lib/console_web/templates/layout/app.html.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/layout/app.html.eex -------------------------------------------------------------------------------- /lib/console_web/templates/layout/email.html.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/layout/email.html.eex -------------------------------------------------------------------------------- /lib/console_web/templates/page/google.html.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/page/google.html.eex -------------------------------------------------------------------------------- /lib/console_web/templates/page/index.html.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/templates/page/index.html.eex -------------------------------------------------------------------------------- /lib/console_web/v1_api_pipeline.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/v1_api_pipeline.ex -------------------------------------------------------------------------------- /lib/console_web/views/accepted_term_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/accepted_term_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/alert_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/alert_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/api_key_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/api_key_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/auth0_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/auth0_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/changeset_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/changeset_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/channel_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/channel_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/config_profile_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/config_profile_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/device_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/device_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/email_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/email_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/error_helpers.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/error_helpers.ex -------------------------------------------------------------------------------- /lib/console_web/views/error_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/error_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/event_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/event_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/function_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/function_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/group_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/group_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/invitation_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/invitation_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/label_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/label_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/layout_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/layout_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/membership_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/membership_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/organization_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/organization_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/packet_config_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/packet_config_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/page_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/page_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/router/channel_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/router/channel_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/router/device_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/router/device_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/router/function_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/router/function_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/router/label_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/router/label_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/router/organization_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/router/organization_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/router/session_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/router/session_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/session_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/session_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/v1/alert_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/v1/alert_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/v1/channel_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/v1/channel_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/v1/device_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/v1/device_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/v1/event_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/v1/event_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/v1/flow_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/v1/flow_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/v1/function_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/v1/function_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/v1/label_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/v1/label_view.ex -------------------------------------------------------------------------------- /lib/console_web/views/v1/organization_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/console_web/views/v1/organization_view.ex -------------------------------------------------------------------------------- /lib/mix/tasks/prune_events.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/mix/tasks/prune_events.ex -------------------------------------------------------------------------------- /lib/mix/tasks/refresh_materialized_views.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/mix/tasks/refresh_materialized_views.ex -------------------------------------------------------------------------------- /lib/mix/tasks/sync_hotspots.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/lib/mix/tasks/sync_hotspots.ex -------------------------------------------------------------------------------- /mix.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/mix.exs -------------------------------------------------------------------------------- /mix.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/mix.lock -------------------------------------------------------------------------------- /phoenix_static_buildpack.config: -------------------------------------------------------------------------------- 1 | node_version=14.15.4 2 | -------------------------------------------------------------------------------- /priv/gettext/en/LC_MESSAGES/errors.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/gettext/en/LC_MESSAGES/errors.po -------------------------------------------------------------------------------- /priv/gettext/errors.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/gettext/errors.pot -------------------------------------------------------------------------------- /priv/repo/migrations/20180309224848_create_users.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180309224848_create_users.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180314184214_create_devices.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180314184214_create_devices.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180314232218_create_gateways.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180314232218_create_gateways.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180314233528_create_channels.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180314233528_create_channels.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180319230857_create_events.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180319230857_create_events.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180328235811_create_two_factor_table.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180328235811_create_two_factor_table.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180329175859_add_teams.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180329175859_add_teams.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180329181023_add_memberships.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180329181023_add_memberships.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180412224612_create_invitations.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180412224612_create_invitations.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180419182258_add_on_delete_to_teams.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180419182258_add_on_delete_to_teams.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180424003946_create_groups.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180424003946_create_groups.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180424004452_create_devices_groups.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180424004452_create_devices_groups.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180424175646_create_channels_groups.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180424175646_create_channels_groups.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180515163808_create_audit_trail_table.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180515163808_create_audit_trail_table.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180603191151_install_pg_trgm.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180603191151_install_pg_trgm.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180608202908_create_notifications.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180608202908_create_notifications.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20180613193712_add_private_key_to_teams.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20180613193712_add_private_key_to_teams.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20190927181021_add_organizations_table.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20190927181021_add_organizations_table.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20191003213132_add_oui_to_device.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20191003213132_add_oui_to_device.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20191008173003_remove_groups_from_db.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20191008173003_remove_groups_from_db.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20191015223848_add_user_type.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20191015223848_add_user_type.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200122220220_remove_audit_table.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20200122220220_remove_audit_table.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200122221138_remove_notifications.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20200122221138_remove_notifications.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200130181446_remove_teams.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20200130181446_remove_teams.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200207001340_create_tags_table.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20200207001340_create_tags_table.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200219205548_update_devices_table.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20200219205548_update_devices_table.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200311183829_add_index_to_devices.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20200311183829_add_index_to_devices.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200331165906_add_on_delete_cascade.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20200331165906_add_on_delete_cascade.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200421180932_make_user_id_string.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20200421180932_make_user_id_string.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200430165120_add_email_column.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20200430165120_add_email_column.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200710184131_add_memo_to_org.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20200710184131_add_memo_to_org.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200722170152_add_device_dc_usage.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20200722170152_add_device_dc_usage.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200724155915_add_active_to_devices.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20200724155915_add_active_to_devices.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200915162905_add_column_in_events.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20200915162905_add_column_in_events.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201117002435_add_dc_used_to_events.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20201117002435_add_dc_used_to_events.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210111210917_add_org_id_to_events.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210111210917_add_org_id_to_events.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210113222245_add_adr_to_labels.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210113222245_add_adr_to_labels.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210121192441_add_webhook_table.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210121192441_add_webhook_table.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210226181240_change_event_table.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210226181240_change_event_table.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210316204328_remove_join_tables.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210316204328_remove_join_tables.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210318163309_clear_events_table.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210318163309_clear_events_table.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210421195523_add_alerts_table.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210421195523_add_alerts_table.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210421195919_add_alert_nodes_table.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210421195919_add_alert_nodes_table.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210421205517_add_adr_to_devices.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210421205517_add_adr_to_devices.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210427222351_remove_label_multibuy.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210427222351_remove_label_multibuy.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210427223600_add_multibuy_table.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210427223600_add_multibuy_table.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210506220027_add_app_eui_to_org.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210506220027_add_app_eui_to_org.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210812152735_add_hotspots_tables.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210812152735_add_hotspots_tables.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210917003445_add_error_to_channels.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210917003445_add_error_to_channels.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210927223711_add_index_to_owner.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210927223711_add_index_to_owner.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210928214347_config_profiles.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20210928214347_config_profiles.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20211004213534_update_indices.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20211004213534_update_indices.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20211019224100_add_index_to_events.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20211019224100_add_index_to_events.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20211020174207_hotspot_groups.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20211020174207_hotspot_groups.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20220119205726_remove_event_runs.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20220119205726_remove_event_runs.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20220309172745_update_mat_view.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20220309172745_update_mat_view.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20220330224731_packet_configs.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20220330224731_packet_configs.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20220602204340_remove_events_serial.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20220602204340_remove_events_serial.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20220622194911_create_ip_table.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20220622194911_create_ip_table.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230706482834_create_accepted_terms.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/migrations/20230706482834_create_accepted_terms.exs -------------------------------------------------------------------------------- /priv/repo/seeds.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/repo/seeds.exs -------------------------------------------------------------------------------- /priv/static/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/static/favicon.png -------------------------------------------------------------------------------- /priv/static/images/added.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/static/images/added.png -------------------------------------------------------------------------------- /priv/static/images/bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/static/images/bell.png -------------------------------------------------------------------------------- /priv/static/images/bluelogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/static/images/bluelogo.png -------------------------------------------------------------------------------- /priv/static/images/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/static/images/console.png -------------------------------------------------------------------------------- /priv/static/images/footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/static/images/footer.jpg -------------------------------------------------------------------------------- /priv/static/images/greysignoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/static/images/greysignoff.png -------------------------------------------------------------------------------- /priv/static/images/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/static/images/lock.png -------------------------------------------------------------------------------- /priv/static/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/static/images/logo.png -------------------------------------------------------------------------------- /priv/static/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/priv/static/robots.txt -------------------------------------------------------------------------------- /templates/.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/templates/.env -------------------------------------------------------------------------------- /templates/.env-router: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/templates/.env-router -------------------------------------------------------------------------------- /templates/app-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/templates/app-config.json -------------------------------------------------------------------------------- /templates/docker-compose-local.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/templates/docker-compose-local.yaml -------------------------------------------------------------------------------- /templates/docker-compose-quay.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/templates/docker-compose-quay.yaml -------------------------------------------------------------------------------- /templates/docker-compose-server.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/templates/docker-compose-server.yaml -------------------------------------------------------------------------------- /templates/nginx-default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/templates/nginx-default.conf -------------------------------------------------------------------------------- /test/console_web/controllers/alert_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/controllers/alert_controller_test.exs -------------------------------------------------------------------------------- /test/console_web/controllers/api_key_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/controllers/api_key_controller_test.exs -------------------------------------------------------------------------------- /test/console_web/controllers/channel_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/controllers/channel_controller_test.exs -------------------------------------------------------------------------------- /test/console_web/controllers/data_credit_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/controllers/data_credit_controller_test.exs -------------------------------------------------------------------------------- /test/console_web/controllers/device_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/controllers/device_controller_test.exs -------------------------------------------------------------------------------- /test/console_web/controllers/downlink_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/controllers/downlink_controller_test.exs -------------------------------------------------------------------------------- /test/console_web/controllers/function_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/controllers/function_controller_test.exs -------------------------------------------------------------------------------- /test/console_web/controllers/invitation_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/controllers/invitation_controller_test.exs -------------------------------------------------------------------------------- /test/console_web/controllers/label_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/controllers/label_controller_test.exs -------------------------------------------------------------------------------- /test/console_web/controllers/membership_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/controllers/membership_controller_test.exs -------------------------------------------------------------------------------- /test/console_web/controllers/organization_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/controllers/organization_controller_test.exs -------------------------------------------------------------------------------- /test/console_web/controllers/v1/v1_alert_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/controllers/v1/v1_alert_controller_test.exs -------------------------------------------------------------------------------- /test/console_web/controllers/v1/v1_device_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/controllers/v1/v1_device_controller_test.exs -------------------------------------------------------------------------------- /test/console_web/controllers/v1/v1_flow_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/controllers/v1/v1_flow_controller_test.exs -------------------------------------------------------------------------------- /test/console_web/controllers/v1/v1_label_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/controllers/v1/v1_label_controller_test.exs -------------------------------------------------------------------------------- /test/console_web/views/error_view_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/views/error_view_test.exs -------------------------------------------------------------------------------- /test/console_web/views/layout_view_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/views/layout_view_test.exs -------------------------------------------------------------------------------- /test/console_web/views/page_view_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/console_web/views/page_view_test.exs -------------------------------------------------------------------------------- /test/support/channel_case.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/support/channel_case.ex -------------------------------------------------------------------------------- /test/support/conn_case.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/support/conn_case.ex -------------------------------------------------------------------------------- /test/support/data_case.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/support/data_case.ex -------------------------------------------------------------------------------- /test/support/factory.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/support/factory.ex -------------------------------------------------------------------------------- /test/test_helper.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helium/console/HEAD/test/test_helper.exs --------------------------------------------------------------------------------