summaryrefslogtreecommitdiffstats
path: root/server/Cargo.lock
AgeCommit message (Collapse)Author
2020-07-13Wrap each inbox route individually (#954)Riley
2020-07-10Split code into cargo workspaces (#67)nutomic
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-08Migrate user and group to new activitystreams libraryFelix Ableitner
2020-07-06Revert "Verify activitypub payload digests (#885)"Felix Ableitner
This reverts commit 916592944af8e32f2044c9acf0d57eb7991427a5.
2020-07-03Verify activitypub payload digests (#885)Riley
2020-07-01Federation async (#848)Riley
* Asyncify more * I guess these changed * Clean PR a bit * Convert more away from failure error * config changes for testing federation * It was DNS So actix-web's client relies on TRust DNS Resolver to figure out where to send data, but TRust DNS Resolver seems to not play nice with docker, which expressed itself as not resolving the name to an IP address _the first time_ when making a request. The fix was literally to make the request again (which I limited to 3 times total, and not exceeding the request timeout in total) * Only retry for connecterror Since TRust DNS Resolver was causing ConnectError::Timeout, this change limits the retry to only this error, returning immediately for any other error * Use http sig norm 0.4.0-alpha for actix-web 3.0 support * Blocking function, retry http requests * cargo +nightly fmt * Only create one pictrs dir * Don't yarn build * cargo +nightly fmt
2020-06-25Switching back to isahc.Dessalines
2020-06-23Merge branch 'master' into federation_merge_from_master_2Dessalines
2020-06-12Various build optimizationsFelix Ableitner
2020-06-11Remove unneeded config dependenciesFelix Ableitner
2020-06-10Replace isahc with attohttpc to remove curl (fixes #798)Felix Ableitner
2020-06-03migrate followFelix Ableitner
2020-05-18Use activitystreams-extFelix
2020-05-16Merge branch 'yerba_rework-imports' into federationDessalines
2020-05-16Rework importsFelix
2020-05-15Federated mentions. Fixes #681 (#717)Dessalines
* Federated mentions. Fixes #681 * Changing some todos, adding comments.
2020-05-03Updating Cargo deps. Fixes #666Dessalines
2020-04-30update activitystreams libFelix
2020-04-271/3rd done with post likesDessalines
2020-04-27Adding activity table inserts.Dessalines
2020-04-26Making a trait function for follow and accept.Dessalines
2020-04-21Merge branch 'master' into federation_merge_from_master_1Dessalines
2020-04-19Change RateLimit to act as a middlewareasonix
2020-04-19Adding websocket notification system.Dessalines
- 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-18Add http signature to outgoing apub requestsFelix
2020-04-08Use Url instead of StringFelix Ableitner
2020-04-03Merge branch 'federation_add_fed_columns' of ↵Felix Ableitner
https://yerbamate.dev/dessalines/lemmy into federation
2020-04-03Share list of communities over apub, some refactoringFelix Ableitner
2020-04-03Federation DB Changes.Dessalines
- Creating an activity table. - Adding some federation-related columns to the user_ and community tables. - Generating the actor_id and keys in code, updating the tables.
2020-04-02Merge branch 'master' into federationDessalines
2020-03-28Changing markdown parser to comrak. Moving crate imports to lib.rs.Dessalines
2020-03-28Merge branch 'master' into federationDessalines
2020-03-28Convert md to html for feeds, try to deduplicate codeFelix
2020-03-20Replace reqwest with chttpFelix
2020-03-18Updating chttp to isahc.Dessalines
2020-03-18Updating rust, rust deps, yarn deps. Fixes #605Dessalines
2020-03-18Upgraded to latest activitystreamsasonix
2020-03-16Remove boilerplate codeFelix Ableitner
2020-03-14Implemented basics for post federation, plus a bunch of other stuffFelix Ableitner
2020-03-14WIP: federate posts between instancesFelix Ableitner
2020-03-12Merge branch 'master' into federationFelix Ableitner
2020-03-12Proper error logging for websocketFelix Ableitner
2020-03-12updated to activitystreams 0.4.0-alpha.3Felix
2020-03-07Running cargo update.Dessalines
2020-03-07Iframely and pictshare backend mostly done.Dessalines
2020-03-05Revert "pull in activitypub library"Felix
This reverts commit a52a954eb4b79237941fc21b6989856d4e3d44a3.
2020-02-29pull in activitypub libraryFelix
2020-02-05Merge branch 'federation' into dev_1Dessalines
2020-01-31Starting to work on user message scope.Dessalines
2020-01-14Merge branch 'master' into federationFelix