slothful-vassal
485ec53f6d
feat: add plugin system ( #1034 )
...
* feat: add plugin system
* fix db docker build
* fix hammerhead readme, add strava subscription news to docs
* fixes and sdk improvements
* fix: reduce Meilisearch load, debounce federation sync (#1012 )
* optimize meili trail index
* several fixes
---------
Co-authored-by: Flomp <Flomp@users.noreply.github.com >
* Bump svelte from 5.55.5 to 5.56.0 in /docs (#1032 )
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte ) from 5.55.5 to 5.56.0.
- [Release notes](https://github.com/sveltejs/svelte/releases )
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.56.0/packages/svelte )
---
updated-dependencies:
- dependency-name: svelte
dependency-version: 5.56.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Flomp <Flomp@users.noreply.github.com >
* Release v0.19.2 (#1035 )
* chore: release v0.19.2
* add changelog
---------
Co-authored-by: Flomp <26000991+Flomp@users.noreply.github.com >
Co-authored-by: Christian Beutel <>
* speed up plugin sync and several small fixes
* concepts for security improvements and process stability
* improve concept
* security concept implemented
* remove insecure TLS
* worker concept implemented
* fixes and cleanup
* fixes
* docu
* mermaid, namings
* WASM plugin host improvements, plugin logging
* fix db migration
* Improve plugin config and category mapping UI
* fixes
* further fixes
* remove manual test sync
* fix db migration and strava mapping
* type added, UI improvements
* fix plugin card toggle clickable area
* optimize synch status card layout
* plugin type 'trails' instead of 'integration'
* session auth validation in UI
* fix komoot date and waypoints
* improve category mapping
* fix send to hammerhead: trail name
* plugin setup error handling improved
* fix review findings
* re-mapping added
* rename remote_category
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Flomp <Flomp@users.noreply.github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Flomp <26000991+Flomp@users.noreply.github.com >
2026-06-22 15:00:44 +02:00
Flomp
c04a719ca6
Feat add actors to meilisearch ( #1048 )
...
* initial commit
* update api docs
* adds search token versioning
* make id filterable
* isLocal -> is_local
* add iri to actor index
* update gitignore
* Merge remote-tracking branch 'origin/main' into feat-add-actors-to-meilisearch
* fix sharing for newly discovered actors
* fix ActorSearchResult type
---------
Co-authored-by: Christian Beutel <>
2026-06-09 21:02:05 +02:00
Flomp
fc735130cc
Add IRI to local resources ( #1046 )
...
* initial commit
* add remote trail/list
* fix errors
* update to use new IRIs
* use origin in migration instead
* use UnsafeWithoutHooks
* fix trail/list order of operations
* fix remote trail/list fetch
* fixes list document update
* fix errors
---------
Co-authored-by: Christian Beutel <>
2026-06-07 12:20:13 +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
8cc7029243
fix opening trail from map search ( #562 )
2025-09-07 16:34:25 +02:00
slothful-vassal
06f6d58b5e
Trail Table: Allow multi select ( #264 )
...
* trail table: multi select
* trail cards: multi select
* multiselect for list view, several multiselect fixes, code beautify
* remove unnecessary imports, move code to simplify diff of trail_dropdown
* translations
* fix horizontal scrollbar in table view
* direct export from list, multiselect export
* fix refreshing share icon after sharing from trail list
* fix adding multiple trails to a trail-list
* fix retrieving mail notification template
* migrates to v0.17.0
---------
Co-authored-by: Christian Beutel <>
2025-06-26 15:28:27 +02:00
slothful-vassal
9043fff817
fix uploading of photos to existing trail ( #294 )
2025-06-26 13:00:56 +02:00
Christian Beutel
07ff8807fe
fixes migrations
2025-03-17 01:25:12 +01:00
Christian Beutel
bd1dbcddae
makes upload folder variable
2024-03-29 14:44:37 +01:00
Christian Beutel
1d8520fa67
adds upload cron && fixes date formatting
2024-03-28 18:36:59 +01:00
Christian Beutel
abecaa4497
multiple bug fixes
2024-03-17 23:25:01 +01:00
Christian Beutel
19d3013cf9
switches to public docker images
2024-03-15 23:20:04 +01:00
Christian Beutel
c8d817e6e5
removes pocketbase binary
...
Former-commit-id: c6979ab4ed62ca3d80431bd9f96d0a83ae44ac9c
2024-03-15 19:08:35 +01:00
Christian Beutel
814fbe4996
adds docs folder
...
Former-commit-id: b8f174c66402b64a5a61ce96ad01911c0aeebd20
2024-03-15 17:16:50 +01:00
Christian Beutel
c2165cab90
custom image for meilisearch bootstrap
...
Former-commit-id: d77f16337c9f25cdf13cf00d7383718b82951c84
2024-03-15 16:48:06 +01:00
Christian Beutel
33c3b273ab
adds Dockerfiles
2024-03-01 22:40:14 +01:00
Christian Beutel
5e19a4e8bb
adds i18n
2024-02-29 23:37:05 +01:00
Christian Beutel
c370690747
adds meilisearch
2024-02-03 14:26:47 +01:00