]> Untitled Git - lemmy.git/history - server
Merge pull request #663 from LemmyNet/federation_changes_1
[lemmy.git] / server /
2020-04-27 DessalinesMerge pull request #663 from LemmyNet/federation_changes_1
2020-04-25 DessalinesAdding back in post fetching.
2020-04-25 DessalinesAdding get_public_key_ext() to ActorType trait.
2020-04-24 DessalinesUse an associated type instead of Generic.
2020-04-24 DessalinesMerge remote-tracking branch 'yerba/federation' into...
2020-04-24 DessalinesSome more cleanup.
2020-04-24 DessalinesSome fed fixes.
2020-04-23 FelixAlso use correct header in fetcher.rs
2020-04-22 FelixFix header guard for apub responses
2020-04-22 DessalinesMerge branch 'federation' of https://yerbamate.dev...
2020-04-22 DessalinesFixing nodeinfo error type.
2020-04-22 DessalinesMerge branch 'master' into merge_master_2
2020-04-22 DessalinesMerge branch 'routes_web_block'
2020-04-21 DessalinesAdding websocket blocking.
2020-04-21 DessalinesFixing closures.
2020-04-21 FelixChange apub IDs to be consistent with html urls
2020-04-21 DessalinesMerge branch 'master' into routes_web_block
2020-04-21 DessalinesAdding web::blocks to routes.
2020-04-21 Felix AbleitnerMerge pull request #649 from LemmyNet/federation_merge_...
2020-04-21 DessalinesMerge branch 'master' into federation_merge_from_master_1
2020-04-21 DessalinesMerge branch 'remove_username_lower_unique' into federation
2020-04-21 DessalinesChange local unique username constraints.
2020-04-20 DessalinesVersion v0.6.51
2020-04-20 DessalinesMerge remote-tracking branch 'weblate/master'
2020-04-20 DessalinesMerge branch 'abstract_websocket_sends'
2020-04-20 DessalinesMerge branch 'asonix-abstract_websocket_sends' into...
2020-04-20 DessalinesMaking websocket create community do register rate...
2020-04-20 asonixRemove unused methods
2020-04-20 asonixpost -> register
2020-04-20 asonixUse get_ip in ratelimit middleware
2020-04-20 asonixGive ratelimit fields explicit names
2020-04-20 asonixGuard CreateCommunity, represent impossible error with...
2020-04-20 asonixAdd websockets into the api scope
2020-04-20 DessalinesChanging warn to debug for rate limiting message.
2020-04-20 asonixAllow rustfmt on api config
2020-04-20 asonixappease clippy
2020-04-20 asonixChange RateLimit to act as a middleware
2020-04-20 DessalinesMerge branch 'dev'
2020-04-20 DessalinesMerge branch 'nyu-ossd-s20-apache_benchmark_check'
2020-04-19 DessalinesAdding websocket notification system.
2020-04-19 FelixVerifyt http signatures
2020-04-19 FelixSimplify signing code
2020-04-18 FelixAdd http signature to outgoing apub requests
2020-04-18 FelixFix bug in whitelist implementation
2020-04-17 FelixImplement instance whitelist
2020-04-17 FelixAdded documentation for most functions
2020-04-17 FelixSome code cleanup and better logging
2020-04-17 FelixRemove instance follows
2020-04-17 FelixImplement search for activitypub IDs
2020-04-15 FelixSend activities to correct inbox, seperate community...
2020-04-15 charleshthomasiiiAdd apache benchmark installation check
2020-04-14 DessalinesVersion v0.6.50
2020-04-14 DessalinesMerge remote-tracking branch 'weblate/master'
2020-04-14 DessalinesRedundant to_owned
2020-04-14 DessalinesFront end federation names and links for users, posts...
2020-04-14 DessalinesMerge branch 'dev' into federation
2020-04-14 DessalinesMerge branch 'admin_settings' into dev
2020-04-14 DessalinesUpdating views to add apub actor_id and local columns.
2020-04-14 DessalinesFixing unwrap crash with site_view.rs
2020-04-14 FelixImplemented follow/accept
2020-04-14 DessalinesMerge branch 'dev' into admin_settings
2020-04-13 FelixGet inbox working properly
2020-04-13 FelixUse summary field for post title
2020-04-12 DessalinesVersion v0.6.49
2020-04-12 DessalinesVersion v0.6.48
2020-04-12 FelixAdded comments about how to federate additional post...
2020-04-11 DessalinesRemoving redundant to_owned
2020-04-11 DessalinesAdding live reloading of config.hjson changes through UI.
2020-04-10 DessalinesAdding an admin settings page.
2020-04-10 FelixFederate actor public keys
2020-04-10 Felixmore todos
2020-04-10 FelixRename federation-test to federation, puller.rs to...
2020-04-10 FelixAdd to/cc (and a bunch of todo)
2020-04-09 FelixMinor code cleanup
2020-04-09 FelixImplement create activity
2020-04-08 Felix AbleitnerSimplify fetch_posts code
2020-04-08 Felix AbleitnerUse instance struct instead of raw string
2020-04-08 Felix AbleitnerUse Url instead of String
2020-04-08 Felix AbleitnerSome refactoring of puller.rs
2020-04-08 Felix AbleitnerImprove error handling
2020-04-07 Felix AbleitnerGet users federated
2020-04-07 Felix Ableitnerremove debug log for post creation
2020-04-07 Felix AbleitnerStore remote communities/posts in db, federate posts!
2020-04-07 Felix AbleitnerRevert apub endpoint change (again)
2020-04-07 Felix AbleitnerMerge branch 'federation_add_fed_columns' of https...
2020-04-07 Felix AbleitnerSet accept header and timeout for outgoing apub requests
2020-04-07 DessalinesRemoving community name unique constraint. Removing...
2020-04-07 FelixRevert apub endpoint url changes
2020-04-04 DessalinesAdding post and comment ap_id columns.
2020-04-03 DessalinesVersion v0.6.45
2020-04-03 Felix AbleitnerMove and rename some functions
2020-04-03 Felix AbleitnerAvoid using database views in federation code
2020-04-03 Felix AbleitnerMerge branch 'federation_add_fed_columns' of https...
2020-04-03 Felix AbleitnerShare list of communities over apub, some refactoring
2020-04-03 DessalinesFederation DB Changes.
2020-04-02 DessalinesMerge branch 'nutomic-federation' into federation
2020-04-02 DessalinesMerge branch 'master' into federation
2020-03-31 dessalinesMerge pull request 'Improve installation docs' (#29...
2020-03-31 DessalinesMerge branch 'master' into dev
2020-03-31 DessalinesMerge branch 'nutomic-auto-setup' into dev
next