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 |
Piero Toffanin
|
f9997c62d2
|
Merge pull request #1636 from pierotofy/crop
Cropping
|
2025-03-30 19:50:11 -04:00 |
Piero Toffanin
|
2f8d495b68
|
Fix crop area control for projects
|
2025-03-30 19:25:31 -04:00 |
Piero Toffanin
|
a10726cb7e
|
Allow all assets download if crop is not set
|
2025-03-30 17:47:59 -04:00 |
Piero Toffanin
|
8119db7a16
|
self intersecting unit test
|
2025-03-30 17:33:43 -04:00 |
Piero Toffanin
|
75e028adca
|
Unit tests
|
2025-03-30 17:30:42 -04:00 |
Piero Toffanin
|
6ab49a5c24
|
Update locales, add Greek
|
2025-03-30 15:50:36 -04:00 |
Piero Toffanin
|
9064d455a9
|
Update locale
|
2025-03-30 15:30:11 -04:00 |
Piero Toffanin
|
be23ad17e2
|
Key error fix
|
2025-03-30 15:25:29 -04:00 |
Saijin-Naib
|
5343ebceaf
|
Merge pull request #1639 from as598466/master
|
2025-03-30 14:49:07 -04:00 |
as598466
|
e5f8718b03
|
Update README.md
|
2025-03-30 20:40:33 +02:00 |
Piero Toffanin
|
6610349125
|
Crop textured model visualization
|
2025-03-30 14:35:13 -04:00 |
as598466
|
69bcc22346
|
Update README.md
Add IPv6
|
2025-03-30 20:33:55 +02:00 |
Piero Toffanin
|
6568c8bf86
|
Upgrade qemu actions
|
2025-03-30 12:56:44 -04:00 |
Piero Toffanin
|
95d04897f5
|
Merge branch 'master' of https://github.com/OpenDroneMap/WebODM into crop
|
2025-03-30 12:42:37 -04:00 |
Piero Toffanin
|
40111dc6f3
|
Merge pull request #1638 from as598466/master
Add IPV6 Support
|
2025-03-30 12:42:28 -04:00 |
Piero Toffanin
|
3835de7819
|
Improve all assets import when top level directory is present
|
2025-03-30 12:41:13 -04:00 |
as598466
|
02eb8fd603
|
Add IPV6 support
|
2025-03-30 17:07:53 +02:00 |
as598466
|
2ecdf12ae9
|
Update docker-compose.yml
|
2025-03-30 16:54:51 +02:00 |
as598466
|
e1af61fb0f
|
Create docker-compose.ipv6.yml
|
2025-03-30 16:50:40 +02:00 |
as598466
|
ee02496443
|
Add IPV6
|
2025-03-30 15:44:46 +02:00 |
as598466
|
00a690bf69
|
Add IPV6 Compatibility
|
2025-03-30 15:40:50 +02:00 |