|
c65808bcd2
|
Fix build
|
2025-04-10 02:05:12 +02:00 |
|
|
e81b0d10ea
|
Feature(360): actually show spheres when it is already linked
|
2025-04-09 23:30:39 +02:00 |
|
|
3e4708b0b9
|
merge develop
|
2025-04-09 17:18:30 +02:00 |
|
|
15f3583f00
|
Fix: fix filter 'has at least one image', fix #2377
|
2025-04-09 17:17:38 +02:00 |
|
|
c7a07e6f00
|
Chore: translation reset
|
2025-04-09 17:15:11 +02:00 |
|
|
fa5df1f0f7
|
Chore: cleanup import
|
2025-04-09 17:12:22 +02:00 |
|
|
347a02778f
|
Fix: regression in themeslist
|
2025-04-09 17:11:46 +02:00 |
|
|
01f1fbf89a
|
Chore: improve typing
|
2025-04-09 17:11:32 +02:00 |
|
|
d01f830632
|
Chore: cleanup imports
|
2025-04-09 17:09:25 +02:00 |
|
|
9d35c7a3b3
|
Fix: actually show mapillary-images
|
2025-04-09 17:09:11 +02:00 |
|
|
1505c9e904
|
Chore: improve docs
|
2025-04-09 16:03:31 +02:00 |
|
|
1d2edad27b
|
Chore: regen docs
|
2025-04-09 16:03:13 +02:00 |
|
|
ca1589d0de
|
Fix: actually show recent graphs
|
2025-04-08 21:15:31 +02:00 |
|
|
c5aac6962d
|
Show recent graph of munin
|
2025-04-08 15:00:34 +02:00 |
|
|
9ab53188ec
|
Merge master
|
2025-04-08 14:55:30 +02:00 |
|
|
440d4fbeb8
|
Fix: fix some crashes for people who have used dev at the same time and have the new theme-history
|
2025-04-08 14:51:35 +02:00 |
|
|
8d8b34dafc
|
Themes(grave): add support for cemetery=grave
|
2025-04-08 14:51:12 +02:00 |
|
|
1daacd6501
|
Themes(trees): disable blurring as we have too many false positives
|
2025-04-08 14:00:51 +02:00 |
|
|
2c3bd2d965
|
Merge branch 'develop' of source.mapcomplete.org:mapcomplete/mapcomplete into develop
|
2025-04-08 04:41:14 +02:00 |
|
|
95bc3a078d
|
Themes(toilets): add questions about the changing tables
|
2025-04-08 04:41:08 +02:00 |
|
|
848c2ba2c8
|
Chore: cleanup no longer used imports and parameters
|
2025-04-08 04:40:51 +02:00 |
|
|
19f3905c25
|
Merge pull request 'Clean up GitHub links' (#2375) from Robin-patch-1 into develop
Reviewed-on: MapComplete/MapComplete#2375
Reviewed-by: Pieter Vander Vennet <pietervdvn@posteo.net>
|
2025-04-08 04:38:07 +02:00 |
|
|
1170e6e2ad
|
Chore: fix build
|
2025-04-08 03:04:21 +02:00 |
|
|
6ed31b9f10
|
Chore: sort code, improve error messages
|
2025-04-08 02:55:32 +02:00 |
|
|
cfeabe4d22
|
Themes(toilets): add a ton of accessibility questions
|
2025-04-08 02:54:53 +02:00 |
|
|
06a9fb3711
|
Chore: improve documentation and error messages
|
2025-04-08 02:48:58 +02:00 |
|
|
5095bffc50
|
Feature(distancePicker): revive geographical distance picker
|
2025-04-08 02:45:33 +02:00 |
|
|
e997653284
|
Chore: regenerate docs
|
2025-04-08 02:38:44 +02:00 |
|
|
d4a38dd0ee
|
Themes: Add kerb=no to kerbs
|
2025-04-07 21:25:04 +02:00 |
|
|
d8586b57a1
|
Themes: Add recycling colour question (#1194)
|
2025-04-07 20:17:16 +02:00 |
|
|
03526a8e16
|
Chore: Remove more GH references (#2374)
|
2025-04-07 19:10:11 +02:00 |
|
|
0f177025e0
|
Chore: clean up GH links, update settings (#2374)
|
2025-04-07 17:43:33 +02:00 |
|
|
aa373ee698
|
Feature(imagequeue): (hopefully) handle some edge cases correctly
|
2025-04-07 04:11:16 +02:00 |
|
|
6925b3d26e
|
Themes(benches): add some of the memorial-questions, fix #2369
|
2025-04-07 03:52:46 +02:00 |
|
|
5adf43a335
|
Themes(onwheels): statistics now don't show too much items, fix #2366
|
2025-04-07 03:29:27 +02:00 |
|
|
7b7c747fd6
|
Themes(drinking_water): allow multiple types, fix #2368
|
2025-04-07 03:28:47 +02:00 |
|
|
3d3a72a70a
|
Feature: image upload now uses the indexedDB-backed queue (formerly known as EmergencyBackup), rework (and simplify) counter logic (fix #2186; fix #1942; helps #2022)
|
2025-04-07 02:53:21 +02:00 |
|
|
55c015ad84
|
Themes(cyclofix): include toilets
|
2025-04-07 02:40:58 +02:00 |
|
|
c1d3f35d30
|
Feature: stabilize saved history, add code to cleanup old preferences, make loading preferences faster (which prevents a 'hang') when just logged in
|
2025-04-06 19:17:19 +02:00 |
|
|
dc1e582664
|
Themes: fix toilet theme
|
2025-04-06 17:12:24 +02:00 |
|
|
9f3d198068
|
Feature: add emergency image backup. If uploading images fails, they are saved into local storage and uploaded later on. Part of #2111, but also #2342
|
2025-04-06 15:38:03 +02:00 |
|
|
7380841205
|
Feature: add status widgets and links for panoramax
|
2025-04-06 15:30:06 +02:00 |
|
|
e50962e1ce
|
Themes(toilet): don't show some items if wheelchair=designated, fix #2371
|
2025-04-06 15:26:08 +02:00 |
|
|
722f7e86cc
|
Feature: show quota in debug panel
|
2025-04-06 00:30:59 +02:00 |
|
|
c4f0e18b9e
|
Scripts: add script to fix panoramax-hashes; see #2372
|
2025-04-06 00:18:25 +02:00 |
|
|
1493c00edf
|
Fix: fix #2372
|
2025-04-05 22:36:25 +02:00 |
|
|
e56e8fe112
|
chore(release): 0.50.7
|
2025-04-05 04:01:46 +02:00 |
|
|
089017b136
|
Themes(toilets): improve tagging of wheelchair accessible toilets, various fixes to make this possible
|
2025-04-05 04:01:19 +02:00 |
|
|
1e84c2cc4d
|
Chore: cleanup obsolete logs
|
2025-04-05 03:41:27 +02:00 |
|
|
602bf2300d
|
Chore: regen docs
|
2025-04-05 02:23:00 +02:00 |
|