]> Untitled Git - lemmy.git/history - crates/apub
Merge branch 'main' into clear_deleted_posts_comments
[lemmy.git] / crates / apub /
2023-06-21 NutomicCorrect error messages if user registers with taken...
2023-06-20 Sander SaarendCalculate initial hot_rank and hot_rank_active for...
2023-06-15 Alex MarasFix Hidden communities showing in community list (...
2023-06-15 NutomicUpdate all dependencies (#3091)
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-06-06 vpzomtrrfrtFix handling of follows addressed to single value ...
2023-06-06 NutomicRemove chatserver (#2919)
2023-06-05 NutomicFilter empty username strings from Mastodon (fixes...
2023-05-25 NutomicDont return error in case optional auth is invalid...
2023-05-21 NutomicRemove GetCommunityResponse.default_post_language ...
2023-05-18 NutomicMerge pull request #2866 from LemmyNet/remove-reqwest...
2023-05-18 Felix AbleitnerDont refetch post url metadata when post is received...
2023-05-13 DessalinesPrettier check (#2855)
2023-04-26 DessalinesAdding typescript generation for API. Fixes #2824 ...
2023-04-25 DessalinesAddressing slow profile queries. #2777 (#2830)
2023-04-24 NutomicAdd `to` field in follow activities for better compatib...
2023-04-21 DessalinesRemove last Option<Vec.. from API. Fixes #2820 (#2822)
2023-04-17 DessalinesAdding diesel enums for SortType and ListingType (...
2023-04-16 DessalinesSeparate federated_instances into its own endpoint...
2023-04-13 DessalinesMaking the chat server an actor. (#2793)
2023-04-13 NutomicUse pretty print for federation json responses (#2801)
2023-04-12 NutomicFix listing type default value (#2796)
2023-04-05 NutomicRemove unused dependencies (#2795)
2023-03-30 NutomicOptimize federated language updates to avoid unnecessar...
2023-03-26 HelgeAdded identifier to context (#2791)
2023-03-21 NutomicActivitypub crate rewrite (#2782)
2023-03-20 AnonAdd Custom Emojis Support (#2616)
2023-03-01 DessalinesGet rid of Safe Views, use serde_skip (#2767)
2023-03-01 DessalinesShow deleted and removed posts for profile views. Fixes...
2023-03-01 NutomicDont upsert Instance row every apub fetch (#2771)
2023-03-01 NutomicIgnore undetermined language when calculating post...
2023-02-28 DessalinesAdding a vector indexing check to prevent panics. Fixes...
2023-02-18 NutomicProper permission check for federated comment distingui...
2023-02-18 NutomicImplement separate mod activities for feature, lock...
2023-02-18 NutomicFix case in activitypub context (ref #2734) (#2743)
2023-02-18 DessalinesSeparate comment distinguish (#2740)
2023-02-18 DessalinesAdding instance software and version. Fixes #2222 ...
2023-02-16 DessalinesOrganize utils into separate files. Fixes #2295 (#2736)
2023-02-14 NutomicFix writing of `removeData` in apub context (fixes...
2023-02-14 DessalinesSort community search by active_monthly by default...
2023-02-10 NutomicFix post titles being cut off (fixes #2718) (#2720)
2023-02-08 NutomicImproved error message when attempting to fetch non...
2023-02-07 KradyzConvert HTML from titles into markdown (#2709)
2023-02-05 NutomicIn apub post receive, check posting restricted to mods...
2023-02-05 NutomicFix docker federation setup (#2706)
2023-02-05 NutomicFix data fetching from Peertube (fixes #2689) (#2703)
2023-01-30 DessalinesFixing `.drone.yml` (#2677)
2023-01-20 NutomicPost creation from Mastodon (fixes #2590) (#2651)
2022-12-19 NutomicFix user following (#2623)
2022-12-19 DessalinesFixing missing forms, incorrect user discussion_languag...
2022-12-12 AnonAdd support for Featured Posts (#2585)
2022-12-09 NutomicRemove federation backwards compatibility with 0.16...
2022-12-09 NutomicRework websocket (#2598)
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 AbleitnerBuilds lemmy_routes in parallel with lemmy_apub
2022-12-02 Felix AbleitnerMerge websocket crate into api_common
2022-12-01 NutomicUse audience field to federate items in groups (fixes...
2022-11-25 NutomicFederate group moderators using attributedTo field...
2022-11-24 NutomicAdd some more clippy lints (#2586)
2022-11-23 NutomicImplement federated user following (fixes #752) (#2577)
2022-11-21 NutomicRemove federation settings, rely on sensible defaults...
2022-11-19 NutomicVarious pedantic clippy fixes (#2568)
2022-11-17 NutomicSpecify dependencies and metadata for entire workspace...
2022-11-16 NutomicUse enum_delegate crate (#2554)
2022-11-16 NutomicLive reload settings (fixes #2508) (#2543)
2022-11-15 NutomicFix activity list test (#2562)
2022-11-14 Felix AbleitnerRemove unwrap
2022-11-12 NutomicWhen announcing incoming activities, keep extra fields...
2022-11-12 NutomicMobilizon federation (#2544)
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-11-05 NutomicDont serve apub json for removed objects (ref #2522...
2022-11-03 NutomicMark objects as not deleted when received via apub...
2022-11-02 DessalinesGroup imports dess (#2526)
2022-10-28 NutomicFix limit_languages to operate on correct instance...
2022-10-28 NutomicMake verify apub url function async (#2514)
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-10-18 NutomicFederate votes as private (#2501)
2022-10-17 NutomicDont try to send activities if federation is disabled...
2022-10-13 NutomicOnly allow authenticated users to fetch remote objects...
2022-10-10 NutomicFix check for federated mod actions (#2489)
2022-10-06 Nutomicimplement language tags for site/community in db and...
2022-10-03 NutomicUse compat mode when signing outgoing activities (fixes...
2022-09-28 DessalinesDont show deleted users or communities on profile page...
2022-09-26 DessalinesDiesel 2.0.0 upgrade (#2452)
2022-09-02 Felix Ableitnerclippy fixes
2022-09-02 Felix AbleitnerAdd language tags for comments
2022-08-18 NutomicTag posts and comments with language (fixes #440) ...
2022-08-17 NutomicRejected federated pm from blocked users (fixes #2398...
2022-08-17 DessalinesAdding distinguish comment. Fixes #2002 (#2391)
2022-08-16 vpzomtrrfrtAccept Image objects in attachments (#2394)
2022-07-30 DessalinesFirst pass at adding comment trees. (#2362)
2022-07-29 NutomicUpdate apub examples to remove `to` field (ref #2380...
2022-07-29 NutomicHandle Like, Undo/Like activities from Mastodon, add...
2022-07-29 DessalinesFix a few form options for diesel. Fixes #2287 (#2376)
2022-07-28 DessalinesSend websocket message on accepted follow. Fixes #2369...
2022-07-27 NutomicFix panics in search_by_apub_id() (fixes #2371) (#2373)
2022-07-11 NutomicFix problem where actors can have empty public key...
next