Commit Graph

698 Commits (dc4ac6345c31926e2633465b9f05ebc0b5759eaf)

Author SHA1 Message Date
Riley a074564458
Federation async (#848)
* 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
4 years ago
Dessalines 5c03e9e9ee Version v0.7.6 4 years ago
Dessalines c239a5f0e5 Fixing ban user bug. Fixes #876 4 years ago
Dessalines eded51aab6 Version v0.7.5 4 years ago
Dessalines 15ea264fcf Version v0.7.4 4 years ago
Dessalines 80bca8610e Revert "Remove mat views, no fast tables or caching added yet."
This reverts commit 97e088dcbf.
4 years ago
Dessalines c10a05cb68 Version v0.7.3 4 years ago
Dessalines 97e088dcbf Remove mat views, no fast tables or caching added yet. 4 years ago
Dessalines 022fd31b66 Slur additions. 4 years ago
Dessalines e517de5480 Merge branch 'master' into federation 4 years ago
Dessalines bd3051e058 Merge branch 'master' into improve-config 4 years ago
Dessalines da2bb724e9 Version v0.7.2 4 years ago
Dessalines 86dc50f9f0 Some fixes to federation.
- Advanced code migrations now disable then re-enable triggers.
  Brings run time down to < 15 seconds, no need to thread them.
- Changing ap_ids and actor_ids in migrations to a fake url,
  so it doesn't break XsdAnyUri in activitystreams.
4 years ago
Dessalines 3928556033 Merge branch 'master' into improve-config 4 years ago
Dessalines 7d1c6e9a40 Switching back to isahc. 4 years ago
Dessalines 6e736e1f1e Version v0.7.1 4 years ago
Felix Ableitner a9d98fd09b Improve config files by adding documentation and removing some fields 4 years ago
Dessalines dc94e58cbf Merge branch 'master' into federation_merge_from_master_2 4 years ago
Dessalines 0680dd2398 Version v0.7.0 4 years ago
Dessalines 27f2fd352a Version v0.6.85 4 years ago
Dessalines 5d1212b83c Version v0.6.84 4 years ago
Dessalines 11f771469f Version v0.6.83 4 years ago
Dessalines 54c735841e Version v0.6.82 4 years ago
Dessalines c9dcb2662c Version v0.6.81 4 years ago
Dessalines 32d1f42626 Version v0.6.80 4 years ago
Dessalines 96c9f801a9 Merge branch 'master' of https://github.com/makigi-io/makigi into makigi-io-master 4 years ago
Dessalines cbed185040 Version v0.6.79 4 years ago
Dessalines 1fa7d17e35 Version v0.6.78 4 years ago
Ernest 8e1e9a521a Edit community name validation, translations #823 4 years ago
Ernest 4247df4295 Community name validation 4 years ago
Dessalines fd6a040568 Changing another blacklisted to blocklisted. 4 years ago
Felix Ableitner 68bcc26ff6 Fix community description federation (ref #647)
Also disable the actor refetch interval in debug builds.
4 years ago
Felix Ableitner 325ed2ec3b Rename "instance_whitelist" config option to "allowed_instances" 4 years ago
Dessalines 5594bed6a8 Merge branch 'master' into use-pictrs-1 4 years ago
Felix Ableitner 5a6f39dae4 Various build optimizations 4 years ago
Dessalines cfa40e482a
Parse out in reply to field. Fixes #694 (#799)
- When a comment or post doesn't exist locally, yet we receive
  an activitypub with it (for example, a nested comment update,
  for a community we just subscribed to, also with a post we
  don't have...), then fetch it.
4 years ago
Dessalines 1b0212377d Version v0.6.74 4 years ago
Dessalines 74c5380975 Merge branch 'master' into use-attohttpc 4 years ago
Felix Ableitner 831680d27e Remove unneeded config dependencies 4 years ago
Dessalines 4cf1f080bf Adding delete picture via pict-rs delete tokens. Fixes #505 4 years ago
Dessalines 2fbd44c59d Adding pictrs thumbnail caching for urls and embeds. 4 years ago
Felix Ableitner be84c7b977 Replace isahc with attohttpc to remove curl (fixes #798) 4 years ago
Dessalines 043f484693 Version v0.6.73 4 years ago
Dessalines 46bb3064ed Version v0.6.72 4 years ago
Felix Ableitner 0f1a8ec928 Merge branch 'master' into federation 4 years ago
Dessalines 5c6601cb2a Merge branch 'activitystreams-new' into federation 4 years ago
Dessalines 63ca6e1e24 Version v0.6.71 4 years ago
Dessalines 7c0ea6cfa7 Version v0.6.70 4 years ago
Dessalines f40f74b20d Adding additional 3-instance integration test for community announce. 4 years ago
Felix Ableitner c1ef766125 migrate follow 4 years ago
Dessalines 2e882f75f2 Version v0.6.69 4 years ago
Dessalines 9a9a0b9735 Changing cache to 1 hour until we can figure out caching issue. 4 years ago
Dessalines 361cf995da Version v0.6.68 4 years ago
Felix Ableitner 3999e0485e migrate tombstone 4 years ago
Dessalines 59d22ef775 Version v0.6.67 4 years ago
Dessalines 998b9454b2 Version v0.6.66 4 years ago
Dessalines a8160288ae Merge remote-tracking branch 'yerba/cache-control' 4 years ago
Felix Ableitner 21e913192a Add cache-control header to HTTP responses based on mime 4 years ago
Felix Ableitner 1aa30d855e address review comments 4 years ago
Felix Ableitner f3aba6da92 fix comment notifications 4 years ago
Felix Ableitner c34cc46c2d get it working (mostly) 4 years ago
Felix Ableitner 52206998aa more fixes 4 years ago
Dessalines 847e19f22d Version v0.6.65 4 years ago
Felix Ableitner d6e2119277 make comments work (more or less) 4 years ago
Dessalines 29fc3681b9
Validate register usernames on the back-end. Fixes #716 (#750)
* Validate register usernames on the back-end. Fixes #716

* Changing name to is_valid_username
4 years ago
Felix Ableitner 8f9bd1fef7 get some more things working 4 years ago
Felix ce0a37cdf1 get it working (mostly) 4 years ago
Felix cac7011d53 move logic to sharedinbox 4 years ago
Felix 5753c4feaa Let community announce posts 4 years ago
Dessalines 80653a5317
Remove federation option from master. (#745) 4 years ago
Dessalines a9af247f1e Merge branch 'federated_embeds' into federation 4 years ago
Dessalines 4f518a5d92 Version v0.6.64 4 years ago
Dessalines ed553aa9f0 Updating sponsor link. 4 years ago
Felix d1aca27126 Use activitystreams-ext 4 years ago
Dessalines 18d0edd4eb Version v0.6.63 4 years ago
Dessalines 106ce6096b Version v0.6.62 4 years ago
Dessalines f5e96d9372 Version v0.6.61 4 years ago
Dessalines 6fe4184f72 Adding Greek and Basque languages for weblate. 4 years ago
Dessalines f15c3b4e1e Merge branch 'yerba_rework-imports' into federation 4 years ago
Felix 9e61c3be94 Rework imports 4 years ago
Dessalines f88180650d Adding federated embeds via the preview field. 4 years ago
Dessalines 020b9b8cdd Post thumbnail and user icons federating. 4 years ago
Dessalines 940dc73f28 Federated mentions. Fixes #681 (#717)
* Federated mentions. Fixes #681

* Changing some todos, adding comments.
4 years ago
Dessalines 3a4973ad68 Merge branch 'federation' into yerba_refactoring 4 years ago
Felix 0fb8450e56 Simplify community_inbox 4 years ago
Felix 13ca47a3b4 Use ActorType for sign/verify, instead of passing raw privatekey/actor_id 4 years ago
Felix 11acc7225e Add helper function for Activity::create() 4 years ago
Felix a1ad21ec56 remove outdated comments 4 years ago
Felix bb1b4ee33e Comment search and apub endpoint 4 years ago
Dessalines 155b99b64e Version v0.6.60 4 years ago
Dessalines f971e31171 Changing image_content_type function to Result. (#711)
* Changing image_content_type function to Result.

* Changing image to image/
4 years ago
Dessalines c22310bdaf Version v0.6.59 4 years ago
Dessalines eb72ace854 Pictshare only cache image content types. Fixes #709 4 years ago
Dessalines cb88510964 Version v0.6.58 4 years ago
Dessalines f7c947888f Removing 2nd match. 4 years ago
Dessalines 2719daffb0 Merge branch 'thumbnail-outsourced' of https://github.com/AndreVallestero/lemmy into AndreVallestero-thumbnail-outsourced 4 years ago
Richie Zhang d17316508c Improve shell scripts (#705)
* Improve init-db.sh

Allow custom database parameters.
Abstract common functionality.

* Improve install.sh

Abstract common functionality.
Ask to automagically reload the project when source files are changed.
4 years ago
Dessalines b83aae0b57 Version v0.6.57 4 years ago
Andre Vallestero 38381ba287 Removed hardcoded thumbnail value 4 years ago
Andre Vallestero 243dda543c Removed debug line 4 years ago
Andre Vallestero d96c66ba9f Thumbnail generation for iframely incompatible sources 4 years ago
Dessalines 66142c546b Merge branch 'federated_private_messages' into federation 4 years ago
Dessalines 15f1920b25 Federated private messages. 4 years ago
Felix dfd6629a6f Federate community category and nsfw 4 years ago
Dessalines 21407260a4 Merge branch 'yerba_page_extension' into federation 4 years ago
Dessalines f1692a07fc Adding a comment on what comment.read is. 4 years ago
Felix 7485f1a5b4 Federate nsfw/locked info for posts 4 years ago
Dessalines b177cbce1d Renaming ignore to unfollow in followable trait. 4 years ago
Dessalines b8b2398d32 Adding undo follow community. 4 years ago
Dessalines fab22e3d8a Add federated comment and post undo like. 4 years ago
Dessalines 88e1251d6b Version v0.6.56 4 years ago
Dessalines 2f7a4ecdb2 Updating Cargo deps. Fixes #666 4 years ago
Dessalines dfc9637230 Merge branch 'federation' into federated_remove_actions 4 years ago
Dessalines 2c22e413eb Merge branch 'federation' into federated_remove_actions 4 years ago
Dessalines 67d4daa7a1 Merge pull request #687 from LemmyNet/undo_delete_community
Undo delete for community, comment, and post.
4 years ago
Dessalines 211ef795e9 Some additional notes, reorg. 4 years ago
Dessalines a09c818746 Adding federated mod remove actions. 4 years ago
Dessalines 5366797a4b Add undos for delete community, post, and comment. 4 years ago
Dessalines 2f1cd9976d Adding federated community, comment, and post deletes.
- Unit tests added too.
- No undeletes working yet.
4 years ago
pfcoder 6d73b16716 fix shell quotation error of server db-init.sh 4 years ago
Felix 461114c143 update activitystreams lib 4 years ago
Dessalines 38cdfdf7e0 Changing federated community and user links and searching.
- Search: !community@instance, @user@instance
- Representation: community@instance, user@instance
4 years ago
Felix 770dcbdc49 wip: add former_type to tombstone 4 years ago
Dessalines 8cd68f56aa Adding shorthand federated object searching. 4 years ago
Felix c43f06124a Address comments, implement delete for posts and comments 4 years ago
Felix 0c0c683986 Implement deleting communities 4 years ago
Dessalines 59bba148ff Merge branch 'federation' into add_federated_post_likes 4 years ago
Dessalines b60c7bbae7 Merge branch 'federation' into add_activity_table 4 years ago
Dessalines 07a9d84ed0 Removing some comments. 4 years ago
Dessalines 3b62f58dd2 Adding federated post and comment likes. 4 years ago
Dessalines 6eaa06ab02 Merge branch 'shared_inbox_1' into add_federated_post_likes 4 years ago
Dessalines 9721b77317 1/3rd done with post likes 4 years ago
Dessalines 4b741c3759 Adding a better switching for activity kinds for the shared inbox. 4 years ago
Dessalines 70060c27b2 Adding activity table inserts. 4 years ago
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.
4 years ago
Dessalines 66134823bf Version v0.6.55 4 years ago
Dessalines 3ce0618362 Making a trait function for follow and accept. 4 years ago
Dessalines 92e4edf9b7 Version v0.6.54 4 years ago
Dessalines 079ac091eb Adding back in post fetching. 4 years ago
Dessalines b5a5b307a0 Adding get_public_key_ext() to ActorType trait. 4 years ago
Dessalines 8a25f0f816 Use an associated type instead of Generic. 4 years ago
Dessalines d846740839 Some more cleanup. 4 years ago
Dessalines 66a2c4a2c3 Some fed fixes. 4 years ago
Felix b8aaf5c1f1 Also use correct header in fetcher.rs 4 years ago
Felix 70816a4779 Fix header guard for apub responses 4 years ago
Dessalines c22090c602 Version v0.6.53 4 years ago
Dessalines 313d023eef Changing wait to spawn in websocket. 4 years ago
Dessalines b2a89cd217 Version v0.6.52 4 years ago
Dessalines 92e30311ce Merge branch 'federation' of https://yerbamate.dev/LemmyNet/lemmy into federation 4 years ago
Dessalines 0425e8b114 Fixing nodeinfo error type. 4 years ago