Wykres commitów

1263 Commity (3a5d30f43c2bd53ff513808f7df3064f8aad11b4)

Autor SHA1 Wiadomość Data
nchamo d33124705e Improved error popup 2019-08-31 18:34:47 -03:00
nchamo aa48f8996c Added validation to configuration 2019-08-31 13:26:29 -03:00
nchamo 93d362fca4 Uncomment import. Fix SystemJS 2019-08-31 12:33:57 -03:00
nchamo 4d4be426b8 Added 'Go To Folder' button on tasks that have been imported 2019-08-31 12:28:29 -03:00
nchamo 2d6b2cdfae Added comments 2019-08-29 00:28:39 -03:00
nchamo abb597299d Added README 2019-08-29 00:10:26 -03:00
nchamo 909b9f1e5f Adding plugin 2019-08-28 23:16:39 -03:00
Piero Toffanin c7ca7f0e4b
Merge pull request #718 from nchamo/multiple-node-odm-nodes
Load multiple NodeODM nodes on WebODM startup
2019-08-14 15:28:57 -04:00
Piero Toffanin 5aebf1a2dc Minor tweaks 2019-08-14 15:12:46 -04:00
nchamo 9b892d82d1 Revert submodule deletion 2019-08-14 15:05:42 -03:00
nchamo ec35de1f98 Moved migration from app to nodeodm 2019-08-14 14:33:46 -03:00
nchamo f287715d7c Add posibility for multiple nodes 2019-08-14 13:24:07 -03:00
Piero Toffanin 3202f2b1da
Merge pull request #717 from pierotofy/robusttemplates
More robust template tags
2019-08-14 12:12:07 -04:00
Piero Toffanin f5581504a0 More robust template tags 2019-08-14 09:36:54 -04:00
Piero Toffanin a6979e46b3
Merge pull request #716 from nchamo/only-attach-in-debug-mode
[Up for discussion] Running webodm in detached mode
2019-08-13 22:07:23 -04:00
nchamo 4407b27235 Reverted changes, and added detached flag 2019-08-13 19:51:37 -03:00
nchamo f7db2ba8c5 Added new debug mode and set th detached flag 2019-08-13 17:49:42 -03:00
Piero Toffanin f62b6f4cff
Merge pull request #714 from OpenDroneMap/dependabot/pip/django-2.1.11
Bump django from 2.1.9 to 2.1.11
2019-08-05 23:22:31 -04:00
dependabot[bot] a623f54e0b
Bump django from 2.1.9 to 2.1.11
Bumps [django](https://github.com/django/django) from 2.1.9 to 2.1.11.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.1.9...2.1.11)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-06 01:45:18 +00:00
Piero Toffanin 677b4c2f40
Merge pull request #712 from akai16/patch-2
Get settings.py through django.conf
2019-08-02 10:08:46 -04:00
Gabriel Gadelha 9c61e27082
Get settings.py through django.conf
The previous "from webodm import settings"  would get the first settings.py
Using django.conf is a better option 
This is discussed in this Stack Overflow topic: https://stackoverflow.com/questions/19976115/whats-the-difference-between-from-django-conf-import-settings-and-import-set
And in the docs: https://docs.djangoproject.com/en/dev/topics/settings/#using-settings-in-python-code
2019-08-02 09:49:43 -03:00
Piero Toffanin 66deb3809a
Merge pull request #710 from octopuscabbage/patch-1
Fixed spelling error "Sympthoms" -> "Symptoms"
2019-07-31 19:29:22 -04:00
Chris Denniston cf7ac62b9d
Fixed spelling error "Sympthoms" -> "Symptoms"
I'm actually not really sure symptoms is the best word there.
2019-07-31 15:08:41 -07:00
Piero Toffanin dd340a3f81 Removed Python pip env checks 2019-07-27 16:24:48 -04:00
Piero Toffanin 0fcdc447f4
Merge pull request #706 from pierotofy/offbyonefix
Fix console output off-by-one error
2019-07-21 15:00:59 -04:00
Piero Toffanin 16bcd3363d Increased version number 2019-07-21 14:26:55 -04:00
Piero Toffanin a8b6b85662 Fixed console output off-by-one error 2019-07-21 14:26:36 -04:00
Piero Toffanin ee2eb1a4df
Load buttons only if a token is set 2019-07-21 14:11:56 -04:00
Piero Toffanin 13297d2f3e
Merge pull request #705 from pierotofy/sassfix
Replaced node-sass with dart-sass
2019-07-18 22:47:36 -04:00
Piero Toffanin 85b2a8a0db Replaced node-sass with dart-sass 2019-07-18 22:20:39 -04:00
Piero Toffanin bd5008efe9
Merge pull request #704 from akai16/patch-1
Specify the user model using the AUTH_USER_MODEL setting
2019-07-17 15:27:47 -04:00
Piero Toffanin 9750310576 use settings.AUTH_USER_MODEL instead of User in foreign keys 2019-07-17 14:24:54 -04:00
Gabriel Gadelha db6d662dfa
Specify the user model using the AUTH_USER_MODEL setting
Specify the user model using the AUTH_USER_MODEL setting as discussed in the Docs.
https://docs.djangoproject.com/en/dev/topics/auth/customizing/#referencing-the-user-model
2019-07-17 14:30:50 -03:00
Piero Toffanin d4be8357b7
Merge pull request #702 from ProjectBarks/master
[cesium-ion] Texture model prune
2019-07-16 15:30:31 -04:00
“Brandon 275fae846a Silent failure + Bump Version 2019-07-16 13:40:30 -04:00
“Brandon 299d67b1c5 Texture model prune
Texture models duplicate their internal data so files are now trimmed based off the availability of geo refrenced files or it will fallback to default files
2019-07-16 13:25:49 -04:00
Piero Toffanin 172ad0f62e
Merge pull request #700 from ProjectBarks/master
[cesium-ion] Add Texture localization + Fix delete refresh bug
2019-07-15 16:16:34 -04:00
Piero Toffanin 2ddb926543
Merge pull request #701 from pierotofy/dockerfix
Docker fix
2019-07-15 16:15:15 -04:00
Piero Toffanin 82773c5b2c Make webapp image based on debian stretch 2019-07-15 15:55:05 -04:00
Piero Toffanin 75b555554d Install latest postgresql-client 2019-07-15 15:43:06 -04:00
“Brandon ac31630b6d Bump code version 2019-07-15 14:02:32 -04:00
“Brandon ff70933e84 Working texture model localization 2019-07-15 14:01:10 -04:00
“Brandon cd699355d7 Add texture localization 2019-07-15 14:01:10 -04:00
“Brandon 87ebed8eb9 bump version 2019-07-15 14:01:10 -04:00
Piero Toffanin 0551c1f2ea
Merge pull request #698 from pierotofy/corsfix
Make CORS settings relaxed again (broken due to Django 2.1 update)
2019-07-12 23:08:09 -04:00
Piero Toffanin 5577115008 Make CORS settings relaxed again (broken due to Django 2.1 update) 2019-07-12 23:03:01 -04:00
Piero Toffanin 99e1d28186
Merge pull request #696 from ProjectBarks/master
Cesium ion Tweaks
2019-07-12 22:28:31 -04:00
“Brandon 195ef883d1 Finish Minor Tweaks 2019-07-12 14:52:46 -04:00
“Brandon 1c883aba01 Minor tweaks
Clean tasks randomly canceled

Two tasks identical tasks no longer be submitted

Loading button on submit tasks

Rename project
2019-07-12 14:27:05 -04:00
“Brandon 3332e1bede Renamed cesium-ion-webodm-exporter to cesium-ion
Long name was for repository purposes but for operating inside of WebODM a shorter name is functional
2019-07-12 09:43:54 -04:00