Wykres commitów

1150 Commity (f287715d7c1229fba8ec1cabec01d3195d093794)

Autor SHA1 Wiadomość Data
nchamo f287715d7c Add posibility for multiple nodes 2019-08-14 13:24:07 -03: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
Piero Toffanin 00b4e5f325 Published webodm-posm-gcpi to npmjs 2019-07-10 12:17:42 -04:00
Piero Toffanin e68d92e96d Cesium ion deps fix 2019-07-10 11:18:54 -04:00
Piero Toffanin b089862a7e Merge branch 'master' of https://github.com/OpenDroneMap/WebODM 2019-07-10 11:04:33 -04:00
Piero Toffanin 8647b02d47 Upgraded React versions 2019-07-10 11:04:31 -04:00
Piero Toffanin cb11c2f2e4
Merge pull request #690 from nchamo/elevation-map-plugin
Adding ElevationMap plugin
2019-07-10 11:03:39 -04:00
Piero Toffanin b3079919c6 Removed DS_Store folders 2019-07-10 10:37:09 -04:00
Piero Toffanin 4b45d4dd8f Unit tests, fixes 2019-07-10 10:34:33 -04:00
Piero Toffanin 35fc013a0d
Merge pull request #694 from ProjectBarks/master
Cesium ion for WebODM
2019-07-10 09:36:03 -04:00
“Brandon d557d04439 Remove .DS_Store 2019-07-09 21:53:01 -04:00
“Brandon e93511ff48 Adding ion to repository 2019-07-09 21:51:50 -04:00
“Brandon 80005bb79b New ion exporter 2019-07-09 21:47:24 -04:00
Piero Toffanin fcc71bbc36 Dockerfile fix 2019-07-09 18:16:27 -04:00
Piero Toffanin 11e3e42b06 Support for requirements.txt, tweaks to elevationmap plugin 2019-07-09 18:08:28 -04:00