70816a4779
Fix header guard for apub responses
2020-04-22 20:56:31 +02:00
957e4a2611
Change apub IDs to be consistent with html urls
2020-04-21 22:45:01 +02:00
f0026065f5
Merge branch 'master' into federation_merge_from_master_1
2020-04-21 10:25:29 -04:00
f300c67a4d
Adding websocket notification system.
...
- HTTP and APUB clients can now send live updating messages to websocket
clients
- Rate limiting now affects both HTTP and websockets
- Rate limiting / Websocket logic is now moved into the API Perform
functions.
- TODO This broke getting current online users, but that will have to
wait for the perform trait to be made async.
- Fixes #446
2020-04-19 18:08:25 -04:00
8908c8b184
Some code cleanup and better logging
2020-04-17 16:55:28 +02:00
9c974fbe50
Remove instance follows
2020-04-17 16:39:03 +02:00
86f172076b
Implement search for activitypub IDs
2020-04-17 15:46:08 +02:00
9a85f1b25f
Send activities to correct inbox, seperate community/user inboxes
2020-04-15 20:12:25 +02:00
19c8461397
Implemented follow/accept
2020-04-14 17:37:23 +02:00
fdaf0b3364
Get inbox working properly
2020-04-13 15:06:41 +02:00
492625f6d6
Add to/cc (and a bunch of todo)
2020-04-10 13:26:06 +02:00
483d11e772
Minor code cleanup
2020-04-09 21:26:22 +02:00
0b617377df
Implement create activity
2020-04-09 21:04:31 +02:00
96c3621a80
Share list of communities over apub, some refactoring
2020-04-03 07:02:43 +02:00
390b204272
Rewrite federation settings
2020-03-18 22:09:00 +01:00
5043a52b88
Serve post data in apub format, some cleanup
2020-03-16 19:19:04 +01:00
8ebcc7ac02
Implemented basics for post federation, plus a bunch of other stuff
2020-03-14 22:03:05 +01:00
b01f4f75d6
WIP: federate posts between instances
2020-03-14 01:05:42 +01:00
d932acad16
Merge branch 'federation' into dev_1
2020-02-05 12:51:03 -05:00
eaf548b5db
Merge branch 'master' into federation
2020-01-14 16:30:54 +01:00
e09a035373
Merge branch 'master' into federation
2020-01-02 19:22:23 +01:00
80f76f2efd
Use actix config to handle routes in seperate folders ( #378 )
2019-12-31 14:17:24 +01:00