Commit graph

36 commits

Author SHA1 Message Date
Dessalines
5c6258390c
Isomorphic docker (#1124)
* Adding a way to GetComments for a community given its name only.

* Adding getcomments to api docs.

* A first pass at locally working isomorphic integration.

* Testing out cargo-husky.

* Testing a fail hook.

* Revert "Testing a fail hook."

This reverts commit 0941cf1736.

* Moving server to top level, now that UI is gone.

* Running cargo fmt using old way.

* Adding nginx, fixing up docker-compose files, fixing docs.

* Trying to re-add API tests.

* Fixing prod dockerfile.

* Redoing nightly fmt

* Trying to fix private message api test.

* Adding CommunityJoin, PostJoin instead of joins from GetComments, etc.

- Fixes #1122

* Fixing fmt.

* Fixing up docs.

* Removing translations.

* Adding apps / clients to readme.

* Fixing main image.

* Using new lemmy-isomorphic-ui with better javascript disabled.

* Try to fix image uploads in federation test

* Revert "Try to fix image uploads in federation test"

This reverts commit a2ddf2a90b.

* Fix post url federation

* Adding some more tests, some still broken.

* Don't need gitattributes anymore.

* Update local federation test setup

* Fixing tests.

* Fixing travis build.

* Fixing travis build, again.

* Changing lemmy-isomorphic-ui to lemmy-ui

* Error in travis build again.

Co-authored-by: Felix Ableitner <me@nutomic.com>
2020-09-15 15:26:47 -04:00
Felix Ableitner
678e1fa927 Add community outbox (ref #1018) 2020-07-29 22:49:52 +02:00
Dessalines
e605d58888 Merge branch 'main' into inbox-refactoring-merge 2020-07-28 12:08:28 -04:00
Felix Ableitner
1ed7c59491 Refactor inbox, simplify and split into multiple files 2020-07-28 14:41:15 +02:00
Riley
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
Felix Ableitner
d03c435563 Revert "Verify activitypub payload digests (#885)"
This reverts commit 916592944a.
2020-07-06 14:20:29 +02:00
Riley
916592944a
Verify activitypub payload digests (#885) 2020-07-03 13:22:39 -04:00
Felix Ableitner
8f9bd1fef7 get some more things working 2020-05-28 15:20:12 +02:00
Felix
cac7011d53 move logic to sharedinbox 2020-05-28 13:44:52 +02:00
Felix
9e61c3be94 Rework imports 2020-05-16 20:04:17 +02:00
Felix
bb1b4ee33e Comment search and apub endpoint 2020-05-14 12:42:26 +02:00
Dessalines
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
Dessalines
d846740839 Some more cleanup. 2020-04-24 15:55:54 -04:00
Felix
70816a4779 Fix header guard for apub responses 2020-04-22 20:56:31 +02:00
Felix
957e4a2611 Change apub IDs to be consistent with html urls 2020-04-21 22:45:01 +02:00
Dessalines
f0026065f5 Merge branch 'master' into federation_merge_from_master_1 2020-04-21 10:25:29 -04:00
Dessalines
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
Felix
8908c8b184 Some code cleanup and better logging 2020-04-17 16:55:28 +02:00
Felix
9c974fbe50 Remove instance follows 2020-04-17 16:39:03 +02:00
Felix
86f172076b Implement search for activitypub IDs 2020-04-17 15:46:08 +02:00
Felix
9a85f1b25f Send activities to correct inbox, seperate community/user inboxes 2020-04-15 20:12:25 +02:00
Felix
19c8461397 Implemented follow/accept 2020-04-14 17:37:23 +02:00
Felix
fdaf0b3364 Get inbox working properly 2020-04-13 15:06:41 +02:00
Felix
492625f6d6 Add to/cc (and a bunch of todo) 2020-04-10 13:26:06 +02:00
Felix
483d11e772 Minor code cleanup 2020-04-09 21:26:22 +02:00
Felix
0b617377df Implement create activity 2020-04-09 21:04:31 +02:00
Felix Ableitner
96c3621a80 Share list of communities over apub, some refactoring 2020-04-03 07:02:43 +02:00
Felix Ableitner
390b204272 Rewrite federation settings 2020-03-18 22:09:00 +01:00
Felix Ableitner
5043a52b88 Serve post data in apub format, some cleanup 2020-03-16 19:19:04 +01:00
Felix Ableitner
8ebcc7ac02 Implemented basics for post federation, plus a bunch of other stuff 2020-03-14 22:03:05 +01:00
Felix Ableitner
b01f4f75d6 WIP: federate posts between instances 2020-03-14 01:05:42 +01:00
Dessalines
d932acad16 Merge branch 'federation' into dev_1 2020-02-05 12:51:03 -05:00
Felix
eaf548b5db Merge branch 'master' into federation 2020-01-14 16:30:54 +01:00
Felix Ableitner
e09a035373 Merge branch 'master' into federation 2020-01-02 19:22:23 +01:00
Felix Ableitner
80f76f2efd Use actix config to handle routes in seperate folders (#378) 2019-12-31 14:17:24 +01:00