]> Untitled Git - lemmy.git/history - crates/routes/src
add enable_federated_downvotes site option
[lemmy.git] / crates / routes / src /
2023-08-11 Freakazoid182Replace Option<bool> with bool for PostQuery and Commen...
2023-08-01 figure-0eCorrect logic to meet join-lemmy requirement, don't...
2023-07-20 Nutomic Handle displaying of deleted and removed posts/comment...
2023-07-19 cetra3Add http cache for webfingers (#3317)
2023-07-17 dullbananasRemove TypedBuilder from db_views and db_views_actor...
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-06-26 Simon LundströmItem URL should point to post URL (#3345)
2023-06-14 Felix AbleitnerFix compilation
2023-06-13 JetpackJacksonUpdate RSS url (#3053)
2023-06-12 Jared SchneidermanAdd limit and pagination to feeds (#2980)
2023-05-25 NutomicDont return error in case optional auth is invalid...
2023-04-17 DessalinesAdding diesel enums for SortType and ListingType (...
2023-04-05 NutomicRemove unused dependencies (#2795)
2023-03-21 NutomicActivitypub crate rewrite (#2782)
2023-02-22 NutomicInclude type information with webfinger responses ...
2023-02-18 DessalinesAdding instance software and version. Fixes #2222 ...
2023-02-16 DessalinesOrganize utils into separate files. Fixes #2295 (#2736)
2023-01-30 DessalinesFixing `.drone.yml` (#2677)
2023-01-05 NutomicUse enum for registration mode setting (#2604)
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 AbleitnerBuilds lemmy_routes in parallel with lemmy_apub
2022-12-02 Felix AbleitnerMerge websocket crate into api_common
2022-11-19 NutomicVarious pedantic clippy fixes (#2568)
2022-11-16 NutomicLive reload settings (fixes #2508) (#2543)
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-11-02 DessalinesFix local site images. (#2519)
2022-10-28 sam365724Fix 2455: Check auth for pictrs when instance is privat...
2022-10-28 NutomicImage improvements (#2513)
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-09-26 DessalinesDiesel 2.0.0 upgrade (#2452)
2022-08-19 NutomicPass LocalUser to PostQuery etc, instead of separate...
2022-08-16 NutomicFix pictrs routing (#2407)
2022-08-04 NutomicUse typed-builder crate for queries (#2379)
2022-07-30 DessalinesFirst pass at adding comment trees. (#2362)
2022-07-29 DessalinesRemove listing type community. Fixes #2361 (#2377)
2022-07-11 NutomicConfig changes, remove unused image purge function...
2022-07-05 NutomicBe more explicit about returning deleted actors or...
2022-06-22 DessalinesIncrease RSS fetch limit to 20. Fixes #2319 (#2327)
2022-06-13 DessalinesAdding admin purging of DB items and pictures. #904...
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-06 NutomicDerive default for api request structs, move type enums...
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2022-03-31 NutomicMerge pull request #2178 from LemmyNet/fix_ban_expires
2022-03-30 DessalinesClippy fixes.
2022-03-24 DessalinesConsolidate and lower reqwest timeouts. Fixes #2150...
2022-03-08 NutomicCorrectly read local SiteView (#2122)
2022-03-07 DessalinesFix community rss. Fixes #2116 (#2119)
2022-03-02 NutomicMerge pull request #2111 from robjtede/aw4
2022-03-02 Rob EdeRemove direct `actix-http` dependency
2022-01-27 NutomicDont make webfinger request when viewing community...
2022-01-21 NutomicPut community last in webfinger response (fixes #2037...
2022-01-19 DessalinesFixing liking comment on blocked person. Fixes #2033...
2021-12-14 DessalinesUpgrading deps (#1995)
2021-12-08 RileyRemove awc (#1979)
2021-12-06 RileyDon't drop error context when adding a message to error...
2021-11-26 DessalinesTrying to add docker:latest. Fixes #1959 (#1960)
2021-11-22 DessalinesMerge pull request #1938 from LemmyNet/once_cell
2021-11-22 Felix AbleitnerUse once_cell instead of lazy_static
2021-11-22 DessalinesMerge pull request #1926 from LemmyNet/replace-activity...
2021-11-22 NutomicMerge pull request #1921 from LemmyNet/fix_login
2021-11-22 NutomicMerge pull request #1930 from Minoru/bugfix/nodeinfo...
2021-11-21 Alexander BatischevChange NodeInfo `links` to an array
2021-11-19 DessalinesMerge pull request #1914 from LemmyNet/dont-announce...
2021-11-18 DessalinesMerge pull request #1918 from LemmyNet/fix-smithereen...
2021-11-18 Felix AbleitnerFix Smithereen webfinger, remove duplicate webfinger...
2021-11-17 DessalinesMerge pull request #1897 from LemmyNet/mastodon-compat
2021-11-16 Felix AbleitnerMake webfinger standard compliant
2021-11-10 DessalinesMerge pull request #1891 from LemmyNet/remove-apub...
2021-11-10 Felix AbleitnerRemove header guard for activitypub routes
2021-10-20 DessalinesMerge pull request #1850 from LemmyNet/refactor-apub
2021-10-20 Felix AbleitnerMerge crates db_schema and db_queries
2021-10-12 NutomicFix clippy warnings added in nightly (#1833)
2021-09-27 Felix AbleitnerMerge branch 'remove_settings_and_secret_singletons_squ...
2021-09-27 DessalinesMoving settings and secrets to context.
2021-09-27 Felix AbleitnerMove jwt secret from config to database (fixes #1728)
2021-09-17 NutomicDont pass accept-encoding header to pictrs (ref #1734...
2021-08-23 NutomicMerge pull request #1666 from LemmyNet/resolve-endpoint
2021-08-20 Felix AbleitnerMove resolving of activitypub objects to separate api...
2021-08-04 DessalinesSimplify config using macros (#1686)
2021-07-06 DessalinesUpgrading deps, running clippy fix on nightly 1.55...
2021-07-05 DessalinesRunning clippy --fix (#1647)
2021-04-26 DessalinesMerge pull request #1592 from LemmyNet/feature/mark_pos...
2021-04-26 DessalinesMerge branch 'main' into feature/mark_post_as_read
2021-04-26 NutomicMerge pull request #1566 from LemmyNet/additional_searc...
2021-04-24 DessalinesAdd show_read_posts filter. Fixes #1561
2021-04-23 DessalinesMaking more fields optional in the API.
2021-04-21 NutomicMark accounts as bot nutomic (#1565)
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-24 DessalinesMerge remote-tracking branch 'yerba/federated-moderation'
2021-03-19 Felix AbleitnerMerge branch 'main' into federated-moderation
2021-03-19 NutomicMerge pull request #1500 from LemmyNet/jwt_revocation_dess
2021-03-19 NutomicMerge pull request #1499 from LemmyNet/strictly_type_db_ids
2021-03-19 NutomicMerge pull request #1428 from LemmyNet/split_user_table
2021-03-19 DessalinesMerge branch 'Mart-Bogdan-1462-jwt-revocation-on-pwd...
2021-03-18 DessalinesMerge branch 'split_user_table' into strictly_type_db_ids
2021-03-18 DessalinesMerge branch 'main' into split_user_table
2021-03-18 DessalinesMerge branch 'split_user_table' into strictly_type_db_ids
2021-03-18 DessalinesMerge branch 'main' into split_user_table
next