678e1fa927
Add community outbox (ref #1018 )
2020-07-29 22:49:52 +02:00
e605d58888
Merge branch 'main' into inbox-refactoring-merge
2020-07-28 12:08:28 -04:00
1ed7c59491
Refactor inbox, simplify and split into multiple files
2020-07-28 14:41:15 +02:00
8f745b80d3
Wrap each inbox route individually ( #954 )
2020-07-13 09:55:55 -04:00
nutomic
80aef61aed
Split code into cargo workspaces ( #67 )
...
More fixes
- fixed docker builds
- fixed mentions regex test
- fixed DATABASE_URL stuff
- change schema path in diesel.toml
Address review comments
- add jsonb column back into activity table
- remove authors field from cargo.toml
- adjust LEMMY_DATABASE_URL env var usage
- rename all occurences of LEMMY_DATABASE_URL to DATABASE_URL
Decouple utils and db
Split code into cargo workspaces
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/67
2020-07-10 18:15:41 +00:00
d03c435563
Revert "Verify activitypub payload digests ( #885 )"
...
This reverts commit 916592944a
.
2020-07-06 14:20:29 +02:00
916592944a
Verify activitypub payload digests ( #885 )
2020-07-03 13:22:39 -04:00
8f9bd1fef7
get some more things working
2020-05-28 15:20:12 +02:00
cac7011d53
move logic to sharedinbox
2020-05-28 13:44:52 +02:00
9e61c3be94
Rework imports
2020-05-16 20:04:17 +02:00
bb1b4ee33e
Comment search and apub endpoint
2020-05-14 12:42:26 +02:00
22abbebd41
Lots of additions to federation.
...
- Added a shared inbox.
- Added federated comments, comment updates, and tests.
- Abstracted ap object sends into a common trait.
2020-04-27 12:57:00 -04:00
d846740839
Some more cleanup.
2020-04-24 15:55:54 -04:00
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