LICENSE
LICENSE.AGPL
MANIFEST.in
README.md
pyproject.toml
setup.cfg
mwdb/__init__.py
mwdb/app.py
mwdb/paths.py
mwdb/version.py
mwdb/cli/__init__.py
mwdb/cli/base.py
mwdb/cli/cli.py
mwdb/cli/configuration.py
mwdb/cli/database.py
mwdb/cli/web.py
mwdb/core/__init__.py
mwdb/core/app.py
mwdb/core/auth.py
mwdb/core/capabilities.py
mwdb/core/config.py
mwdb/core/deprecated.py
mwdb/core/hooks.py
mwdb/core/karton.py
mwdb/core/log.py
mwdb/core/mail.py
mwdb/core/plugins.py
mwdb/core/rate_limit.py
mwdb/core/service.py
mwdb/core/sql_profiler.py
mwdb/core/ssdeep.py
mwdb/core/static.py
mwdb/core/util.py
mwdb/core/zip_stream.py
mwdb/core/metrics/__init__.py
mwdb/core/metrics/redis_counter.py
mwdb/core/oauth/__init__.py
mwdb/core/oauth/client.py
mwdb/core/oauth/provider.py
mwdb/core/search/__init__.py
mwdb/core/search/exceptions.py
mwdb/core/search/fields.py
mwdb/core/search/mappings.py
mwdb/core/search/node_to_value.py
mwdb/core/search/parse_helpers.py
mwdb/core/search/search.py
mwdb/model/__init__.py
mwdb/model/api_key.py
mwdb/model/attribute.py
mwdb/model/blob.py
mwdb/model/comment.py
mwdb/model/config.py
mwdb/model/file.py
mwdb/model/group.py
mwdb/model/karton.py
mwdb/model/oauth.py
mwdb/model/object.py
mwdb/model/object_permission.py
mwdb/model/quick_query.py
mwdb/model/tag.py
mwdb/model/user.py
mwdb/model/migrations/README
mwdb/model/migrations/alembic.ini
mwdb/model/migrations/env.py
mwdb/model/migrations/script.py.mako
mwdb/model/migrations/versions/01dea56ffaf7_object_deletion_improvements_cascades_.py
mwdb/model/migrations/versions/08d1de53c2f4_missing_object_not_null_constraints.py
mwdb/model/migrations/versions/12849e43c922_new_favorites_table.py
mwdb/model/migrations/versions/1a46a79d9108_set_nullable_fk_to_correctly_delete_.py
mwdb/model/migrations/versions/1b49fefdfcb0_quick_query_to_user_relation.py
mwdb/model/migrations/versions/1cfd8137ff5e_unlimited_length_of_oidc_fields.py
mwdb/model/migrations/versions/243dede4eb74_openid_tables.py
mwdb/model/migrations/versions/25ea40a798ac_add_access_uploader_info_capability.py
mwdb/model/migrations/versions/2b4da440d3ad_missing_comment_not_null_constraints.py
mwdb/model/migrations/versions/2c44b2073670_add_index_on_comment_object_id.py
mwdb/model/migrations/versions/2e692ea445a1_initial_version.py
mwdb/model/migrations/versions/35916645cf47_rename_metakey_to_attribute.py
mwdb/model/migrations/versions/3648d869ef45_add_api_key_name.py
mwdb/model/migrations/versions/373e4d6322eb_attribute_unique_index.py
mwdb/model/migrations/versions/3b2552a8bcc9_ensure_private_groups_are_immutable.py
mwdb/model/migrations/versions/3e2203dea478_missing_metakey_not_null_constraints.py
mwdb/model/migrations/versions/43b78a070936_add_quick_query_model.py
mwdb/model/migrations/versions/4b0733973847_add_alt_names_column_to_file.py
mwdb/model/migrations/versions/4f0405411201_migrate_karton_attribute.py
mwdb/model/migrations/versions/52bb55f76ef3_add_index_on_comment_user_id.py
mwdb/model/migrations/versions/574bce4bac6f_zero_pad_crc32_to_8_characters.py
mwdb/model/migrations/versions/6745a530097e_add_openid_provider_requires_approval_.py
mwdb/model/migrations/versions/69cc1cf2b929_remove_managing_attributes.py
mwdb/model/migrations/versions/6a7aefae72d3_rolling_back_objectpermissions_from_.py
mwdb/model/migrations/versions/6db157d09a30_single_object_table.py
mwdb/model/migrations/versions/6fc42e070495_set_collation_of_fields_that_may_be_.py
mwdb/model/migrations/versions/6fd822d1d706_not_null_on_associative_tables.py
mwdb/model/migrations/versions/7054c09d10ac_jsonb_attribute_value_type.py
mwdb/model/migrations/versions/717b5da712b8_new_logic_for_reason_type_in_permission_.py
mwdb/model/migrations/versions/72a94f88d2b6_oidc_group_referenced_by_id_instead_of_.py
mwdb/model/migrations/versions/7e52d19ee7c4_added_kartonanalysis_table.py
mwdb/model/migrations/versions/7nsxysyisgrc_add_group_oidc_member.py
mwdb/model/migrations/versions/a81513c2a4bf_set_gin_index_on_cfg_and_alt_names_.py
mwdb/model/migrations/versions/b78affca7273_added_rich_attributes.py
mwdb/model/migrations/versions/bc0ce906eeed_missing_auth_not_null_constraints.py
mwdb/model/migrations/versions/bd88eb7eec2b_cascades_delete_user_and_group.py
mwdb/model/migrations/versions/bd93d1497694_create_logout_endpoint_column.py
mwdb/model/migrations/versions/c7c72fd7fac5_rename_sharing_object_capability.py
mwdb/model/migrations/versions/c8ba40a69421_relation_for_metakey_and_its_definition.py
mwdb/model/migrations/versions/cdae4e840ceb_immutable_group.py
mwdb/model/migrations/versions/d7725a4e500c_tag_model_flattening.py
mwdb/model/migrations/versions/e2d99ffcb8ce_removed_humanhash_feature.py
mwdb/model/migrations/versions/e304b81836b0_add_group_default_and_group_workspace_.py
mwdb/model/migrations/versions/e3241d250d0c_add_group_admin_column_to_member_table.py
mwdb/model/migrations/versions/e81d851aa91f_create_providers_groups.py
mwdb/model/migrations/versions/f02c42a17695_add_3rd_party_sharing_feature.py
mwdb/model/migrations/versions/f4ccb4be2170_create_registered_group_if_database_is_.py
mwdb/model/migrations/versions/f5602d538e9c_use_jsonb_for_configurations.py
mwdb/resources/__init__.py
mwdb/resources/api_key.py
mwdb/resources/attribute.py
mwdb/resources/auth.py
mwdb/resources/blob.py
mwdb/resources/comment.py
mwdb/resources/config.py
mwdb/resources/download.py
mwdb/resources/file.py
mwdb/resources/group.py
mwdb/resources/karton.py
mwdb/resources/metakey.py
mwdb/resources/metrics.py
mwdb/resources/oauth.py
mwdb/resources/object.py
mwdb/resources/quick_query.py
mwdb/resources/relations.py
mwdb/resources/remotes.py
mwdb/resources/search.py
mwdb/resources/server.py
mwdb/resources/share.py
mwdb/resources/tag.py
mwdb/resources/user.py
mwdb/schema/__init__.py
mwdb/schema/api_key.py
mwdb/schema/attribute.py
mwdb/schema/auth.py
mwdb/schema/blob.py
mwdb/schema/comment.py
mwdb/schema/config.py
mwdb/schema/download.py
mwdb/schema/file.py
mwdb/schema/group.py
mwdb/schema/karton.py
mwdb/schema/metakey.py
mwdb/schema/oauth.py
mwdb/schema/object.py
mwdb/schema/quick_query.py
mwdb/schema/relations.py
mwdb/schema/remotes.py
mwdb/schema/search.py
mwdb/schema/server.py
mwdb/schema/share.py
mwdb/schema/tag.py
mwdb/schema/user.py
mwdb/schema/utils.py
mwdb/templates/mwdb.ini.tmpl
mwdb/templates/mail/pending.txt
mwdb/templates/mail/recover.txt
mwdb/templates/mail/register.txt
mwdb/templates/mail/register_no_pass.txt
mwdb/templates/mail/rejection.txt
mwdb/web/.gitignore
mwdb/web/babel.config.js
mwdb/web/index.html
mwdb/web/jest.config.js
mwdb/web/package-lock.json
mwdb/web/package.json
mwdb/web/tsconfig.json
mwdb/web/tsconfig.node.json
mwdb/web/vite.config.ts
mwdb/web/dist/favicon.ico
mwdb/web/dist/index.html
mwdb/web/dist/manifest.json
mwdb/web/dist/assets/DagreD3Plot-D8916erq.js
mwdb/web/dist/assets/index-BWuOZnQU.js
mwdb/web/dist/assets/index-DGGgI07y.js
mwdb/web/dist/assets/index-Dve9Pevf.css
mwdb/web/dist/assets/logo-DxnZmnDI.png
mwdb/web/dist/assets/zipObject-Di8ZxNeV.js
mwdb/web/public/favicon.ico
mwdb/web/public/manifest.json
mwdb/web/src/App.tsx
mwdb/web/src/index.jsx
mwdb/web/src/vite-env.d.ts
mwdb/web/src/__tests__/helpers/filesize.test.ts
mwdb/web/src/__tests__/helpers/index.test.tsx
mwdb/web/src/__tests__/helpers/paginate.test.ts
mwdb/web/src/__tests__/helpers/search.test.ts
mwdb/web/src/__tests__/hooks/useCheckCapabilities.test.tsx
mwdb/web/src/__tests__/hooks/useComponentState.test.tsx
mwdb/web/src/__tests__/hooks/useNavRedirect.test.tsx
mwdb/web/src/__tests__/hooks/useViewAlert.test.tsx
mwdb/web/src/assets/logo.png
mwdb/web/src/commons/api/index.tsx
mwdb/web/src/commons/auth/capabilities.tsx
mwdb/web/src/commons/auth/context.tsx
mwdb/web/src/commons/auth/index.tsx
mwdb/web/src/commons/auth/provider.tsx
mwdb/web/src/commons/config/context.tsx
mwdb/web/src/commons/config/index.tsx
mwdb/web/src/commons/config/provider.tsx
mwdb/web/src/commons/context/index.tsx
mwdb/web/src/commons/helpers/authenticate.ts
mwdb/web/src/commons/helpers/download.ts
mwdb/web/src/commons/helpers/filesize.ts
mwdb/web/src/commons/helpers/getErrorMessage.tsx
mwdb/web/src/commons/helpers/index.ts
mwdb/web/src/commons/helpers/paginate.ts
mwdb/web/src/commons/helpers/preview.ts
mwdb/web/src/commons/helpers/search.ts
mwdb/web/src/commons/hooks/index.ts
mwdb/web/src/commons/hooks/useCheckCapabilities.ts
mwdb/web/src/commons/hooks/useComponentState.ts
mwdb/web/src/commons/hooks/useNavRedirect.ts
mwdb/web/src/commons/hooks/useViewAlert.ts
mwdb/web/src/commons/navigation/AppRoutes.tsx
mwdb/web/src/commons/navigation/NavigateFor404.tsx
mwdb/web/src/commons/navigation/SampleRouteFallback.tsx
mwdb/web/src/commons/plugins/Extendable.tsx
mwdb/web/src/commons/plugins/Extension.tsx
mwdb/web/src/commons/plugins/index.jsx
mwdb/web/src/commons/plugins/loader.tsx
mwdb/web/src/commons/plugins/utils.tsx
mwdb/web/src/commons/remotes/index.tsx
mwdb/web/src/commons/ui/ActionCopyToClipboard.tsx
mwdb/web/src/commons/ui/Autocomplete.tsx
mwdb/web/src/commons/ui/ConfirmationModal.tsx
mwdb/web/src/commons/ui/DataTable.tsx
mwdb/web/src/commons/ui/DateString.tsx
mwdb/web/src/commons/ui/EditButton.tsx
mwdb/web/src/commons/ui/EditableBooleanItem.tsx
mwdb/web/src/commons/ui/EditableItem.tsx
mwdb/web/src/commons/ui/ErrorBoundary.tsx
mwdb/web/src/commons/ui/FeatureSwitch.tsx
mwdb/web/src/commons/ui/FormError.tsx
mwdb/web/src/commons/ui/GroupBadge.tsx
mwdb/web/src/commons/ui/Hash.tsx
mwdb/web/src/commons/ui/HighlightText.tsx
mwdb/web/src/commons/ui/Identicon.tsx
mwdb/web/src/commons/ui/Label.tsx
mwdb/web/src/commons/ui/LimitTo.tsx
mwdb/web/src/commons/ui/LoadingSpinner.tsx
mwdb/web/src/commons/ui/NavDropdown.tsx
mwdb/web/src/commons/ui/ObjectAction.tsx
mwdb/web/src/commons/ui/ObjectLink.tsx
mwdb/web/src/commons/ui/ObjectPreview.tsx
mwdb/web/src/commons/ui/ObjectTab.tsx
mwdb/web/src/commons/ui/PagedList.tsx
mwdb/web/src/commons/ui/PseudoEditableItem.tsx
mwdb/web/src/commons/ui/RequiresAuth.tsx
mwdb/web/src/commons/ui/RequiresCapability.tsx
mwdb/web/src/commons/ui/Select.tsx
mwdb/web/src/commons/ui/ShareReasonString.tsx
mwdb/web/src/commons/ui/ShowIf.tsx
mwdb/web/src/commons/ui/SortedList.tsx
mwdb/web/src/commons/ui/Tag.tsx
mwdb/web/src/commons/ui/TagList.tsx
mwdb/web/src/commons/ui/UserBadge.tsx
mwdb/web/src/commons/ui/View.tsx
mwdb/web/src/commons/ui/index.tsx
mwdb/web/src/components/AdminNav.tsx
mwdb/web/src/components/AttributesAddModal.tsx
mwdb/web/src/components/DagreD3Plot.tsx
mwdb/web/src/components/DiffTextBlobContentPresenter.tsx
mwdb/web/src/components/Navigation.tsx
mwdb/web/src/components/PreviewSwitchAction.tsx
mwdb/web/src/components/ProviderButton.tsx
mwdb/web/src/components/ProvidersSelectList.tsx
mwdb/web/src/components/RelationToManyNode.tsx
mwdb/web/src/components/RelationsNode.tsx
mwdb/web/src/components/RemoteDropdown.tsx
mwdb/web/src/components/SampleDetails.tsx
mwdb/web/src/components/SamplePreview.tsx
mwdb/web/src/components/UploadDropdownOption.tsx
mwdb/web/src/components/UploadDropzone.tsx
mwdb/web/src/components/UserSetPasswordView.tsx
mwdb/web/src/components/VersionMismatchWarning.tsx
mwdb/web/src/components/Blob/Views/DiffTextBlobView.tsx
mwdb/web/src/components/Blob/Views/RecentBlobsView.tsx
mwdb/web/src/components/Blob/Views/ShowTextBlobView.tsx
mwdb/web/src/components/Blob/common/BlobDiffAction.tsx
mwdb/web/src/components/Blob/common/RecentBlobHeader.tsx
mwdb/web/src/components/Blob/common/RecentBlobRow.tsx
mwdb/web/src/components/Blob/common/TextBlobDetails.tsx
mwdb/web/src/components/Blob/common/TextBlobPreview.tsx
mwdb/web/src/components/Config/Views/ConfigStatsView.tsx
mwdb/web/src/components/Config/Views/RecentConfigsView.tsx
mwdb/web/src/components/Config/Views/ShowConfigView.tsx
mwdb/web/src/components/Config/common/ConfigDetails.tsx
mwdb/web/src/components/Config/common/ConfigPreview.tsx
mwdb/web/src/components/Config/common/ConfigRow.tsx
mwdb/web/src/components/Config/common/ConfigRows.tsx
mwdb/web/src/components/Config/common/ConfigStatsItem.tsx
mwdb/web/src/components/Config/common/ConfigTable.tsx
mwdb/web/src/components/Config/common/RecentConfigHeader.tsx
mwdb/web/src/components/Config/common/RecentConfigRow.tsx
mwdb/web/src/components/File/Views/RecentSamplesView.tsx
mwdb/web/src/components/File/common/RecentFileHeader.tsx
mwdb/web/src/components/File/common/RecentFileRow.tsx
mwdb/web/src/components/Profile/ProfileView.tsx
mwdb/web/src/components/Profile/Views/ProfileAPIKeys.tsx
mwdb/web/src/components/Profile/Views/ProfileCapabilities.tsx
mwdb/web/src/components/Profile/Views/ProfileDetails.tsx
mwdb/web/src/components/Profile/Views/ProfileGroup.tsx
mwdb/web/src/components/Profile/Views/ProfileGroupMembers.tsx
mwdb/web/src/components/Profile/Views/ProfileGroups.tsx
mwdb/web/src/components/Profile/Views/ProfileOAuth.tsx
mwdb/web/src/components/Profile/Views/ProfileResetPassword.tsx
mwdb/web/src/components/Profile/common/CapabilitiesSelect.tsx
mwdb/web/src/components/Profile/common/CapabilitiesTable.tsx
mwdb/web/src/components/Profile/common/KeyNameModal.tsx
mwdb/web/src/components/Profile/common/ProfileGroupItems.tsx
mwdb/web/src/components/Profile/common/ProfileItem.tsx
mwdb/web/src/components/Profile/common/ProfileNav.tsx
mwdb/web/src/components/RecentView/index.tsx
mwdb/web/src/components/RecentView/Views/RecentView.tsx
mwdb/web/src/components/RecentView/Views/RecentViewList.tsx
mwdb/web/src/components/RecentView/common/QueryInput.tsx
mwdb/web/src/components/RecentView/common/QuickQuery.tsx
mwdb/web/src/components/RecentView/common/QuickQueryAddModal.tsx
mwdb/web/src/components/RecentView/common/QuickQueryItem.tsx
mwdb/web/src/components/RecentView/common/RecentInnerRow.tsx
mwdb/web/src/components/RecentView/common/RecentRow.tsx
mwdb/web/src/components/RecentView/common/luceneLexer.ts
mwdb/web/src/components/RecentView/common/useQuerySuggestions.ts
mwdb/web/src/components/Remote/RemoteAPI.tsx
mwdb/web/src/components/Remote/RemoteViews.tsx
mwdb/web/src/components/RichAttribute/MarkdownRenderer.tsx
mwdb/web/src/components/RichAttribute/MarkedMustache.tsx
mwdb/web/src/components/RichAttribute/RichAttributePreview.tsx
mwdb/web/src/components/RichAttribute/RichAttributeRenderer.tsx
mwdb/web/src/components/RichAttribute/builtinLambdas.tsx
mwdb/web/src/components/RichAttribute/exampleTemplates.tsx
mwdb/web/src/components/RichAttribute/lambdaTypes.tsx
mwdb/web/src/components/Settings/Views/AccessControlView.tsx
mwdb/web/src/components/Settings/Views/AttributeCreateView.tsx
mwdb/web/src/components/Settings/Views/AttributeDetailsView.tsx
mwdb/web/src/components/Settings/Views/AttributeEditTemplateView.tsx
mwdb/web/src/components/Settings/Views/AttributePermissionsView.tsx
mwdb/web/src/components/Settings/Views/AttributeView.tsx
mwdb/web/src/components/Settings/Views/AttributesListView.tsx
mwdb/web/src/components/Settings/Views/GroupCapabilitiesView.tsx
mwdb/web/src/components/Settings/Views/GroupCreateView.tsx
mwdb/web/src/components/Settings/Views/GroupDetailsView.tsx
mwdb/web/src/components/Settings/Views/GroupMembersView.tsx
mwdb/web/src/components/Settings/Views/GroupView.tsx
mwdb/web/src/components/Settings/Views/GroupsListView.tsx
mwdb/web/src/components/Settings/Views/OAuthListProvidersView.tsx
mwdb/web/src/components/Settings/Views/OAuthProviderView.tsx
mwdb/web/src/components/Settings/Views/OAuthRegisterView.tsx
mwdb/web/src/components/Settings/Views/SettingsOverviewView.tsx
mwdb/web/src/components/Settings/Views/SettingsView.tsx
mwdb/web/src/components/Settings/Views/UserAPIKeysView.tsx
mwdb/web/src/components/Settings/Views/UserCapabilitiesView.tsx
mwdb/web/src/components/Settings/Views/UserCreateView.tsx
mwdb/web/src/components/Settings/Views/UserDetailsView.tsx
mwdb/web/src/components/Settings/Views/UserResetPasswordView.tsx
mwdb/web/src/components/Settings/Views/UserSingleGroupsView.tsx
mwdb/web/src/components/Settings/Views/UserView.tsx
mwdb/web/src/components/Settings/Views/UsersListView.tsx
mwdb/web/src/components/Settings/Views/UsersPendingListView.tsx
mwdb/web/src/components/Settings/common/AddGroupForm.tsx
mwdb/web/src/components/Settings/common/AddMemberForm.tsx
mwdb/web/src/components/Settings/common/AttributeItem.tsx
mwdb/web/src/components/Settings/common/AttributePermissionsGroupInput.tsx
mwdb/web/src/components/Settings/common/AttributePermissionsItem.tsx
mwdb/web/src/components/Settings/common/AttributePermissionsList.tsx
mwdb/web/src/components/Settings/common/CapabilitiesHeader.tsx
mwdb/web/src/components/Settings/common/CapabilitiesList.tsx
mwdb/web/src/components/Settings/common/CapabilityChangeCard.tsx
mwdb/web/src/components/Settings/common/DeleteCapabilityModal.tsx
mwdb/web/src/components/Settings/common/DetailsRecord.tsx
mwdb/web/src/components/Settings/common/FlagBadge.tsx
mwdb/web/src/components/Settings/common/GroupAppliesTo.tsx
mwdb/web/src/components/Settings/common/GroupItem.tsx
mwdb/web/src/components/Settings/common/GroupsList.tsx
mwdb/web/src/components/Settings/common/MemberList.tsx
mwdb/web/src/components/Settings/common/PluginItem.tsx
mwdb/web/src/components/Settings/common/SettingsNav.tsx
mwdb/web/src/components/Settings/common/UserItem.tsx
mwdb/web/src/components/ShowObject/index.tsx
mwdb/web/src/components/ShowObject/Actions/DownloadAction.tsx
mwdb/web/src/components/ShowObject/Actions/FavoriteAction.tsx
mwdb/web/src/components/ShowObject/Actions/PullAction.tsx
mwdb/web/src/components/ShowObject/Actions/PushAction.tsx
mwdb/web/src/components/ShowObject/Actions/RelationsAddModal.tsx
mwdb/web/src/components/ShowObject/Actions/RemoveAction.tsx
mwdb/web/src/components/ShowObject/Actions/UploadChildAction.tsx
mwdb/web/src/components/ShowObject/Actions/ZipAction.tsx
mwdb/web/src/components/ShowObject/common/AttributeRenderer.tsx
mwdb/web/src/components/ShowObject/common/AttributeRow.tsx
mwdb/web/src/components/ShowObject/common/AttributeValue.tsx
mwdb/web/src/components/ShowObject/common/Attributes.tsx
mwdb/web/src/components/ShowObject/common/AttributesBox.tsx
mwdb/web/src/components/ShowObject/common/CommentBox.tsx
mwdb/web/src/components/ShowObject/common/CommentForm.tsx
mwdb/web/src/components/ShowObject/common/CommentItem.tsx
mwdb/web/src/components/ShowObject/common/CommentList.tsx
mwdb/web/src/components/ShowObject/common/KartonAnalysisBox.tsx
mwdb/web/src/components/ShowObject/common/KartonAnalysisList.tsx
mwdb/web/src/components/ShowObject/common/KartonAnalysisRow.tsx
mwdb/web/src/components/ShowObject/common/LatestConfigTab.tsx
mwdb/web/src/components/ShowObject/common/MultiRelationsBox.tsx
mwdb/web/src/components/ShowObject/common/ObjectBox.tsx
mwdb/web/src/components/ShowObject/common/RecentObjectHeader.tsx
mwdb/web/src/components/ShowObject/common/RecentObjectRow.tsx
mwdb/web/src/components/ShowObject/common/RecentObjects.tsx
mwdb/web/src/components/ShowObject/common/RelationBox.tsx
mwdb/web/src/components/ShowObject/common/RelationsTab.tsx
mwdb/web/src/components/ShowObject/common/RichAttributeValue.tsx
mwdb/web/src/components/ShowObject/common/Share3rdPartyBox.tsx
mwdb/web/src/components/ShowObject/common/ShareForm.tsx
mwdb/web/src/components/ShowObject/common/ShareGroupItem.tsx
mwdb/web/src/components/ShowObject/common/SharesBox.tsx
mwdb/web/src/components/ShowObject/common/SharesList.tsx
mwdb/web/src/components/ShowObject/common/SharingStatusIcon.tsx
mwdb/web/src/components/ShowObject/common/ShowObject.tsx
mwdb/web/src/components/ShowObject/common/TagBox.tsx
mwdb/web/src/components/ShowObject/common/TagForm.tsx
mwdb/web/src/components/ShowObject/common/TypedRelationsBox.tsx
mwdb/web/src/components/Upload/Views/UploadBlobView.tsx
mwdb/web/src/components/Upload/Views/UploadConfigView.tsx
mwdb/web/src/components/Upload/Views/UploadFileView.tsx
mwdb/web/src/components/Upload/common/Attributes.tsx
mwdb/web/src/components/Upload/common/Sharing.tsx
mwdb/web/src/components/Upload/common/Upload.tsx
mwdb/web/src/components/Upload/common/UploadDropdown.tsx
mwdb/web/src/components/Upload/common/UploadDropzone.tsx
mwdb/web/src/components/Upload/common/helpers/index.tsx
mwdb/web/src/components/Upload/common/hooks/useGroup.ts
mwdb/web/src/components/Views/AboutView.tsx
mwdb/web/src/components/Views/DocsView.tsx
mwdb/web/src/components/Views/OAuthAuthorizeView.tsx
mwdb/web/src/components/Views/RelationsPlotView.tsx
mwdb/web/src/components/Views/SearchView.tsx
mwdb/web/src/components/Views/ShowSampleView.tsx
mwdb/web/src/components/Views/UploadView.tsx
mwdb/web/src/components/Views/UserLoginView.tsx
mwdb/web/src/components/Views/UserPasswordRecoverView.tsx
mwdb/web/src/components/Views/UserRegisterView.tsx
mwdb/web/src/mocks/plugins.ts
mwdb/web/src/styles/index.css
mwdb/web/src/types/api.ts
mwdb/web/src/types/context.ts
mwdb/web/src/types/diff-match-patch.d.ts
mwdb/web/src/types/images.d.ts
mwdb/web/src/types/props.ts
mwdb/web/src/types/readable-timestamp.d.ts
mwdb/web/src/types/types.ts
mwdb_core.egg-info/PKG-INFO
mwdb_core.egg-info/SOURCES.txt
mwdb_core.egg-info/dependency_links.txt
mwdb_core.egg-info/entry_points.txt
mwdb_core.egg-info/requires.txt
mwdb_core.egg-info/top_level.txt