Wykres commitów

111 Commity (master)

Autor SHA1 Wiadomość Data
Piero Toffanin e619f82173 Removed task result expiries key 2018-04-22 15:00:16 -04:00
Piero Toffanin 8317283b87 Faster timeout on update_node_info(), oom preferences 2018-04-22 14:49:20 -04:00
Piero Toffanin 480a20d9c7 Added max-tasks-per-child to workers 2018-04-19 14:55:09 -04:00
Piero Toffanin 38c8db0037 Changed DEBUG default, added restart on failure on all services 2018-04-19 14:45:33 -04:00
Piero Toffanin 3a55dea1b3 CORS update, Safari text mime fix 2018-03-31 13:08:56 -04:00
Piero Toffanin ae0a0cbf67 Volume measurements! Processing done in celery, updated README 2018-03-29 17:28:15 -04:00
Piero Toffanin b1fbf61fcc Deprecation changes, package updates 2018-03-11 10:51:55 -04:00
Piero Toffanin 4fea36fc7e posm-gcpi integration, django template inclusion, minor refactoring 2018-03-01 16:29:23 -05:00
Piero Toffanin 2735942409 Added support for server resize, in-browser resize, or no resize 2018-02-19 15:50:26 -05:00
Piero Toffanin 510b1db237 Fixed unit tests 2018-02-17 12:35:03 -05:00
Piero Toffanin d9f1e7a154 Fixed some unit tests 2018-02-16 17:05:09 -05:00
Piero Toffanin 1aedfd5c7a Worker unit tests, changed version number 2018-02-16 15:07:53 -05:00
Piero Toffanin 22c3e66c02 Removed scheduler code, background decorator, added Celery workers, migrated code, added SharedTestWatch 2018-02-15 16:23:29 -05:00
Piero Toffanin e03e884ffc minWebodmVersion check in plugins 2018-02-09 13:46:45 -05:00
Piero Toffanin ab0f1f8d76 Changed iframe code, removed x-frame headers, js undefined reference error 2017-12-05 15:18:01 -05:00
Piero Toffanin 9c40f2d31b Updated readme, django debug and ssl settings 2017-11-18 10:55:22 -05:00
Piero Toffanin cf76258abf More CSS tweaks 2017-11-09 12:37:04 -05:00
Piero Toffanin d3ca3a53be Last CSS changes, colors look OK 2017-11-09 11:31:17 -05:00
Piero Toffanin c7793368cd CSS changes for theme support 2017-11-08 15:13:35 -05:00
Piero Toffanin 026d93cb79 SCSS theme file online compilation 2017-11-07 16:48:27 -05:00
Piero Toffanin c4484ef317 Added HTML insertion tags, CSS fixes 2017-11-07 13:40:12 -05:00
Piero Toffanin 913dccb8cf CodeMirror widget, CSS/HTML fields 2017-11-06 17:43:47 -05:00
Piero Toffanin b255fa8d6e Started adding the possibility to customize colors, app name 2017-11-06 13:45:14 -05:00
Philipp Wesner e41f400ded save generated secret key when first time generated 2017-07-28 16:57:50 +02:00
Piero Toffanin d376a1e779 Allow more files to be handled (now bound mostly by the amount of RAM available) 2017-07-10 17:41:37 -04:00
Piero Toffanin 913c8fe777 Avoid resending auto_processing_node param for each image, disable limit on DATA_UPLOAD_MAX_NUMBER_FIELDS 2017-07-10 15:13:23 -04:00
Piero Toffanin 874d2cbcb3 Turned DEBUG=True by default for ease of error reporting 2017-07-10 14:21:59 -04:00
Piero Toffanin 40d3a03fa5 Automatically generate SECRET_KEY on first startup 2017-07-10 13:28:06 -04:00
Piero Toffanin f08517bab9 Increased FILE_UPLOAD_MAX_MEMORY_SIZE 2017-07-10 12:38:32 -04:00
Piero Toffanin 405cc5cb20 Upgraded to django 1.11.1 (fix GDALClose warning), upgraded django rest framework, django filters, breaking API changes for upgrades 2017-05-21 14:18:56 -04:00
Piero Toffanin 197a993d9e Added gunicorn, nginx, modified code to build static assets, check debug settings, apscheduler sync 2017-05-19 16:15:26 -04:00
Piero Toffanin 3c74bf8bba Added JWT token passing via querystring 2017-04-10 17:19:04 -04:00
Piero Toffanin 8fe49d16fa Added CORS module to Django 2017-03-21 16:45:14 -04:00
Piero Toffanin b21050340f Merge pull request #111 from pierotofy/docs
Cumulative update that mainly takes care of writing an initial complete documentation for WebODM's API.
2017-03-03 08:40:31 -05:00
Piero Toffanin 2461e0701c Removed swagger api viewer 2017-03-01 12:46:01 -05:00
Piero Toffanin 61d3d1c55b Update settings.py
Changed ALLOWED_HOSTS to be very permissive
2017-02-11 10:25:00 -05:00
Piero Toffanin 75153c18f6 Test access tokens, lengthened expiration time 2017-02-08 14:14:24 -05:00
Piero Toffanin 199ffbbfdf Added JWT auth, fixed processing lock issue wiof removal of tasks from nodes that are offline 2017-02-08 12:30:11 -05:00
Piero Toffanin 209a1b5603 TestWatch class to monitor and intercept on demand multithreaded calls, changed location of assets during testing 2017-02-07 11:43:17 -05:00
Piero Toffanin dcdf69feb9 from_pgraster and to_pgraster out-of-db support 2016-12-10 13:28:34 -05:00
Piero Toffanin 2d1bda4017 Added swagger viewer 2016-11-16 15:37:35 -05:00
Piero Toffanin 84541569bf Fixed a performance issue with django's ORM 2016-11-10 12:26:04 -05:00
Piero Toffanin 6732e6aba6 Removed unused import, unused setting 2016-11-09 18:19:40 -05:00
Piero Toffanin de92deaa6c Started migrating to python 3.5 2016-11-07 12:10:01 -05:00
Piero Toffanin 145103ce03 Restart, cancel and delete actions working, UI sync and performance improvements 2016-11-04 14:19:18 -04:00
Piero Toffanin f97f6431cf Added scheduler, automatically updating processing nodes, online filter for API 2016-10-24 14:14:35 -04:00
Piero Toffanin 49e7c5dfa5 Django CSRF ajax support, file upload example 2016-10-13 16:28:32 -04:00
Piero Toffanin 8c6da354b1 Task display API with permissions working, added test cases 2016-10-13 12:21:12 -04:00
Piero Toffanin b971b7c911 Projects filtering by fields in API, broke tests 2016-10-11 18:08:01 -04:00
Piero Toffanin 0a794904ea Hello World in React working 2016-10-08 12:35:22 -04:00
Piero Toffanin 550816ee78 Added default group logic with model wise permissions, tests, api project list with proper permissions check 2016-10-07 19:07:47 -04:00
Piero Toffanin 90cc52ff2d Added django-guardian, set owner permissions on post save, testing, CSS fixes 2016-10-04 16:36:08 -04:00
Piero Toffanin 13a2347417 Installed django rest framework 2016-09-30 15:07:09 -04:00
Piero Toffanin f290cfeb5a Added timezone fixes 2016-09-29 15:57:24 -04:00
Piero Toffanin d383c25e5f Added processing node view info page mockup 2016-09-22 18:18:35 -04:00
Piero Toffanin b5a0619df5 Added nodeodm app proof of concept (working) to communicate with node-OpenDroneMap, license 2016-09-20 18:18:10 -04:00
Piero Toffanin c5ca26e7c1 Added docker-compose support 2016-09-11 19:52:31 -04:00
Piero Toffanin 52723a400e Added ability to overwrite default settings 2016-09-11 17:18:39 -04:00
Piero Toffanin f2e8eabda2 Defined models 2016-09-10 11:24:16 -04:00
Piero Toffanin dee7900831 Started implementing dashboard, webadmin template 2016-08-13 12:57:24 -05:00
Piero Toffanin 83acbb0f4c Login mockup, project scaffold 2016-08-10 15:23:17 -05:00