]> Untitled Git - lemmy.git/shortlog
lemmy.git
2020-04-25 DessalinesAdding back in post fetching.
2020-04-25 DessalinesAdding get_public_key_ext() to ActorType trait.
2020-04-25 DessalinesRemoving run-tests TODO.
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 FelixImplement integration test for federation
2020-04-24 DessalinesSome fed fixes.
2020-04-23 DessalinesAdding some more API testing examples.
2020-04-23 DessalinesAdding a test bed for API testing. #658
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 FelixUpdate test_deploy.sh, supporting different branches
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-21 FelixUpdate federation dev instructions
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 Fenglei GuTranslated using Weblate (Chinese (Simplified))
2020-04-20 Sylvia JiTranslated using Weblate (Japanese)
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 DessalinesAdding to sponsors list.
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 FelixUse debug logging
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 DessalinesAdding yarn run to run-federation-test.bash script.
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 DessalinesInitial post-listing community non-local.
2020-04-14 DessalinesUpdating views to add apub actor_id and local columns.
2020-04-14 DessalinesUpdating front end packages.
2020-04-14 DessalinesFixing .dockerignore.
2020-04-14 DessalinesFixing unwrap crash with site_view.rs
2020-04-14 FelixDisable nginx access logs for docker/federation/
2020-04-14 FelixImplemented follow/accept
2020-04-14 DessalinesMerge branch 'dev' into admin_settings
2020-04-14 DessalinesFixing test deploy.
2020-04-14 Kitaiti MakotoTranslated using Weblate (Japanese)
2020-04-14 Sylvia JiTranslated using Weblate (Chinese (Simplified))
2020-04-13 FelixAuto-configure federation test instances during initial...
2020-04-13 DessalinesAdding another sponsor.
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 DessalinesUse twemoji style for emoji picker.
2020-04-12 DessalinesVersion v0.6.48
2020-04-12 DessalinesUpdating federation docker volumes ignores.
2020-04-12 DessalinesMerge remote-tracking branch 'weblate/master'
2020-04-12 DessalinesAdd open collective (#637)
2020-04-12 DessalinesMerge branch 'emoji_picker'
2020-04-12 DessalinesAdd Emoji squashed commit.
2020-04-12 DessalinesMake sure typing dropdown uses twemojis.
2020-04-12 FelixAdded comments about how to federate additional post...
2020-04-12 DessalinesAdd Emoji Picker for comments and post body.
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 nick tTranslated using Weblate (Georgian)
2020-04-10 Nika TskhakaiaTranslated using Weblate (Georgian)
2020-04-10 FelixFederate actor public keys
2020-04-10 Felixmore todos
next