]> Untitled Git - lemmy.git/history - crates/apub/src/objects/community.rs
Cache & Optimize Woodpecker CI (#3450)
[lemmy.git] / crates / apub / src / objects / community.rs
2023-07-17 cetra3Cache & Optimize Woodpecker CI (#3450)
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-07-05 phireskyimprove performance of community followers inbox query...
2023-07-05 NutomicCache federation blocklist (#3486)
2023-06-26 NutomicFetch community outbox and moderators in parallel ...
2023-06-26 cetra3Remove `actix_rt` & use standard tokio spawn (#3158)
2023-06-26 cetra3Remove `actix_rt` & use standard tokio spawn (#3158)
2023-06-07 NutomicActivitypub breaking changes for Lemmy 0.18 (#2705)
2023-03-21 NutomicActivitypub crate rewrite (#2782)
2023-03-01 NutomicDont upsert Instance row every apub fetch (#2771)
2023-02-18 NutomicImplement separate mod activities for feature, lock...
2023-02-16 DessalinesOrganize utils into separate files. Fixes #2295 (#2736)
2022-12-02 NutomicMerge pull request #2593 from LemmyNet/refactor-notific...
2022-12-02 Felix AbleitnerAdd SendActivity trait so that api crates compile in...
2022-12-02 Felix AbleitnerMove code to generate apub urls into lemmy_api_common
2022-12-02 Felix AbleitnerMerge websocket crate into api_common
2022-11-25 NutomicFederate group moderators using attributedTo field...
2022-11-19 NutomicVarious pedantic clippy fixes (#2568)
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-10-06 Nutomicimplement language tags for site/community in db and...
2022-09-26 DessalinesDiesel 2.0.0 upgrade (#2452)
2022-06-22 DessalinesRemove update and read site config. Fixes #2306 (#2329)
2022-06-08 NutomicUpgrade activitypub_federation to 0.2.0, add setting...
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2022-04-28 NutomicImplement restricted community (only mods can post...
2022-04-01 NutomicMigrate towards using page.attachment field for url...
2022-03-31 NutomicMerge pull request #2178 from LemmyNet/fix_ban_expires
2022-03-30 DessalinesClippy fixes.
2022-03-24 NutomicGNU social compatibility (#2100)
2022-03-23 NutomicMerge branch 'main' into add_jerboa_link
2022-03-23 NutomicIf viewed actor isnt in db, fetch it from other instanc...
2022-03-03 NutomicMake activity queue worker count configurable, log...
2022-02-17 NutomicReorganize federation tests (#2092)
2022-02-07 NutomicImplement instance actor (#1798)
2022-01-27 NutomicDont make webfinger request when viewing community...
2022-01-17 NutomicAdd tests for lotide federation, make lotide groups...
2021-12-08 DessalinesMerge pull request #1978 from LemmyNet/asonix/reqwest...
2021-12-06 Aode (lion)Consolidate reqwest clients, use reqwest-middleware...
2021-12-06 RileyDon't drop error context when adding a message to error...
2021-11-23 Rileybackground-jobs 0.11 (#1943)
2021-11-23 RileyAdd tracing (#1942)
2021-11-22 NutomicMerge pull request #1936 from LemmyNet/required_public_key
2021-11-22 DessalinesMaking public key required. Fixes #1934
2021-11-22 DessalinesMerge pull request #1926 from LemmyNet/replace-activity...
2021-11-22 Felix AbleitnerReplace activitystreams crate with activitystreams...
2021-11-17 DessalinesMerge pull request #1897 from LemmyNet/mastodon-compat
2021-11-16 Aode (lion)Support mastodon deletes
2021-11-16 Felix AbleitnerActivities in community should also be sent to actors...
2021-11-08 DessalinesMerge pull request #1877 from LemmyNet/refactor-apub-2
2021-11-08 Felix AbleitnerFix clippy error
2021-11-06 Felix AbleitnerAdd method ApubObject.verify()
2021-11-06 Felix AbleitnerRemove unused ActorType methods
2021-11-06 Felix AbleitnerReduce stack memory usage in apub code
2021-11-06 Felix AbleitnerChange to_apub and from_apub to take by value and avoid...
2021-11-05 Felix AbleitnerMove ObjectId to library
2021-11-05 Felix AbleitnerRefactoring apub code
2021-11-03 DessalinesMerge pull request #1874 from LemmyNet/protocol-testing
2021-11-02 Felix AbleitnerMerge two functions into one
2021-11-02 Felix AbleitnerAdd tests for parsing activities and collections
2021-10-29 Felix AbleitnerMove apub test files into tree structure
2021-10-29 Felix AbleitnerMove object and collection structs to protocol folder
2021-10-29 Felix AbleitnerMove @context out of object/activity definitions
2021-10-29 Felix AbleitnerWhen receiving activity, dont read community from cc...
2021-10-29 Felix AbleitnerRewrite community outbox to use new fetcher
2021-10-29 Felix AbleitnerMerge traits ToApub and FromApub into ApubObject
2021-10-27 NutomicRewrite collections to use new fetcher (#1861)
2021-10-22 NutomicBreaking apub changes (#1859)
2021-10-21 NutomicPleroma federation2 (#1855)
2021-10-20 DessalinesMerge pull request #1850 from LemmyNet/refactor-apub
2021-10-20 Felix AbleitnerMajor refactor, adding newtypes for apub crate
2021-10-20 Felix AbleitnerMerge crates db_schema and db_queries
2021-10-06 NutomicMove code to apub library (#1795)
2021-09-27 Felix AbleitnerMerge branch 'remove_settings_and_secret_singletons_squ...
2021-09-27 DessalinesMoving settings and secrets to context.
2021-09-25 NutomicRewrite fetcher (#1792)
2021-08-12 NutomicRewrite activitypub following, person, community, pm...
2021-08-02 NutomicMerge pull request #1683 from LemmyNet/fix/comment_coun...
2021-07-31 NutomicMerge pull request #1678 from LemmyNet/rewrite-post
2021-07-30 Felix AbleitnerSimplify lemmy_context() function (dont return errors)
2021-07-05 DessalinesRunning clippy --fix (#1647)
2021-04-21 DessalinesMerge pull request #1588 from LemmyNet/improved-logging
2021-04-21 NutomicAdd option to disable strict allowlist (fixes #1486...
2021-04-08 DessalinesRemoving community.creator column. Fixes #1504 (#1541)
2021-03-29 DessalinesMerge remote-tracking branch 'yerba/split-api-crate...
2021-03-25 Felix AbleitnerSplit api crate into api_structs and api
2021-03-25 DessalinesMerge pull request #1516 from LemmyNet/move_matrix_and_...
2021-03-24 DessalinesMerge pull request #1522 from LemmyNet/move_matrix_and_...
2021-03-24 Felix AbleitnerFederate Matrix ID (fixes #1438)
2021-03-24 DessalinesMerge branch 'main' into move_matrix_and_admin_to_person
2021-03-24 DessalinesMerge remote-tracking branch 'yerba/federated-moderation'
2021-03-23 DessalinesMerge branch 'remove_cargo_cache_v2' into move_matrix_a...
2021-03-23 DessalinesMerge branch 'main' into move_matrix_and_admin_to_person
2021-03-22 DessalinesMerge branch 'main' into move_matrix_and_admin_to_person
2021-03-22 Felix AbleitnerMake federation compatible with Lemmy v0.9.9
2021-03-22 Felix AbleitnerAddress review comments
2021-03-20 DessalinesCreating default DB forms. Fixes #1511
2021-03-19 Felix AbleitnerMerge branch 'main' into federated-moderation
2021-03-19 NutomicMerge pull request #1428 from LemmyNet/split_user_table
next