Wykres commitów

1176 Commity (9d90b001fdbc1b40aad76374099c3ed917c8de23)

Autor SHA1 Wiadomość Data
Piero Toffanin 9d90b001fd Expose livereload port in dev mode, auto include livereload script 2019-09-08 15:24:31 -04:00
Piero Toffanin ba51cf36e8
Remove gitter link 2019-09-07 16:54:00 -04:00
Piero Toffanin 1d1b20f07b
--no-default-nodes --> --default-nodes 0 2019-09-07 16:33:27 -04:00
Piero Toffanin 986f69e347
Increased version number 2019-09-07 15:12:22 -04:00
Piero Toffanin 78f514fd3e
Merge pull request #721 from nchamo/cloud-import
New Plugin: Cloud Import!
2019-09-07 15:01:45 -04:00
Piero Toffanin c26c4ff7d1 Fix react warning 2019-09-07 14:35:30 -04:00
nchamo f887f85852 Removed the use of string templates in load_buttons.js 2019-09-07 13:56:15 -03:00
nchamo cdf77d3089 Added loading icon to NewTaskPanel 2019-09-07 13:31:26 -03:00
nchamo 8b4c81a3b8 Load task button only if folderUrl is set 2019-09-07 12:31:27 -03:00
Piero Toffanin 0000cb988c Increased max_length for filenames 2019-09-07 10:00:26 -04:00
Piero Toffanin 7b15533541 Better plugin watch logic 2019-09-07 09:44:12 -04:00
Piero Toffanin 1ce134ff13
Backup/restore correction 2019-09-06 21:28:31 -04:00
nchamo 2254ff6ca7 Final doc changes 2019-08-31 18:56:48 -03:00
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