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
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
slothful-vassal
bd293e6739
new setting: begin drawing a new trail from current location ( #592 )
...
* new setting: begin drawing a new trail from current location
* apply only when drawing
* fix application when editing an existing route
* documentation
* ignore pointer events on location circles
* fix i18n
---------
Co-authored-by: Flomp <Flomp@users.noreply.github.com >
Co-authored-by: Christian Beutel <>
2026-02-28 10:15:43 +01:00
slothful-vassal
c8af897cdd
resolve svelte-check warnings ( #819 )
...
Co-authored-by: Jonas Plum <cugu@users.noreply.github.com >
2026-02-18 22:08:21 +01:00
slothful-vassal
9282f37c15
fix list fetch timeout ( #701 )
...
* fix list fetch timeout
* list search modal added (replaces list select modal)
* query startsWith -> includes
---------
Co-authored-by: Christian Beutel <>
2026-01-11 22:03:35 +01:00
Christian Beutel
73d20b1cbc
reverses waypoint relation
2025-09-12 17:48:41 +02:00
Christian Beutel
33776ad42c
fixes route drawing
2025-08-22 13:44:37 +02:00
Christian Beutel
097ecd409d
correct elevation for summit logs
2025-08-20 13:35:08 +02:00
Christian Beutel
53508be008
fixes trail saving
2025-08-02 22:19:11 +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
731a4ffb97
fixes crop icons
2025-07-19 20:02:47 +02:00
Christian Beutel
ef1571c54e
adds route edit menu
2025-07-19 19:40:11 +02:00
Christian Beutel
ce9c737ca6
adds trail reversing
2025-07-04 13:53:55 +02:00
Christian Beutel
54d7357603
converts trail duration to seconds
2025-06-25 15:59:56 +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
Christian Beutel
59051babed
fixes time and speed in route planning
2025-04-21 23:25:06 +02:00
Christian Beutel
8fc10baaf1
adds waypoints from photos
2025-04-15 15:49:21 +02:00
Christian Beutel
95227624b8
fixes preview thumbnail vanishing
2025-04-11 16:40:09 +02:00
Christian Beutel
7f1b5b5178
add icon to public private toggle
2025-04-11 16:23:26 +02:00
Christian Beutel
72d3428d5f
prevents trail auto completion
2025-04-11 14:13:01 +02:00
Christian Beutel
50ba6e429d
makes PUBLIC_VALHALLA_URL dynamic
2025-04-08 17:58:32 +02:00
Christian Beutel
693302600c
adds automatic trail thumbnails
2025-03-29 15:02:20 +01:00
Christian Beutel
1f3aabda37
adds proper total calculation for routing
2025-03-29 14:27:55 +01:00
Christian Beutel
60be2f65e4
adds routing options
2025-03-29 12:51:28 +01:00
Christian Beutel
98691dc311
fixes anchor popup numbering
2025-03-22 14:05:43 +01:00
Christian Beutel
c03e5add5d
fixes KML/Z import
2025-03-22 13:11:05 +01:00
Christian Beutel
b261ada15c
adds tags
2025-03-19 22:30:09 +01:00
Christian Beutel
92433ec618
fixes thumbnail bug
2025-03-16 18:39:48 +01:00
Christian Beutel
8706fe7ac9
adds video support
2025-03-16 18:01:12 +01:00
Christian Beutel
2e6ae6f934
fixes wp marker removal
2025-03-14 19:01:02 +01:00
Christian Beutel
4ad1cf3e09
adds create waypoint map popup
2025-03-14 18:54:20 +01:00
Christian Beutel
e5a28d2c42
fixes trail multi save bug
2025-03-14 18:54:20 +01:00
Christian Beutel
539364970d
summit log fix
2025-02-16 20:44:48 +01:00
Christian Beutel
bd8bae2ac9
trail save fix
2025-02-14 13:22:28 +01:00
Christian Beutel
0cf17cbd86
adds upload dialog and duplicates
2025-02-01 18:06:27 +01:00
Christian Beutel
eda94f3003
switches to nominatim
2025-01-25 17:03:29 +01:00
Christian Beutel
3721b7f537
Migrates to svelte 5
2025-01-24 17:46:13 +01:00
Christian Beutel
5927f46348
adds loop to route ancho popup
2025-01-16 00:33:09 +01:00
Christian Beutel
aeaf8e49ce
cosmetic changes
2025-01-12 19:02:40 +01:00
Christian Beutel
8536ba422c
adds search to trail edit
2025-01-12 15:29:51 +01:00
Christian Beutel
35f12f1816
adds route editing capabilities
2025-01-11 22:43:32 +01:00
Christian Beutel
9acd935d7d
mobile repsonsiveness improvements
2025-01-09 20:36:10 +01:00
Christian Beutel
0bd62653f6
hot fix for missing privacy settings
2025-01-05 19:44:37 +01:00
Christian Beutel
a704db6366
adds new empty states
2025-01-04 17:05:35 +01:00
Christian Beutel
871481a84e
refactor zo zod and felte
2024-12-30 19:52:44 +01:00