Wykres commitów

2606 Commity (9ee1474df77ae4f68e10273f6cbd73f66baf7483)

Autor SHA1 Wiadomość Data
arty-aeroai 543fdea9e5 3D_CAPTURE will no longer support tileset 1.0; Replacing WEBP field with KTX2 2024-07-22 21:29:44 -07:00
arty-aeroai 8ea0c493d3
Merge pull request #2 from OpenDroneMap/master
getting latests changes from main; zipfly.py modified
2024-07-20 23:23:45 -07:00
arty-aeroai ca4a78c4fc try catch import for either docker or exe path 2024-07-20 23:02:19 -07:00
arty-aeroai 9d0de75d40 remove generated zip folder once tmp substitute is made 2024-07-20 23:02:19 -07:00
arty-aeroai 23875a283f updated manifest plugin version; removed any package dependances 2024-07-20 23:02:19 -07:00
Piero Toffanin b619a007af
Merge pull request #1527 from pierotofy/stream
Use StreamingHttpResponse when downloading zip streams
2024-07-18 15:57:45 -04:00
Piero Toffanin def6a59675 Fix tests 2024-07-18 15:38:55 -04:00
Piero Toffanin 4669adf495 Use StreamingHttpResponse when downloading zip streams 2024-07-18 15:11:25 -04:00
kendallaeroai 22a9dd56fd
Merge branch 'OpenDroneMap:master' into usewebodmcomponents 2024-07-15 01:37:53 -07:00
arty-aeroai bc57b33d8d added logic to generate zip file for textured_model.zip (will now need to figure out how to delete it post upload) 2024-07-13 23:59:40 -07:00
Piero Toffanin a0e1acd196
Merge pull request #1523 from samul-1/make-plugindatum-user-blankable
fix: add blank=True to plugindatum's user field
2024-07-09 13:30:07 -04:00
Samuele 8a7a487f40 fix: add blank=True to plugindatum's user field 2024-07-09 09:50:44 +02:00
Piero Toffanin 2cc2bcba10
Merge pull request #1521 from pierotofy/temps
Add temperature units support
2024-07-08 14:03:43 -04:00
Piero Toffanin ca4a17177d Add temperature units support 2024-07-08 13:46:11 -04:00
Piero Toffanin e10c03152d
Merge pull request #1520 from pierotofy/restartchk
Thermal as a first class citizen
2024-07-08 12:43:13 -04:00
Piero Toffanin 1a53f92aa9 Update locales 2024-07-08 12:19:37 -04:00
Piero Toffanin 4604f0bb71 more robust check 2024-07-08 12:17:15 -04:00
Piero Toffanin 42e94b1744 Thermal as a first class citizen 2024-07-08 12:10:16 -04:00
Piero Toffanin a51a839623
Merge pull request #1519 from danieldegroot2/basemap-openstreetmap-update
Update OpenStreetMap provider in Basemaps.js
2024-07-07 17:06:30 -04:00
danieldegroot2 2bfd6c7efd
Update OpenStreetMap provider in Basemaps.js
I would like to suggest using the now preferred https://tile.openstreetmap.org URL instead of the current one (`{s}.`), see

https://github.com/openstreetmap/operations/issues/737

Also, changes attribution URL to HTTPS link (use direct links).
Furthermore, changes name to simply 'OpenStreetMap'. (use common name)
2024-07-07 19:47:41 +02:00
Piero Toffanin 5677eec1d4
Merge pull request #1517 from pierotofy/restartchk
Add restart confirmation
2024-07-02 23:47:17 -04:00
Piero Toffanin 22f41a1cce Update locales 2024-07-02 23:31:58 -04:00
Piero Toffanin 7baf02eac5 Minor CSS fix for large screens 2024-07-02 13:04:58 -04:00
Piero Toffanin 0be7e5c46e
Merge pull request #1516 from pierotofy/mobile
Mobile improvements
2024-07-02 12:57:58 -04:00
Piero Toffanin 825c638b16 Fix task list on mobile 2024-07-02 12:30:33 -04:00
Piero Toffanin 1e78755dab Fix tags field on firefox 2024-06-27 16:19:16 -04:00
Piero Toffanin 53fa8fddf0 Fix modals, paginator search 2024-06-27 15:57:45 -04:00
Piero Toffanin 831729f37b Fix map view mobile quirks 2024-06-27 15:17:46 -04:00
Piero Toffanin 67772865cf Mobile viewport fixes 2024-06-25 16:18:01 -04:00
Piero Toffanin 96b94ed4fa
Merge pull request #1515 from pierotofy/gpsloc
Add GPS location plugin
2024-06-25 15:02:34 -04:00
Piero Toffanin 62a6047f11 Use pip 24.0 2024-06-25 14:35:13 -04:00
Piero Toffanin 28213a7b0a Add GPS location plugin 2024-06-25 14:03:59 -04:00
arty-aeroai 233a917026 Fixed select dropdown for custom local BootstrapField component 2024-06-22 18:41:22 -07:00
arty-aeroai 43994e23cb modified TaskDialog to work (might need to revist for the ErrorMessage component) 2024-06-22 18:12:31 -07:00
arty-aeroai 13b852582b preappended coreplugins.cesiumion.{cesiumFile} to fix upload issue with app/plugins/worker.py specifically the run_function_async function 2024-06-22 11:49:20 -07:00
Piero Toffanin 8f301b12e2
Merge pull request #1514 from probably-not-porter/master
remove line from hard recovery script
2024-06-20 14:15:13 -04:00
pelibby16 3995fd5fd0 remove creating_task.console_output, which doesn't appear to be defined in current context. 2024-06-20 13:15:19 -04:00
arty-aeroai 61b8fa44fb minor changes to TaskView.jsx; TaskDialoge still needs some work as its just a clear modal in the background hard to visualize 2024-06-15 19:41:54 -07:00
arty-aeroai c8b579215f Got the upload dialoge to work now focusing on the taskdialog or the submit button click. 2024-06-15 17:25:30 -07:00
arty-aeroai 05dbaf5439 UploadDialog shows up but no text input accepted 2024-06-01 15:16:45 -07:00
Piero Toffanin 2b30f1abce
Merge pull request #1510 from pierotofy/backup
Add task backup import/export
2024-05-31 15:05:28 -04:00
Piero Toffanin 667d5e8203 Add tests, Dockerfile apt retries 2024-05-31 14:43:44 -04:00
Piero Toffanin 9341ff6c15 Bump version 2024-05-31 13:11:42 -04:00
Piero Toffanin 1add2fefe5 Add task backup import/export 2024-05-31 13:09:54 -04:00
Piero Toffanin 86d9f38673 No index 2024-05-30 14:27:29 -04:00
Piero Toffanin 5231bacb22
Merge pull request #1509 from pierotofy/units
Fix unit selector background color
2024-05-29 17:56:30 -04:00
Piero Toffanin f3aa814760 Fix unit selector background 2024-05-29 17:55:39 -04:00
Piero Toffanin 79434e4109
Merge pull request #1508 from smathermather/docker-compose
Update README.md to reflect docker-compose change
2024-05-29 14:36:43 -04:00
Stephen Mather 310b53db4a
Update README.md to reflect docker-compose change 2024-05-29 13:57:16 -04:00
Piero Toffanin 4f4c1dad45
Merge pull request #1507 from pierotofy/units
Fix layer panel scrolling
2024-05-28 23:00:56 -04:00