slothful-vassal
b5739cb72e
merge trails function added ( #627 )
...
* merge trails function added
* fix conflict resolve issues
* avoid incorrect authorship when merging trail comments
* require edit access for all selected trails before merge
* fix likes checkbox binding in trail merge modal
* improve error handling
* require editable target and deletable sources for merge
* avoid duplicate trail fetch during merge
* prevent duplicate likes when merging trails
* check photo download responses during trail merge
* add merge completion toast notifications
* cleanup
* small fixes
* move merge code to backend, option to merge single trail selection with similar one, automatic merge for integrations add as option, maintenance page to find and merge similar trails added
* fix build error
* fix
* docu, beautifying, refactoring
---------
Co-authored-by: Flomp <Flomp@users.noreply.github.com >
2026-05-09 13:09:26 +02:00
Matteo Fortini
798970daa3
Fix syntax error in query selector for color scheme meta tag ( #957 )
2026-05-05 20:50:38 +02:00
slothful-vassal
6d1d1236ef
Trail Edit / Waypoints from photos: prevent creating different waypoints for near-by locations ( #457 )
...
* trail edit / waypoints from photos: prevent creating different waypoints for near-by locations
* remove not necessary imports
* remove changes from gitignore
* patch gitignore
* waypoint merge radius as category property
* change datamodel for merge radius (use more generic settings field for future implementations)
* fix npm run check issues
* several improvements/fixes
* fix
* move geo cluster code to db
* fix compile issue
* fix docker issue
* merge with existing waypoints
---------
Co-authored-by: Christian Beutel <>
Co-authored-by: Flomp <Flomp@users.noreply.github.com >
2026-04-29 11:15:06 +02:00
slothful-vassal
85e5fb6df7
server sided external api calls ( #697 )
...
* server sided external api calls
* fix uploading gpx files
* rename api/v1/nominatim with api/v1/geocoding to prepare photon support
* remove NOMINATIM_MAX_RETRIES (side-kick from other PR)
* re-add nominatim url fallback
* docu, env var defaults and fallbacks, docker compose files
* refactor
* furhter refactorings and fixes
* PUBLIC_VALHALLA_ENABLED in docker compose files added
* fix env var names
---------
Co-authored-by: Flomp <Flomp@users.noreply.github.com >
2026-04-28 18:19:06 +02:00
Flomp
7bdf0d3151
Adds option to mark trail as completed ( #920 )
...
* initial commit
* add completed for komoot tours
* mark hammerhead activities as completed
* fix review suggestions
* adds completed modal to trail edit page
---------
Co-authored-by: Christian Beutel <>
Co-authored-by: slothful-vassal <89943360+slothful-vassal@users.noreply.github.com >
2026-04-27 20:37:11 +02:00
Flomp
b7b16e5a6e
Adds API docs annotations & generator ( #927 )
...
* initial commit
* fixes category api route
* fixes follow api routes
---------
Co-authored-by: Christian Beutel <>
2026-04-18 17:04:49 +02:00
slothful-vassal
369e71fcec
hammerhead integration added ( #628 )
...
* hammerhead integration added
* typo corrected
* start date added, optimize some translations
* new option to send trail to hammerhead
* fix elevation information (was in cm)
* skip empty tracks on import
* update docs
* remove manual user-id input
* fix merge issues
* remove user-id from documentation
* fix hammerhead logo for light theme
* fix hammerhead logo for light theme
---------
Co-authored-by: Christian Beutel <>
Co-authored-by: Flomp <Flomp@users.noreply.github.com >
2026-03-20 13:58:34 +01:00
slothful-vassal
4b1dc784c9
fix issues updating avatar ( #870 )
2026-03-10 18:00:38 +01:00
Flomp
711a592038
Feature: API Tokens ( #848 )
...
* initial commit
* fix last_used timestamp
---------
Co-authored-by: Christian Beutel <>
2026-03-07 10:10:25 +01:00
slothful-vassal
f2396ae574
new trail view options: create copy & change visibility ( #571 )
...
* change visibility of multiple trails in trails view (multi-select)
* error handling
* create copy option added
* wait for meilisearch when updating trail
* remove toggles from dropdown
* change public/private logic
* adds loading spinner for bulk operations
* fixes trail duplicate
* fixes tags delete on visiblility change
* fix conflict resolving issue
* edit labels & german translation
---------
Co-authored-by: Christian Beutel <>
Co-authored-by: Flomp <Flomp@users.noreply.github.com >
2026-03-01 18:18:09 +01:00
Martin Schmidt
be8465be78
fix: expand and display tag name in list view ( #742 )
...
Co-authored-by: Christian Beutel <>
Co-authored-by: Flomp <Flomp@users.noreply.github.com >
2026-02-20 11:00:04 +01:00
slothful-vassal
c80dc01c7a
fix category filter ( #654 )
2026-01-13 12:04:52 +01:00
slothful-vassal
6e5edf7ed7
fix lost gpx on summit log update ( #702 )
...
* fix lost gpx on summit log update
* fix missing trail in summit log modal
2026-01-11 22:13:39 +01:00
Henri
741cb51096
Fix swapped options for auto and bicycle routing ( #694 )
2026-01-11 21:44:39 +01:00
slothful-vassal
b09675f2b2
Select number of search items per page ( #577 )
...
* select items per pages
* fix 'all'
* fix page switch
* fix filter update when 'all'
* startDrawing: set map to current user position
* remove startDrawing change from other branch
* handle 413
* remove 'all', cange increment, use local storage
* remove obsolete import, fix 413
2025-10-04 17:22:46 +02:00
slothful-vassal
7ed0b98fce
fix scrollbar theme in chrome ( #593 )
2025-10-04 14:50:26 +02:00
Christian Beutel
378f030b4a
fixes waypoint creation for exitsing trails
2025-09-18 15:51:00 +02:00
Christian Beutel
73d20b1cbc
reverses waypoint relation
2025-09-12 17:48:41 +02:00
Christian Beutel
3b7f30908c
fixes sorting by difficulty
2025-09-07 17:59:35 +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
7596a916f8
Fixes category in lists
2025-08-24 14:59:50 +02:00
Christian Beutel
47f431e18d
add header to nominatim response
2025-08-23 12:48:05 +02:00
Christian Beutel
380c1802f2
adds trail preview on high map zoom
2025-08-22 15:41:34 +02:00
Christian Beutel
1e22c78c22
adds trail link sharing
2025-08-20 16:51:33 +02:00
slothful-vassal
e3916e371a
prevent uploading track details when updating a list ( #460 )
2025-08-20 13:26:19 +02:00
Christian Beutel
482d90c893
allows categories with spaces in filter
2025-08-04 19:04:10 +02:00
Christian Beutel
1c10e90db7
speed improvements for map (tbc)
2025-08-02 22:02:59 +02:00
Christian Beutel
396e64b5a6
fixes race condition in route edit menu
2025-08-02 18:35:50 +02:00
Christian Beutel
46d3c45b58
adds undo/redo to route edit
2025-08-02 17:00:09 +02:00
Christian Beutel
353e52b0f6
fixes split gpx function
2025-07-20 13:40:18 +02:00
Christian Beutel
634c34ce65
adds split gpx function
2025-07-20 11:35:21 +02:00
Christian Beutel
ef1571c54e
adds route edit menu
2025-07-19 19:40:11 +02:00
Christian Beutel
03bf5aa5ad
finishes feed
2025-07-12 16:36:40 +02:00
Christian Beutel
237d12bfec
adds feed
2025-07-11 16:02:18 +02:00
Christian Beutel
25bf00a38b
fixes timeline fetch
2025-07-11 12:12:42 +02:00
Christian Beutel
d21df88be2
adds trail sort on map
2025-07-10 17:53:29 +02:00
Christian Beutel
ce9c737ca6
adds trail reversing
2025-07-04 13:53:55 +02:00
Christian Beutel
a7194027d8
allows public acces to public profiles
2025-07-04 11:11:56 +02:00
Christian Beutel
7c478f6f3f
fixes list loading
2025-07-04 10:41:17 +02:00
slothful-vassal
9043fff817
fix uploading of photos to existing trail ( #294 )
2025-06-26 13:00:56 +02:00
Christian Beutel
0e77550953
fixes large list save fail
2025-06-26 12:04:01 +02:00
Christian Beutel
ddd7857af4
fixes stats
2025-06-26 11:48:30 +02:00
Christian Beutel
8bf8642703
switches username and preferred_username
2025-06-24 17:55:59 +02:00
Christian Beutel
8e3eea6216
fixes home page search
2025-06-21 18:55:18 +02:00
Christian Beutel
b5a3864f04
Hotfixes trail visibility
2025-06-21 11:52:28 +02:00
Flomp
9276690d60
Federation ( #327 )
...
* initial commit federation
* more federation
* more federation
* more federation
* completes follow, accept, undo
* add trail create activity
* process trail create activity
* more trail create activity
* adds missing endpoints
* adds update and delete activity
* adds comment activities
* adds activities back
* adds summit logs activities
* deletes follow counts table
* fixes migrations
* fixes migrations
* fixes migrations
* fixes migrations
* adds remote profiles
* ctd
* ctd
* we are getting closer...
* adds public summit logs
* fixes federated trails in lists
* adds remote lists
* adds list activites
* fixes lists
* adds notifications
* adds iri redirect
* fixes comments and summitlogs
* fixes follows and profiles
* adds asynchronous send
* fixes list search
* adds encryption key
* bug fixes
* fixes activity signing
* removes custon activity object types
* adds html editor
* fixes html editor
* fixes display issues on mastodon
* adds federated sharing
* finishes announcements
* fixes small summit log issues
* adds trail likes
* finalizes likes
* fixes images for komoot
* add disable federation option
* adds private profiles
* updates docs
* adds federated comments
* adds trail and comments actvitiypub routes
* adds mentions to editor
* adds mentions to trails, comments, summit logs
* updates theme
* updates theme
* update docs
* update docs
* updates docs
* fixes various frontend problems
* fixes activitypub follows api
* updates docs
* updates docs
---------
Co-authored-by: Christian Beutel <>
2025-06-21 10:09:22 +02:00
slothful-vassal
742a6d9d30
Allow to show public routes only ( #262 )
...
* speedup loading some pages (reduce data amount of trail lists)
* optimize code
* fix save bio, if no tileset defined
* improve/fix visibility filter
* radio buttons -> checkboxes
---------
Co-authored-by: Christian Beutel <>
2025-04-30 15:29:27 +02:00
Christian Beutel
9061a35bdd
removes logging
2025-04-27 10:12:03 +02:00
Christian Beutel
acc16a6f2c
fixes missing shrares in search results
2025-04-26 19:48:31 +02:00