]> Untitled Git - lemmy.git/history - crates/apub/src/fetcher/post_or_comment.rs
Migrate towards using page.attachment field for url (ref #2144) (#2182)
[lemmy.git] / crates / apub / src / fetcher / post_or_comment.rs
2022-04-01 NutomicMigrate towards using page.attachment field for url...
2022-03-23 NutomicMerge branch 'main' into add_jerboa_link
2022-03-23 NutomicIf viewed actor isnt in db, fetch it from other instanc...
2021-12-06 RileyDon't drop error context when adding a message to error...
2021-11-09 DessalinesFixing clippy lints. (#1885)
2021-11-08 DessalinesMerge pull request #1877 from LemmyNet/refactor-apub-2
2021-11-06 Felix AbleitnerAdd method ApubObject.verify()
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 AbleitnerRemove ActivityFields trait, deserialize into another...
2021-11-03 DessalinesMerge pull request #1874 from LemmyNet/protocol-testing
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-27 NutomicRewrite collections to use new fetcher (#1861)
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 AbleitnerRemove DeletableApubObject trait
2021-10-13 NutomicFix federation of initial post/comment vote (fixes...
2021-10-12 NutomicFix clippy warnings added in nightly (#1833)
2021-10-06 NutomicMove code to apub library (#1795)
2021-09-25 NutomicRewrite fetcher (#1792)