]> Untitled Git - lemmy.git/history - crates/apub/src/protocol/objects/group.rs
Migrate towards using page.attachment field for url (ref #2144) (#2182)
[lemmy.git] / crates / apub / src / protocol / objects / group.rs
2022-04-01 NutomicMigrate towards using page.attachment field for url...
2022-03-24 NutomicGNU social compatibility (#2100)
2022-03-18 NutomicForbid remote URLs for avatars/banners (fixes #1618...
2022-02-18 dayinjingHide community v2 (#2055)
2022-02-17 NutomicReorganize federation tests (#2092)
2022-01-17 NutomicAdd tests for lotide federation, make lotide groups...
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-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 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 AbleitnerCorrectly use and document check_is_apub_id_valid(...
2021-10-29 Felix AbleitnerMove object and collection structs to protocol folder