slothful-vassal
3b8f00fd26
feat: Refine trail category model ( #1059 )
...
* feat: advanced trail categories
* rename remote_category
* fix merge issues
* subcategories for plugins mapping
* fix refresh
* remove vertical trail filter category scrolling
* cleanup
* add confirm modal for disabling a category
* Fix federation issues
* fix review findings
* redesign category settings page
* remove prio badge
* fix subcategory badge layout
* optimize subcategory settings layout
* further settings page layout optimization
* fix subcategory icon position
* fix
* update docs
---------
Co-authored-by: Christian Beutel <>
2026-06-29 03:16:26 +02:00
Flomp
64da36aa20
fix: harden ActivityPub federation and fix N+1 follower fanout ( #1056 )
...
* initial commit
* improve activitypub recipient query
* small fixes
---------
Co-authored-by: Christian Beutel <>
Co-authored-by: slothful-vassal <89943360+slothful-vassal@users.noreply.github.com >
2026-06-18 16:36:57 +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
Flomp
c9024a4322
Fix trails being unavailable when profile is private ( #986 )
2026-05-11 20:02:37 +02:00
Flomp
d2ac49470a
Federation Refactoring & Architecture Improvements ( #930 )
...
* initial commit
* add lists
* update permissions
* fix waypoint create
* needs_full_sync for activitypub trails
* fixes build issues
* fix list get
* further CSRF protection
* update API docs
* adds rate limiter
* fix tiptap mentions
* a bit more cleanup of main.go
* Fix migration order
* fixes reviewed notes
* require context for activitpub server calls
* improve hashing for identifier
* fix copy paste error
* fix sync trail/list issues
* fix summit log/comment duplicates
* adaptions after trail merge
* fix dockerignore
---------
Co-authored-by: Christian Beutel <>
Co-authored-by: slothful-vassal <89943360+slothful-vassal@users.noreply.github.com >
2026-05-09 17:30:34 +02:00
Flomp
ec76b69dba
Fix mentions when username != preferred_username ( #885 )
...
* initial commit
* fixes mention name
---------
Co-authored-by: Christian Beutel <>
2026-03-20 19:35:34 +01:00
Robert Clarke
029f1f134b
Return 401s when logged out of more activitypub api endpoints ( #750 )
...
Co-authored-by: slothful-vassal <89943360+slothful-vassal@users.noreply.github.com >
2026-01-31 23:04:56 +01:00
Christian Beutel
e8c7e7721a
fixes feed
2025-07-11 17:13:30 +02:00
Christian Beutel
237d12bfec
adds feed
2025-07-11 16:02:18 +02:00
Christian Beutel
d6e08e6d80
makes PostActivity fully async
2025-07-10 14:46:12 +02:00
Christian Beutel
a7194027d8
allows public acces to public profiles
2025-07-04 11:11:56 +02:00
Christian Beutel
7b57252f7f
fixes mail notifications
2025-06-27 11:51:23 +02:00
Christian Beutel
277b435c65
fixes private profile issues
2025-06-26 21:19:53 +02:00
Christian Beutel
4051d232c6
signs all activitypub requests
2025-06-26 00:51:15 +02:00
Christian Beutel
8bf8642703
switches username and preferred_username
2025-06-24 17:55:59 +02:00
Christian Beutel
cb4f4f8125
fixes 404 for own private profile
2025-06-24 15:15:35 +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