Anton Khorev
65a4a95804
Highlight non-numeric home location coordinates
2023-08-11 21:47:15 +03:00
Anton Khorev
0be576a272
Don't construct invalid LatLng objects in home location
2023-08-11 21:47:14 +03:00
Anton Khorev
81ce6a7de0
Exchange focus between home location delete/undelete buttons
2023-08-11 21:47:14 +03:00
Anton Khorev
0f3f3ead0a
Disable home marker tab focus and cursor change
2023-08-11 21:47:14 +03:00
Anton Khorev
2a32a0427b
Disable show home location button if close enough to map center
2023-08-11 21:47:13 +03:00
Anton Khorev
2dbe4e6f88
Set default home location zoom when centering the map
2023-08-11 21:44:16 +03:00
Anton Khorev
0e98e2a337
Add undelete home location button listener
2023-08-11 21:44:16 +03:00
Anton Khorev
dbb3be0a74
Add delete home location button listener
2023-08-11 21:44:16 +03:00
Anton Khorev
7848643990
Add show home location button listener
2023-08-11 21:44:16 +03:00
Anton Khorev
a2ff9b38f8
Add user home location change listeners and buttons
2023-08-11 21:44:15 +03:00
Anton Khorev
a5a7ee116c
Remove 'no home' message css from profile edit form
2023-08-08 20:26:15 +03:00
Andy Allan
f884be441d
Merge pull request #4111 from AntonKhorev/hidden-welcome-banner
...
Hide/show welcome banner with hidden attribute
2023-08-02 16:56:25 +01:00
Andy Allan
5f0c072ae0
Merge pull request #4120 from AntonKhorev/no-deprecated-iframe-attrs
...
Remove deprecated attributes from share html
2023-08-02 14:14:55 +01:00
Anton Khorev
c4b5392628
Remove deprecated attributes from share html
2023-07-29 20:34:10 +03:00
Anton Khorev
c3500b4b81
Remove display properties from share tabs
2023-07-29 19:26:20 +03:00
Anton Khorev
e6987d7dd3
Hide/show welcome banner with hidden attribute
2023-07-28 19:53:19 +03:00
Andy Allan
4cfb632b5e
Rework the map attribution to avoid raw html in translations.
2023-04-02 10:14:00 +01:00
Tom Hughes
35c59bff0d
Fix "load more" button on search results
...
Fixes #3969
2023-03-12 17:52:39 +00:00
Tom Hughes
8919c8c404
Use POST for geocoder backends
...
The geocoder backend calls are a private implementation detail
and using POST enables request forgery checks and makes scraping
of nominatim via the backend calls harder.
2023-03-07 17:24:48 +00:00
Andy Allan
9bb8dd739a
Use data attributes to pass alternative button labels
...
This allows the text to be defined in the html partials, instead
of looking up the i18n via javascript.
2023-02-01 17:24:47 +00:00
Tom Hughes
4e0c5f5fcb
Make distances in directions translatable
...
Fixes #3888
2023-01-10 20:58:10 +00:00
Tom Hughes
18c2bf62ae
Fix eslint warnings
2022-12-22 17:01:59 +00:00
Tom Hughes
26fedd0031
Fix eslint warnings
2022-12-22 16:59:42 +00:00
Christian Beiwinkel
1e33272153
consistent naming of FOSSGIS routers
2022-12-22 17:39:50 +01:00
Christian Beiwinkel
613c1ba234
added manoeuvre numbering
2022-12-22 17:33:20 +01:00
Christian Beiwinkel
85f627c5c2
added valhalla routing engine
2022-12-16 17:05:36 +01:00
Christian Beiwinkel
9389a7698a
renamed fossgis engine
2022-12-16 16:57:14 +01:00
Tom Hughes
768ff8d72e
Set the tooltip on the edit tab after the locale is set
...
Fixes #3839
2022-12-14 21:48:28 +00:00
Tom Hughes
6bbe6802d0
Fix eslint warnings
2022-12-09 19:01:10 +00:00
Tom Hughes
bf249af5b3
Set secure flag for matomo cookies
2022-12-08 22:45:02 +00:00
Tom Hughes
f20b250ba9
Allow matomo cookie timeouts to be configured
2022-12-08 22:29:08 +00:00
Anton Khorev
31ca37a1d0
Remove fallback code for undefined history.pushState()
2022-12-07 10:57:30 +03:00
Tom Hughes
007e1b26cd
Only send user IDs to matomo when configured to do so
2022-12-04 18:54:07 +00:00
Tom Hughes
152414861c
Merge remote-tracking branch 'upstream/pull/3688'
2022-11-30 12:19:57 +00:00
Tom Hughes
f839257e3e
Merge remote-tracking branch 'upstream/pull/3798'
2022-11-16 18:33:51 +00:00
Andy Allan
efdaecdbf3
Merge pull request #3779 from AntonKhorev/spinner
...
Replace searching.gif images with Bootstrap spinners
2022-11-16 16:22:18 +00:00
Anton Khorev
c3e6059222
Pass original event instad of leaflet event to changeset bbox click simulation
2022-11-16 15:45:27 +03:00
Martin Raifer
a3b5c85497
clear default connections when using preauth
2022-11-14 12:32:56 +01:00
Tom Hughes
8e976fbac1
Merge remote-tracking branch 'upstream/pull/3780'
2022-11-08 18:32:18 +00:00
Anton Khorev
ba888f5c7d
Remove query result geometry when unloading the page
2022-11-01 02:09:51 +03:00
Anton Khorev
8bc7793d42
Replace spinners in javascript
2022-11-01 00:19:13 +03:00
Anton Khorev
6c415ef142
Add aria-label to close buttons
2022-10-31 23:54:58 +03:00
Anton Khorev
357d32c57c
Remove query spinner show delay because the spinner is not hidden
2022-10-29 19:32:17 +03:00
Tom Hughes
ea152a7ead
Merge remote-tracking branch 'upstream/pull/3770'
2022-10-26 19:22:43 +01:00
Anton Khorev
dbcf256976
Use close button instead of geolink in sidebar content
2022-10-26 15:49:13 +03:00
Anton Khorev
34a8d08209
Merge changeset <ol>s on Load more
2022-10-26 15:02:49 +03:00
Andy Allan
aa78da82fe
Merge pull request #3694 from AntonKhorev/share-button-group
...
Use Bootstrap button group for share tabs
2022-10-19 16:24:08 +01:00
Andy Allan
0917201893
Merge pull request #3704 from AntonKhorev/leaflet-control-groups
...
Group map controls explicitly
2022-10-19 15:42:08 +01:00
Tom Hughes
a9063f8369
Allow credentials to be sent with overpass calls
2022-10-13 19:12:25 +01:00
Tom Hughes
685eef338d
Merge remote-tracking branch 'upstream/pull/3747'
2022-10-09 18:10:20 +01:00