Wykres commitów

2869 Commity (2d697e6f56863e06abd3229aab8e106d3feb796b)

Autor SHA1 Wiadomość Data
Mathijs de Bruin 2d697e6f56 Bump gunicorn to allow for `WEB_CONCURRENCY`. 2025-05-13 10:17:52 +01:00
Mathijs de Bruin 410036759e Configurable worker count. Closes #1668. 2025-05-11 15:29:16 +01:00
Piero Toffanin 27ec8a75e5
Merge pull request #1664 from pierotofy/cons
Avoid locking users out of a map with an invalid crop
2025-05-06 00:20:50 -04:00
Piero Toffanin 44020ee9ec Avoid locking users out of a map with an invalid crop 2025-05-06 00:05:42 -04:00
Piero Toffanin 52a0511af6
Merge pull request #1662 from pierotofy/cons
Improve console output management
2025-05-05 12:32:39 -04:00
Piero Toffanin b344dbcbf8 Fix clear 2025-05-05 11:48:12 -04:00
Piero Toffanin 7982370c8d Doc fix, bump version 2025-05-05 11:37:10 -04:00
Piero Toffanin a14e43e0fe Expand console output API, tie UI, add missing cluster command 2025-05-05 11:31:31 -04:00
Piero Toffanin 30684f4440 Link task_output.txt <==> console_output.txt 2025-05-05 03:06:25 -04:00
Piero Toffanin 4678a21ead Update funding 2025-04-24 11:53:05 -04:00
Piero Toffanin 360aa64a79 Fix image popup zoom on Firefox, mobile support for camera selection in 3D model view 2025-04-23 00:56:38 -04:00
Piero Toffanin b8c0ef6363 IoU tweaks 2025-04-22 12:27:04 -04:00
Piero Toffanin 7e5e5c988b
Merge pull request #1659 from pierotofy/cluster
Pan support, mobile support for zoom/pan
2025-04-22 04:13:26 -04:00
Piero Toffanin 750e0e4e38 Pan support, mobile support for zoom/pan 2025-04-22 00:20:43 -04:00
Piero Toffanin 0217b8999d
Merge pull request #1658 from pierotofy/cluster
Camera thumb zoom
2025-04-21 18:39:21 -04:00
Piero Toffanin 6d53eaa5b3 Cleanup 2025-04-21 18:14:29 -04:00
Piero Toffanin 16c7b0e2de Camera thumb zoom 2025-04-21 18:11:35 -04:00
Piero Toffanin a168550d3f
Merge pull request #1657 from pierotofy/cluster
Cluster mode utils
2025-04-21 17:10:28 -04:00
Piero Toffanin 7b0c4d49f4 Cluster mode utils 2025-04-21 16:44:11 -04:00
Piero Toffanin d9fdf272a2 Tweak IOU threshold 2025-04-16 19:12:31 -04:00
Piero Toffanin 385a1ff152 Extra check on extent field, bold titles in layer list 2025-04-16 16:40:33 -04:00
Piero Toffanin 86f5c22d47
Merge pull request #1655 from pierotofy/projsort
Intersection over area project map display
2025-04-16 14:10:09 -04:00
Piero Toffanin 5083825c45 Show annotations depending on IoU score 2025-04-16 12:56:02 -04:00
Piero Toffanin 5681435361 Intersection over area project map display 2025-04-16 12:45:08 -04:00
Piero Toffanin 86739eb545
Merge pull request #1654 from pierotofy/projsort
Fix layer ordering in project map view, display annotations only for first task
2025-04-16 02:05:37 -04:00
Piero Toffanin cc1e8a6248 Add stored flag for addAnnotation 2025-04-16 01:38:34 -04:00
Piero Toffanin 1ba5e84d23 Refactor typeZIndex 2025-04-16 01:00:11 -04:00
Piero Toffanin 57b8f4b476 Bump version 2025-04-15 17:45:52 -04:00
Piero Toffanin 9e474ab217 Only display annotations of first task 2025-04-15 17:44:41 -04:00
Piero Toffanin 272467e327 View project map sort by creation date 2025-04-15 17:17:42 -04:00
Piero Toffanin a117a961ab
Merge pull request #1653 from tenchirocom/plugin-enable-fix
Plugin enable/disable "fix"
2025-04-15 13:12:23 -04:00
Piero Toffanin 445ad0c40c Refactor 2025-04-15 12:52:00 -04:00
tenchirocom b65aee6d61 rewrote enable_plugin() and disable_plugin() to use pk handle rather than name for model updates as in the original version of the methods. When disable fails, disable, but raise the exception too. 2025-04-15 21:57:33 +09:00
tenchirocom fec9437f2d Added virtual functions for enable()/disable() lifecycle management 2025-04-15 21:54:30 +09:00
John Russo 78da2a619f Remove README_koki.md 2025-04-13 21:37:22 +09:00
John Russo a5df02ee38 Modified enable_plugin() and disable_plugin() methods to ensure the corresponding plugin methods are fired only on transition of the database enabled flag state. This prevents unnecessary firings and seems more in line with the semantics of the app, namely it is enabled and sticks, even between sessions, or it is disabled and so sticks. This is more efficient for plugins that need to configure settings or add or remove files to the app instance. If there is in-memory state that must persist, this should be saved in some persistent storage (like a file) and reloaded on __init__ (although that is another story). 2025-04-13 21:13:17 +09:00
John Russo d8ba6e88cb Added readme to record modifications to the Koki fork of WebODM. 2025-04-13 20:02:58 +09:00
Piero Toffanin 4426be8110
Merge pull request #1650 from pierotofy/borgup
Orphaned project folders handling
2025-04-02 19:22:21 -04:00
Piero Toffanin ccd9a6bf90 Add cleanup script 2025-04-02 18:45:41 -04:00
Piero Toffanin 66383b0b2e Fix duplication of public projects, add project deletion unit test 2025-04-02 18:44:07 -04:00
Piero Toffanin 23c0c19080 Merge branch 'master' of https://github.com/OpenDroneMap/WebODM into borgup 2025-04-02 18:21:50 -04:00
Piero Toffanin f4d8be4a17 Project folder cleanups 2025-04-02 18:21:42 -04:00
Piero Toffanin 08bec88bdb
Merge pull request #1648 from pierotofy/borgup
Cleanup empty projects when quota = 0
2025-04-02 13:13:04 -04:00
Piero Toffanin 12a1667ecf Add missing test 2025-04-02 12:50:48 -04:00
Piero Toffanin bbfd48e7d8 Cleanup empty projects settings 2025-04-02 12:47:46 -04:00
Piero Toffanin a9763d784f Skip no recurse borg pattern 2025-04-02 12:01:18 -04:00
Piero Toffanin 43f5e8ec8c
Merge pull request #1645 from as598466/dev
Update webodm.sh
2025-04-01 13:19:26 -04:00
as598466 9edbe098a8
Update webodm.sh
* Add IPv6 summary configuration
* Remove useless (stop, down)  if [[ $ipv6 = true ]]; then
        command+=" -f docker-compose.ipv6.yml"
        fi
2025-04-01 14:14:13 +02:00
Piero Toffanin c83de16952
Merge pull request #1640 from pierotofy/importvalid
Sanitize import URLs
2025-03-31 03:27:26 -04:00
Piero Toffanin 029b30254b Sanitize import URLs 2025-03-31 02:03:20 -04:00