├── .github └── workflows │ └── build-ios-app.yml ├── .gitignore ├── .prettierignore ├── .prettierrc ├── .vscode └── settings.json ├── AUTHORS ├── CLAUDE.md ├── CONTRIBUTING.md ├── COPYING ├── COPYING-README.md ├── COUNTER_STRATEGY.md ├── DB_POOL_ANALYSIS.md ├── Makefile ├── PERFORMANCE_ANALYSIS.md ├── README.md ├── SECURITY.md ├── WHY_FEWER_CONNECTIONS_IS_BETTER.md ├── agora.code-workspace ├── doc ├── anonymous_pseudonym.md ├── direct-anonymous-posting.drawio ├── direct-anonymous-posting.drawio.png ├── embed.md ├── long-term-architecture-global-passport.drawio ├── long-term-architecture-global-passport.drawio.png ├── long-term-architecture-many-attributes.drawio ├── long-term-architecture-many-attributes.drawio.png ├── mix-account-and-direct-anon-posting.drawio ├── mix-account-and-direct-anon-posting.drawio.png ├── modules.drawio ├── modules.drawio.png ├── modules_oc2.drawio ├── modules_oc2.drawio.png ├── modules_oc2_just_architecture.drawio.png ├── nostr.drawio ├── nostr.drawio.png ├── pseudonymous-account.drawio ├── pseudonymous-account.drawio.png ├── secret_data_synchronization.md ├── short-term-architecture-oc2.drawio ├── short-term-architecture-oc2.drawio.png ├── short-term-architecture.drawio └── short-term-architecture.drawio.png ├── docs ├── banner.png ├── index.md └── zupass-add-on-ticket-investigation.md ├── public-keys └── prod │ ├── public.prod.v1.key │ └── public.prod.v2.key ├── run_all_in_kitty_tabs.sh ├── script ├── CONFIGURATION.md ├── backup_postgres.sh ├── change_shell.sh ├── create_sk_docker_secret.sh ├── docker-compose-polis.yml ├── docker-compose-production.yml ├── gen_keys.sh ├── rarimo │ ├── config │ │ └── config.yaml │ └── migrate-db-verificator.sh ├── renew-cert.sh ├── update-agora.sh └── vhosts │ └── nginx.conf └── services ├── README.md ├── agora ├── .dockerignore ├── .editorconfig ├── .gitignore ├── .npmrc ├── .prettierignore ├── .prettierrc ├── .vscode │ ├── extensions.json │ └── settings.json ├── COPYING ├── Dockerfile.production ├── Dockerfile.staging ├── README.md ├── copy_i18n.sh ├── env.example ├── eslint.config.js ├── icongenie-profile-png.json ├── icongenie-profile-splashscreen.json ├── icongenie │ ├── appIcon.png │ ├── splash-background.png │ └── splash-set.png ├── index.html ├── nginx.conf ├── package.json ├── postcss.config.js ├── public │ ├── favicon.ico │ ├── icons │ │ ├── favicon-128x128.png │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ └── favicon-96x96.png │ ├── images │ │ ├── cluster │ │ │ ├── cluster2-1-off-v2.svg │ │ │ ├── cluster2-1-on-v2.svg │ │ │ ├── cluster2-2-off-v2.svg │ │ │ ├── cluster2-2-on-v2.svg │ │ │ ├── cluster3-1-off-v2.svg │ │ │ ├── cluster3-1-on-v2.svg │ │ │ ├── cluster3-2-off-v2.svg │ │ │ ├── cluster3-2-on-v2.svg │ │ │ ├── cluster3-3-off-v2.svg │ │ │ ├── cluster3-3-on-v2.svg │ │ │ ├── cluster4-1-off-v2.svg │ │ │ ├── cluster4-1-on-v2.svg │ │ │ ├── cluster4-2-off-v2.svg │ │ │ ├── cluster4-2-on-v2.svg │ │ │ ├── cluster4-3-off-v2.svg │ │ │ ├── cluster4-3-on-v2.svg │ │ │ ├── cluster4-4-off-v2.svg │ │ │ ├── cluster4-4-on-v2.svg │ │ │ ├── cluster5-1-off-v2.svg │ │ │ ├── cluster5-1-on-v2.svg │ │ │ ├── cluster5-2-off-v2.svg │ │ │ ├── cluster5-2-on-v2.svg │ │ │ ├── cluster5-3-off-v2.svg │ │ │ ├── cluster5-3-on-v2.svg │ │ │ ├── cluster5-4-off-v2.svg │ │ │ ├── cluster5-4-on-v2.svg │ │ │ ├── cluster5-5-off-v2.svg │ │ │ ├── cluster5-5-on-v2.svg │ │ │ ├── cluster6-1-off-v2.svg │ │ │ ├── cluster6-1-on-v2.svg │ │ │ ├── cluster6-2-off-v2.svg │ │ │ ├── cluster6-2-on-v2.svg │ │ │ ├── cluster6-3-off-v2.svg │ │ │ ├── cluster6-3-on-v2.svg │ │ │ ├── cluster6-4-off-v2.svg │ │ │ ├── cluster6-4-on-v2.svg │ │ │ ├── cluster6-5-off-v2.svg │ │ │ ├── cluster6-5-on-v2.svg │ │ │ ├── cluster6-6-off-v2.svg │ │ │ └── cluster6-6-on-v2.svg │ │ ├── icons │ │ │ ├── agora-text.svg │ │ │ ├── agora-wings.svg │ │ │ └── stars.svg │ │ └── onboarding │ │ │ ├── background.webp │ │ │ ├── brand.webp │ │ │ ├── brandButterflies.png │ │ │ ├── clusterExample.png │ │ │ └── rarimoExample.png │ └── logo.svg ├── quasar.config.ts ├── scripts │ ├── apple_deploy.sh │ ├── artifact_sign.sh │ ├── build_capacitor.sh │ ├── gen_icons.sh │ └── upload_key_gen.sh ├── src-capacitor │ ├── Gemfile │ ├── Gemfile.lock │ ├── Matchfile │ ├── android │ │ ├── .gitignore │ │ ├── app │ │ │ ├── .gitignore │ │ │ ├── build.gradle │ │ │ ├── capacitor.build.gradle │ │ │ ├── proguard-rules.pro │ │ │ └── src │ │ │ │ ├── androidTest │ │ │ │ └── java │ │ │ │ │ └── com │ │ │ │ │ └── getcapacitor │ │ │ │ │ └── myapp │ │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ │ ├── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ │ └── com │ │ │ │ │ │ └── zkorum │ │ │ │ │ │ └── agora │ │ │ │ │ │ └── MainActivity.java │ │ │ │ └── res │ │ │ │ │ ├── drawable-land-hdpi │ │ │ │ │ └── splash.png │ │ │ │ │ ├── drawable-land-mdpi │ │ │ │ │ └── splash.png │ │ │ │ │ ├── drawable-land-xhdpi │ │ │ │ │ └── splash.png │ │ │ │ │ ├── drawable-land-xxhdpi │ │ │ │ │ └── splash.png │ │ │ │ │ ├── drawable-land-xxxhdpi │ │ │ │ │ └── splash.png │ │ │ │ │ ├── drawable-port-hdpi │ │ │ │ │ └── splash.png │ │ │ │ │ ├── drawable-port-mdpi │ │ │ │ │ └── splash.png │ │ │ │ │ ├── drawable-port-xhdpi │ │ │ │ │ └── splash.png │ │ │ │ │ ├── drawable-port-xxhdpi │ │ │ │ │ └── splash.png │ │ │ │ │ ├── drawable-port-xxxhdpi │ │ │ │ │ └── splash.png │ │ │ │ │ ├── drawable-v24 │ │ │ │ │ └── ic_launcher_foreground.xml │ │ │ │ │ ├── drawable │ │ │ │ │ ├── ic_launcher_background.xml │ │ │ │ │ └── splash.png │ │ │ │ │ ├── layout │ │ │ │ │ └── activity_main.xml │ │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ │ ├── ic_launcher.xml │ │ │ │ │ └── ic_launcher_round.xml │ │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── values │ │ │ │ │ ├── ic_launcher_background.xml │ │ │ │ │ ├── strings.xml │ │ │ │ │ └── styles.xml │ │ │ │ │ └── xml │ │ │ │ │ └── file_paths.xml │ │ │ │ └── test │ │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── getcapacitor │ │ │ │ └── myapp │ │ │ │ └── ExampleUnitTest.java │ │ ├── build.gradle │ │ ├── capacitor.settings.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ ├── settings.gradle │ │ └── variables.gradle │ ├── capacitor-flag.d.ts │ ├── capacitor.config.json │ ├── fastlane │ │ ├── Appfile │ │ ├── Fastfile │ │ └── Gymfile │ ├── ios │ │ ├── .gitignore │ │ └── App │ │ │ ├── App.xcodeproj │ │ │ └── project.pbxproj │ │ │ ├── App.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ ├── App │ │ │ ├── AppDelegate.swift │ │ │ ├── Assets.xcassets │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ ├── AppIcon-20x20@1x.png │ │ │ │ │ ├── AppIcon-20x20@2x-1.png │ │ │ │ │ ├── AppIcon-20x20@2x.png │ │ │ │ │ ├── AppIcon-20x20@3x.png │ │ │ │ │ ├── AppIcon-29x29@1x.png │ │ │ │ │ ├── AppIcon-29x29@2x-1.png │ │ │ │ │ ├── AppIcon-29x29@2x.png │ │ │ │ │ ├── AppIcon-29x29@3x.png │ │ │ │ │ ├── AppIcon-40x40@1x.png │ │ │ │ │ ├── AppIcon-40x40@2x-1.png │ │ │ │ │ ├── AppIcon-40x40@2x.png │ │ │ │ │ ├── AppIcon-40x40@3x.png │ │ │ │ │ ├── AppIcon-512@2x.png │ │ │ │ │ ├── AppIcon-60x60@2x.png │ │ │ │ │ ├── AppIcon-60x60@3x.png │ │ │ │ │ ├── AppIcon-76x76@1x.png │ │ │ │ │ ├── AppIcon-76x76@2x.png │ │ │ │ │ ├── AppIcon-83.5x83.5@2x.png │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ └── Splash.imageset │ │ │ │ │ ├── Contents.json │ │ │ │ │ ├── splash-2732x2732-1.png │ │ │ │ │ ├── splash-2732x2732-2.png │ │ │ │ │ └── splash-2732x2732.png │ │ │ ├── Base.lproj │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ └── Main.storyboard │ │ │ └── Info.plist │ │ │ ├── Podfile │ │ │ └── Podfile.lock │ ├── package.json │ └── yarn.lock ├── src │ ├── App.vue │ ├── api │ │ ├── .gitignore │ │ ├── .npmignore │ │ ├── .openapi-generator-ignore │ │ ├── .openapi-generator │ │ │ ├── FILES │ │ │ └── VERSION │ │ ├── api.ts │ │ ├── base.ts │ │ ├── common.ts │ │ ├── configuration.ts │ │ ├── git_push.sh │ │ └── index.ts │ ├── assets │ │ ├── icons │ │ │ └── navigation │ │ │ │ ├── explore-filled.svg │ │ │ │ ├── explore-standard.svg │ │ │ │ ├── home-filled.svg │ │ │ │ ├── home-standard.svg │ │ │ │ ├── notification-filled.svg │ │ │ │ ├── notification-standard.svg │ │ │ │ ├── profile-filled.svg │ │ │ │ ├── profile-standard.svg │ │ │ │ ├── settings-filled.svg │ │ │ │ └── settings-standard.svg │ │ └── quasar-logo-vertical.svg │ ├── boot │ │ ├── .gitkeep │ │ ├── axios.ts │ │ ├── embeddedBrowserGuard.ts │ │ ├── i18n.ts │ │ ├── maz-ui.ts │ │ ├── primevue.ts │ │ ├── sentry.ts │ │ └── vue-query.ts │ ├── components │ │ ├── account │ │ │ ├── DynamicProfileImage.vue │ │ │ ├── EmbedAccountWidget.i18n.ts │ │ │ ├── EmbedAccountWidget.vue │ │ │ ├── OrganizationImage.vue │ │ │ ├── UserAvatar.vue │ │ │ ├── UsernameChange.i18n.ts │ │ │ └── UsernameChange.vue │ │ ├── administrator │ │ │ └── organization │ │ │ │ ├── CreateOrganizationForm.i18n.ts │ │ │ │ ├── CreateOrganizationForm.vue │ │ │ │ ├── DeleteOrganizationForm.i18n.ts │ │ │ │ ├── DeleteOrganizationForm.vue │ │ │ │ ├── OrganizationView.i18n.ts │ │ │ │ ├── OrganizationView.vue │ │ │ │ ├── UserOrganizationMappings.i18n.ts │ │ │ │ └── UserOrganizationMappings.vue │ │ ├── authentication │ │ │ ├── AuthContentWrapper.vue │ │ │ └── intention │ │ │ │ ├── DialogContainer.vue │ │ │ │ ├── PreLoginIntentionDialog.i18n.ts │ │ │ │ └── PreLoginIntentionDialog.vue │ │ ├── community │ │ │ └── CommunityIcon.vue │ │ ├── embeddedBrowser │ │ │ ├── EmbeddedBrowserWarningDialog.i18n.ts │ │ │ └── EmbeddedBrowserWarningDialog.vue │ │ ├── features │ │ │ ├── conversation │ │ │ │ ├── ConversationTitleWithPrivacyLabel.i18n.ts │ │ │ │ └── ConversationTitleWithPrivacyLabel.vue │ │ │ ├── opinion │ │ │ │ └── VotingButton.vue │ │ │ ├── topics │ │ │ │ └── FollowButton.vue │ │ │ ├── ui │ │ │ │ ├── StaticIcon.i18n.ts │ │ │ │ └── StaticIcon.vue │ │ │ └── user │ │ │ │ ├── DisplayUsername.i18n.ts │ │ │ │ ├── DisplayUsername.vue │ │ │ │ ├── UserIdentityCard.i18n.ts │ │ │ │ ├── UserIdentityCard.vue │ │ │ │ ├── UserMetadata.i18n.ts │ │ │ │ └── UserMetadata.vue │ │ ├── feed │ │ │ ├── CompactPostList.i18n.ts │ │ │ ├── CompactPostList.vue │ │ │ └── NavigationTabs.vue │ │ ├── language │ │ │ ├── LanguageSwitcher.vue │ │ │ ├── SpokenLanguageSelector.i18n.ts │ │ │ └── SpokenLanguageSelector.vue │ │ ├── models.ts │ │ ├── navigation │ │ │ ├── FloatingBottomContainer.vue │ │ │ ├── NavigationButton.vue │ │ │ ├── SideDrawer.i18n.ts │ │ │ ├── SideDrawer.vue │ │ │ ├── WidthWrapper.vue │ │ │ ├── buttons │ │ │ │ ├── BackButton.vue │ │ │ │ ├── CloseButton.vue │ │ │ │ ├── LoginButton.vue │ │ │ │ └── MenuButton.vue │ │ │ ├── footer │ │ │ │ ├── FooterBar.i18n.ts │ │ │ │ └── FooterBar.vue │ │ │ └── header │ │ │ │ ├── DefaultMenuBar.i18n.ts │ │ │ │ ├── DefaultMenuBar.vue │ │ │ │ ├── TopMenuWrapper.vue │ │ │ │ └── variants │ │ │ │ ├── EntityMenuBar.vue │ │ │ │ ├── HomeMenuBar.vue │ │ │ │ ├── ModalMenuBar.vue │ │ │ │ ├── StandardMenuBar.vue │ │ │ │ └── index.ts │ │ ├── newConversation │ │ │ ├── ConversationControlButton.vue │ │ │ ├── NewConversationControlBar.i18n.ts │ │ │ ├── NewConversationControlBar.vue │ │ │ ├── NewConversationLayout.vue │ │ │ ├── NewConversationRouteGuard.i18n.ts │ │ │ ├── NewConversationRouteGuard.vue │ │ │ ├── PolisUrlInput.i18n.ts │ │ │ ├── PolisUrlInput.vue │ │ │ ├── PollComponent.i18n.ts │ │ │ ├── PollComponent.vue │ │ │ ├── StartConversationButtonCompact.vue │ │ │ ├── StartConversationButtonLong.i18n.ts │ │ │ ├── StartConversationButtonLong.vue │ │ │ └── dialog │ │ │ │ ├── CustomTimerDialog.i18n.ts │ │ │ │ ├── CustomTimerDialog.vue │ │ │ │ ├── EventTicketRequirementDialog.i18n.ts │ │ │ │ ├── EventTicketRequirementDialog.vue │ │ │ │ ├── EventTicketSelectionDialog.i18n.ts │ │ │ │ ├── EventTicketSelectionDialog.vue │ │ │ │ ├── LoginRequirementDialog.i18n.ts │ │ │ │ ├── LoginRequirementDialog.vue │ │ │ │ ├── MakePublicTimerDialog.i18n.ts │ │ │ │ ├── MakePublicTimerDialog.vue │ │ │ │ ├── ModeChangeConfirmationDialog.i18n.ts │ │ │ │ ├── ModeChangeConfirmationDialog.vue │ │ │ │ ├── PostAsAccountDialog.vue │ │ │ │ ├── PostTypeDialog.i18n.ts │ │ │ │ ├── PostTypeDialog.vue │ │ │ │ ├── VisibilityOptionsDialog.i18n.ts │ │ │ │ └── VisibilityOptionsDialog.vue │ │ ├── notification │ │ │ └── NewNotificationIndicator.vue │ │ ├── onboarding │ │ │ ├── backgrounds │ │ │ │ ├── ClusterImageExample.vue │ │ │ │ ├── DefaultImageExample.vue │ │ │ │ └── RarimoImageExample.vue │ │ │ ├── dialogs │ │ │ │ └── PostSignupPreferencesDialog.vue │ │ │ ├── layouts │ │ │ │ ├── DialogStepLayout.i18n.ts │ │ │ │ ├── DialogStepLayout.vue │ │ │ │ ├── OnboardStepper.vue │ │ │ │ └── StepperLayout.vue │ │ │ ├── steps │ │ │ │ ├── SpokenLanguageStep.i18n.ts │ │ │ │ ├── SpokenLanguageStep.vue │ │ │ │ ├── TopicSelectionStep.i18n.ts │ │ │ │ └── TopicSelectionStep.vue │ │ │ └── ui │ │ │ │ ├── InfoHeader.vue │ │ │ │ ├── SignupAgreement.i18n.ts │ │ │ │ └── SignupAgreement.vue │ │ ├── post │ │ │ ├── EventTicketRequirementBanner.i18n.ts │ │ │ ├── EventTicketRequirementBanner.vue │ │ │ ├── NewPostButtonWrapper.vue │ │ │ ├── PostDetails.i18n.ts │ │ │ ├── PostDetails.vue │ │ │ ├── ShareDialog.i18n.ts │ │ │ ├── ShareDialog.vue │ │ │ ├── analysis │ │ │ │ ├── AnalysisPage.i18n.ts │ │ │ │ ├── AnalysisPage.vue │ │ │ │ ├── common │ │ │ │ │ ├── AnalysisActionButton.i18n.ts │ │ │ │ │ ├── AnalysisActionButton.vue │ │ │ │ │ ├── AnalysisSectionWrapper.vue │ │ │ │ │ ├── AnalysisTitleHeader.vue │ │ │ │ │ ├── EmptyStateMessage.vue │ │ │ │ │ ├── OpinionGridLayout.vue │ │ │ │ │ ├── VoteCountVisualizer.i18n.ts │ │ │ │ │ └── VoteCountVisualizer.vue │ │ │ │ ├── consensusTab │ │ │ │ │ ├── ConsensusItem.i18n.ts │ │ │ │ │ ├── ConsensusItem.vue │ │ │ │ │ ├── ConsensusTab.i18n.ts │ │ │ │ │ ├── ConsensusTab.vue │ │ │ │ │ ├── OpinionAnalysisDialog.i18n.ts │ │ │ │ │ └── OpinionAnalysisDialog.vue │ │ │ │ ├── divisivenessTab │ │ │ │ │ ├── DivisiveTab.i18n.ts │ │ │ │ │ └── DivisiveTab.vue │ │ │ │ ├── opinionGroupTab │ │ │ │ │ ├── ClusterInformationDialog.i18n.ts │ │ │ │ │ ├── ClusterInformationDialog.vue │ │ │ │ │ ├── ClusterTabs.vue │ │ │ │ │ ├── ClusterVisualization.i18n.ts │ │ │ │ │ ├── ClusterVisualization.vue │ │ │ │ │ ├── GroupConsensusSummary.i18n.ts │ │ │ │ │ ├── GroupConsensusSummary.vue │ │ │ │ │ ├── OpinionGroupComments.i18n.ts │ │ │ │ │ ├── OpinionGroupComments.vue │ │ │ │ │ ├── OpinionGroupSelector.vue │ │ │ │ │ ├── OpinionGroupTab.i18n.ts │ │ │ │ │ └── OpinionGroupTab.vue │ │ │ │ └── shortcutBar │ │ │ │ │ ├── ShortcutBar.i18n.ts │ │ │ │ │ ├── ShortcutBar.vue │ │ │ │ │ └── ShortcutButton.vue │ │ │ ├── comments │ │ │ │ ├── CommentComposer.i18n.ts │ │ │ │ ├── CommentComposer.vue │ │ │ │ ├── CommentSection.i18n.ts │ │ │ │ ├── CommentSection.vue │ │ │ │ ├── OpinionIdentityCard.i18n.ts │ │ │ │ ├── OpinionIdentityCard.vue │ │ │ │ ├── OpinionNotFoundBanner.i18n.ts │ │ │ │ ├── OpinionNotFoundBanner.vue │ │ │ │ ├── group │ │ │ │ │ ├── CommentGroup.i18n.ts │ │ │ │ │ ├── CommentGroup.vue │ │ │ │ │ ├── CommentSortingSelector.i18n.ts │ │ │ │ │ ├── CommentSortingSelector.vue │ │ │ │ │ └── item │ │ │ │ │ │ ├── CommentActionBar.i18n.ts │ │ │ │ │ │ ├── CommentActionBar.vue │ │ │ │ │ │ ├── CommentActionOptions.i18n.ts │ │ │ │ │ │ ├── CommentActionOptions.vue │ │ │ │ │ │ ├── CommentItem.vue │ │ │ │ │ │ ├── CommentModeration.i18n.ts │ │ │ │ │ │ └── CommentModeration.vue │ │ │ │ └── ui │ │ │ │ │ ├── CommentLoadingError.i18n.ts │ │ │ │ │ └── CommentLoadingError.vue │ │ │ ├── common │ │ │ │ └── moderation │ │ │ │ │ ├── ModerationTime.i18n.ts │ │ │ │ │ └── ModerationTime.vue │ │ │ ├── display │ │ │ │ ├── PostContent.vue │ │ │ │ ├── PostLockedMessage.i18n.ts │ │ │ │ ├── PostLockedMessage.vue │ │ │ │ ├── PostMetadata.vue │ │ │ │ └── poll │ │ │ │ │ ├── PollOption.vue │ │ │ │ │ ├── PollWrapper.i18n.ts │ │ │ │ │ └── PollWrapper.vue │ │ │ └── interactionBar │ │ │ │ ├── InteractionTab.i18n.ts │ │ │ │ ├── InteractionTab.vue │ │ │ │ ├── PostActionBar.i18n.ts │ │ │ │ └── PostActionBar.vue │ │ ├── report │ │ │ ├── ReportContentDialog.i18n.ts │ │ │ └── ReportContentDialog.vue │ │ ├── routeGuard │ │ │ ├── ExitRoutePrompt.i18n.ts │ │ │ └── ExitRoutePrompt.vue │ │ ├── settings │ │ │ ├── MutedUsers.i18n.ts │ │ │ ├── MutedUsers.vue │ │ │ ├── SettingsItem.vue │ │ │ ├── SettingsMenuItem.vue │ │ │ ├── SettingsSearchInput.i18n.ts │ │ │ ├── SettingsSearchInput.vue │ │ │ └── SettingsSection.vue │ │ ├── ui-library │ │ │ ├── ZKActionDialog.vue │ │ │ ├── ZKBottomDialogContainer.vue │ │ │ ├── ZKButton.vue │ │ │ ├── ZKCard.vue │ │ │ ├── ZKConfirmDialog.vue │ │ │ ├── ZKDialogOptionsList.vue │ │ │ ├── ZKEditor.vue │ │ │ ├── ZKGradientButton.vue │ │ │ ├── ZKHoverEffect.vue │ │ │ ├── ZKHtmlContent.i18n.ts │ │ │ ├── ZKHtmlContent.vue │ │ │ ├── ZKIcon.vue │ │ │ ├── ZKIconButton.vue │ │ │ ├── ZKStyledIcon.vue │ │ │ ├── ZKStyledText.vue │ │ │ ├── ZKTab.vue │ │ │ └── ZKTitleBodyWrapper.vue │ │ ├── ui │ │ │ ├── AsyncStateHandler.i18n.ts │ │ │ └── AsyncStateHandler.vue │ │ └── zupass │ │ │ ├── ZupassTicketVerification.i18n.ts │ │ │ └── ZupassTicketVerification.vue │ ├── composables │ │ ├── auth │ │ │ ├── index.ts │ │ │ └── useConversationLoginIntentions.ts │ │ ├── conversation │ │ │ ├── index.ts │ │ │ └── useConversationData.ts │ │ ├── opinion │ │ │ ├── types.ts │ │ │ ├── useOpinionFiltering.ts │ │ │ ├── useOpinionPagination.ts │ │ │ ├── useOpinionVoting.ts │ │ │ └── useTargetOpinion.ts │ │ ├── share │ │ │ └── useShareActions.ts │ │ ├── ui │ │ │ ├── index.ts │ │ │ ├── useComponentI18n.ts │ │ │ ├── useComputedPagination.ts │ │ │ ├── useMenuBarActions.ts │ │ │ └── useOpinionAgreements.ts │ │ └── zupass │ │ │ ├── useTicketVerificationFlow.ts │ │ │ └── useZupassVerification.ts │ ├── css │ │ ├── _hover-effects.scss │ │ ├── app.scss │ │ ├── fonts │ │ │ └── Albert_Sans │ │ │ │ ├── AlbertSans-Italic-VariableFont_wght.ttf │ │ │ │ ├── AlbertSans-VariableFont_wght.ttf │ │ │ │ └── OFL.txt │ │ └── quasar.variables.scss │ ├── env.d.ts │ ├── i18n │ │ ├── ar │ │ │ └── index.ts │ │ ├── en │ │ │ └── index.ts │ │ ├── es │ │ │ └── index.ts │ │ ├── fr │ │ │ └── index.ts │ │ ├── index.ts │ │ ├── ja │ │ │ └── index.ts │ │ ├── types.ts │ │ ├── zh-Hans │ │ │ └── index.ts │ │ └── zh-Hant │ │ │ └── index.ts │ ├── layouts │ │ ├── DrawerLayout.vue │ │ ├── EmbedLayout.vue │ │ └── OnboardingLayout.vue │ ├── pages │ │ ├── conversation │ │ │ ├── [postSlugId].embed.vue │ │ │ ├── [postSlugId].vue │ │ │ └── new │ │ │ │ ├── create │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ │ │ └── review │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ ├── dev │ │ │ ├── component-testing.i18n.ts │ │ │ ├── component-testing.vue │ │ │ ├── opinion-group-visualization.i18n.ts │ │ │ ├── opinion-group-visualization.vue │ │ │ └── test-components │ │ │ │ ├── AsyncStateHandlerTest.i18n.ts │ │ │ │ ├── AsyncStateHandlerTest.vue │ │ │ │ ├── EmbeddedBrowserWarningTest.i18n.ts │ │ │ │ ├── EmbeddedBrowserWarningTest.vue │ │ │ │ ├── OpinionGroupVisualizationTest.i18n.ts │ │ │ │ ├── OpinionGroupVisualizationTest.vue │ │ │ │ ├── PreferencesDialogTest.i18n.ts │ │ │ │ └── PreferencesDialogTest.vue │ │ ├── index.i18n.ts │ │ ├── index.vue │ │ ├── legal │ │ │ ├── guidelines │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ │ ├── privacy │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ │ └── terms │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ ├── moderate │ │ │ └── conversation │ │ │ │ └── [conversationSlugId] │ │ │ │ ├── index.i18n.ts │ │ │ │ ├── index.vue │ │ │ │ └── opinion │ │ │ │ └── [opinionSlugId] │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ ├── notification │ │ │ ├── index.i18n.ts │ │ │ └── index.vue │ │ ├── onboarding │ │ │ ├── step1-login │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ │ ├── step1-signup │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ │ ├── step2-signup │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ │ ├── step3-passport │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ │ ├── step3-phone-1 │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ │ ├── step3-phone-2 │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ │ ├── step4-username │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ │ └── step5-experience-deprecated │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ ├── reports │ │ │ └── [reportType] │ │ │ │ └── [conversationSlugId] │ │ │ │ ├── [[opinionSlugId]].i18n.ts │ │ │ │ └── [[opinionSlugId]].vue │ │ ├── settings │ │ │ ├── account │ │ │ │ ├── administrator │ │ │ │ │ └── organization │ │ │ │ │ │ ├── index.i18n.ts │ │ │ │ │ │ └── index.vue │ │ │ │ ├── content-preference │ │ │ │ │ ├── index.i18n.ts │ │ │ │ │ └── index.vue │ │ │ │ └── profile │ │ │ │ │ ├── index.i18n.ts │ │ │ │ │ └── index.vue │ │ │ ├── index.i18n.ts │ │ │ ├── index.vue │ │ │ └── languages │ │ │ │ ├── display-language │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ │ │ ├── index.i18n.ts │ │ │ │ ├── index.vue │ │ │ │ └── spoken-languages │ │ │ │ ├── index.i18n.ts │ │ │ │ └── index.vue │ │ ├── topic │ │ │ ├── [topicCode].i18n.ts │ │ │ └── [topicCode].vue │ │ ├── topics │ │ │ ├── index.i18n.ts │ │ │ └── index.vue │ │ ├── user-profile.i18n.ts │ │ ├── user-profile.vue │ │ ├── user-profile │ │ │ ├── conversations │ │ │ │ └── index.vue │ │ │ └── opinions │ │ │ │ └── index.vue │ │ └── welcome │ │ │ ├── index.i18n.ts │ │ │ └── index.vue │ ├── router │ │ └── index.ts │ ├── shared-app-api │ │ ├── base64.ts │ │ ├── conversationLogic.ts │ │ ├── html.ts │ │ ├── phone.ts │ │ └── ucan │ │ │ └── ucan.ts │ ├── shared │ │ ├── arrbufs.ts │ │ ├── did │ │ │ └── util.ts │ │ ├── languages.ts │ │ ├── shared.ts │ │ ├── types │ │ │ ├── dto.ts │ │ │ ├── externalPolis.ts │ │ │ ├── polis.ts │ │ │ └── zod.ts │ │ ├── util.ts │ │ ├── utils │ │ │ └── polis.ts │ │ └── zupass │ │ │ └── eventConfig.ts │ ├── stores │ │ ├── authentication.ts │ │ ├── community.ts │ │ ├── embeddedBrowserWarning.ts │ │ ├── homeFeed.ts │ │ ├── index.ts │ │ ├── language.ts │ │ ├── layout │ │ │ └── header.ts │ │ ├── loginIntention.i18n.ts │ │ ├── loginIntention.ts │ │ ├── navigation.ts │ │ ├── newConversationDrafts.ts │ │ ├── newOpinionDrafts.ts │ │ ├── notification.ts │ │ ├── onboarding │ │ │ ├── flow.ts │ │ │ ├── phone.ts │ │ │ └── preferences.ts │ │ ├── store-flag.d.ts │ │ ├── topic.ts │ │ └── user.ts │ ├── stubs │ │ ├── constants.js │ │ ├── crypto.js │ │ ├── fs.js │ │ └── path.js │ ├── utils │ │ ├── actions │ │ │ ├── core │ │ │ │ ├── handlers.ts │ │ │ │ ├── permissions.ts │ │ │ │ └── types.ts │ │ │ └── definitions │ │ │ │ ├── comments.ts │ │ │ │ ├── content-actions.i18n.ts │ │ │ │ ├── content-actions.ts │ │ │ │ ├── posts.ts │ │ │ │ ├── share-actions.i18n.ts │ │ │ │ └── share-actions.ts │ │ ├── api │ │ │ ├── account.ts │ │ │ ├── administrator │ │ │ │ └── organization.ts │ │ │ ├── auth.ts │ │ │ ├── client.ts │ │ │ ├── comment │ │ │ │ ├── comment.ts │ │ │ │ ├── useCommentQueries.i18n.ts │ │ │ │ └── useCommentQueries.ts │ │ │ ├── common.i18n.ts │ │ │ ├── common.ts │ │ │ ├── language.ts │ │ │ ├── moderation.ts │ │ │ ├── muteUser.ts │ │ │ ├── notification.ts │ │ │ ├── poll.ts │ │ │ ├── post.ts │ │ │ ├── report.ts │ │ │ ├── temp.ts │ │ │ ├── topic.ts │ │ │ ├── user.ts │ │ │ ├── vote.ts │ │ │ ├── vote │ │ │ │ └── useVoteQueries.ts │ │ │ └── zupass.ts │ │ ├── auth │ │ │ └── setup.ts │ │ ├── common.ts │ │ ├── component │ │ │ ├── analysis │ │ │ │ ├── analysisTypes.ts │ │ │ │ └── shortcutBar.ts │ │ │ ├── moderations.ts │ │ │ ├── notification │ │ │ │ └── menuRefresher.ts │ │ │ ├── opinion.ts │ │ │ ├── routing │ │ │ │ └── routeGuard.ts │ │ │ ├── settings │ │ │ │ └── settings.ts │ │ │ ├── userReports.i18n.ts │ │ │ └── userReports.ts │ │ ├── crypto │ │ │ ├── shared.ts │ │ │ ├── store.ts │ │ │ └── ucan │ │ │ │ ├── did │ │ │ │ ├── index.ts │ │ │ │ ├── local.ts │ │ │ │ └── transformers.ts │ │ │ │ ├── implementation.ts │ │ │ │ ├── implementation │ │ │ │ └── browser.ts │ │ │ │ └── operation.ts │ │ ├── css │ │ │ └── htmlNodeCssPatch.ts │ │ ├── html │ │ │ └── viewPort.ts │ │ ├── language │ │ │ └── index.ts │ │ ├── model │ │ │ └── props.ts │ │ ├── native │ │ │ └── auth.ts │ │ ├── nav │ │ │ └── goBackButton.ts │ │ ├── processEnv.ts │ │ ├── query │ │ │ └── client.ts │ │ ├── router │ │ │ ├── guard.ts │ │ │ └── navigation.ts │ │ ├── share │ │ │ ├── WebShare.i18n.ts │ │ │ └── WebShare.ts │ │ ├── type-checks.ts │ │ ├── ui │ │ │ ├── dialog.ts │ │ │ ├── embedMode.ts │ │ │ ├── navigationIcons.ts │ │ │ └── notify.ts │ │ └── url │ │ │ └── conversationUrl.ts │ └── vue-router.d.ts ├── tsconfig.json └── yarn.lock ├── api ├── .dockerignore ├── .gitignore ├── .prettierignore ├── .prettierrc.json ├── .vscode │ └── settings.json ├── CLAUDE_AUTHENTICATION_SECURITY_ANALYSIS.md ├── CLAUDE_PLAN_MERGE_AND_RECOVERY.md ├── CLAUDE_REFACTORING_SUMMARY.md ├── COPYING ├── Dockerfile ├── README.md ├── database │ ├── flyway │ │ ├── V0000__deep_epoch.sql │ │ ├── V0001__rainy_ken_ellis.sql │ │ ├── V0002__vengeful_lily_hollister.sql │ │ ├── V0003__flawless_clint_barton.sql │ │ ├── V0004__daffy_tana_nile.sql │ │ ├── V0005__lucky_barracuda.sql │ │ ├── V0006__slim_gressill.sql │ │ ├── V0007__sturdy_rhino.sql │ │ ├── V0008__nosy_nightshade.sql │ │ ├── V0009__cold_pretty_boy.sql │ │ ├── V0010__wakeful_valkyrie.sql │ │ ├── V0011__concerned_mother_askani.sql │ │ ├── V0012__robust_blockbuster.sql │ │ ├── V0013__rapid_zarek.sql │ │ ├── V0014__ancient_hitman.sql │ │ ├── V0015__shiny_dracula.sql │ │ ├── V0016__sturdy_puck.sql │ │ ├── V0017__kind_living_lightning.sql │ │ ├── V0018__productive_ben_grimm.sql │ │ ├── V0019__tiresome_shiver_man.sql │ │ ├── V0020__tranquil_mastermind.sql │ │ ├── V0021__sticky_green_goblin.sql │ │ ├── V0022__tranquil_mantis.sql │ │ ├── V0023__friendly_barracuda.sql │ │ ├── V0024__easy_mindworm.sql │ │ ├── V0025__hesitant_the_spike.sql │ │ ├── V0026__clean_baron_strucker.sql │ │ ├── V0027__certain_nighthawk.sql │ │ ├── V0028.1__cleanup_bad_zupass_nullifiers.sql │ │ ├── V0028__icy_dexter_bennett.sql │ │ └── flyway.conf.example │ ├── init-db.sh │ ├── pg_hba.conf │ ├── replica-entrypoint.sh │ └── setup-replica.sh ├── docker-compose.yml ├── docker-compose.yml.new ├── drizzle.config.ts ├── drizzle │ ├── 0000_deep_epoch.sql │ ├── 0001_rainy_ken_ellis.sql │ ├── 0002_vengeful_lily_hollister.sql │ ├── 0003_flawless_clint_barton.sql │ ├── 0004_daffy_tana_nile.sql │ ├── 0005_lucky_barracuda.sql │ ├── 0006_slim_gressill.sql │ ├── 0007_sturdy_rhino.sql │ ├── 0008_nosy_nightshade.sql │ ├── 0009_cold_pretty_boy.sql │ ├── 0010_wakeful_valkyrie.sql │ ├── 0011_concerned_mother_askani.sql │ ├── 0012_robust_blockbuster.sql │ ├── 0013_rapid_zarek.sql │ ├── 0014_ancient_hitman.sql │ ├── 0015_shiny_dracula.sql │ ├── 0016_sturdy_puck.sql │ ├── 0017_kind_living_lightning.sql │ ├── 0018_productive_ben_grimm.sql │ ├── 0019_tiresome_shiver_man.sql │ ├── 0020_tranquil_mastermind.sql │ ├── 0021_sticky_green_goblin.sql │ ├── 0022_tranquil_mantis.sql │ ├── 0023_friendly_barracuda.sql │ ├── 0024_easy_mindworm.sql │ ├── 0025_hesitant_the_spike.sql │ ├── 0026_clean_baron_strucker.sql │ ├── 0027_certain_nighthawk.sql │ ├── 0028_icy_dexter_bennett.sql │ └── meta │ │ ├── 0000_snapshot.json │ │ ├── 0001_snapshot.json │ │ ├── 0002_snapshot.json │ │ ├── 0003_snapshot.json │ │ ├── 0004_snapshot.json │ │ ├── 0005_snapshot.json │ │ ├── 0006_snapshot.json │ │ ├── 0007_snapshot.json │ │ ├── 0008_snapshot.json │ │ ├── 0009_snapshot.json │ │ ├── 0010_snapshot.json │ │ ├── 0011_snapshot.json │ │ ├── 0012_snapshot.json │ │ ├── 0013_snapshot.json │ │ ├── 0014_snapshot.json │ │ ├── 0015_snapshot.json │ │ ├── 0016_snapshot.json │ │ ├── 0017_snapshot.json │ │ ├── 0018_snapshot.json │ │ ├── 0019_snapshot.json │ │ ├── 0020_snapshot.json │ │ ├── 0021_snapshot.json │ │ ├── 0022_snapshot.json │ │ ├── 0023_snapshot.json │ │ ├── 0024_snapshot.json │ │ ├── 0025_snapshot.json │ │ ├── 0026_snapshot.json │ │ ├── 0027_snapshot.json │ │ ├── 0028_snapshot.json │ │ └── _journal.json ├── env.example ├── eslint.config.mjs ├── esm-loader-lodash-fix.mjs ├── examples │ └── polis_csv │ │ └── .gitkeep ├── grafana │ └── provisioning │ │ ├── dashboards │ │ ├── dashboards.yml │ │ ├── k6-prometheus.json │ │ └── postgresql-database.json │ │ └── datasources │ │ └── prometheus.yml ├── jest.config.js ├── openapi-zkorum.json ├── openapitools.json ├── package.json ├── pnpm-lock.yaml ├── pnpm-workspace.yaml ├── postgresql-monitoring.conf ├── private.dev.key ├── prometheus.yml ├── public.dev.key ├── scripts │ └── rename_sql_migration_file.sh ├── src │ ├── app.ts │ ├── commands │ │ └── polis │ │ │ └── import.ts │ ├── crypto.ts │ ├── index.ts │ ├── service │ │ ├── account.ts │ │ ├── administrator │ │ │ └── organization.ts │ │ ├── auth.ts │ │ ├── auth │ │ │ └── core │ │ │ │ ├── stateHelpers.ts │ │ │ │ └── types.ts │ │ ├── authUtil.ts │ │ ├── clusterTranslation.ts │ │ ├── comment.ts │ │ ├── common.ts │ │ ├── feed.ts │ │ ├── import.ts │ │ ├── language.ts │ │ ├── llmLabelSummary.ts │ │ ├── merge.ts │ │ ├── migration.ts │ │ ├── moderation.ts │ │ ├── muteUser.ts │ │ ├── nostr.ts │ │ ├── notification.ts │ │ ├── p2p.ts │ │ ├── polis.ts │ │ ├── poll.ts │ │ ├── post.ts │ │ ├── rarimo.ts │ │ ├── recommendationSystem.ts │ │ ├── recovery.ts │ │ ├── report.ts │ │ ├── topic.ts │ │ ├── user.ts │ │ ├── voteBuffer.ts │ │ ├── voting.ts │ │ ├── zupass.ts │ │ └── zupassConfig.ts │ ├── shared-app-api │ │ ├── base64.ts │ │ ├── conversationLogic.ts │ │ ├── html.ts │ │ ├── phone.ts │ │ └── ucan │ │ │ └── ucan.ts │ ├── shared-backend │ │ ├── clusterTranslation.ts │ │ ├── config.ts │ │ ├── conversationCounters.ts │ │ ├── db.ts │ │ ├── googleCloudAuth.ts │ │ ├── logger.ts │ │ ├── redis.ts │ │ ├── schema.ts │ │ ├── translate.ts │ │ └── util.ts │ ├── shared │ │ ├── arrbufs.ts │ │ ├── did │ │ │ └── util.ts │ │ ├── languages.ts │ │ ├── shared.ts │ │ ├── types │ │ │ ├── dto.ts │ │ │ ├── externalPolis.ts │ │ │ ├── polis.ts │ │ │ └── zod.ts │ │ ├── util.ts │ │ ├── utils │ │ │ └── polis.ts │ │ └── zupass │ │ │ └── eventConfig.ts │ └── utils │ │ ├── dataStructure.ts │ │ ├── llmParse.ts │ │ ├── organizationLogic.ts │ │ └── sqlLogic.ts ├── tests │ └── parse-llm-output.test.ts ├── tsconfig.json └── vite.config.ts ├── broadcast ├── README.md ├── go.mod ├── go.sum └── main.go ├── images ├── mime.types └── nginx.conf ├── llm ├── AWS_mistral_testing.md ├── COPYING ├── README.md ├── assign_topics.md ├── cluster_label_inputs.md ├── llm_comparison.md └── topic_assignment_inputs.md ├── load-testing ├── .gitignore ├── .prettierrc.json ├── README.md ├── eslint.config.mjs ├── package.json ├── pnpm-lock.yaml ├── pnpm-workspace.yaml ├── scripts │ ├── run-scenario1-with-monitoring.sh │ └── run-scenario2-with-monitoring.sh ├── src │ ├── api │ │ ├── .gitignore │ │ ├── .npmignore │ │ ├── .openapi-generator-ignore │ │ ├── .openapi-generator │ │ │ ├── FILES │ │ │ └── VERSION │ │ ├── api.ts │ │ ├── base.ts │ │ ├── common.ts │ │ ├── configuration.ts │ │ ├── git_push.sh │ │ └── index.ts │ ├── crypto-polyfill.js │ ├── crypto │ │ ├── keystore │ │ │ └── memory.ts │ │ ├── store.ts │ │ └── ucan │ │ │ ├── did │ │ │ ├── index.ts │ │ │ ├── local.ts │ │ │ └── transformers.ts │ │ │ ├── implementation.ts │ │ │ ├── implementation │ │ │ ├── k6.ts │ │ │ └── node.ts │ │ │ └── operation.ts │ ├── scenario1-single-conversation.ts │ ├── scenario2-multiple-conversations.ts │ ├── shared │ │ ├── arrbufs.ts │ │ ├── did │ │ │ └── util.ts │ │ ├── languages.ts │ │ ├── shared.ts │ │ ├── types │ │ │ ├── dto.ts │ │ │ ├── externalPolis.ts │ │ │ ├── polis.ts │ │ │ └── zod.ts │ │ ├── util.ts │ │ ├── utils │ │ │ └── polis.ts │ │ └── zupass │ │ │ └── eventConfig.ts │ └── utils │ │ ├── api.ts │ │ └── userActions.ts ├── tsconfig.json └── vite.config.ts ├── math-updater ├── .dockerignore ├── .gitignore ├── .prettierignore ├── .prettierrc.json ├── COPYING ├── Dockerfile ├── README.md ├── env.example ├── package.json ├── pnpm-lock.yaml ├── pnpm-workspace-docker.yaml ├── src │ ├── app.ts │ ├── config.ts │ ├── index.ts │ ├── jobs │ │ ├── scanConversations.ts │ │ └── updateConversationMath.ts │ ├── logger.ts │ ├── services │ │ ├── commentHelper.ts │ │ ├── llmService.ts │ │ ├── polisHelpers.ts │ │ ├── polisMathUpdater.ts │ │ └── translationService.ts │ ├── shared-backend │ │ ├── clusterTranslation.ts │ │ ├── config.ts │ │ ├── conversationCounters.ts │ │ ├── db.ts │ │ ├── googleCloudAuth.ts │ │ ├── logger.ts │ │ ├── redis.ts │ │ ├── schema.ts │ │ ├── translate.ts │ │ └── util.ts │ ├── shared │ │ ├── arrbufs.ts │ │ ├── did │ │ │ └── util.ts │ │ ├── languages.ts │ │ ├── shared.ts │ │ ├── types │ │ │ ├── dto.ts │ │ │ ├── externalPolis.ts │ │ │ ├── polis.ts │ │ │ └── zod.ts │ │ ├── util.ts │ │ ├── utils │ │ │ └── polis.ts │ │ └── zupass │ │ │ └── eventConfig.ts │ └── utils │ │ └── llmParse.ts └── tsconfig.json ├── nlp ├── .gitignore ├── COPYING ├── README.md ├── pdm.lock ├── pyproject.toml ├── src │ └── nlp │ │ ├── __init__.py │ │ └── toxicity_classifier.py └── tests │ └── __init__.py ├── python-bridge ├── .dockerignore ├── .gitignore ├── .python-version ├── COPYING ├── Dockerfile ├── Makefile ├── README.md ├── gunicorn.conf.py ├── main.py └── pyproject.toml ├── shared-app-api ├── .gitignore ├── .prettierrc.json ├── .vscode │ └── settings.json ├── COPYING ├── README.md ├── eslint.config.mjs ├── jest.config.js ├── package.json ├── pnpm-lock.yaml ├── scripts │ └── rsync_and_sed.sh ├── src │ ├── base64.ts │ ├── conversationLogic.ts │ ├── html.ts │ ├── phone.ts │ └── ucan │ │ └── ucan.ts ├── tests │ └── common │ │ ├── base64.test.ts │ │ └── cid.test.ts └── tsconfig.json ├── shared-backend ├── .gitignore ├── .prettierrc.json ├── COPYING ├── DATABASE.md ├── README.md ├── package.json ├── pnpm-lock.yaml ├── scripts │ └── rsync_and_sed.sh ├── src │ ├── clusterTranslation.ts │ ├── config.ts │ ├── conversationCounters.ts │ ├── db.ts │ ├── googleCloudAuth.ts │ ├── logger.ts │ ├── redis.ts │ ├── schema.ts │ ├── translate.ts │ └── util.ts └── tsconfig.json └── shared ├── .gitignore ├── .prettierrc.json ├── COPYING ├── README.md ├── package.json ├── pnpm-lock.yaml ├── scripts └── rsync_and_sed.sh └── src ├── arrbufs.ts ├── did └── util.ts ├── languages.ts ├── shared.ts ├── types ├── dto.ts ├── externalPolis.ts ├── polis.ts └── zod.ts ├── util.ts ├── utils └── polis.ts └── zupass └── eventConfig.ts /.github/workflows/build-ios-app.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/.github/workflows/build-ios-app.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/.prettierignore -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/.prettierrc -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/AUTHORS -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/COPYING -------------------------------------------------------------------------------- /COPYING-README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/COPYING-README.md -------------------------------------------------------------------------------- /COUNTER_STRATEGY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/COUNTER_STRATEGY.md -------------------------------------------------------------------------------- /DB_POOL_ANALYSIS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/DB_POOL_ANALYSIS.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/Makefile -------------------------------------------------------------------------------- /PERFORMANCE_ANALYSIS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/PERFORMANCE_ANALYSIS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/SECURITY.md -------------------------------------------------------------------------------- /WHY_FEWER_CONNECTIONS_IS_BETTER.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/WHY_FEWER_CONNECTIONS_IS_BETTER.md -------------------------------------------------------------------------------- /agora.code-workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/agora.code-workspace -------------------------------------------------------------------------------- /doc/anonymous_pseudonym.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/anonymous_pseudonym.md -------------------------------------------------------------------------------- /doc/direct-anonymous-posting.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/direct-anonymous-posting.drawio -------------------------------------------------------------------------------- /doc/direct-anonymous-posting.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/direct-anonymous-posting.drawio.png -------------------------------------------------------------------------------- /doc/embed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/embed.md -------------------------------------------------------------------------------- /doc/long-term-architecture-global-passport.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/long-term-architecture-global-passport.drawio -------------------------------------------------------------------------------- /doc/long-term-architecture-global-passport.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/long-term-architecture-global-passport.drawio.png -------------------------------------------------------------------------------- /doc/long-term-architecture-many-attributes.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/long-term-architecture-many-attributes.drawio -------------------------------------------------------------------------------- /doc/long-term-architecture-many-attributes.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/long-term-architecture-many-attributes.drawio.png -------------------------------------------------------------------------------- /doc/mix-account-and-direct-anon-posting.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/mix-account-and-direct-anon-posting.drawio -------------------------------------------------------------------------------- /doc/mix-account-and-direct-anon-posting.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/mix-account-and-direct-anon-posting.drawio.png -------------------------------------------------------------------------------- /doc/modules.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/modules.drawio -------------------------------------------------------------------------------- /doc/modules.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/modules.drawio.png -------------------------------------------------------------------------------- /doc/modules_oc2.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/modules_oc2.drawio -------------------------------------------------------------------------------- /doc/modules_oc2.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/modules_oc2.drawio.png -------------------------------------------------------------------------------- /doc/modules_oc2_just_architecture.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/modules_oc2_just_architecture.drawio.png -------------------------------------------------------------------------------- /doc/nostr.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/nostr.drawio -------------------------------------------------------------------------------- /doc/nostr.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/nostr.drawio.png -------------------------------------------------------------------------------- /doc/pseudonymous-account.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/pseudonymous-account.drawio -------------------------------------------------------------------------------- /doc/pseudonymous-account.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/pseudonymous-account.drawio.png -------------------------------------------------------------------------------- /doc/secret_data_synchronization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/secret_data_synchronization.md -------------------------------------------------------------------------------- /doc/short-term-architecture-oc2.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/short-term-architecture-oc2.drawio -------------------------------------------------------------------------------- /doc/short-term-architecture-oc2.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/short-term-architecture-oc2.drawio.png -------------------------------------------------------------------------------- /doc/short-term-architecture.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/short-term-architecture.drawio -------------------------------------------------------------------------------- /doc/short-term-architecture.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/doc/short-term-architecture.drawio.png -------------------------------------------------------------------------------- /docs/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/docs/banner.png -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/zupass-add-on-ticket-investigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/docs/zupass-add-on-ticket-investigation.md -------------------------------------------------------------------------------- /public-keys/prod/public.prod.v1.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/public-keys/prod/public.prod.v1.key -------------------------------------------------------------------------------- /public-keys/prod/public.prod.v2.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/public-keys/prod/public.prod.v2.key -------------------------------------------------------------------------------- /run_all_in_kitty_tabs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/run_all_in_kitty_tabs.sh -------------------------------------------------------------------------------- /script/CONFIGURATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/script/CONFIGURATION.md -------------------------------------------------------------------------------- /script/backup_postgres.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/script/backup_postgres.sh -------------------------------------------------------------------------------- /script/change_shell.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/script/change_shell.sh -------------------------------------------------------------------------------- /script/create_sk_docker_secret.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/script/create_sk_docker_secret.sh -------------------------------------------------------------------------------- /script/docker-compose-polis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/script/docker-compose-polis.yml -------------------------------------------------------------------------------- /script/docker-compose-production.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/script/docker-compose-production.yml -------------------------------------------------------------------------------- /script/gen_keys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/script/gen_keys.sh -------------------------------------------------------------------------------- /script/rarimo/config/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/script/rarimo/config/config.yaml -------------------------------------------------------------------------------- /script/rarimo/migrate-db-verificator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/script/rarimo/migrate-db-verificator.sh -------------------------------------------------------------------------------- /script/renew-cert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/script/renew-cert.sh -------------------------------------------------------------------------------- /script/update-agora.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/script/update-agora.sh -------------------------------------------------------------------------------- /script/vhosts/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/script/vhosts/nginx.conf -------------------------------------------------------------------------------- /services/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/README.md -------------------------------------------------------------------------------- /services/agora/.dockerignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | *.temporary 3 | -------------------------------------------------------------------------------- /services/agora/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/.editorconfig -------------------------------------------------------------------------------- /services/agora/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/.gitignore -------------------------------------------------------------------------------- /services/agora/.npmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/.npmrc -------------------------------------------------------------------------------- /services/agora/.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/.prettierignore -------------------------------------------------------------------------------- /services/agora/.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/.prettierrc -------------------------------------------------------------------------------- /services/agora/.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/.vscode/extensions.json -------------------------------------------------------------------------------- /services/agora/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/.vscode/settings.json -------------------------------------------------------------------------------- /services/agora/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/COPYING -------------------------------------------------------------------------------- /services/agora/Dockerfile.production: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/Dockerfile.production -------------------------------------------------------------------------------- /services/agora/Dockerfile.staging: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/Dockerfile.staging -------------------------------------------------------------------------------- /services/agora/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/README.md -------------------------------------------------------------------------------- /services/agora/copy_i18n.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/copy_i18n.sh -------------------------------------------------------------------------------- /services/agora/env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/env.example -------------------------------------------------------------------------------- /services/agora/eslint.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/eslint.config.js -------------------------------------------------------------------------------- /services/agora/icongenie-profile-png.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/icongenie-profile-png.json -------------------------------------------------------------------------------- /services/agora/icongenie-profile-splashscreen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/icongenie-profile-splashscreen.json -------------------------------------------------------------------------------- /services/agora/icongenie/appIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/icongenie/appIcon.png -------------------------------------------------------------------------------- /services/agora/icongenie/splash-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/icongenie/splash-background.png -------------------------------------------------------------------------------- /services/agora/icongenie/splash-set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/icongenie/splash-set.png -------------------------------------------------------------------------------- /services/agora/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/index.html -------------------------------------------------------------------------------- /services/agora/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/nginx.conf -------------------------------------------------------------------------------- /services/agora/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/package.json -------------------------------------------------------------------------------- /services/agora/postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/postcss.config.js -------------------------------------------------------------------------------- /services/agora/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/favicon.ico -------------------------------------------------------------------------------- /services/agora/public/icons/favicon-128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/icons/favicon-128x128.png -------------------------------------------------------------------------------- /services/agora/public/icons/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/icons/favicon-16x16.png -------------------------------------------------------------------------------- /services/agora/public/icons/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/icons/favicon-32x32.png -------------------------------------------------------------------------------- /services/agora/public/icons/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/icons/favicon-96x96.png -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster2-1-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster2-1-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster2-1-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster2-1-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster2-2-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster2-2-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster2-2-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster2-2-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster3-1-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster3-1-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster3-1-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster3-1-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster3-2-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster3-2-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster3-2-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster3-2-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster3-3-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster3-3-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster3-3-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster3-3-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster4-1-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster4-1-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster4-1-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster4-1-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster4-2-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster4-2-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster4-2-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster4-2-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster4-3-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster4-3-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster4-3-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster4-3-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster4-4-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster4-4-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster4-4-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster4-4-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster5-1-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster5-1-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster5-1-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster5-1-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster5-2-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster5-2-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster5-2-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster5-2-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster5-3-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster5-3-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster5-3-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster5-3-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster5-4-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster5-4-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster5-4-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster5-4-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster5-5-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster5-5-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster5-5-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster5-5-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster6-1-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster6-1-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster6-1-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster6-1-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster6-2-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster6-2-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster6-2-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster6-2-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster6-3-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster6-3-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster6-3-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster6-3-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster6-4-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster6-4-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster6-4-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster6-4-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster6-5-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster6-5-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster6-5-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster6-5-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster6-6-off-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster6-6-off-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/cluster/cluster6-6-on-v2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/cluster/cluster6-6-on-v2.svg -------------------------------------------------------------------------------- /services/agora/public/images/icons/agora-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/icons/agora-text.svg -------------------------------------------------------------------------------- /services/agora/public/images/icons/agora-wings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/icons/agora-wings.svg -------------------------------------------------------------------------------- /services/agora/public/images/icons/stars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/icons/stars.svg -------------------------------------------------------------------------------- /services/agora/public/images/onboarding/background.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/onboarding/background.webp -------------------------------------------------------------------------------- /services/agora/public/images/onboarding/brand.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/onboarding/brand.webp -------------------------------------------------------------------------------- /services/agora/public/images/onboarding/brandButterflies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/onboarding/brandButterflies.png -------------------------------------------------------------------------------- /services/agora/public/images/onboarding/clusterExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/onboarding/clusterExample.png -------------------------------------------------------------------------------- /services/agora/public/images/onboarding/rarimoExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/images/onboarding/rarimoExample.png -------------------------------------------------------------------------------- /services/agora/public/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/public/logo.svg -------------------------------------------------------------------------------- /services/agora/quasar.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/quasar.config.ts -------------------------------------------------------------------------------- /services/agora/scripts/apple_deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/scripts/apple_deploy.sh -------------------------------------------------------------------------------- /services/agora/scripts/artifact_sign.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/scripts/artifact_sign.sh -------------------------------------------------------------------------------- /services/agora/scripts/build_capacitor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/scripts/build_capacitor.sh -------------------------------------------------------------------------------- /services/agora/scripts/gen_icons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/scripts/gen_icons.sh -------------------------------------------------------------------------------- /services/agora/scripts/upload_key_gen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/scripts/upload_key_gen.sh -------------------------------------------------------------------------------- /services/agora/src-capacitor/Gemfile: -------------------------------------------------------------------------------- 1 | source "https://rubygems.org" 2 | 3 | gem "fastlane" 4 | -------------------------------------------------------------------------------- /services/agora/src-capacitor/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/Gemfile.lock -------------------------------------------------------------------------------- /services/agora/src-capacitor/Matchfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/Matchfile -------------------------------------------------------------------------------- /services/agora/src-capacitor/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/android/.gitignore -------------------------------------------------------------------------------- /services/agora/src-capacitor/android/app/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/android/app/.gitignore -------------------------------------------------------------------------------- /services/agora/src-capacitor/android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/android/app/build.gradle -------------------------------------------------------------------------------- /services/agora/src-capacitor/android/app/capacitor.build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/android/app/capacitor.build.gradle -------------------------------------------------------------------------------- /services/agora/src-capacitor/android/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/android/app/proguard-rules.pro -------------------------------------------------------------------------------- /services/agora/src-capacitor/android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/android/build.gradle -------------------------------------------------------------------------------- /services/agora/src-capacitor/android/capacitor.settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/android/capacitor.settings.gradle -------------------------------------------------------------------------------- /services/agora/src-capacitor/android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/android/gradle.properties -------------------------------------------------------------------------------- /services/agora/src-capacitor/android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/android/gradlew -------------------------------------------------------------------------------- /services/agora/src-capacitor/android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/android/gradlew.bat -------------------------------------------------------------------------------- /services/agora/src-capacitor/android/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/android/settings.gradle -------------------------------------------------------------------------------- /services/agora/src-capacitor/android/variables.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/android/variables.gradle -------------------------------------------------------------------------------- /services/agora/src-capacitor/capacitor-flag.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/capacitor-flag.d.ts -------------------------------------------------------------------------------- /services/agora/src-capacitor/capacitor.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/capacitor.config.json -------------------------------------------------------------------------------- /services/agora/src-capacitor/fastlane/Appfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/fastlane/Appfile -------------------------------------------------------------------------------- /services/agora/src-capacitor/fastlane/Fastfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/fastlane/Fastfile -------------------------------------------------------------------------------- /services/agora/src-capacitor/fastlane/Gymfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/fastlane/Gymfile -------------------------------------------------------------------------------- /services/agora/src-capacitor/ios/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/ios/.gitignore -------------------------------------------------------------------------------- /services/agora/src-capacitor/ios/App/App/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/ios/App/App/AppDelegate.swift -------------------------------------------------------------------------------- /services/agora/src-capacitor/ios/App/App/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/ios/App/App/Info.plist -------------------------------------------------------------------------------- /services/agora/src-capacitor/ios/App/Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/ios/App/Podfile -------------------------------------------------------------------------------- /services/agora/src-capacitor/ios/App/Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/ios/App/Podfile.lock -------------------------------------------------------------------------------- /services/agora/src-capacitor/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/package.json -------------------------------------------------------------------------------- /services/agora/src-capacitor/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src-capacitor/yarn.lock -------------------------------------------------------------------------------- /services/agora/src/App.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/App.vue -------------------------------------------------------------------------------- /services/agora/src/api/.gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | dist 5 | -------------------------------------------------------------------------------- /services/agora/src/api/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/api/.npmignore -------------------------------------------------------------------------------- /services/agora/src/api/.openapi-generator-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/api/.openapi-generator-ignore -------------------------------------------------------------------------------- /services/agora/src/api/.openapi-generator/FILES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/api/.openapi-generator/FILES -------------------------------------------------------------------------------- /services/agora/src/api/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 7.12.0 2 | -------------------------------------------------------------------------------- /services/agora/src/api/api.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/api/api.ts -------------------------------------------------------------------------------- /services/agora/src/api/base.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/api/base.ts -------------------------------------------------------------------------------- /services/agora/src/api/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/api/common.ts -------------------------------------------------------------------------------- /services/agora/src/api/configuration.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/api/configuration.ts -------------------------------------------------------------------------------- /services/agora/src/api/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/api/git_push.sh -------------------------------------------------------------------------------- /services/agora/src/api/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/api/index.ts -------------------------------------------------------------------------------- /services/agora/src/assets/icons/navigation/explore-filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/assets/icons/navigation/explore-filled.svg -------------------------------------------------------------------------------- /services/agora/src/assets/icons/navigation/explore-standard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/assets/icons/navigation/explore-standard.svg -------------------------------------------------------------------------------- /services/agora/src/assets/icons/navigation/home-filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/assets/icons/navigation/home-filled.svg -------------------------------------------------------------------------------- /services/agora/src/assets/icons/navigation/home-standard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/assets/icons/navigation/home-standard.svg -------------------------------------------------------------------------------- /services/agora/src/assets/icons/navigation/profile-filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/assets/icons/navigation/profile-filled.svg -------------------------------------------------------------------------------- /services/agora/src/assets/icons/navigation/profile-standard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/assets/icons/navigation/profile-standard.svg -------------------------------------------------------------------------------- /services/agora/src/assets/icons/navigation/settings-filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/assets/icons/navigation/settings-filled.svg -------------------------------------------------------------------------------- /services/agora/src/assets/icons/navigation/settings-standard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/assets/icons/navigation/settings-standard.svg -------------------------------------------------------------------------------- /services/agora/src/assets/quasar-logo-vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/assets/quasar-logo-vertical.svg -------------------------------------------------------------------------------- /services/agora/src/boot/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /services/agora/src/boot/axios.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/boot/axios.ts -------------------------------------------------------------------------------- /services/agora/src/boot/embeddedBrowserGuard.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/boot/embeddedBrowserGuard.ts -------------------------------------------------------------------------------- /services/agora/src/boot/i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/boot/i18n.ts -------------------------------------------------------------------------------- /services/agora/src/boot/maz-ui.ts: -------------------------------------------------------------------------------- 1 | import "maz-ui/css/main.css"; 2 | -------------------------------------------------------------------------------- /services/agora/src/boot/primevue.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/boot/primevue.ts -------------------------------------------------------------------------------- /services/agora/src/boot/sentry.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/boot/sentry.ts -------------------------------------------------------------------------------- /services/agora/src/boot/vue-query.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/boot/vue-query.ts -------------------------------------------------------------------------------- /services/agora/src/components/account/DynamicProfileImage.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/account/DynamicProfileImage.vue -------------------------------------------------------------------------------- /services/agora/src/components/account/EmbedAccountWidget.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/account/EmbedAccountWidget.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/components/account/EmbedAccountWidget.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/account/EmbedAccountWidget.vue -------------------------------------------------------------------------------- /services/agora/src/components/account/OrganizationImage.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/account/OrganizationImage.vue -------------------------------------------------------------------------------- /services/agora/src/components/account/UserAvatar.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/account/UserAvatar.vue -------------------------------------------------------------------------------- /services/agora/src/components/account/UsernameChange.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/account/UsernameChange.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/components/account/UsernameChange.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/account/UsernameChange.vue -------------------------------------------------------------------------------- /services/agora/src/components/community/CommunityIcon.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/community/CommunityIcon.vue -------------------------------------------------------------------------------- /services/agora/src/components/features/opinion/VotingButton.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/features/opinion/VotingButton.vue -------------------------------------------------------------------------------- /services/agora/src/components/features/topics/FollowButton.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/features/topics/FollowButton.vue -------------------------------------------------------------------------------- /services/agora/src/components/features/ui/StaticIcon.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/features/ui/StaticIcon.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/components/features/ui/StaticIcon.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/features/ui/StaticIcon.vue -------------------------------------------------------------------------------- /services/agora/src/components/features/user/DisplayUsername.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/features/user/DisplayUsername.vue -------------------------------------------------------------------------------- /services/agora/src/components/features/user/UserIdentityCard.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/features/user/UserIdentityCard.vue -------------------------------------------------------------------------------- /services/agora/src/components/features/user/UserMetadata.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/features/user/UserMetadata.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/components/features/user/UserMetadata.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/features/user/UserMetadata.vue -------------------------------------------------------------------------------- /services/agora/src/components/feed/CompactPostList.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/feed/CompactPostList.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/components/feed/CompactPostList.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/feed/CompactPostList.vue -------------------------------------------------------------------------------- /services/agora/src/components/feed/NavigationTabs.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/feed/NavigationTabs.vue -------------------------------------------------------------------------------- /services/agora/src/components/language/LanguageSwitcher.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/language/LanguageSwitcher.vue -------------------------------------------------------------------------------- /services/agora/src/components/models.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/models.ts -------------------------------------------------------------------------------- /services/agora/src/components/navigation/NavigationButton.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/navigation/NavigationButton.vue -------------------------------------------------------------------------------- /services/agora/src/components/navigation/SideDrawer.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/navigation/SideDrawer.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/components/navigation/SideDrawer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/navigation/SideDrawer.vue -------------------------------------------------------------------------------- /services/agora/src/components/navigation/WidthWrapper.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/navigation/WidthWrapper.vue -------------------------------------------------------------------------------- /services/agora/src/components/navigation/footer/FooterBar.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/navigation/footer/FooterBar.vue -------------------------------------------------------------------------------- /services/agora/src/components/onboarding/ui/InfoHeader.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/onboarding/ui/InfoHeader.vue -------------------------------------------------------------------------------- /services/agora/src/components/post/NewPostButtonWrapper.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/post/NewPostButtonWrapper.vue -------------------------------------------------------------------------------- /services/agora/src/components/post/PostDetails.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/post/PostDetails.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/components/post/PostDetails.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/post/PostDetails.vue -------------------------------------------------------------------------------- /services/agora/src/components/post/ShareDialog.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/post/ShareDialog.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/components/post/ShareDialog.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/post/ShareDialog.vue -------------------------------------------------------------------------------- /services/agora/src/components/post/analysis/AnalysisPage.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/post/analysis/AnalysisPage.vue -------------------------------------------------------------------------------- /services/agora/src/components/post/comments/CommentSection.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/post/comments/CommentSection.vue -------------------------------------------------------------------------------- /services/agora/src/components/post/display/PostContent.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/post/display/PostContent.vue -------------------------------------------------------------------------------- /services/agora/src/components/post/display/PostMetadata.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/post/display/PostMetadata.vue -------------------------------------------------------------------------------- /services/agora/src/components/post/display/poll/PollOption.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/post/display/poll/PollOption.vue -------------------------------------------------------------------------------- /services/agora/src/components/report/ReportContentDialog.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/report/ReportContentDialog.vue -------------------------------------------------------------------------------- /services/agora/src/components/routeGuard/ExitRoutePrompt.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/routeGuard/ExitRoutePrompt.vue -------------------------------------------------------------------------------- /services/agora/src/components/settings/MutedUsers.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/settings/MutedUsers.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/components/settings/MutedUsers.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/settings/MutedUsers.vue -------------------------------------------------------------------------------- /services/agora/src/components/settings/SettingsItem.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/settings/SettingsItem.vue -------------------------------------------------------------------------------- /services/agora/src/components/settings/SettingsMenuItem.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/settings/SettingsMenuItem.vue -------------------------------------------------------------------------------- /services/agora/src/components/settings/SettingsSearchInput.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/settings/SettingsSearchInput.vue -------------------------------------------------------------------------------- /services/agora/src/components/settings/SettingsSection.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/settings/SettingsSection.vue -------------------------------------------------------------------------------- /services/agora/src/components/ui-library/ZKActionDialog.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui-library/ZKActionDialog.vue -------------------------------------------------------------------------------- /services/agora/src/components/ui-library/ZKButton.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui-library/ZKButton.vue -------------------------------------------------------------------------------- /services/agora/src/components/ui-library/ZKCard.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui-library/ZKCard.vue -------------------------------------------------------------------------------- /services/agora/src/components/ui-library/ZKConfirmDialog.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui-library/ZKConfirmDialog.vue -------------------------------------------------------------------------------- /services/agora/src/components/ui-library/ZKEditor.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui-library/ZKEditor.vue -------------------------------------------------------------------------------- /services/agora/src/components/ui-library/ZKGradientButton.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui-library/ZKGradientButton.vue -------------------------------------------------------------------------------- /services/agora/src/components/ui-library/ZKHoverEffect.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui-library/ZKHoverEffect.vue -------------------------------------------------------------------------------- /services/agora/src/components/ui-library/ZKHtmlContent.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui-library/ZKHtmlContent.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/components/ui-library/ZKHtmlContent.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui-library/ZKHtmlContent.vue -------------------------------------------------------------------------------- /services/agora/src/components/ui-library/ZKIcon.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui-library/ZKIcon.vue -------------------------------------------------------------------------------- /services/agora/src/components/ui-library/ZKIconButton.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui-library/ZKIconButton.vue -------------------------------------------------------------------------------- /services/agora/src/components/ui-library/ZKStyledIcon.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui-library/ZKStyledIcon.vue -------------------------------------------------------------------------------- /services/agora/src/components/ui-library/ZKStyledText.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui-library/ZKStyledText.vue -------------------------------------------------------------------------------- /services/agora/src/components/ui-library/ZKTab.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui-library/ZKTab.vue -------------------------------------------------------------------------------- /services/agora/src/components/ui/AsyncStateHandler.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui/AsyncStateHandler.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/components/ui/AsyncStateHandler.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/components/ui/AsyncStateHandler.vue -------------------------------------------------------------------------------- /services/agora/src/composables/auth/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/composables/auth/index.ts -------------------------------------------------------------------------------- /services/agora/src/composables/conversation/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/composables/conversation/index.ts -------------------------------------------------------------------------------- /services/agora/src/composables/opinion/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/composables/opinion/types.ts -------------------------------------------------------------------------------- /services/agora/src/composables/opinion/useOpinionFiltering.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/composables/opinion/useOpinionFiltering.ts -------------------------------------------------------------------------------- /services/agora/src/composables/opinion/useOpinionPagination.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/composables/opinion/useOpinionPagination.ts -------------------------------------------------------------------------------- /services/agora/src/composables/opinion/useOpinionVoting.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/composables/opinion/useOpinionVoting.ts -------------------------------------------------------------------------------- /services/agora/src/composables/opinion/useTargetOpinion.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/composables/opinion/useTargetOpinion.ts -------------------------------------------------------------------------------- /services/agora/src/composables/share/useShareActions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/composables/share/useShareActions.ts -------------------------------------------------------------------------------- /services/agora/src/composables/ui/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/composables/ui/index.ts -------------------------------------------------------------------------------- /services/agora/src/composables/ui/useComponentI18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/composables/ui/useComponentI18n.ts -------------------------------------------------------------------------------- /services/agora/src/composables/ui/useComputedPagination.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/composables/ui/useComputedPagination.ts -------------------------------------------------------------------------------- /services/agora/src/composables/ui/useMenuBarActions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/composables/ui/useMenuBarActions.ts -------------------------------------------------------------------------------- /services/agora/src/composables/ui/useOpinionAgreements.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/composables/ui/useOpinionAgreements.ts -------------------------------------------------------------------------------- /services/agora/src/composables/zupass/useZupassVerification.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/composables/zupass/useZupassVerification.ts -------------------------------------------------------------------------------- /services/agora/src/css/_hover-effects.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/css/_hover-effects.scss -------------------------------------------------------------------------------- /services/agora/src/css/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/css/app.scss -------------------------------------------------------------------------------- /services/agora/src/css/fonts/Albert_Sans/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/css/fonts/Albert_Sans/OFL.txt -------------------------------------------------------------------------------- /services/agora/src/css/quasar.variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/css/quasar.variables.scss -------------------------------------------------------------------------------- /services/agora/src/env.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/env.d.ts -------------------------------------------------------------------------------- /services/agora/src/i18n/ar/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/i18n/ar/index.ts -------------------------------------------------------------------------------- /services/agora/src/i18n/en/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/i18n/en/index.ts -------------------------------------------------------------------------------- /services/agora/src/i18n/es/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/i18n/es/index.ts -------------------------------------------------------------------------------- /services/agora/src/i18n/fr/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/i18n/fr/index.ts -------------------------------------------------------------------------------- /services/agora/src/i18n/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/i18n/index.ts -------------------------------------------------------------------------------- /services/agora/src/i18n/ja/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/i18n/ja/index.ts -------------------------------------------------------------------------------- /services/agora/src/i18n/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/i18n/types.ts -------------------------------------------------------------------------------- /services/agora/src/i18n/zh-Hans/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/i18n/zh-Hans/index.ts -------------------------------------------------------------------------------- /services/agora/src/i18n/zh-Hant/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/i18n/zh-Hant/index.ts -------------------------------------------------------------------------------- /services/agora/src/layouts/DrawerLayout.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/layouts/DrawerLayout.vue -------------------------------------------------------------------------------- /services/agora/src/layouts/EmbedLayout.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/layouts/EmbedLayout.vue -------------------------------------------------------------------------------- /services/agora/src/layouts/OnboardingLayout.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/layouts/OnboardingLayout.vue -------------------------------------------------------------------------------- /services/agora/src/pages/conversation/[postSlugId].embed.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/conversation/[postSlugId].embed.vue -------------------------------------------------------------------------------- /services/agora/src/pages/conversation/[postSlugId].vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/conversation/[postSlugId].vue -------------------------------------------------------------------------------- /services/agora/src/pages/conversation/new/create/index.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/conversation/new/create/index.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/conversation/new/create/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/conversation/new/create/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/conversation/new/review/index.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/conversation/new/review/index.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/conversation/new/review/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/conversation/new/review/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/dev/component-testing.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/dev/component-testing.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/dev/component-testing.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/dev/component-testing.vue -------------------------------------------------------------------------------- /services/agora/src/pages/dev/opinion-group-visualization.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/dev/opinion-group-visualization.vue -------------------------------------------------------------------------------- /services/agora/src/pages/index.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/index.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/legal/guidelines/index.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/legal/guidelines/index.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/legal/guidelines/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/legal/guidelines/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/legal/privacy/index.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/legal/privacy/index.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/legal/privacy/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/legal/privacy/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/legal/terms/index.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/legal/terms/index.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/legal/terms/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/legal/terms/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/notification/index.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/notification/index.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/notification/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/notification/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/onboarding/step1-login/index.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/onboarding/step1-login/index.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/onboarding/step1-login/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/onboarding/step1-login/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/onboarding/step1-signup/index.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/onboarding/step1-signup/index.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/onboarding/step1-signup/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/onboarding/step1-signup/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/onboarding/step2-signup/index.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/onboarding/step2-signup/index.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/onboarding/step2-signup/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/onboarding/step2-signup/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/onboarding/step3-passport/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/onboarding/step3-passport/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/onboarding/step3-phone-1/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/onboarding/step3-phone-1/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/onboarding/step3-phone-2/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/onboarding/step3-phone-2/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/onboarding/step4-username/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/onboarding/step4-username/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/settings/account/profile/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/settings/account/profile/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/settings/index.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/settings/index.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/settings/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/settings/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/settings/languages/index.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/settings/languages/index.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/settings/languages/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/settings/languages/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/topic/[topicCode].i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/topic/[topicCode].i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/topic/[topicCode].vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/topic/[topicCode].vue -------------------------------------------------------------------------------- /services/agora/src/pages/topics/index.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/topics/index.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/topics/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/topics/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/user-profile.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/user-profile.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/user-profile.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/user-profile.vue -------------------------------------------------------------------------------- /services/agora/src/pages/user-profile/conversations/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/user-profile/conversations/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/user-profile/opinions/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/user-profile/opinions/index.vue -------------------------------------------------------------------------------- /services/agora/src/pages/welcome/index.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/welcome/index.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/pages/welcome/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/pages/welcome/index.vue -------------------------------------------------------------------------------- /services/agora/src/router/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/router/index.ts -------------------------------------------------------------------------------- /services/agora/src/shared-app-api/base64.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared-app-api/base64.ts -------------------------------------------------------------------------------- /services/agora/src/shared-app-api/conversationLogic.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared-app-api/conversationLogic.ts -------------------------------------------------------------------------------- /services/agora/src/shared-app-api/html.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared-app-api/html.ts -------------------------------------------------------------------------------- /services/agora/src/shared-app-api/phone.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared-app-api/phone.ts -------------------------------------------------------------------------------- /services/agora/src/shared-app-api/ucan/ucan.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared-app-api/ucan/ucan.ts -------------------------------------------------------------------------------- /services/agora/src/shared/arrbufs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared/arrbufs.ts -------------------------------------------------------------------------------- /services/agora/src/shared/did/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared/did/util.ts -------------------------------------------------------------------------------- /services/agora/src/shared/languages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared/languages.ts -------------------------------------------------------------------------------- /services/agora/src/shared/shared.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared/shared.ts -------------------------------------------------------------------------------- /services/agora/src/shared/types/dto.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared/types/dto.ts -------------------------------------------------------------------------------- /services/agora/src/shared/types/externalPolis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared/types/externalPolis.ts -------------------------------------------------------------------------------- /services/agora/src/shared/types/polis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared/types/polis.ts -------------------------------------------------------------------------------- /services/agora/src/shared/types/zod.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared/types/zod.ts -------------------------------------------------------------------------------- /services/agora/src/shared/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared/util.ts -------------------------------------------------------------------------------- /services/agora/src/shared/utils/polis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared/utils/polis.ts -------------------------------------------------------------------------------- /services/agora/src/shared/zupass/eventConfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/shared/zupass/eventConfig.ts -------------------------------------------------------------------------------- /services/agora/src/stores/authentication.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/authentication.ts -------------------------------------------------------------------------------- /services/agora/src/stores/community.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/community.ts -------------------------------------------------------------------------------- /services/agora/src/stores/embeddedBrowserWarning.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/embeddedBrowserWarning.ts -------------------------------------------------------------------------------- /services/agora/src/stores/homeFeed.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/homeFeed.ts -------------------------------------------------------------------------------- /services/agora/src/stores/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/index.ts -------------------------------------------------------------------------------- /services/agora/src/stores/language.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/language.ts -------------------------------------------------------------------------------- /services/agora/src/stores/layout/header.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/layout/header.ts -------------------------------------------------------------------------------- /services/agora/src/stores/loginIntention.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/loginIntention.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/stores/loginIntention.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/loginIntention.ts -------------------------------------------------------------------------------- /services/agora/src/stores/navigation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/navigation.ts -------------------------------------------------------------------------------- /services/agora/src/stores/newConversationDrafts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/newConversationDrafts.ts -------------------------------------------------------------------------------- /services/agora/src/stores/newOpinionDrafts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/newOpinionDrafts.ts -------------------------------------------------------------------------------- /services/agora/src/stores/notification.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/notification.ts -------------------------------------------------------------------------------- /services/agora/src/stores/onboarding/flow.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/onboarding/flow.ts -------------------------------------------------------------------------------- /services/agora/src/stores/onboarding/phone.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/onboarding/phone.ts -------------------------------------------------------------------------------- /services/agora/src/stores/onboarding/preferences.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/onboarding/preferences.ts -------------------------------------------------------------------------------- /services/agora/src/stores/store-flag.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/store-flag.d.ts -------------------------------------------------------------------------------- /services/agora/src/stores/topic.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/topic.ts -------------------------------------------------------------------------------- /services/agora/src/stores/user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stores/user.ts -------------------------------------------------------------------------------- /services/agora/src/stubs/constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stubs/constants.js -------------------------------------------------------------------------------- /services/agora/src/stubs/crypto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stubs/crypto.js -------------------------------------------------------------------------------- /services/agora/src/stubs/fs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stubs/fs.js -------------------------------------------------------------------------------- /services/agora/src/stubs/path.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/stubs/path.js -------------------------------------------------------------------------------- /services/agora/src/utils/actions/core/handlers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/actions/core/handlers.ts -------------------------------------------------------------------------------- /services/agora/src/utils/actions/core/permissions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/actions/core/permissions.ts -------------------------------------------------------------------------------- /services/agora/src/utils/actions/core/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/actions/core/types.ts -------------------------------------------------------------------------------- /services/agora/src/utils/actions/definitions/comments.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/actions/definitions/comments.ts -------------------------------------------------------------------------------- /services/agora/src/utils/actions/definitions/posts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/actions/definitions/posts.ts -------------------------------------------------------------------------------- /services/agora/src/utils/actions/definitions/share-actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/actions/definitions/share-actions.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/account.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/account.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/administrator/organization.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/administrator/organization.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/auth.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/client.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/client.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/comment/comment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/comment/comment.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/comment/useCommentQueries.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/comment/useCommentQueries.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/comment/useCommentQueries.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/comment/useCommentQueries.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/common.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/common.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/common.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/language.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/language.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/moderation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/moderation.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/muteUser.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/muteUser.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/notification.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/notification.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/poll.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/poll.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/post.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/post.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/report.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/report.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/temp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/temp.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/topic.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/topic.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/user.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/vote.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/vote.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/vote/useVoteQueries.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/vote/useVoteQueries.ts -------------------------------------------------------------------------------- /services/agora/src/utils/api/zupass.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/api/zupass.ts -------------------------------------------------------------------------------- /services/agora/src/utils/auth/setup.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/auth/setup.ts -------------------------------------------------------------------------------- /services/agora/src/utils/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/common.ts -------------------------------------------------------------------------------- /services/agora/src/utils/component/analysis/analysisTypes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/component/analysis/analysisTypes.ts -------------------------------------------------------------------------------- /services/agora/src/utils/component/analysis/shortcutBar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/component/analysis/shortcutBar.ts -------------------------------------------------------------------------------- /services/agora/src/utils/component/moderations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/component/moderations.ts -------------------------------------------------------------------------------- /services/agora/src/utils/component/opinion.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/component/opinion.ts -------------------------------------------------------------------------------- /services/agora/src/utils/component/routing/routeGuard.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/component/routing/routeGuard.ts -------------------------------------------------------------------------------- /services/agora/src/utils/component/settings/settings.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/component/settings/settings.ts -------------------------------------------------------------------------------- /services/agora/src/utils/component/userReports.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/component/userReports.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/utils/component/userReports.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/component/userReports.ts -------------------------------------------------------------------------------- /services/agora/src/utils/crypto/shared.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/crypto/shared.ts -------------------------------------------------------------------------------- /services/agora/src/utils/crypto/store.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/crypto/store.ts -------------------------------------------------------------------------------- /services/agora/src/utils/crypto/ucan/did/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/crypto/ucan/did/index.ts -------------------------------------------------------------------------------- /services/agora/src/utils/crypto/ucan/did/local.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/crypto/ucan/did/local.ts -------------------------------------------------------------------------------- /services/agora/src/utils/crypto/ucan/did/transformers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/crypto/ucan/did/transformers.ts -------------------------------------------------------------------------------- /services/agora/src/utils/crypto/ucan/implementation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/crypto/ucan/implementation.ts -------------------------------------------------------------------------------- /services/agora/src/utils/crypto/ucan/implementation/browser.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/crypto/ucan/implementation/browser.ts -------------------------------------------------------------------------------- /services/agora/src/utils/crypto/ucan/operation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/crypto/ucan/operation.ts -------------------------------------------------------------------------------- /services/agora/src/utils/css/htmlNodeCssPatch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/css/htmlNodeCssPatch.ts -------------------------------------------------------------------------------- /services/agora/src/utils/html/viewPort.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/html/viewPort.ts -------------------------------------------------------------------------------- /services/agora/src/utils/language/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/language/index.ts -------------------------------------------------------------------------------- /services/agora/src/utils/model/props.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/model/props.ts -------------------------------------------------------------------------------- /services/agora/src/utils/native/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/native/auth.ts -------------------------------------------------------------------------------- /services/agora/src/utils/nav/goBackButton.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/nav/goBackButton.ts -------------------------------------------------------------------------------- /services/agora/src/utils/processEnv.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/processEnv.ts -------------------------------------------------------------------------------- /services/agora/src/utils/query/client.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/query/client.ts -------------------------------------------------------------------------------- /services/agora/src/utils/router/guard.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/router/guard.ts -------------------------------------------------------------------------------- /services/agora/src/utils/router/navigation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/router/navigation.ts -------------------------------------------------------------------------------- /services/agora/src/utils/share/WebShare.i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/share/WebShare.i18n.ts -------------------------------------------------------------------------------- /services/agora/src/utils/share/WebShare.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/share/WebShare.ts -------------------------------------------------------------------------------- /services/agora/src/utils/type-checks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/type-checks.ts -------------------------------------------------------------------------------- /services/agora/src/utils/ui/dialog.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/ui/dialog.ts -------------------------------------------------------------------------------- /services/agora/src/utils/ui/embedMode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/ui/embedMode.ts -------------------------------------------------------------------------------- /services/agora/src/utils/ui/navigationIcons.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/ui/navigationIcons.ts -------------------------------------------------------------------------------- /services/agora/src/utils/ui/notify.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/ui/notify.ts -------------------------------------------------------------------------------- /services/agora/src/utils/url/conversationUrl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/utils/url/conversationUrl.ts -------------------------------------------------------------------------------- /services/agora/src/vue-router.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/src/vue-router.d.ts -------------------------------------------------------------------------------- /services/agora/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/tsconfig.json -------------------------------------------------------------------------------- /services/agora/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/agora/yarn.lock -------------------------------------------------------------------------------- /services/api/.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/.dockerignore -------------------------------------------------------------------------------- /services/api/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/.gitignore -------------------------------------------------------------------------------- /services/api/.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/.prettierignore -------------------------------------------------------------------------------- /services/api/.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/.prettierrc.json -------------------------------------------------------------------------------- /services/api/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/.vscode/settings.json -------------------------------------------------------------------------------- /services/api/CLAUDE_AUTHENTICATION_SECURITY_ANALYSIS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/CLAUDE_AUTHENTICATION_SECURITY_ANALYSIS.md -------------------------------------------------------------------------------- /services/api/CLAUDE_PLAN_MERGE_AND_RECOVERY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/CLAUDE_PLAN_MERGE_AND_RECOVERY.md -------------------------------------------------------------------------------- /services/api/CLAUDE_REFACTORING_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/CLAUDE_REFACTORING_SUMMARY.md -------------------------------------------------------------------------------- /services/api/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/COPYING -------------------------------------------------------------------------------- /services/api/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/Dockerfile -------------------------------------------------------------------------------- /services/api/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/README.md -------------------------------------------------------------------------------- /services/api/database/flyway/V0000__deep_epoch.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0000__deep_epoch.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0001__rainy_ken_ellis.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0001__rainy_ken_ellis.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0003__flawless_clint_barton.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0003__flawless_clint_barton.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0004__daffy_tana_nile.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0004__daffy_tana_nile.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0005__lucky_barracuda.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0005__lucky_barracuda.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0006__slim_gressill.sql: -------------------------------------------------------------------------------- 1 | DROP TABLE "participant" CASCADE; -------------------------------------------------------------------------------- /services/api/database/flyway/V0007__sturdy_rhino.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0007__sturdy_rhino.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0008__nosy_nightshade.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0008__nosy_nightshade.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0009__cold_pretty_boy.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0009__cold_pretty_boy.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0010__wakeful_valkyrie.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0010__wakeful_valkyrie.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0011__concerned_mother_askani.sql: -------------------------------------------------------------------------------- 1 | ALTER TABLE "opinion" ADD COLUMN "polis_divisiveness" real; -------------------------------------------------------------------------------- /services/api/database/flyway/V0012__robust_blockbuster.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0012__robust_blockbuster.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0013__rapid_zarek.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0013__rapid_zarek.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0014__ancient_hitman.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0014__ancient_hitman.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0015__shiny_dracula.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0015__shiny_dracula.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0016__sturdy_puck.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0016__sturdy_puck.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0017__kind_living_lightning.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0017__kind_living_lightning.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0018__productive_ben_grimm.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0018__productive_ben_grimm.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0019__tiresome_shiver_man.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0019__tiresome_shiver_man.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0020__tranquil_mastermind.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0020__tranquil_mastermind.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0021__sticky_green_goblin.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0021__sticky_green_goblin.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0022__tranquil_mantis.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0022__tranquil_mantis.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0023__friendly_barracuda.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0023__friendly_barracuda.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0024__easy_mindworm.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0024__easy_mindworm.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0025__hesitant_the_spike.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0025__hesitant_the_spike.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0026__clean_baron_strucker.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0026__clean_baron_strucker.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0027__certain_nighthawk.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0027__certain_nighthawk.sql -------------------------------------------------------------------------------- /services/api/database/flyway/V0028__icy_dexter_bennett.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/V0028__icy_dexter_bennett.sql -------------------------------------------------------------------------------- /services/api/database/flyway/flyway.conf.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/flyway/flyway.conf.example -------------------------------------------------------------------------------- /services/api/database/init-db.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/init-db.sh -------------------------------------------------------------------------------- /services/api/database/pg_hba.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/pg_hba.conf -------------------------------------------------------------------------------- /services/api/database/replica-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/replica-entrypoint.sh -------------------------------------------------------------------------------- /services/api/database/setup-replica.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/database/setup-replica.sh -------------------------------------------------------------------------------- /services/api/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/docker-compose.yml -------------------------------------------------------------------------------- /services/api/docker-compose.yml.new: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/docker-compose.yml.new -------------------------------------------------------------------------------- /services/api/drizzle.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle.config.ts -------------------------------------------------------------------------------- /services/api/drizzle/0000_deep_epoch.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0000_deep_epoch.sql -------------------------------------------------------------------------------- /services/api/drizzle/0001_rainy_ken_ellis.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0001_rainy_ken_ellis.sql -------------------------------------------------------------------------------- /services/api/drizzle/0002_vengeful_lily_hollister.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0002_vengeful_lily_hollister.sql -------------------------------------------------------------------------------- /services/api/drizzle/0003_flawless_clint_barton.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0003_flawless_clint_barton.sql -------------------------------------------------------------------------------- /services/api/drizzle/0004_daffy_tana_nile.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0004_daffy_tana_nile.sql -------------------------------------------------------------------------------- /services/api/drizzle/0005_lucky_barracuda.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0005_lucky_barracuda.sql -------------------------------------------------------------------------------- /services/api/drizzle/0006_slim_gressill.sql: -------------------------------------------------------------------------------- 1 | DROP TABLE "participant" CASCADE; -------------------------------------------------------------------------------- /services/api/drizzle/0007_sturdy_rhino.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0007_sturdy_rhino.sql -------------------------------------------------------------------------------- /services/api/drizzle/0008_nosy_nightshade.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0008_nosy_nightshade.sql -------------------------------------------------------------------------------- /services/api/drizzle/0009_cold_pretty_boy.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0009_cold_pretty_boy.sql -------------------------------------------------------------------------------- /services/api/drizzle/0010_wakeful_valkyrie.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0010_wakeful_valkyrie.sql -------------------------------------------------------------------------------- /services/api/drizzle/0011_concerned_mother_askani.sql: -------------------------------------------------------------------------------- 1 | ALTER TABLE "opinion" ADD COLUMN "polis_divisiveness" real; -------------------------------------------------------------------------------- /services/api/drizzle/0012_robust_blockbuster.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0012_robust_blockbuster.sql -------------------------------------------------------------------------------- /services/api/drizzle/0013_rapid_zarek.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0013_rapid_zarek.sql -------------------------------------------------------------------------------- /services/api/drizzle/0014_ancient_hitman.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0014_ancient_hitman.sql -------------------------------------------------------------------------------- /services/api/drizzle/0015_shiny_dracula.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0015_shiny_dracula.sql -------------------------------------------------------------------------------- /services/api/drizzle/0016_sturdy_puck.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0016_sturdy_puck.sql -------------------------------------------------------------------------------- /services/api/drizzle/0017_kind_living_lightning.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0017_kind_living_lightning.sql -------------------------------------------------------------------------------- /services/api/drizzle/0018_productive_ben_grimm.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0018_productive_ben_grimm.sql -------------------------------------------------------------------------------- /services/api/drizzle/0019_tiresome_shiver_man.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0019_tiresome_shiver_man.sql -------------------------------------------------------------------------------- /services/api/drizzle/0020_tranquil_mastermind.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0020_tranquil_mastermind.sql -------------------------------------------------------------------------------- /services/api/drizzle/0021_sticky_green_goblin.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0021_sticky_green_goblin.sql -------------------------------------------------------------------------------- /services/api/drizzle/0022_tranquil_mantis.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0022_tranquil_mantis.sql -------------------------------------------------------------------------------- /services/api/drizzle/0023_friendly_barracuda.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0023_friendly_barracuda.sql -------------------------------------------------------------------------------- /services/api/drizzle/0024_easy_mindworm.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0024_easy_mindworm.sql -------------------------------------------------------------------------------- /services/api/drizzle/0025_hesitant_the_spike.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0025_hesitant_the_spike.sql -------------------------------------------------------------------------------- /services/api/drizzle/0026_clean_baron_strucker.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0026_clean_baron_strucker.sql -------------------------------------------------------------------------------- /services/api/drizzle/0027_certain_nighthawk.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0027_certain_nighthawk.sql -------------------------------------------------------------------------------- /services/api/drizzle/0028_icy_dexter_bennett.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/0028_icy_dexter_bennett.sql -------------------------------------------------------------------------------- /services/api/drizzle/meta/0000_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0000_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0001_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0001_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0002_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0002_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0003_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0003_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0004_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0004_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0005_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0005_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0006_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0006_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0007_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0007_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0008_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0008_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0009_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0009_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0010_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0010_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0011_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0011_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0012_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0012_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0013_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0013_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0014_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0014_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0015_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0015_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0016_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0016_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0017_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0017_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0018_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0018_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0019_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0019_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0020_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0020_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0021_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0021_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0022_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0022_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0023_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0023_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0024_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0024_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0025_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0025_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0026_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0026_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0027_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0027_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/0028_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/0028_snapshot.json -------------------------------------------------------------------------------- /services/api/drizzle/meta/_journal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/drizzle/meta/_journal.json -------------------------------------------------------------------------------- /services/api/env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/env.example -------------------------------------------------------------------------------- /services/api/eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/eslint.config.mjs -------------------------------------------------------------------------------- /services/api/esm-loader-lodash-fix.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/esm-loader-lodash-fix.mjs -------------------------------------------------------------------------------- /services/api/examples/polis_csv/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /services/api/grafana/provisioning/dashboards/dashboards.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/grafana/provisioning/dashboards/dashboards.yml -------------------------------------------------------------------------------- /services/api/grafana/provisioning/datasources/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/grafana/provisioning/datasources/prometheus.yml -------------------------------------------------------------------------------- /services/api/jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/jest.config.js -------------------------------------------------------------------------------- /services/api/openapi-zkorum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/openapi-zkorum.json -------------------------------------------------------------------------------- /services/api/openapitools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/openapitools.json -------------------------------------------------------------------------------- /services/api/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/package.json -------------------------------------------------------------------------------- /services/api/pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/pnpm-lock.yaml -------------------------------------------------------------------------------- /services/api/pnpm-workspace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/pnpm-workspace.yaml -------------------------------------------------------------------------------- /services/api/postgresql-monitoring.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/postgresql-monitoring.conf -------------------------------------------------------------------------------- /services/api/private.dev.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/private.dev.key -------------------------------------------------------------------------------- /services/api/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/prometheus.yml -------------------------------------------------------------------------------- /services/api/public.dev.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/public.dev.key -------------------------------------------------------------------------------- /services/api/scripts/rename_sql_migration_file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/scripts/rename_sql_migration_file.sh -------------------------------------------------------------------------------- /services/api/src/app.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/app.ts -------------------------------------------------------------------------------- /services/api/src/commands/polis/import.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/commands/polis/import.ts -------------------------------------------------------------------------------- /services/api/src/crypto.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/crypto.ts -------------------------------------------------------------------------------- /services/api/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/index.ts -------------------------------------------------------------------------------- /services/api/src/service/account.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/account.ts -------------------------------------------------------------------------------- /services/api/src/service/administrator/organization.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/administrator/organization.ts -------------------------------------------------------------------------------- /services/api/src/service/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/auth.ts -------------------------------------------------------------------------------- /services/api/src/service/auth/core/stateHelpers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/auth/core/stateHelpers.ts -------------------------------------------------------------------------------- /services/api/src/service/auth/core/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/auth/core/types.ts -------------------------------------------------------------------------------- /services/api/src/service/authUtil.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/authUtil.ts -------------------------------------------------------------------------------- /services/api/src/service/clusterTranslation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/clusterTranslation.ts -------------------------------------------------------------------------------- /services/api/src/service/comment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/comment.ts -------------------------------------------------------------------------------- /services/api/src/service/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/common.ts -------------------------------------------------------------------------------- /services/api/src/service/feed.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/feed.ts -------------------------------------------------------------------------------- /services/api/src/service/import.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/import.ts -------------------------------------------------------------------------------- /services/api/src/service/language.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/language.ts -------------------------------------------------------------------------------- /services/api/src/service/llmLabelSummary.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/llmLabelSummary.ts -------------------------------------------------------------------------------- /services/api/src/service/merge.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/merge.ts -------------------------------------------------------------------------------- /services/api/src/service/migration.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/migration.ts -------------------------------------------------------------------------------- /services/api/src/service/moderation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/moderation.ts -------------------------------------------------------------------------------- /services/api/src/service/muteUser.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/muteUser.ts -------------------------------------------------------------------------------- /services/api/src/service/nostr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/nostr.ts -------------------------------------------------------------------------------- /services/api/src/service/notification.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/notification.ts -------------------------------------------------------------------------------- /services/api/src/service/p2p.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/p2p.ts -------------------------------------------------------------------------------- /services/api/src/service/polis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/polis.ts -------------------------------------------------------------------------------- /services/api/src/service/poll.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/poll.ts -------------------------------------------------------------------------------- /services/api/src/service/post.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/post.ts -------------------------------------------------------------------------------- /services/api/src/service/rarimo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/rarimo.ts -------------------------------------------------------------------------------- /services/api/src/service/recommendationSystem.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/recommendationSystem.ts -------------------------------------------------------------------------------- /services/api/src/service/recovery.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/recovery.ts -------------------------------------------------------------------------------- /services/api/src/service/report.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/report.ts -------------------------------------------------------------------------------- /services/api/src/service/topic.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/topic.ts -------------------------------------------------------------------------------- /services/api/src/service/user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/user.ts -------------------------------------------------------------------------------- /services/api/src/service/voteBuffer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/voteBuffer.ts -------------------------------------------------------------------------------- /services/api/src/service/voting.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/voting.ts -------------------------------------------------------------------------------- /services/api/src/service/zupass.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/zupass.ts -------------------------------------------------------------------------------- /services/api/src/service/zupassConfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/service/zupassConfig.ts -------------------------------------------------------------------------------- /services/api/src/shared-app-api/base64.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared-app-api/base64.ts -------------------------------------------------------------------------------- /services/api/src/shared-app-api/conversationLogic.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared-app-api/conversationLogic.ts -------------------------------------------------------------------------------- /services/api/src/shared-app-api/html.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared-app-api/html.ts -------------------------------------------------------------------------------- /services/api/src/shared-app-api/phone.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared-app-api/phone.ts -------------------------------------------------------------------------------- /services/api/src/shared-app-api/ucan/ucan.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared-app-api/ucan/ucan.ts -------------------------------------------------------------------------------- /services/api/src/shared-backend/clusterTranslation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared-backend/clusterTranslation.ts -------------------------------------------------------------------------------- /services/api/src/shared-backend/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared-backend/config.ts -------------------------------------------------------------------------------- /services/api/src/shared-backend/conversationCounters.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared-backend/conversationCounters.ts -------------------------------------------------------------------------------- /services/api/src/shared-backend/db.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared-backend/db.ts -------------------------------------------------------------------------------- /services/api/src/shared-backend/googleCloudAuth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared-backend/googleCloudAuth.ts -------------------------------------------------------------------------------- /services/api/src/shared-backend/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared-backend/logger.ts -------------------------------------------------------------------------------- /services/api/src/shared-backend/redis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared-backend/redis.ts -------------------------------------------------------------------------------- /services/api/src/shared-backend/schema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared-backend/schema.ts -------------------------------------------------------------------------------- /services/api/src/shared-backend/translate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared-backend/translate.ts -------------------------------------------------------------------------------- /services/api/src/shared-backend/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared-backend/util.ts -------------------------------------------------------------------------------- /services/api/src/shared/arrbufs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared/arrbufs.ts -------------------------------------------------------------------------------- /services/api/src/shared/did/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared/did/util.ts -------------------------------------------------------------------------------- /services/api/src/shared/languages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared/languages.ts -------------------------------------------------------------------------------- /services/api/src/shared/shared.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared/shared.ts -------------------------------------------------------------------------------- /services/api/src/shared/types/dto.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared/types/dto.ts -------------------------------------------------------------------------------- /services/api/src/shared/types/externalPolis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared/types/externalPolis.ts -------------------------------------------------------------------------------- /services/api/src/shared/types/polis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared/types/polis.ts -------------------------------------------------------------------------------- /services/api/src/shared/types/zod.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared/types/zod.ts -------------------------------------------------------------------------------- /services/api/src/shared/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared/util.ts -------------------------------------------------------------------------------- /services/api/src/shared/utils/polis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared/utils/polis.ts -------------------------------------------------------------------------------- /services/api/src/shared/zupass/eventConfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/shared/zupass/eventConfig.ts -------------------------------------------------------------------------------- /services/api/src/utils/dataStructure.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/utils/dataStructure.ts -------------------------------------------------------------------------------- /services/api/src/utils/llmParse.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/utils/llmParse.ts -------------------------------------------------------------------------------- /services/api/src/utils/organizationLogic.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/utils/organizationLogic.ts -------------------------------------------------------------------------------- /services/api/src/utils/sqlLogic.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/src/utils/sqlLogic.ts -------------------------------------------------------------------------------- /services/api/tests/parse-llm-output.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/tests/parse-llm-output.test.ts -------------------------------------------------------------------------------- /services/api/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/tsconfig.json -------------------------------------------------------------------------------- /services/api/vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/api/vite.config.ts -------------------------------------------------------------------------------- /services/broadcast/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/broadcast/README.md -------------------------------------------------------------------------------- /services/broadcast/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/broadcast/go.mod -------------------------------------------------------------------------------- /services/broadcast/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/broadcast/go.sum -------------------------------------------------------------------------------- /services/broadcast/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/broadcast/main.go -------------------------------------------------------------------------------- /services/images/mime.types: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/images/mime.types -------------------------------------------------------------------------------- /services/images/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/images/nginx.conf -------------------------------------------------------------------------------- /services/llm/AWS_mistral_testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/llm/AWS_mistral_testing.md -------------------------------------------------------------------------------- /services/llm/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/llm/COPYING -------------------------------------------------------------------------------- /services/llm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/llm/README.md -------------------------------------------------------------------------------- /services/llm/assign_topics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/llm/assign_topics.md -------------------------------------------------------------------------------- /services/llm/cluster_label_inputs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/llm/cluster_label_inputs.md -------------------------------------------------------------------------------- /services/llm/llm_comparison.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/llm/llm_comparison.md -------------------------------------------------------------------------------- /services/llm/topic_assignment_inputs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/llm/topic_assignment_inputs.md -------------------------------------------------------------------------------- /services/load-testing/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/.gitignore -------------------------------------------------------------------------------- /services/load-testing/.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/.prettierrc.json -------------------------------------------------------------------------------- /services/load-testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/README.md -------------------------------------------------------------------------------- /services/load-testing/eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/eslint.config.mjs -------------------------------------------------------------------------------- /services/load-testing/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/package.json -------------------------------------------------------------------------------- /services/load-testing/pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/pnpm-lock.yaml -------------------------------------------------------------------------------- /services/load-testing/pnpm-workspace.yaml: -------------------------------------------------------------------------------- 1 | onlyBuiltDependencies: 2 | - esbuild 3 | -------------------------------------------------------------------------------- /services/load-testing/scripts/run-scenario1-with-monitoring.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/scripts/run-scenario1-with-monitoring.sh -------------------------------------------------------------------------------- /services/load-testing/scripts/run-scenario2-with-monitoring.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/scripts/run-scenario2-with-monitoring.sh -------------------------------------------------------------------------------- /services/load-testing/src/api/.gitignore: -------------------------------------------------------------------------------- 1 | wwwroot/*.js 2 | node_modules 3 | typings 4 | dist 5 | -------------------------------------------------------------------------------- /services/load-testing/src/api/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/api/.npmignore -------------------------------------------------------------------------------- /services/load-testing/src/api/.openapi-generator-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/api/.openapi-generator-ignore -------------------------------------------------------------------------------- /services/load-testing/src/api/.openapi-generator/FILES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/api/.openapi-generator/FILES -------------------------------------------------------------------------------- /services/load-testing/src/api/.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 7.12.0 2 | -------------------------------------------------------------------------------- /services/load-testing/src/api/api.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/api/api.ts -------------------------------------------------------------------------------- /services/load-testing/src/api/base.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/api/base.ts -------------------------------------------------------------------------------- /services/load-testing/src/api/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/api/common.ts -------------------------------------------------------------------------------- /services/load-testing/src/api/configuration.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/api/configuration.ts -------------------------------------------------------------------------------- /services/load-testing/src/api/git_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/api/git_push.sh -------------------------------------------------------------------------------- /services/load-testing/src/api/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/api/index.ts -------------------------------------------------------------------------------- /services/load-testing/src/crypto-polyfill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/crypto-polyfill.js -------------------------------------------------------------------------------- /services/load-testing/src/crypto/keystore/memory.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/crypto/keystore/memory.ts -------------------------------------------------------------------------------- /services/load-testing/src/crypto/store.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/crypto/store.ts -------------------------------------------------------------------------------- /services/load-testing/src/crypto/ucan/did/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/crypto/ucan/did/index.ts -------------------------------------------------------------------------------- /services/load-testing/src/crypto/ucan/did/local.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/crypto/ucan/did/local.ts -------------------------------------------------------------------------------- /services/load-testing/src/crypto/ucan/did/transformers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/crypto/ucan/did/transformers.ts -------------------------------------------------------------------------------- /services/load-testing/src/crypto/ucan/implementation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/crypto/ucan/implementation.ts -------------------------------------------------------------------------------- /services/load-testing/src/crypto/ucan/implementation/k6.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/crypto/ucan/implementation/k6.ts -------------------------------------------------------------------------------- /services/load-testing/src/crypto/ucan/implementation/node.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/crypto/ucan/implementation/node.ts -------------------------------------------------------------------------------- /services/load-testing/src/crypto/ucan/operation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/crypto/ucan/operation.ts -------------------------------------------------------------------------------- /services/load-testing/src/scenario1-single-conversation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/scenario1-single-conversation.ts -------------------------------------------------------------------------------- /services/load-testing/src/scenario2-multiple-conversations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/scenario2-multiple-conversations.ts -------------------------------------------------------------------------------- /services/load-testing/src/shared/arrbufs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/shared/arrbufs.ts -------------------------------------------------------------------------------- /services/load-testing/src/shared/did/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/shared/did/util.ts -------------------------------------------------------------------------------- /services/load-testing/src/shared/languages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/shared/languages.ts -------------------------------------------------------------------------------- /services/load-testing/src/shared/shared.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/shared/shared.ts -------------------------------------------------------------------------------- /services/load-testing/src/shared/types/dto.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/shared/types/dto.ts -------------------------------------------------------------------------------- /services/load-testing/src/shared/types/externalPolis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/shared/types/externalPolis.ts -------------------------------------------------------------------------------- /services/load-testing/src/shared/types/polis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/shared/types/polis.ts -------------------------------------------------------------------------------- /services/load-testing/src/shared/types/zod.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/shared/types/zod.ts -------------------------------------------------------------------------------- /services/load-testing/src/shared/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/shared/util.ts -------------------------------------------------------------------------------- /services/load-testing/src/shared/utils/polis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/shared/utils/polis.ts -------------------------------------------------------------------------------- /services/load-testing/src/shared/zupass/eventConfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/shared/zupass/eventConfig.ts -------------------------------------------------------------------------------- /services/load-testing/src/utils/api.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/utils/api.ts -------------------------------------------------------------------------------- /services/load-testing/src/utils/userActions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/src/utils/userActions.ts -------------------------------------------------------------------------------- /services/load-testing/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/tsconfig.json -------------------------------------------------------------------------------- /services/load-testing/vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/load-testing/vite.config.ts -------------------------------------------------------------------------------- /services/math-updater/.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/.dockerignore -------------------------------------------------------------------------------- /services/math-updater/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/.gitignore -------------------------------------------------------------------------------- /services/math-updater/.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/.prettierignore -------------------------------------------------------------------------------- /services/math-updater/.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/.prettierrc.json -------------------------------------------------------------------------------- /services/math-updater/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/COPYING -------------------------------------------------------------------------------- /services/math-updater/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/Dockerfile -------------------------------------------------------------------------------- /services/math-updater/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/README.md -------------------------------------------------------------------------------- /services/math-updater/env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/env.example -------------------------------------------------------------------------------- /services/math-updater/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/package.json -------------------------------------------------------------------------------- /services/math-updater/pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/pnpm-lock.yaml -------------------------------------------------------------------------------- /services/math-updater/pnpm-workspace-docker.yaml: -------------------------------------------------------------------------------- 1 | dangerouslyAllowAllBuilds: true 2 | -------------------------------------------------------------------------------- /services/math-updater/src/app.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/app.ts -------------------------------------------------------------------------------- /services/math-updater/src/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/config.ts -------------------------------------------------------------------------------- /services/math-updater/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/index.ts -------------------------------------------------------------------------------- /services/math-updater/src/jobs/scanConversations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/jobs/scanConversations.ts -------------------------------------------------------------------------------- /services/math-updater/src/jobs/updateConversationMath.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/jobs/updateConversationMath.ts -------------------------------------------------------------------------------- /services/math-updater/src/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/logger.ts -------------------------------------------------------------------------------- /services/math-updater/src/services/commentHelper.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/services/commentHelper.ts -------------------------------------------------------------------------------- /services/math-updater/src/services/llmService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/services/llmService.ts -------------------------------------------------------------------------------- /services/math-updater/src/services/polisHelpers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/services/polisHelpers.ts -------------------------------------------------------------------------------- /services/math-updater/src/services/polisMathUpdater.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/services/polisMathUpdater.ts -------------------------------------------------------------------------------- /services/math-updater/src/services/translationService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/services/translationService.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared-backend/clusterTranslation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared-backend/clusterTranslation.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared-backend/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared-backend/config.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared-backend/db.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared-backend/db.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared-backend/googleCloudAuth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared-backend/googleCloudAuth.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared-backend/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared-backend/logger.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared-backend/redis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared-backend/redis.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared-backend/schema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared-backend/schema.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared-backend/translate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared-backend/translate.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared-backend/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared-backend/util.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared/arrbufs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared/arrbufs.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared/did/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared/did/util.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared/languages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared/languages.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared/shared.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared/shared.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared/types/dto.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared/types/dto.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared/types/externalPolis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared/types/externalPolis.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared/types/polis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared/types/polis.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared/types/zod.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared/types/zod.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared/util.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared/utils/polis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared/utils/polis.ts -------------------------------------------------------------------------------- /services/math-updater/src/shared/zupass/eventConfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/shared/zupass/eventConfig.ts -------------------------------------------------------------------------------- /services/math-updater/src/utils/llmParse.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/src/utils/llmParse.ts -------------------------------------------------------------------------------- /services/math-updater/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/math-updater/tsconfig.json -------------------------------------------------------------------------------- /services/nlp/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/nlp/.gitignore -------------------------------------------------------------------------------- /services/nlp/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/nlp/COPYING -------------------------------------------------------------------------------- /services/nlp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/nlp/README.md -------------------------------------------------------------------------------- /services/nlp/pdm.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/nlp/pdm.lock -------------------------------------------------------------------------------- /services/nlp/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/nlp/pyproject.toml -------------------------------------------------------------------------------- /services/nlp/src/nlp/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /services/nlp/src/nlp/toxicity_classifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/nlp/src/nlp/toxicity_classifier.py -------------------------------------------------------------------------------- /services/nlp/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /services/python-bridge/.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/python-bridge/.dockerignore -------------------------------------------------------------------------------- /services/python-bridge/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/python-bridge/.gitignore -------------------------------------------------------------------------------- /services/python-bridge/.python-version: -------------------------------------------------------------------------------- 1 | 3.11 2 | -------------------------------------------------------------------------------- /services/python-bridge/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/python-bridge/COPYING -------------------------------------------------------------------------------- /services/python-bridge/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/python-bridge/Dockerfile -------------------------------------------------------------------------------- /services/python-bridge/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/python-bridge/Makefile -------------------------------------------------------------------------------- /services/python-bridge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/python-bridge/README.md -------------------------------------------------------------------------------- /services/python-bridge/gunicorn.conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/python-bridge/gunicorn.conf.py -------------------------------------------------------------------------------- /services/python-bridge/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/python-bridge/main.py -------------------------------------------------------------------------------- /services/python-bridge/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/python-bridge/pyproject.toml -------------------------------------------------------------------------------- /services/shared-app-api/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/.gitignore -------------------------------------------------------------------------------- /services/shared-app-api/.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/.prettierrc.json -------------------------------------------------------------------------------- /services/shared-app-api/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/.vscode/settings.json -------------------------------------------------------------------------------- /services/shared-app-api/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/COPYING -------------------------------------------------------------------------------- /services/shared-app-api/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/README.md -------------------------------------------------------------------------------- /services/shared-app-api/eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/eslint.config.mjs -------------------------------------------------------------------------------- /services/shared-app-api/jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/jest.config.js -------------------------------------------------------------------------------- /services/shared-app-api/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/package.json -------------------------------------------------------------------------------- /services/shared-app-api/pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/pnpm-lock.yaml -------------------------------------------------------------------------------- /services/shared-app-api/scripts/rsync_and_sed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/scripts/rsync_and_sed.sh -------------------------------------------------------------------------------- /services/shared-app-api/src/base64.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/src/base64.ts -------------------------------------------------------------------------------- /services/shared-app-api/src/conversationLogic.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/src/conversationLogic.ts -------------------------------------------------------------------------------- /services/shared-app-api/src/html.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/src/html.ts -------------------------------------------------------------------------------- /services/shared-app-api/src/phone.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/src/phone.ts -------------------------------------------------------------------------------- /services/shared-app-api/src/ucan/ucan.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/src/ucan/ucan.ts -------------------------------------------------------------------------------- /services/shared-app-api/tests/common/base64.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/tests/common/base64.test.ts -------------------------------------------------------------------------------- /services/shared-app-api/tests/common/cid.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/tests/common/cid.test.ts -------------------------------------------------------------------------------- /services/shared-app-api/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-app-api/tsconfig.json -------------------------------------------------------------------------------- /services/shared-backend/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | dist/ 3 | *.log 4 | .DS_Store 5 | -------------------------------------------------------------------------------- /services/shared-backend/.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/.prettierrc.json -------------------------------------------------------------------------------- /services/shared-backend/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/COPYING -------------------------------------------------------------------------------- /services/shared-backend/DATABASE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/DATABASE.md -------------------------------------------------------------------------------- /services/shared-backend/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/README.md -------------------------------------------------------------------------------- /services/shared-backend/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/package.json -------------------------------------------------------------------------------- /services/shared-backend/pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/pnpm-lock.yaml -------------------------------------------------------------------------------- /services/shared-backend/scripts/rsync_and_sed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/scripts/rsync_and_sed.sh -------------------------------------------------------------------------------- /services/shared-backend/src/clusterTranslation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/src/clusterTranslation.ts -------------------------------------------------------------------------------- /services/shared-backend/src/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/src/config.ts -------------------------------------------------------------------------------- /services/shared-backend/src/conversationCounters.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/src/conversationCounters.ts -------------------------------------------------------------------------------- /services/shared-backend/src/db.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/src/db.ts -------------------------------------------------------------------------------- /services/shared-backend/src/googleCloudAuth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/src/googleCloudAuth.ts -------------------------------------------------------------------------------- /services/shared-backend/src/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/src/logger.ts -------------------------------------------------------------------------------- /services/shared-backend/src/redis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/src/redis.ts -------------------------------------------------------------------------------- /services/shared-backend/src/schema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/src/schema.ts -------------------------------------------------------------------------------- /services/shared-backend/src/translate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/src/translate.ts -------------------------------------------------------------------------------- /services/shared-backend/src/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/src/util.ts -------------------------------------------------------------------------------- /services/shared-backend/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared-backend/tsconfig.json -------------------------------------------------------------------------------- /services/shared/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/.gitignore -------------------------------------------------------------------------------- /services/shared/.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/.prettierrc.json -------------------------------------------------------------------------------- /services/shared/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/COPYING -------------------------------------------------------------------------------- /services/shared/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/README.md -------------------------------------------------------------------------------- /services/shared/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/package.json -------------------------------------------------------------------------------- /services/shared/pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/pnpm-lock.yaml -------------------------------------------------------------------------------- /services/shared/scripts/rsync_and_sed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/scripts/rsync_and_sed.sh -------------------------------------------------------------------------------- /services/shared/src/arrbufs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/src/arrbufs.ts -------------------------------------------------------------------------------- /services/shared/src/did/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/src/did/util.ts -------------------------------------------------------------------------------- /services/shared/src/languages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/src/languages.ts -------------------------------------------------------------------------------- /services/shared/src/shared.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/src/shared.ts -------------------------------------------------------------------------------- /services/shared/src/types/dto.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/src/types/dto.ts -------------------------------------------------------------------------------- /services/shared/src/types/externalPolis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/src/types/externalPolis.ts -------------------------------------------------------------------------------- /services/shared/src/types/polis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/src/types/polis.ts -------------------------------------------------------------------------------- /services/shared/src/types/zod.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/src/types/zod.ts -------------------------------------------------------------------------------- /services/shared/src/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/src/util.ts -------------------------------------------------------------------------------- /services/shared/src/utils/polis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/src/utils/polis.ts -------------------------------------------------------------------------------- /services/shared/src/zupass/eventConfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zkorum/agora/HEAD/services/shared/src/zupass/eventConfig.ts --------------------------------------------------------------------------------