]> Untitled Git - lemmy.git/history - crates/apub/src/protocol/objects/group.rs
Sanitize html (#3708)
[lemmy.git] / crates / apub / src / protocol / objects / group.rs
2023-07-26 NutomicSanitize html (#3708)
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-07-05 NutomicCache federation blocklist (#3486)
2023-06-15 Alex MarasFix Hidden communities showing in community list (...
2023-06-14 NeshuraFix Issue #3075 by using None for local fields instead...
2023-06-07 NutomicActivitypub breaking changes for Lemmy 0.18 (#2705)
2023-03-21 NutomicActivitypub crate rewrite (#2782)
2023-02-18 NutomicImplement separate mod activities for feature, lock...
2023-02-16 DessalinesOrganize utils into separate files. Fixes #2295 (#2736)
2023-02-05 NutomicFix data fetching from Peertube (fixes #2689) (#2703)
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 AbleitnerMerge websocket crate into api_common
2022-11-25 NutomicFederate group moderators using attributedTo field...
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-11-03 NutomicMark objects as not deleted when received via apub...
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-10-06 Nutomicimplement language tags for site/community in db and...
2022-07-29 DessalinesFix a few form options for diesel. Fixes #2287 (#2376)
2022-07-11 NutomicFix problem where actors can have empty public key...
2022-06-22 DessalinesRemove update and read site config. Fixes #2306 (#2329)
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-10 NutomicRemove check that avatars/banners are locally hosted...
2022-05-06 NutomicFederate with Peertube (#2244)
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-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