zhongrj
2025-11-24 276323dce9613867abb3f58a4cc2abbfb2fd0dea
refs
author zhongrj <646384940@qq.com>
Monday, November 24, 2025 21:03 +0800
committer zhongrj <646384940@qq.com>
Monday, November 24, 2025 21:03 +0800
commit276323dce9613867abb3f58a4cc2abbfb2fd0dea
tree 8178f26554473c825557e443caf13e4bc2dd7ba5 tree | zip | gz
parent
first commit
1,191 files added
changed files
.idea/.gitignore diff | view | raw | blame | history
.idea/drone_webodm.iml diff | view | raw | blame | history
.idea/libraries/fixtures.xml diff | view | raw | blame | history
.idea/misc.xml diff | view | raw | blame | history
.idea/modules.xml diff | view | raw | blame | history
CODE_OF_CONDUCT.md diff | view | raw | blame | history
CONTRIBUTING.md diff | view | raw | blame | history
Dockerfile diff | view | raw | blame | history
I10n.toml diff | view | raw | blame | history
ISSUE_TEMPLATE.md diff | view | raw | blame | history
LICENSE.md diff | view | raw | blame | history
LOCALES diff | view | raw | blame | history
README.md diff | view | raw | blame | history
SECURITY.md diff | view | raw | blame | history
app/.gitignore diff | view | raw | blame | history
app/__init__.py diff | view | raw | blame | history
app/admin.py diff | view | raw | blame | history
app/api/__init__.py diff | view | raw | blame | history
app/api/admin.py diff | view | raw | blame | history
app/api/authentication.py diff | view | raw | blame | history
app/api/common.py diff | view | raw | blame | history
app/api/custom_colormaps_helper.py diff | view | raw | blame | history
app/api/externalauth.py diff | view | raw | blame | history
app/api/formulas.py diff | view | raw | blame | history
app/api/hillshade.py diff | view | raw | blame | history
app/api/hsvblend.py diff | view | raw | blame | history
app/api/imageuploads.py diff | view | raw | blame | history
app/api/potree.py diff | view | raw | blame | history
app/api/presets.py diff | view | raw | blame | history
app/api/processingnodes.py diff | view | raw | blame | history
app/api/projects.py diff | view | raw | blame | history
app/api/tags.py diff | view | raw | blame | history
app/api/tasks.py diff | view | raw | blame | history
app/api/tiler.py diff | view | raw | blame | history
app/api/urls.py diff | view | raw | blame | history
app/api/users.py diff | view | raw | blame | history
app/api/workers.py diff | view | raw | blame | history
app/apps.py diff | view | raw | blame | history
app/auth/backends.py diff | view | raw | blame | history
app/boot.py diff | view | raw | blame | history
app/classes/console.py diff | view | raw | blame | history
app/classes/gcp.py diff | view | raw | blame | history
app/cogeo.py diff | view | raw | blame | history
app/contexts/settings.py diff | view | raw | blame | history
app/fixtures/bad_dir_plugin.zip diff | view | raw | blame | history
app/fixtures/gcp.txt diff | view | raw | blame | history
app/fixtures/gcp_malformed.txt diff | view | raw | blame | history
app/fixtures/missing_manifest_plugin.zip diff | view | raw | blame | history
app/fixtures/orthophoto.tif diff | view | raw | blame | history
app/fixtures/testabc_plugin.zip diff | view | raw | blame | history
app/fixtures/tiny_drone_image.jpg diff | view | raw | blame | history
app/fixtures/tiny_drone_image_2.jpg diff | view | raw | blame | history
app/fixtures/tiny_drone_image_multispec.tif diff | view | raw | blame | history
app/management/commands/addnode.py diff | view | raw | blame | history
app/management/commands/borg.py diff | view | raw | blame | history
app/management/commands/getnodehostname.py diff | view | raw | blame | history
app/management/commands/makemessages_djangojs.py diff | view | raw | blame | history
app/management/commands/rebuildplugins.py diff | view | raw | blame | history
app/management/commands/translate.py diff | view | raw | blame | history
app/migrations/.gitignore diff | view | raw | blame | history
app/migrations/0001_initial.py diff | view | raw | blame | history
app/migrations/0002_task_auto_processing_node.py diff | view | raw | blame | history
app/migrations/0003_auto_20170615_1300.py diff | view | raw | blame | history
app/migrations/0004_auto_20170707_1014.py diff | view | raw | blame | history
app/migrations/0005_auto_20170707_1014.py diff | view | raw | blame | history
app/migrations/0006_task_available_assets.py diff | view | raw | blame | history
app/migrations/0007_auto_20170712_1319.py diff | view | raw | blame | history
app/migrations/0008_preset.py diff | view | raw | blame | history
app/migrations/0009_auto_20170721_1332.py diff | view | raw | blame | history
app/migrations/0010_auto_20170725_1324.py diff | view | raw | blame | history
app/migrations/0011_auto_20171109_1237.py diff | view | raw | blame | history
app/migrations/0012_public_task_uuids.py diff | view | raw | blame | history
app/migrations/0013_public_task_uuids.py diff | view | raw | blame | history
app/migrations/0014_public_task_uuids.py diff | view | raw | blame | history
app/migrations/0016_public_task_uuids.py diff | view | raw | blame | history
app/migrations/0017_auto_20180219_1446.py diff | view | raw | blame | history
app/migrations/0018_auto_20180311_1028.py diff | view | raw | blame | history
app/migrations/0019_remove_task_processing_lock.py diff | view | raw | blame | history
app/migrations/0020_plugindatum.py diff | view | raw | blame | history
app/migrations/0021_auto_20180726_1746.py diff | view | raw | blame | history
app/migrations/0022_auto_20181205_1644.py diff | view | raw | blame | history
app/migrations/0023_task_running_progress.py diff | view | raw | blame | history
app/migrations/0024_update_task_assets.py diff | view | raw | blame | history
app/migrations/0025_auto_20190220_1854.py diff | view | raw | blame | history
app/migrations/0026_update_images_count.py diff | view | raw | blame | history
app/migrations/0027_plugin.py diff | view | raw | blame | history
app/migrations/0028_task_partial.py diff | view | raw | blame | history
app/migrations/0029_auto_20190907_1348.py diff | view | raw | blame | history
app/migrations/0030_assure_cogeo.py diff | view | raw | blame | history
app/migrations/0031_auto_20210610_1850.py diff | view | raw | blame | history
app/migrations/0032_task_epsg.py diff | view | raw | blame | history
app/migrations/0033_auto_20230307_1532.py diff | view | raw | blame | history
app/migrations/0034_delete_imageupload.py diff | view | raw | blame | history
app/migrations/0035_task_orthophoto_bands.py diff | view | raw | blame | history
app/migrations/0036_task_size.py diff | view | raw | blame | history
app/migrations/0037_profile.py diff | view | raw | blame | history
app/migrations/0038_remove_task_console_output.py diff | view | raw | blame | history
app/migrations/0039_task_orthophoto_bands.py diff | view | raw | blame | history
app/migrations/0040_auto_20241106_1832.py diff | view | raw | blame | history
app/migrations/__init__.py diff | view | raw | blame | history
app/models/__init__.py diff | view | raw | blame | history
app/models/plugin.py diff | view | raw | blame | history
app/models/plugin_datum.py diff | view | raw | blame | history
app/models/preset.py diff | view | raw | blame | history
app/models/profile.py diff | view | raw | blame | history
app/models/project.py diff | view | raw | blame | history
app/models/setting.py diff | view | raw | blame | history
app/models/task.py diff | view | raw | blame | history
app/models/theme.py diff | view | raw | blame | history
app/pending_actions.py diff | view | raw | blame | history
app/plugins/__init__.py diff | view | raw | blame | history
app/plugins/data_store.py diff | view | raw | blame | history
app/plugins/functions.py diff | view | raw | blame | history
app/plugins/menu.py diff | view | raw | blame | history
app/plugins/mount_point.py diff | view | raw | blame | history
app/plugins/plugin_base.py diff | view | raw | blame | history
app/plugins/pyutils.py diff | view | raw | blame | history
app/plugins/signals.py diff | view | raw | blame | history
app/plugins/templates/base.html diff | view | raw | blame | history
app/plugins/templates/form.html diff | view | raw | blame | history
app/plugins/templates/webpack.config.js.tmpl diff | view | raw | blame | history
app/plugins/views.py diff | view | raw | blame | history
app/plugins/worker.py diff | view | raw | blame | history
app/pointcloud_utils.py diff | view | raw | blame | history
app/raster_utils.py diff | view | raw | blame | history
app/scripts/__init__.py diff | view | raw | blame | history
app/scripts/extract_odm_strings.py diff | view | raw | blame | history
app/scripts/extract_plugin_manifest_strings.py diff | view | raw | blame | history
app/scripts/extract_potree_strings.py diff | view | raw | blame | history
app/scripts/unlock_all_tasks.py diff | view | raw | blame | history
app/security.py diff | view | raw | blame | history
app/signals.py diff | view | raw | blame | history
app/static/admin/css/base.css diff | view | raw | blame | history
app/static/admin/css/base.css.map diff | view | raw | blame | history
app/static/admin/css/base.scss diff | view | raw | blame | history
app/static/admin/css/changelists.css diff | view | raw | blame | history
app/static/admin/css/changelists.css.map diff | view | raw | blame | history
app/static/admin/css/changelists.scss diff | view | raw | blame | history
app/static/admin/css/dashboard.css diff | view | raw | blame | history
app/static/admin/css/fonts.css diff | view | raw | blame | history
app/static/admin/css/forms.css diff | view | raw | blame | history
app/static/admin/css/forms.css.map diff | view | raw | blame | history
app/static/admin/css/forms.scss diff | view | raw | blame | history
app/static/admin/css/login.css diff | view | raw | blame | history
app/static/admin/css/rtl.css diff | view | raw | blame | history
app/static/admin/css/widgets.css diff | view | raw | blame | history
app/static/app/.gitignore diff | view | raw | blame | history
app/static/app/css/bootstrap.min.css diff | view | raw | blame | history
app/static/app/css/font-awesome.min.css diff | view | raw | blame | history
app/static/app/css/main.scss diff | view | raw | blame | history
app/static/app/css/metisMenu.min.css diff | view | raw | blame | history
app/static/app/css/sb-admin-2.css diff | view | raw | blame | history
app/static/app/fonts/Lato.css diff | view | raw | blame | history
app/static/app/fonts/glyphicons-halflings-regular.eot diff | view | raw | blame | history
app/static/app/fonts/glyphicons-halflings-regular.svg diff | view | raw | blame | history
app/static/app/fonts/glyphicons-halflings-regular.ttf diff | view | raw | blame | history
app/static/app/fonts/glyphicons-halflings-regular.woff diff | view | raw | blame | history
app/static/app/fonts/latoBold-2.woff2 diff | view | raw | blame | history
app/static/app/fonts/latoBold.woff2 diff | view | raw | blame | history
app/static/app/fonts/latoItalic400-2.woff2 diff | view | raw | blame | history
app/static/app/fonts/latoItalic400.woff2 diff | view | raw | blame | history
app/static/app/fonts/latoRegular-2.woff2 diff | view | raw | blame | history
app/static/app/fonts/latoRegular.woff2 diff | view | raw | blame | history
app/static/app/img/404.png diff | view | raw | blame | history
app/static/app/img/500.png diff | view | raw | blame | history
app/static/app/img/accept.png diff | view | raw | blame | history
app/static/app/img/favicon.png diff | view | raw | blame | history
app/static/app/img/loading-sm.gif diff | view | raw | blame | history
app/static/app/img/loading.gif diff | view | raw | blame | history
app/static/app/img/logo512.png diff | view | raw | blame | history
app/static/app/js/Console.jsx diff | view | raw | blame | history
app/static/app/js/Dashboard.jsx diff | view | raw | blame | history
app/static/app/js/MapView.jsx diff | view | raw | blame | history
app/static/app/js/ModelView.jsx diff | view | raw | blame | history
app/static/app/js/classes/AssetDownloads.js diff | view | raw | blame | history
app/static/app/js/classes/Basemaps.js diff | view | raw | blame | history
app/static/app/js/classes/Css.js diff | view | raw | blame | history
app/static/app/js/classes/Gcp.js diff | view | raw | blame | history
app/static/app/js/classes/HistoryNav.js diff | view | raw | blame | history
app/static/app/js/classes/PendingActions.js diff | view | raw | blame | history
app/static/app/js/classes/PipelineSteps.js diff | view | raw | blame | history
app/static/app/js/classes/PresetUtils.js diff | view | raw | blame | history
app/static/app/js/classes/ResizeModes.js diff | view | raw | blame | history
app/static/app/js/classes/StatusCodes.js diff | view | raw | blame | history
app/static/app/js/classes/Storage.js diff | view | raw | blame | history
app/static/app/js/classes/Tags.js diff | view | raw | blame | history
app/static/app/js/classes/TempLayer.js diff | view | raw | blame | history
app/static/app/js/classes/Units.js diff | view | raw | blame | history
app/static/app/js/classes/Utils.js diff | view | raw | blame | history
app/static/app/js/classes/Workers.js diff | view | raw | blame | history
app/static/app/js/classes/gettext.js diff | view | raw | blame | history
app/static/app/js/classes/plugins/API.js diff | view | raw | blame | history
app/static/app/js/classes/plugins/ApiFactory.js diff | view | raw | blame | history
app/static/app/js/classes/plugins/App.js diff | view | raw | blame | history
app/static/app/js/classes/plugins/Dashboard.js diff | view | raw | blame | history
app/static/app/js/classes/plugins/Map.js diff | view | raw | blame | history
app/static/app/js/classes/plugins/SharePopup.js diff | view | raw | blame | history
app/static/app/js/components/AssetDownloadButtons.jsx diff | view | raw | blame | history
app/static/app/js/components/ClipboardInput.jsx diff | view | raw | blame | history
app/static/app/js/components/EditPermissionsPanel.jsx diff | view | raw | blame | history
app/static/app/js/components/EditPresetDialog.jsx diff | view | raw | blame | history
app/static/app/js/components/EditProjectDialog.jsx diff | view | raw | blame | history
app/static/app/js/components/EditTaskForm.jsx diff | view | raw | blame | history
app/static/app/js/components/EditTaskPanel.jsx diff | view | raw | blame | history
app/static/app/js/components/ErrorMessage.jsx diff | view | raw | blame | history
app/static/app/js/components/ExportAssetDialog.jsx diff | view | raw | blame | history
app/static/app/js/components/ExportAssetPanel.jsx diff | view | raw | blame | history
app/static/app/js/components/FormDialog.jsx diff | view | raw | blame | history
app/static/app/js/components/GCPPopup.jsx diff | view | raw | blame | history
app/static/app/js/components/Histogram.jsx diff | view | raw | blame | history
app/static/app/js/components/ImagePopup.jsx diff | view | raw | blame | history
app/static/app/js/components/ImportTaskPanel.jsx diff | view | raw | blame | history
app/static/app/js/components/LayersControl.jsx diff | view | raw | blame | history
app/static/app/js/components/LayersControlAnnotations.jsx diff | view | raw | blame | history
app/static/app/js/components/LayersControlLayer.jsx diff | view | raw | blame | history
app/static/app/js/components/LayersControlPanel.jsx diff | view | raw | blame | history
app/static/app/js/components/Map.jsx diff | view | raw | blame | history
app/static/app/js/components/MapPreview.jsx diff | view | raw | blame | history
app/static/app/js/components/MoveTaskDialog.jsx diff | view | raw | blame | history
app/static/app/js/components/NewTaskPanel.jsx diff | view | raw | blame | history
app/static/app/js/components/Paginated.jsx diff | view | raw | blame | history
app/static/app/js/components/Paginator.jsx diff | view | raw | blame | history
app/static/app/js/components/ProcessingNodeOption.jsx diff | view | raw | blame | history
app/static/app/js/components/ProgressBar.jsx diff | view | raw | blame | history
app/static/app/js/components/ProjectList.jsx diff | view | raw | blame | history
app/static/app/js/components/ProjectListItem.jsx diff | view | raw | blame | history
app/static/app/js/components/ShareButton.jsx diff | view | raw | blame | history
app/static/app/js/components/SharePopup.jsx diff | view | raw | blame | history
app/static/app/js/components/SortPanel.jsx diff | view | raw | blame | history
app/static/app/js/components/Standby.jsx diff | view | raw | blame | history
app/static/app/js/components/SwitchModeButton.jsx diff | view | raw | blame | history
app/static/app/js/components/TagsField.jsx diff | view | raw | blame | history
app/static/app/js/components/TaskList.jsx diff | view | raw | blame | history
app/static/app/js/components/TaskListItem.jsx diff | view | raw | blame | history
app/static/app/js/components/TaskPluginActionButtons.jsx diff | view | raw | blame | history
app/static/app/js/components/Toggle.jsx diff | view | raw | blame | history
app/static/app/js/components/Trans.jsx diff | view | raw | blame | history
app/static/app/js/components/UnitSelector.jsx diff | view | raw | blame | history
app/static/app/js/components/UploadProgressBar.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/AssetDownloadButtons.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/ClipboardInput.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/EditPresetDialog.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/EditProjectDialog.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/EditTaskForm.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/EditTaskPanel.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/ErrorMessage.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/ExportAssetDialog.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/ExportAssetPanel.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/FormDialog.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/GCPPopup.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/Histogram.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/ImagePopup.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/ImportTaskPanel.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/LayersControl.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/LayersControlAnnotations.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/LayersControlLayer.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/LayersControlPanel.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/Map.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/MapPreview.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/NewTaskPanel.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/Paginated.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/Paginator.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/ProcessingNodeOption.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/ProgressBar.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/ProjectList.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/ProjectListItem.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/ShareButton.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/SharePopup.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/SortPanel.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/Standby.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/SwitchModeButton.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/TagsField.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/TaskList.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/TaskListItem.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/TaskPluginActionButtons.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/Toggle.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/Trans.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/UnitSelector.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/Units.test.jsx diff | view | raw | blame | history
app/static/app/js/components/tests/UploadProgressBar.test.jsx diff | view | raw | blame | history
app/static/app/js/css/AssetDownloadButtons.scss diff | view | raw | blame | history
app/static/app/js/css/ClipboardInput.scss diff | view | raw | blame | history
app/static/app/js/css/Console.scss diff | view | raw | blame | history
app/static/app/js/css/Dashboard.scss diff | view | raw | blame | history
app/static/app/js/css/EditPermissionsPanel.scss diff | view | raw | blame | history
app/static/app/js/css/EditPresetDialog.scss diff | view | raw | blame | history
app/static/app/js/css/EditProjectDialog.scss diff | view | raw | blame | history
app/static/app/js/css/EditTaskForm.scss diff | view | raw | blame | history
app/static/app/js/css/EditTaskPanel.scss diff | view | raw | blame | history
app/static/app/js/css/ExportAssetDialog.scss diff | view | raw | blame | history
app/static/app/js/css/ExportAssetPanel.scss diff | view | raw | blame | history
app/static/app/js/css/FormDialog.scss diff | view | raw | blame | history
app/static/app/js/css/GCPPopup.scss diff | view | raw | blame | history
app/static/app/js/css/Histogram.scss diff | view | raw | blame | history
app/static/app/js/css/ImagePopup.scss diff | view | raw | blame | history
app/static/app/js/css/ImportTaskPanel.scss diff | view | raw | blame | history
app/static/app/js/css/LayersControl.scss diff | view | raw | blame | history
app/static/app/js/css/LayersControlAnnotations.scss diff | view | raw | blame | history
app/static/app/js/css/LayersControlLayer.scss diff | view | raw | blame | history
app/static/app/js/css/LayersControlPanel.scss diff | view | raw | blame | history
app/static/app/js/css/Map.scss diff | view | raw | blame | history
app/static/app/js/css/MapPreview.scss diff | view | raw | blame | history
app/static/app/js/css/MapView.scss diff | view | raw | blame | history
app/static/app/js/css/ModelView.scss diff | view | raw | blame | history
app/static/app/js/css/NewTaskPanel.scss diff | view | raw | blame | history
app/static/app/js/css/Paginator.scss diff | view | raw | blame | history
app/static/app/js/css/ProcessingNodeOption.scss diff | view | raw | blame | history
app/static/app/js/css/ProjectList.scss diff | view | raw | blame | history
app/static/app/js/css/ProjectListItem.scss diff | view | raw | blame | history
app/static/app/js/css/ShareButton.scss diff | view | raw | blame | history
app/static/app/js/css/SharePopup.scss diff | view | raw | blame | history
app/static/app/js/css/SortPanel.scss diff | view | raw | blame | history
app/static/app/js/css/Standby.scss diff | view | raw | blame | history
app/static/app/js/css/SwitchModeButton.scss diff | view | raw | blame | history
app/static/app/js/css/TagsField.scss diff | view | raw | blame | history
app/static/app/js/css/TaskList.scss diff | view | raw | blame | history
app/static/app/js/css/TaskListItem.scss diff | view | raw | blame | history
app/static/app/js/css/TaskPluginActionButtons.scss diff | view | raw | blame | history
app/static/app/js/css/Toggle.scss diff | view | raw | blame | history
app/static/app/js/css/UnitSelector.scss diff | view | raw | blame | history
app/static/app/js/css/UploadProgressBar.scss diff | view | raw | blame | history
app/static/app/js/django/csrf.js diff | view | raw | blame | history
app/static/app/js/icons/basemap.svg diff | view | raw | blame | history
app/static/app/js/icons/dragndrop-add.svg diff | view | raw | blame | history
app/static/app/js/icons/layers.svg diff | view | raw | blame | history
app/static/app/js/icons/marker-camera.png diff | view | raw | blame | history
app/static/app/js/icons/marker-gcp.png diff | view | raw | blame | history
app/static/app/js/main.jsx diff | view | raw | blame | history
app/static/app/js/plugins/canvas-to-blob.js diff | view | raw | blame | history
app/static/app/js/plugins/canvas-to-blob.min.js diff | view | raw | blame | history
app/static/app/js/plugins/purify.js diff | view | raw | blame | history
app/static/app/js/plugins/purify.min.js diff | view | raw | blame | history
app/static/app/js/plugins/sortable.js diff | view | raw | blame | history
app/static/app/js/plugins/sortable.min.js diff | view | raw | blame | history
app/static/app/js/tests/Console.test.jsx diff | view | raw | blame | history
app/static/app/js/tests/Dashboard.test.jsx diff | view | raw | blame | history
app/static/app/js/tests/MapView.test.jsx diff | view | raw | blame | history
app/static/app/js/tests/mocks/empty.scss.js diff | view | raw | blame | history
app/static/app/js/tests/mocks/system.js diff | view | raw | blame | history
app/static/app/js/tests/setup/browserMock.js diff | view | raw | blame | history
app/static/app/js/tests/setup/setupTests.js diff | view | raw | blame | history
app/static/app/js/tests/setup/shims.js diff | view | raw | blame | history
app/static/app/js/tests/utils/MockLoader.js diff | view | raw | blame | history
app/static/app/js/translations/functions.js diff | view | raw | blame | history
app/static/app/js/translations/odm_autogenerated.js diff | view | raw | blame | history
app/static/app/js/translations/plugin_manifest_autogenerated.js diff | view | raw | blame | history
app/static/app/js/translations/potree_autogenerated.js diff | view | raw | blame | history
app/static/app/js/vendor/DRACOLoader.js diff | view | raw | blame | history
app/static/app/js/vendor/GLTFLoader.js diff | view | raw | blame | history
app/static/app/js/vendor/MTLLoader.js diff | view | raw | blame | history
app/static/app/js/vendor/OBJLoader.js diff | view | raw | blame | history
app/static/app/js/vendor/bootstrap.js diff | view | raw | blame | history
app/static/app/js/vendor/bootstrap.min.js diff | view | raw | blame | history
app/static/app/js/vendor/css-browser.js diff | view | raw | blame | history
app/static/app/js/vendor/css-plugin-base.js diff | view | raw | blame | history
app/static/app/js/vendor/css.js diff | view | raw | blame | history
app/static/app/js/vendor/draco/README.md diff | view | raw | blame | history
app/static/app/js/vendor/draco/draco_decoder.js diff | view | raw | blame | history
app/static/app/js/vendor/draco/draco_decoder.wasm diff | view | raw | blame | history
app/static/app/js/vendor/draco/draco_wasm_wrapper.js diff | view | raw | blame | history
app/static/app/js/vendor/dropzone.js diff | view | raw | blame | history
app/static/app/js/vendor/es6-shim.min.js diff | view | raw | blame | history
app/static/app/js/vendor/exifr.js diff | view | raw | blame | history
app/static/app/js/vendor/globals-loader.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-Splus.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-aea.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-agc.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-cbm.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-cl.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-clj.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-css.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-el.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-erl.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-fs.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-hs.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-lgt.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-ll.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-ls.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-lsp.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-ml.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-n.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-nemerle.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-proto.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-rd.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-rkt.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-scm.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-sql.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-ss.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-tcl.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-vhd.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-wiki.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-xq.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-xquery.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-yaml.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/lang-yml.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/prettify.css diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/prettify.js diff | view | raw | blame | history
app/static/app/js/vendor/google-code-prettify/run_prettify.js diff | view | raw | blame | history
app/static/app/js/vendor/jquery-1.11.2.min.js diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/L.TileLayer.NoGap.js diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Ajax/ajax.js diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Ajax/index.js diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Ajax/jsonp.js diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Autolayers/LICENSE diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Autolayers/README.md diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Autolayers/css/leaflet.auto-layers.css diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Autolayers/images/arrow-down.png diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Autolayers/images/arrow-up.png diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Autolayers/images/close.png diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Autolayers/images/layers-2x.png diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Autolayers/images/layers.png diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Autolayers/images/marker-icon-2x.png diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Autolayers/images/marker-icon.png diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Autolayers/images/marker-shadow.png diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Autolayers/images/remove.png diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.Autolayers/leaflet-autolayers.js diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.SideBySide/LICENSE diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.SideBySide/layout.css diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.SideBySide/leaflet-side-by-side.js diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.SideBySide/range-icon.png diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/Leaflet.SideBySide/range.css diff | view | raw | blame | history
app/static/app/js/vendor/leaflet/leaflet-markers-canvas.js diff | view | raw | blame | history
app/static/app/js/vendor/metisMenu.min.js diff | view | raw | blame | history
app/static/app/js/vendor/modernizr-2.8.3.min.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/LICENSE diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/LICENSE diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/potree.css diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/potree.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/profile.html diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/LICENSE diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/add.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/angle.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/annotation.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/area.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/area_backup.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/arrow_ccw.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/arrow_cw.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/arrow_down.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/arrow_left.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/arrow_right.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/arrow_up.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/assign.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/azimuth.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/back.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/bottom.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/camera_animation.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/circle.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/circled_dot.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/clip-plane-x.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/clip-plane-y.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/clip-plane-z.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/clip-polygon.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/clip-screen.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/clip_volume.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/close.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/cloud.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/copy.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/distance.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/earth_controls.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/earth_controls.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/earth_controls_1.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/eye.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/eye_2.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/eye_2.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/eye_crossed.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/file_csv_2d.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/file_dxf.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/file_geojson.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/file_las_3d.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/file_potree.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/flip_y_z.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/flip_y_z.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/focus.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/fps_controls.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/fps_controls.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/front.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/goto.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/gradients_grayscale.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/gradients_plasma.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/gradients_rainbow.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/gradients_spectral.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/gradients_yellow_green.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/height.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/helicopter_controls.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/image_preview.php diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/index.html diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/left.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/map_icon.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/basic_1.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/basic_2.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/basic_dark.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/basic_side.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/ceramic_dark.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/ceramic_lightbulb.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/check_normal+y.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/check_rim_dark.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/check_rim_light.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/clay_brown.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/clay_muddy.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/clay_studio.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/contours_1.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/contours_2.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/contours_3.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/jade.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/matcap.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/metal_anisotropic.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/metal_carpaint.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/metal_lead.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/metal_shiny.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/pearl.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/reflection_check_horizontal.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/reflection_check_vertical.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/resin.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/skin.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/matcap/toon.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/menu_button.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/menu_icon.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/navigation_cube.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/orbit_controls.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/orthographic-camera.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/perspective-camera.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/picture.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/point.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/profile.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/profile.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/remove.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/reset_tools.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/return_number.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/rgb.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/rgb.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/rgb_elevation.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/right.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/rotate.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/scale.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/sphere.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/sphere.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/sphere_distances.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/target.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/top.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/translate.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/triangle.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/volume.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/icons/vr_button.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/images/background.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/images/child_indices.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/images/compas.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/images/loading.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/lang/de/translation.json diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/lang/dev/ns.common.json diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/lang/dev/ns.special.json diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/lang/dev/translation.json diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/lang/en-US/ns.common.json diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/lang/en-US/ns.special.json diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/lang/en-US/translation.json diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/lang/en/ns.common.json diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/lang/en/ns.special.json diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/lang/en/translation.json diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/lang/es/translation.json diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/lang/fr/translation.json diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/lang/jp/translation.json diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/lang/se/translation.json diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/logo.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/logo.svg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/logo_small.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/LICENSE diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/brick_pavement.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/basic_1.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/basic_2.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/basic_dark.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/basic_side.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/blender_matcap_license.txt diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/ceramic_dark.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/ceramic_lightbulb.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/check_normal+y.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/check_rim_dark.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/check_rim_light.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/clay_brown.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/clay_muddy.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/clay_studio.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/contours_1.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/contours_2.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/contours_3.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/jade.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/matcap.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/metal_anisotropic.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/metal_carpaint.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/metal_lead.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/metal_shiny.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/pearl.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/reflection_check_horizontal.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/reflection_check_vertical.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/resin.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/skin.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/matcap/toon.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/navigation/B.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/navigation/D.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/navigation/F.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/navigation/L.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/navigation/R.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/navigation/U.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/skybox/nx.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/skybox/ny.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/skybox/nz.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/skybox/px.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/skybox/py.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/skybox/pz.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/skybox/skyboxsun25degtest.txt diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/skybox2/README.TXT diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/skybox2/nx.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/skybox2/ny.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/skybox2/nz.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/skybox2/px.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/skybox2/py.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/skybox2/pz.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/resources/textures/skyboxsun25degtest.txt diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/sidebar.html diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/workers/BinaryDecoderWorker.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/workers/EptBinaryDecoderWorker.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/workers/EptLaszipDecoderWorker.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/workers/EptZstandardDecoderWorker.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/workers/LASDecoderWorker.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/potree/workers/LASLAZWorker.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/build/shaders/shaders.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/envmaps/nx.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/envmaps/ny.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/envmaps/nz.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/envmaps/px.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/envmaps/py.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/envmaps/pz.jpg diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/d3/LICENSE diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/d3/d3.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/d3/d3.min.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/i18next/i18next.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/AUTHORS.txt diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/LICENSE.txt diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/images/ui-icons_444444_256x240.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/images/ui-icons_555555_256x240.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/images/ui-icons_777620_256x240.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/images/ui-icons_777777_256x240.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/images/ui-icons_cc0000_256x240.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/images/ui-icons_ffffff_256x240.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/index.html diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/jquery-ui.css diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/jquery-ui.min.css diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/jquery-ui.min.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/jquery-ui.structure.css diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/jquery-ui.structure.min.css diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/jquery-ui.theme.css diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/jquery-ui.theme.min.css diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jquery-ui/package.json diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jstree/LICENSE-MIT diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jstree/README.md diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jstree/jstree.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jstree/jstree.min.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jstree/themes/mixed/32px.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jstree/themes/mixed/40px.png diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jstree/themes/mixed/style.css diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jstree/themes/mixed/style.min.css diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/jstree/themes/mixed/throbber.gif diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/openlayers3/LICENSE diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/openlayers3/ol-deps.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/openlayers3/ol.css diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/openlayers3/ol.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/other/BinaryHeap.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/other/dat.gui.min.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/other/stats.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/other/stats.min.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/plasio/LICENSE diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/plasio/js/laslaz.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/plasio/vendor/bluebird.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/plasio/workers/laz-loader-worker.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/plasio/workers/laz-perf.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/proj4/LICENSE.md diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/proj4/README.md diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/proj4/proj4.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/spectrum/LICENSE diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/spectrum/README.md diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/spectrum/spectrum.css diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/spectrum/spectrum.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/three.js/LICENSE diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/three.js/README.md diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/three.js/build/three.min.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/three.js/extra/VRButton.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/three.js/extra/XRControllerModelFactory.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/three.js/extra/lines.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/three.js/extra/lines/Line2.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/three.js/extra/lines/LineGeometry.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/three.js/extra/lines/LineMaterial.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/three.js/extra/lines/LineSegments2.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/three.js/extra/lines/LineSegmentsGeometry.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/three.js/extra/lines/Wireframe.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/three.js/extra/lines/WireframeGeometry2.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/tween/LICENSE.txt diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/tween/README.txt diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/tween/Tween.js diff | view | raw | blame | history
app/static/app/js/vendor/potree/libs/tween/tween.min.js diff | view | raw | blame | history
app/static/app/js/vendor/system.js diff | view | raw | blame | history
app/static/app/models/camera.blend diff | view | raw | blame | history
app/static/app/models/camera.glb diff | view | raw | blame | history
app/static/app/webfonts/fa-brands-400.eot diff | view | raw | blame | history
app/static/app/webfonts/fa-brands-400.svg diff | view | raw | blame | history
app/static/app/webfonts/fa-brands-400.ttf diff | view | raw | blame | history
app/static/app/webfonts/fa-brands-400.woff diff | view | raw | blame | history
app/static/app/webfonts/fa-brands-400.woff2 diff | view | raw | blame | history
app/static/app/webfonts/fa-regular-400.eot diff | view | raw | blame | history
app/static/app/webfonts/fa-regular-400.svg diff | view | raw | blame | history
app/static/app/webfonts/fa-regular-400.ttf diff | view | raw | blame | history
app/static/app/webfonts/fa-regular-400.woff diff | view | raw | blame | history
app/static/app/webfonts/fa-regular-400.woff2 diff | view | raw | blame | history
app/static/app/webfonts/fa-solid-900.eot diff | view | raw | blame | history
app/static/app/webfonts/fa-solid-900.svg diff | view | raw | blame | history
app/static/app/webfonts/fa-solid-900.ttf diff | view | raw | blame | history
app/static/app/webfonts/fa-solid-900.woff diff | view | raw | blame | history
app/static/app/webfonts/fa-solid-900.woff2 diff | view | raw | blame | history
app/templates/app/3d_model_css.html diff | view | raw | blame | history
app/templates/app/3d_model_display.html diff | view | raw | blame | history
app/templates/app/3d_model_js.html diff | view | raw | blame | history
app/templates/app/3d_model_placeholder.html diff | view | raw | blame | history
app/templates/app/404.html diff | view | raw | blame | history
app/templates/app/500.html diff | view | raw | blame | history
app/templates/app/about.html diff | view | raw | blame | history
app/templates/app/admin/404.html diff | view | raw | blame | history
app/templates/app/admin/500.html diff | view | raw | blame | history
app/templates/app/admin/actions.html diff | view | raw | blame | history
app/templates/app/admin/app_index.html diff | view | raw | blame | history
app/templates/app/admin/auth/user/add_form.html diff | view | raw | blame | history
app/templates/app/admin/auth/user/change_password.html diff | view | raw | blame | history
app/templates/app/admin/base.html diff | view | raw | blame | history
app/templates/app/admin/base_site.html diff | view | raw | blame | history
app/templates/app/admin/change_form.html diff | view | raw | blame | history
app/templates/app/admin/change_list.html diff | view | raw | blame | history
app/templates/app/admin/change_list_plugin.html diff | view | raw | blame | history
app/templates/app/admin/change_list_results.html diff | view | raw | blame | history
app/templates/app/admin/date_hierarchy.html diff | view | raw | blame | history
app/templates/app/admin/delete_confirmation.html diff | view | raw | blame | history
app/templates/app/admin/delete_selected_confirmation.html diff | view | raw | blame | history
app/templates/app/admin/edit_inline/stacked.html diff | view | raw | blame | history
app/templates/app/admin/edit_inline/tabular.html diff | view | raw | blame | history
app/templates/app/admin/filter.html diff | view | raw | blame | history
app/templates/app/admin/includes/fieldset.html diff | view | raw | blame | history
app/templates/app/admin/includes/object_delete_summary.html diff | view | raw | blame | history
app/templates/app/admin/index.html diff | view | raw | blame | history
app/templates/app/admin/invalid_setup.html diff | view | raw | blame | history
app/templates/app/admin/login.html diff | view | raw | blame | history
app/templates/app/admin/object_history.html diff | view | raw | blame | history
app/templates/app/admin/pagination.html diff | view | raw | blame | history
app/templates/app/admin/popup_response.html diff | view | raw | blame | history
app/templates/app/admin/prepopulated_fields_js.html diff | view | raw | blame | history
app/templates/app/admin/related_widget_wrapper.html diff | view | raw | blame | history
app/templates/app/admin/search_form.html diff | view | raw | blame | history
app/templates/app/admin/submit_line.html diff | view | raw | blame | history
app/templates/app/base.html diff | view | raw | blame | history
app/templates/app/dashboard.html diff | view | raw | blame | history
app/templates/app/dev_tools.html diff | view | raw | blame | history
app/templates/app/logged_in_base.html diff | view | raw | blame | history
app/templates/app/map.html diff | view | raw | blame | history
app/templates/app/map_placeholder.html diff | view | raw | blame | history
app/templates/app/processing_node.html diff | view | raw | blame | history
app/templates/app/public/3d_model_display.html diff | view | raw | blame | history
app/templates/app/public/3d_model_display_iframe.html diff | view | raw | blame | history
app/templates/app/public/base.html diff | view | raw | blame | history
app/templates/app/public/iframe_base.html diff | view | raw | blame | history
app/templates/app/public/map.html diff | view | raw | blame | history
app/templates/app/public/map_iframe.html diff | view | raw | blame | history
app/templates/app/quota.html diff | view | raw | blame | history
app/templates/app/registration/form_field.html diff | view | raw | blame | history
app/templates/app/registration/logged_out.html diff | view | raw | blame | history
app/templates/app/registration/login.html diff | view | raw | blame | history
app/templates/app/registration/password_change_done.html diff | view | raw | blame | history
app/templates/app/registration/password_change_form.html diff | view | raw | blame | history
app/templates/app/registration/password_reset_complete.html diff | view | raw | blame | history
app/templates/app/registration/password_reset_confirm.html diff | view | raw | blame | history
app/templates/app/registration/password_reset_done.html diff | view | raw | blame | history
app/templates/app/registration/password_reset_form.html diff | view | raw | blame | history
app/templates/app/registration/registration_base.html diff | view | raw | blame | history
app/templates/app/theme.css diff | view | raw | blame | history
app/templates/app/welcome.html diff | view | raw | blame | history
app/templatetags/__init__.py diff | view | raw | blame | history
app/templatetags/bootstrap_extras.py diff | view | raw | blame | history
app/templatetags/plugins.py diff | view | raw | blame | history
app/templatetags/processingnode_extras.py diff | view | raw | blame | history
app/templatetags/settings.py diff | view | raw | blame | history
app/tests/__init__.py diff | view | raw | blame | history
app/tests/classes.py diff | view | raw | blame | history
app/tests/scripts/simple_auth_server.py diff | view | raw | blame | history
app/tests/test_api.py diff | view | raw | blame | history
app/tests/test_api_admin.py diff | view | raw | blame | history
app/tests/test_api_export.py diff | view | raw | blame | history
app/tests/test_api_preset.py diff | view | raw | blame | history
app/tests/test_api_projects.py diff | view | raw | blame | history
app/tests/test_api_tags.py diff | view | raw | blame | history
app/tests/test_api_task.py diff | view | raw | blame | history
app/tests/test_api_task_import.py diff | view | raw | blame | history
app/tests/test_api_users.py diff | view | raw | blame | history
app/tests/test_app.py diff | view | raw | blame | history
app/tests/test_db.py diff | view | raw | blame | history
app/tests/test_external_auth.py diff | view | raw | blame | history
app/tests/test_formulas.py diff | view | raw | blame | history
app/tests/test_gdal.py diff | view | raw | blame | history
app/tests/test_generate_ui_mocks.py diff | view | raw | blame | history
app/tests/test_login.py diff | view | raw | blame | history
app/tests/test_plugins.py diff | view | raw | blame | history
app/tests/test_quota.py diff | view | raw | blame | history
app/tests/test_settings.py diff | view | raw | blame | history
app/tests/test_testwatch.py diff | view | raw | blame | history
app/tests/test_theme.py diff | view | raw | blame | history
app/tests/test_welcome.py diff | view | raw | blame | history
app/tests/test_worker.py diff | view | raw | blame | history
app/tests/utils.py diff | view | raw | blame | history
app/testwatch.py diff | view | raw | blame | history
app/translations/plugin_manifest_autogenerated.py diff | view | raw | blame | history
app/uploadhandler.py diff | view | raw | blame | history
app/urls.py diff | view | raw | blame | history
app/vendor/__init__.py diff | view | raw | blame | history
app/vendor/validate_cloud_optimized_geotiff.py diff | view | raw | blame | history
app/vendor/zipfly.py diff | view | raw | blame | history
app/views/__init__.py diff | view | raw | blame | history
app/views/app.py diff | view | raw | blame | history
app/views/dev.py diff | view | raw | blame | history
app/views/public.py diff | view | raw | blame | history
app/views/utils.py diff | view | raw | blame | history
contrib/Hard_Recovery_Guide.md diff | view | raw | blame | history
contrib/ubuntu_1604_install.sh diff | view | raw | blame | history
coreplugins/.gitignore diff | view | raw | blame | history
coreplugins/align-service/__init__.py diff | view | raw | blame | history
coreplugins/align-service/disabled diff | view | raw | blame | history
coreplugins/align-service/manifest.json diff | view | raw | blame | history
coreplugins/align-service/plugin.py diff | view | raw | blame | history
coreplugins/align-service/process.py diff | view | raw | blame | history
coreplugins/align-service/signals.py diff | view | raw | blame | history
coreplugins/align-service/templates/index.html diff | view | raw | blame | history
coreplugins/cesiumion/README.md diff | view | raw | blame | history
coreplugins/cesiumion/ThirdParty.json diff | view | raw | blame | history
coreplugins/cesiumion/__init__.py diff | view | raw | blame | history
coreplugins/cesiumion/api_views.py diff | view | raw | blame | history
coreplugins/cesiumion/app_views.py diff | view | raw | blame | history
coreplugins/cesiumion/disabled diff | view | raw | blame | history
coreplugins/cesiumion/globals.py diff | view | raw | blame | history
coreplugins/cesiumion/manifest.json diff | view | raw | blame | history
coreplugins/cesiumion/model_tools.py diff | view | raw | blame | history
coreplugins/cesiumion/plugin.py diff | view | raw | blame | history
coreplugins/cesiumion/public/TaskView.jsx diff | view | raw | blame | history
coreplugins/cesiumion/public/components/AppContext.jsx diff | view | raw | blame | history
coreplugins/cesiumion/public/components/Fetcher.jsx diff | view | raw | blame | history
coreplugins/cesiumion/public/components/FormikErrorFocus.jsx diff | view | raw | blame | history
coreplugins/cesiumion/public/components/IonAssetButton.jsx diff | view | raw | blame | history
coreplugins/cesiumion/public/components/IonAssetButton.scss diff | view | raw | blame | history
coreplugins/cesiumion/public/components/IonAssetLabel.jsx diff | view | raw | blame | history
coreplugins/cesiumion/public/components/IonField.jsx diff | view | raw | blame | history
coreplugins/cesiumion/public/components/TaskDialog.scss diff | view | raw | blame | history
coreplugins/cesiumion/public/components/TasksDialog.jsx diff | view | raw | blame | history
coreplugins/cesiumion/public/components/UploadDialog.jsx diff | view | raw | blame | history
coreplugins/cesiumion/public/components/UploadDialog.scss diff | view | raw | blame | history
coreplugins/cesiumion/public/defaults/AssetConfig.jsx diff | view | raw | blame | history
coreplugins/cesiumion/public/defaults/AssetType.jsx diff | view | raw | blame | history
coreplugins/cesiumion/public/defaults/SourceType.jsx diff | view | raw | blame | history
coreplugins/cesiumion/public/defaults/index.jsx diff | view | raw | blame | history
coreplugins/cesiumion/public/font.css diff | view | raw | blame | history
coreplugins/cesiumion/public/fonts/fa-cesium.svg diff | view | raw | blame | history
coreplugins/cesiumion/public/fonts/fa-cesium.ttf diff | view | raw | blame | history
coreplugins/cesiumion/public/fonts/fa-cesium.woff diff | view | raw | blame | history
coreplugins/cesiumion/public/package.json diff | view | raw | blame | history
coreplugins/cesiumion/public/utils/fetchCancelable.jsx diff | view | raw | blame | history
coreplugins/cesiumion/public/utils/getCookie.jsx diff | view | raw | blame | history
coreplugins/cesiumion/public/utils/index.jsx diff | view | raw | blame | history
coreplugins/cesiumion/templates/app.html diff | view | raw | blame | history
coreplugins/cesiumion/templates/load_buttons.js diff | view | raw | blame | history
coreplugins/cesiumion/uploader.py diff | view | raw | blame | history
coreplugins/cloudimport/README.md diff | view | raw | blame | history
coreplugins/cloudimport/__init__.py diff | view | raw | blame | history
coreplugins/cloudimport/api_views.py diff | view | raw | blame | history
coreplugins/cloudimport/app_views.py diff | view | raw | blame | history
coreplugins/cloudimport/cloud_platform.py diff | view | raw | blame | history
coreplugins/cloudimport/disabled diff | view | raw | blame | history
coreplugins/cloudimport/extensions/cloud_library.py diff | view | raw | blame | history
coreplugins/cloudimport/manifest.json diff | view | raw | blame | history
coreplugins/cloudimport/platform_extension.py diff | view | raw | blame | history
coreplugins/cloudimport/platform_helper.py diff | view | raw | blame | history
coreplugins/cloudimport/platforms/github.py diff | view | raw | blame | history
coreplugins/cloudimport/platforms/piwigo.py diff | view | raw | blame | history
coreplugins/cloudimport/plugin.py diff | view | raw | blame | history
coreplugins/cloudimport/public/ImportView.jsx diff | view | raw | blame | history
coreplugins/cloudimport/public/TaskView.jsx diff | view | raw | blame | history
coreplugins/cloudimport/public/components/ConfigureNewTaskDialog.jsx diff | view | raw | blame | history
coreplugins/cloudimport/public/components/ConfigureNewTaskDialog.scss diff | view | raw | blame | history
coreplugins/cloudimport/public/components/ErrorDialog.jsx diff | view | raw | blame | history
coreplugins/cloudimport/public/components/ErrorDialog.scss diff | view | raw | blame | history
coreplugins/cloudimport/public/components/GoToFolderButton.jsx diff | view | raw | blame | history
coreplugins/cloudimport/public/components/GoToFolderButton.scss diff | view | raw | blame | history
coreplugins/cloudimport/public/components/LibraryDialog.jsx diff | view | raw | blame | history
coreplugins/cloudimport/public/components/LibraryDialog.scss diff | view | raw | blame | history
coreplugins/cloudimport/public/components/PlatformDialog.jsx diff | view | raw | blame | history
coreplugins/cloudimport/public/components/PlatformDialog.scss diff | view | raw | blame | history
coreplugins/cloudimport/public/components/PlatformSelectButton.jsx diff | view | raw | blame | history
coreplugins/cloudimport/public/components/PlatformSelectButton.scss diff | view | raw | blame | history
coreplugins/cloudimport/public/package.json diff | view | raw | blame | history
coreplugins/cloudimport/templates/app.html diff | view | raw | blame | history
coreplugins/cloudimport/templates/load_buttons.js diff | view | raw | blame | history
coreplugins/contours/__init__.py diff | view | raw | blame | history
coreplugins/contours/api.py diff | view | raw | blame | history
coreplugins/contours/manifest.json diff | view | raw | blame | history
coreplugins/contours/plugin.py diff | view | raw | blame | history
coreplugins/contours/public/Contours.jsx diff | view | raw | blame | history
coreplugins/contours/public/Contours.scss diff | view | raw | blame | history
coreplugins/contours/public/ContoursPanel.jsx diff | view | raw | blame | history
coreplugins/contours/public/ContoursPanel.scss diff | view | raw | blame | history
coreplugins/contours/public/icon.svg diff | view | raw | blame | history
coreplugins/contours/public/main.js diff | view | raw | blame | history
coreplugins/diagnostic/__init__.py diff | view | raw | blame | history
coreplugins/diagnostic/manifest.json diff | view | raw | blame | history
coreplugins/diagnostic/plugin.py diff | view | raw | blame | history
coreplugins/diagnostic/public/Chart.min.js diff | view | raw | blame | history
coreplugins/diagnostic/templates/diagnostic.html diff | view | raw | blame | history
coreplugins/dronedb/README.md diff | view | raw | blame | history
coreplugins/dronedb/__init__.py diff | view | raw | blame | history
coreplugins/dronedb/api_views.py diff | view | raw | blame | history
coreplugins/dronedb/app_views.py diff | view | raw | blame | history
coreplugins/dronedb/ddb.py diff | view | raw | blame | history
coreplugins/dronedb/disabled diff | view | raw | blame | history
coreplugins/dronedb/manifest.json diff | view | raw | blame | history
coreplugins/dronedb/plugin.py diff | view | raw | blame | history
coreplugins/dronedb/public/ImportView.jsx diff | view | raw | blame | history
coreplugins/dronedb/public/ImportView.scss diff | view | raw | blame | history
coreplugins/dronedb/public/ShareButton.jsx diff | view | raw | blame | history
coreplugins/dronedb/public/components/ConfigureNewTaskDialog.jsx diff | view | raw | blame | history
coreplugins/dronedb/public/components/ConfigureNewTaskDialog.scss diff | view | raw | blame | history
coreplugins/dronedb/public/components/ErrorDialog.jsx diff | view | raw | blame | history
coreplugins/dronedb/public/components/ErrorDialog.scss diff | view | raw | blame | history
coreplugins/dronedb/public/components/SelectUrlDialog.jsx diff | view | raw | blame | history
coreplugins/dronedb/public/components/SelectUrlDialog.scss diff | view | raw | blame | history
coreplugins/dronedb/public/fonts/ddb.eot diff | view | raw | blame | history
coreplugins/dronedb/public/fonts/ddb.svg diff | view | raw | blame | history
coreplugins/dronedb/public/fonts/ddb.ttf diff | view | raw | blame | history
coreplugins/dronedb/public/fonts/ddb.woff diff | view | raw | blame | history
coreplugins/dronedb/public/fonts/ddb.woff2 diff | view | raw | blame | history
coreplugins/dronedb/public/package.json diff | view | raw | blame | history
coreplugins/dronedb/public/style.css diff | view | raw | blame | history
coreplugins/dronedb/templates/app.html diff | view | raw | blame | history
coreplugins/dronedb/templates/load_buttons.js diff | view | raw | blame | history
coreplugins/editshortlinks/__init__.py diff | view | raw | blame | history
coreplugins/editshortlinks/api.py diff | view | raw | blame | history
coreplugins/editshortlinks/disabled diff | view | raw | blame | history
coreplugins/editshortlinks/manifest.json diff | view | raw | blame | history
coreplugins/editshortlinks/plugin.py diff | view | raw | blame | history
coreplugins/editshortlinks/public/SLControls.jsx diff | view | raw | blame | history
coreplugins/editshortlinks/public/SLControls.scss diff | view | raw | blame | history
coreplugins/editshortlinks/public/main.js diff | view | raw | blame | history
coreplugins/fullscreen/__init__.py diff | view | raw | blame | history
coreplugins/fullscreen/manifest.json diff | view | raw | blame | history
coreplugins/fullscreen/plugin.py diff | view | raw | blame | history
coreplugins/fullscreen/public/main.js diff | view | raw | blame | history
coreplugins/fullscreen/public/package.json diff | view | raw | blame | history
coreplugins/gpslocation/__init__.py diff | view | raw | blame | history
coreplugins/gpslocation/disabled diff | view | raw | blame | history
coreplugins/gpslocation/manifest.json diff | view | raw | blame | history
coreplugins/gpslocation/plugin.py diff | view | raw | blame | history
coreplugins/gpslocation/public/main.js diff | view | raw | blame | history
coreplugins/gpslocation/public/package.json diff | view | raw | blame | history
coreplugins/lightning/__init__.py diff | view | raw | blame | history
coreplugins/lightning/manifest.json diff | view | raw | blame | history
coreplugins/lightning/plugin.py diff | view | raw | blame | history
coreplugins/lightning/public/CostEstimateItem.jsx diff | view | raw | blame | history
coreplugins/lightning/public/CostEstimateItem.scss diff | view | raw | blame | history
coreplugins/lightning/public/Dashboard.jsx diff | view | raw | blame | history
coreplugins/lightning/public/Dashboard.scss diff | view | raw | blame | history
coreplugins/lightning/public/Login.jsx diff | view | raw | blame | history
coreplugins/lightning/public/Login.scss diff | view | raw | blame | history
coreplugins/lightning/public/add_cost_estimate.js diff | view | raw | blame | history
coreplugins/lightning/public/app.jsx diff | view | raw | blame | history
coreplugins/lightning/public/app.scss diff | view | raw | blame | history
coreplugins/lightning/templates/index.html diff | view | raw | blame | history
coreplugins/measure/__init__.py diff | view | raw | blame | history
coreplugins/measure/api.py diff | view | raw | blame | history
coreplugins/measure/manifest.json diff | view | raw | blame | history
coreplugins/measure/plugin.py diff | view | raw | blame | history
coreplugins/measure/public/MeasurePopup.jsx diff | view | raw | blame | history
coreplugins/measure/public/MeasurePopup.scss diff | view | raw | blame | history
coreplugins/measure/public/app.jsx diff | view | raw | blame | history
coreplugins/measure/public/app.scss diff | view | raw | blame | history
coreplugins/measure/public/main.js diff | view | raw | blame | history
coreplugins/measure/public/package.json diff | view | raw | blame | history
coreplugins/measure/volume.py diff | view | raw | blame | history
coreplugins/objdetect/__init__.py diff | view | raw | blame | history
coreplugins/objdetect/api.py diff | view | raw | blame | history
coreplugins/objdetect/manifest.json diff | view | raw | blame | history
coreplugins/objdetect/plugin.py diff | view | raw | blame | history
coreplugins/objdetect/public/ObjDetect.jsx diff | view | raw | blame | history
coreplugins/objdetect/public/ObjDetect.scss diff | view | raw | blame | history
coreplugins/objdetect/public/ObjDetectPanel.jsx diff | view | raw | blame | history
coreplugins/objdetect/public/ObjDetectPanel.scss diff | view | raw | blame | history
coreplugins/objdetect/public/icon.svg diff | view | raw | blame | history
coreplugins/objdetect/public/main.js diff | view | raw | blame | history
coreplugins/openaerialmap/__init__.py diff | view | raw | blame | history
coreplugins/openaerialmap/api.py diff | view | raw | blame | history
coreplugins/openaerialmap/disabled diff | view | raw | blame | history
coreplugins/openaerialmap/load_buttons.js diff | view | raw | blame | history
coreplugins/openaerialmap/manifest.json diff | view | raw | blame | history
coreplugins/openaerialmap/plugin.py diff | view | raw | blame | history
coreplugins/openaerialmap/public/ShareButton.jsx diff | view | raw | blame | history
coreplugins/openaerialmap/public/ShareDialog.jsx diff | view | raw | blame | history
coreplugins/openaerialmap/public/fonts/oamfont.eot diff | view | raw | blame | history
coreplugins/openaerialmap/public/fonts/oamfont.svg diff | view | raw | blame | history
coreplugins/openaerialmap/public/fonts/oamfont.ttf diff | view | raw | blame | history
coreplugins/openaerialmap/public/fonts/oamfont.woff diff | view | raw | blame | history
coreplugins/openaerialmap/public/style.css diff | view | raw | blame | history
coreplugins/openaerialmap/templates/app.html diff | view | raw | blame | history
coreplugins/osm-quickedit/__init__.py diff | view | raw | blame | history
coreplugins/osm-quickedit/disabled diff | view | raw | blame | history
coreplugins/osm-quickedit/manifest.json diff | view | raw | blame | history
coreplugins/osm-quickedit/plugin.py diff | view | raw | blame | history
coreplugins/osm-quickedit/public/main.js diff | view | raw | blame | history
coreplugins/posm-gcpi/__init__.py diff | view | raw | blame | history
coreplugins/posm-gcpi/manifest.json diff | view | raw | blame | history
coreplugins/posm-gcpi/plugin.py diff | view | raw | blame | history
coreplugins/posm-gcpi/public/package.json diff | view | raw | blame | history
coreplugins/posm-gcpi/templates/app.html diff | view | raw | blame | history
coreplugins/projects-charts/__init__.py diff | view | raw | blame | history
coreplugins/projects-charts/disabled diff | view | raw | blame | history
coreplugins/projects-charts/manifest.json diff | view | raw | blame | history
coreplugins/projects-charts/plugin.py diff | view | raw | blame | history
coreplugins/projects-charts/public/Chart.min.js diff | view | raw | blame | history
coreplugins/projects-charts/templates/index.html diff | view | raw | blame | history
coreplugins/shortlinks/__init__.py diff | view | raw | blame | history
coreplugins/shortlinks/api.py diff | view | raw | blame | history
coreplugins/shortlinks/disabled diff | view | raw | blame | history
coreplugins/shortlinks/manifest.json diff | view | raw | blame | history
coreplugins/shortlinks/plugin.py diff | view | raw | blame | history
coreplugins/shortlinks/public/SLCheckbox.jsx diff | view | raw | blame | history
coreplugins/shortlinks/public/SLCheckbox.scss diff | view | raw | blame | history
coreplugins/shortlinks/public/main.js diff | view | raw | blame | history
coreplugins/tasknotification/.gitignore diff | view | raw | blame | history
coreplugins/tasknotification/__init__.py diff | view | raw | blame | history
coreplugins/tasknotification/config.py diff | view | raw | blame | history
coreplugins/tasknotification/disabled diff | view | raw | blame | history
coreplugins/tasknotification/email.py diff | view | raw | blame | history
coreplugins/tasknotification/manifest.json diff | view | raw | blame | history
coreplugins/tasknotification/plugin.py diff | view | raw | blame | history
coreplugins/tasknotification/public/style.css diff | view | raw | blame | history
coreplugins/tasknotification/signals.py diff | view | raw | blame | history
coreplugins/tasknotification/templates/index.html diff | view | raw | blame | history
coreplugins/test/__init__.py diff | view | raw | blame | history
coreplugins/test/disabled diff | view | raw | blame | history
coreplugins/test/dynamic.js diff | view | raw | blame | history
coreplugins/test/manifest.json diff | view | raw | blame | history
coreplugins/test/plugin.py diff | view | raw | blame | history
coreplugins/test/public/component.jsx diff | view | raw | blame | history
coreplugins/test/public/file.txt diff | view | raw | blame | history
coreplugins/test/public/main.css diff | view | raw | blame | history
coreplugins/test/public/main.js diff | view | raw | blame | history
coreplugins/test/public/package.json diff | view | raw | blame | history
coreplugins/test/requirements.txt diff | view | raw | blame | history
coreplugins/test/templates/app.html diff | view | raw | blame | history
db/Dockerfile diff | view | raw | blame | history
db/docker-entrypoint.sh diff | view | raw | blame | history
db/init.sql diff | view | raw | blame | history
dev-worker.sh diff | view | raw | blame | history
devenv.sh diff | view | raw | blame | history
docker-compose.build.yml diff | view | raw | blame | history
docker-compose.dev.yml diff | view | raw | blame | history
docker-compose.nodemicmac.yml diff | view | raw | blame | history
docker-compose.nodeodm.gpu.intel.yml diff | view | raw | blame | history
docker-compose.nodeodm.gpu.nvidia.yml diff | view | raw | blame | history
docker-compose.nodeodm.yml diff | view | raw | blame | history
docker-compose.settings.yml diff | view | raw | blame | history
docker-compose.ssl-manual.yml diff | view | raw | blame | history
docker-compose.ssl.yml diff | view | raw | blame | history
docker-compose.worker-cpu.yml diff | view | raw | blame | history
docker-compose.worker-memory.yml diff | view | raw | blame | history
docker-compose.yml diff | view | raw | blame | history
dpkg/README.md diff | view | raw | blame | history
dpkg/build.sh diff | view | raw | blame | history
dpkg/install.sh diff | view | raw | blame | history
dpkg/webodm/DEBIAN/control diff | view | raw | blame | history
dpkg/webodm/DEBIAN/postinst diff | view | raw | blame | history
dpkg/webodm/DEBIAN/postrm diff | view | raw | blame | history
dpkg/webodm/DEBIAN/prerm diff | view | raw | blame | history
jest.config.js diff | view | raw | blame | history
manage.py diff | view | raw | blame | history
nginx/.gitignore diff | view | raw | blame | history
nginx/crontab diff | view | raw | blame | history
nginx/letsencrypt-autogen.sh diff | view | raw | blame | history
nginx/nginx-ssl.conf.template diff | view | raw | blame | history
nginx/nginx.conf.template diff | view | raw | blame | history
nodeodm/__init__.py diff | view | raw | blame | history
nodeodm/admin.py diff | view | raw | blame | history
nodeodm/apps.py diff | view | raw | blame | history
nodeodm/cleanup.sh diff | view | raw | blame | history
nodeodm/external/.gitignore diff | view | raw | blame | history
nodeodm/fixtures/test_images/DJI_0176.JPG diff | view | raw | blame | history
nodeodm/fixtures/test_images/DJI_0177.JPG diff | view | raw | blame | history
nodeodm/fixtures/test_images/DJI_0178.JPG diff | view | raw | blame | history
nodeodm/fixtures/test_images/DJI_0179.JPG diff | view | raw | blame | history
nodeodm/fixtures/test_images/DJI_0180.JPG diff | view | raw | blame | history
nodeodm/fixtures/test_processingnodes.json diff | view | raw | blame | history
nodeodm/migrations/.gitignore diff | view | raw | blame | history
nodeodm/migrations/0001_initial.py diff | view | raw | blame | history
nodeodm/migrations/0002_processingnode_token.py diff | view | raw | blame | history
nodeodm/migrations/0003_auto_20180625_1230.py diff | view | raw | blame | history
nodeodm/migrations/0004_processingnode_max_images.py diff | view | raw | blame | history
nodeodm/migrations/0005_auto_20190115_1346.py diff | view | raw | blame | history
nodeodm/migrations/0006_auto_20190220_1842.py diff | view | raw | blame | history
nodeodm/migrations/0007_auto_20190520_1258.py diff | view | raw | blame | history
nodeodm/migrations/0008_rename_default_odm_node.py diff | view | raw | blame | history
nodeodm/migrations/0009_auto_20210610_1850.py diff | view | raw | blame | history
nodeodm/migrations/__init__.py diff | view | raw | blame | history
nodeodm/models.py diff | view | raw | blame | history
nodeodm/setup.sh diff | view | raw | blame | history
nodeodm/status_codes.py diff | view | raw | blame | history
nodeodm/tests.py diff | view | raw | blame | history
nodeodm/views.py diff | view | raw | blame | history
package.json diff | view | raw | blame | history
requirements.txt diff | view | raw | blame | history
screenshots/dashboard.png diff | view | raw | blame | history
screenshots/pointcloud.png diff | view | raw | blame | history
screenshots/ui-mockup.png diff | view | raw | blame | history
service/webodm-celery.service diff | view | raw | blame | history
service/webodm-celerybeat.service diff | view | raw | blame | history
service/webodm-docker.service diff | view | raw | blame | history
service/webodm-gunicorn.service diff | view | raw | blame | history
service/webodm-nginx.service diff | view | raw | blame | history
slate/.github/ISSUE_TEMPLATE.md diff | view | raw | blame | history
slate/.github/PULL_REQUEST_TEMPLATE.md diff | view | raw | blame | history
slate/.gitignore diff | view | raw | blame | history
slate/.travis.yml diff | view | raw | blame | history
slate/CHANGELOG.md diff | view | raw | blame | history
slate/Dockerfile diff | view | raw | blame | history
slate/Gemfile diff | view | raw | blame | history
slate/Gemfile.lock diff | view | raw | blame | history
slate/LICENSE diff | view | raw | blame | history
slate/README.md diff | view | raw | blame | history
slate/Vagrantfile diff | view | raw | blame | history
slate/config.rb diff | view | raw | blame | history
slate/deploy.sh diff | view | raw | blame | history
slate/diagrams/README.md diff | view | raw | blame | history
slate/diagrams/WebODM.xml diff | view | raw | blame | history
slate/examples/process_images.py diff | view | raw | blame | history
slate/examples/status_codes.py diff | view | raw | blame | history
slate/font-selection.json diff | view | raw | blame | history
slate/lib/multilang.rb diff | view | raw | blame | history
slate/run_server.bat diff | view | raw | blame | history
slate/source/CNAME diff | view | raw | blame | history
slate/source/fonts/slate.eot diff | view | raw | blame | history
slate/source/fonts/slate.svg diff | view | raw | blame | history
slate/source/fonts/slate.ttf diff | view | raw | blame | history
slate/source/fonts/slate.woff diff | view | raw | blame | history
slate/source/fonts/slate.woff2 diff | view | raw | blame | history
slate/source/images/logo.png diff | view | raw | blame | history
slate/source/images/navbar.png diff | view | raw | blame | history
slate/source/includes/_fordevelopers.md diff | view | raw | blame | history
slate/source/includes/_introduction.md diff | view | raw | blame | history
slate/source/includes/_quickstart.md diff | view | raw | blame | history
slate/source/includes/reference/_admin.md diff | view | raw | blame | history
slate/source/includes/reference/_authentication.md diff | view | raw | blame | history
slate/source/includes/reference/_handlingerrors.md diff | view | raw | blame | history
slate/source/includes/reference/_permissions.md diff | view | raw | blame | history
slate/source/includes/reference/_processingnode.md diff | view | raw | blame | history
slate/source/includes/reference/_project.md diff | view | raw | blame | history
slate/source/includes/reference/_task.md diff | view | raw | blame | history
slate/source/index.html.md diff | view | raw | blame | history
slate/source/javascripts/all.js diff | view | raw | blame | history
slate/source/javascripts/all_nosearch.js diff | view | raw | blame | history
slate/source/javascripts/app/_lang.js diff | view | raw | blame | history
slate/source/javascripts/app/_search.js diff | view | raw | blame | history
slate/source/javascripts/app/_toc.js diff | view | raw | blame | history
slate/source/javascripts/lib/_energize.js diff | view | raw | blame | history
slate/source/javascripts/lib/_imagesloaded.min.js diff | view | raw | blame | history
slate/source/javascripts/lib/_jquery.highlight.js diff | view | raw | blame | history
slate/source/javascripts/lib/_jquery.js diff | view | raw | blame | history
slate/source/javascripts/lib/_jquery.tocify.js diff | view | raw | blame | history
slate/source/javascripts/lib/_jquery_ui.js diff | view | raw | blame | history
slate/source/javascripts/lib/_lunr.js diff | view | raw | blame | history
slate/source/layouts/layout.erb diff | view | raw | blame | history
slate/source/stylesheets/_icon-font.scss diff | view | raw | blame | history
slate/source/stylesheets/_normalize.scss diff | view | raw | blame | history
slate/source/stylesheets/_variables.scss diff | view | raw | blame | history
slate/source/stylesheets/print.css.scss diff | view | raw | blame | history
slate/source/stylesheets/screen.css.scss diff | view | raw | blame | history
start.sh diff | view | raw | blame | history
wait-for-it.sh diff | view | raw | blame | history
wait-for-postgres.sh diff | view | raw | blame | history
webodm.sh diff | view | raw | blame | history
webodm/__init__.py diff | view | raw | blame | history
webodm/settings.py diff | view | raw | blame | history
webodm/settings_override.py diff | view | raw | blame | history
webodm/urls.py diff | view | raw | blame | history
webodm/wsgi.py diff | view | raw | blame | history
webpack.config.js diff | view | raw | blame | history
worker.sh diff | view | raw | blame | history
worker/__init__.py diff | view | raw | blame | history
worker/celery.py diff | view | raw | blame | history
worker/tasks.py diff | view | raw | blame | history