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 |
|