slothful-vassal
44bb49ec96
speed up POI retrieval by custom overpass api url ( #596 )
...
* speed up POI retrieval by custom overpass api url
* consistent overpass api url default
* switches default to overpass-api.de
---------
Co-authored-by: Christian Beutel <>
2025-10-04 14:46:52 +02:00
Flomp
23dd744b28
New Crowdin updates ( #607 )
...
* New translations en.json (Basque)
* New translations en.json (Basque)
2025-10-04 14:38:45 +02:00
slothful-vassal
03ef547a75
improve some elements for dark mode ( #609 )
2025-10-04 14:38:27 +02:00
Robert Clarke
d65d812d4d
FIx html entities in waypoint descriptions in print PDF ( #615 )
...
* fix html entities in waypoints in generated PDF
* fix padding and text heights
2025-10-04 14:36:23 +02:00
github-actions[bot]
2edba0549a
Release 0.18.3
2025-09-19 16:08:07 +00:00
Christian Beutel
4010b85442
fixes show on map from feed
2025-09-19 18:03:16 +02:00
Christian Beutel
3ced9e0dd6
Merge remote-tracking branch 'origin/i10n_main'
2025-09-19 17:54:02 +02:00
wolffshots
149157604d
Fix oidc2 and oidc3 logos ( #564 )
...
* chore: strip numbers form oidc providers
* chore: strip only trailing numbers
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-19 15:21:17 +02:00
Christian Beutel
cf74a711e9
Fixes response for protected API routes
2025-09-19 15:11:09 +02:00
Christian Beutel
378f030b4a
fixes waypoint creation for exitsing trails
2025-09-18 15:51:00 +02:00
Flomp
97abc9f3d0
New translations en.json (Russian)
2025-09-17 14:59:44 +02:00
Flomp
2cb02c0236
New translations en.json (German)
2025-09-15 00:52:43 +02:00
Flomp
88406ee175
New translations en.json (German)
2025-09-14 23:55:09 +02:00
Flomp
72b57f85bd
New translations en.json (Chinese Simplified)
2025-09-13 16:53:22 +02:00
Flomp
e9422efc5d
New translations en.json (Russian)
2025-09-13 16:53:21 +02:00
Flomp
fbd61774dc
New translations en.json (Portuguese)
2025-09-13 16:53:20 +02:00
Flomp
678dacb1a1
New translations en.json (Polish)
2025-09-13 16:53:19 +02:00
Flomp
d736e3b500
New translations en.json (Dutch)
2025-09-13 16:53:18 +02:00
Flomp
f627341f1c
New translations en.json (Italian)
2025-09-13 16:53:17 +02:00
Flomp
cef7c3ac21
New translations en.json (Hungarian)
2025-09-13 16:53:16 +02:00
Flomp
4d6b557ed0
New translations en.json (Basque)
2025-09-13 16:53:15 +02:00
Flomp
12ea2addfb
New translations en.json (German)
2025-09-13 16:53:14 +02:00
Flomp
4c6990e7a4
New translations en.json (Spanish)
2025-09-13 16:53:13 +02:00
Flomp
3d37d51b0b
New translations en.json (French)
2025-09-13 16:53:12 +02:00
github-actions[bot]
b4ff4795bc
Release 0.18.2
2025-09-13 14:41:41 +00:00
Christian Beutel
ca477984cc
Merge branch 'main' into i10n_main
2025-09-13 16:40:14 +02:00
Christian Beutel
72acac072c
fixes strava integration
2025-09-13 16:04:48 +02:00
Christian Beutel
24908993fa
adds index to activity_actors table
2025-09-13 12:36:22 +02:00
Christian Beutel
73d20b1cbc
reverses waypoint relation
2025-09-12 17:48:41 +02:00
Christian Beutel
9c628c6511
cache public meilisearch key
2025-09-12 16:45:50 +02:00
Christian Beutel
3b7f30908c
fixes sorting by difficulty
2025-09-07 17:59:35 +02:00
slothful-vassal
8cc7029243
fix opening trail from map search ( #562 )
2025-09-07 16:34:25 +02:00
Christian Beutel
5174663104
fixes link to new trail on empty profiles
2025-09-07 16:32:28 +02:00
Flomp
9dfbd106af
New translations en.json (Russian)
2025-08-28 15:50:35 +02:00
Flomp
625c5e302d
New translations en.json (Basque)
2025-08-28 15:50:31 +02:00
Flomp
5dcc7d057b
New translations en.json (German)
2025-08-28 15:50:30 +02:00
github-actions[bot]
39f33f1eb2
Release 0.18.1
2025-08-28 13:05:14 +00:00
Christian Beutel
4ffd2dd0c2
updates changelog
2025-08-28 15:04:21 +02:00
Flomp
0032556cb9
New Crowdin updates ( #478 )
...
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Chinese Simplified)
---------
Co-authored-by: Christian Beutel <>
2025-08-28 14:33:39 +02:00
Christian Beutel
432176d8f5
fixes list saving
2025-08-28 14:10:04 +02:00
Eric Daigle
c867fd7319
Add header to searchLocationReverse ( #458 ) ( #485 )
...
As described in #458 , uploading trails intermittently fails because the request to the Nominatim API in `searchLocationReverse` does not
contain a header as required by the API. The header was added to `searchLocations` in 47f431e , but the issue with the trail upload was
caused by it missing in `searchLocationReverse`. This PR adds it there as well.
Co-authored-by: Eric Daigle <eric.daigle@mailbox.org >
2025-08-28 13:36:13 +02:00
Christian Beutel
a8de5d075f
adds es, eu, ru translations
2025-08-24 15:23:54 +02:00
Christian Beutel
a00d92e93b
fixes actor discovery
2025-08-24 14:59:50 +02:00
Christian Beutel
7596a916f8
Fixes category in lists
2025-08-24 14:59:50 +02:00
github-actions[bot]
2502836d13
Release 0.18.0
2025-08-24 11:41:00 +00:00
Flomp
00bb717def
New Crowdin updates ( #394 )
...
* New translations en.json (Spanish)
* New translations en.json (French)
* New translations en.json (German)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Chinese Simplified)
* New translations en.json (Russian)
* New translations en.json (Basque)
* New translations en.json (Spanish)
* New translations en.json (French)
* New translations en.json (German)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Chinese Simplified)
* New translations en.json (Russian)
* New translations en.json (Basque)
* New translations en.json (Spanish)
* New translations en.json (French)
* New translations en.json (German)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Chinese Simplified)
* New translations en.json (Russian)
* New translations en.json (Basque)
* New translations en.json (Spanish)
* New translations en.json (French)
* New translations en.json (German)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Chinese Simplified)
* New translations en.json (Russian)
* New translations en.json (Basque)
* New translations en.json (Russian)
* New translations en.json (French)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (French)
* New translations en.json (German)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Chinese Simplified)
* New translations en.json (Russian)
* New translations en.json (Basque)
* New translations en.json (Spanish)
* New translations en.json (French)
* New translations en.json (German)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Chinese Simplified)
* New translations en.json (Russian)
* New translations en.json (Basque)
* New translations en.json (Italian)
* New translations en.json (Basque)
* New translations en.json (Basque)
* New translations en.json (Basque)
* New translations en.json (Basque)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Simplified)
* New translations en.json (Basque)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Chinese Simplified)
* New translations en.json (German)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Chinese Simplified)
* adds OpenHikingMaps
* update changelogs
---------
Co-authored-by: Christian Beutel <>
2025-08-24 13:39:28 +02:00
Jonas Plum
c904e3d34e
Add web CI ( #473 )
2025-08-24 10:49:44 +02:00
Christian Beutel
4ba0281e0f
adds customizable "about" section
2025-08-23 19:10:46 +02:00
Christian Beutel
5205d721a0
only auto upload if credentials provided
2025-08-23 15:07:27 +02:00
Christian Beutel
2aad94058a
remove relatime notification subscription
2025-08-23 14:56:25 +02:00