]> Untitled Git - lemmy.git/history - crates/api_crud/src/site/read.rs
Make functions work with both connection and pool (#3420)
[lemmy.git] / crates / api_crud / src / site / read.rs
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-07-10 NutomicError enum fixed (#3487)
2023-06-06 NutomicRemove chatserver (#2919)
2023-05-25 NutomicDont return error in case optional auth is invalid...
2023-04-16 DessalinesSeparate federated_instances into its own endpoint...
2023-04-13 DessalinesMaking the chat server an actor. (#2793)
2023-03-30 NutomicOptimize federated language updates to avoid unnecessar...
2023-03-20 AnonAdd Custom Emojis Support (#2616)
2023-03-01 DessalinesGet rid of Safe Views, use serde_skip (#2767)
2022-12-19 DessalinesFixing missing forms, incorrect user discussion_languag...
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 AbleitnerMerge websocket crate into api_common
2022-11-19 AnonAdd support for Taglines (#2548)
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-10-06 Nutomicimplement language tags for site/community in db and...
2022-08-18 NutomicTag posts and comments with language (fixes #440) ...
2022-06-22 DessalinesRemove update and read site config. Fixes #2306 (#2329)
2022-06-08 NutomicRemove unused setup config vars (#2302)
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2022-04-19 NutomicAdd default post listing type (fixes #2195) (#2209)
2022-04-07 NutomicFederate user account deletion (fixes #1284) (#2199)
2022-03-16 NutomicRework error handling (fixes #1714) (#2135)
2022-03-08 NutomicCorrectly read local SiteView (#2122)
2022-02-23 NutomicAdd site option for default theme (#2104)
2022-01-26 DessalinesRemoving the site creator, adding leave_admin. Fixes...
2022-01-05 NutomicMerge pull request #1927 from LemmyNet/add_banned_perso...
2022-01-04 DessalinesAdding a banned endpoint for admins. Removing it from...
2021-12-15 DessalinesFirst pass at invite-only migration. (#1949)
2021-12-06 RileyDon't drop error context when adding a message to error...
2021-11-23 RileyAdd tracing (#1942)
2021-10-13 NutomicDont swallow API errors (fixes #1834) (#1837)
2021-10-12 NutomicFix clippy warnings added in nightly (#1833)
2021-10-01 DessalinesAdding honeypot to user and post creation. Fixes #1802...
2021-09-27 Felix AbleitnerMerge branch 'remove_settings_and_secret_singletons_squ...
2021-09-27 DessalinesMoving settings and secrets to context.
2021-08-23 NutomicMerge pull request #1666 from LemmyNet/resolve-endpoint
2021-08-23 DessalinesAdding more site setup vars. Fixes #678 (#1718)
2021-08-19 DessalinesUser / community blocking. Fixes #426 (#1604)
2021-08-04 DessalinesSimplify config using macros (#1686)
2021-07-05 DessalinesRunning clippy --fix (#1647)
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-23 DessalinesSome formatting
2021-04-23 DessalinesMaking more fields optional in the API.
2021-04-22 NutomicAdd option to limit community creation to admins only...
2021-04-07 DessalinesMerge branch 'release/v0.10'
2021-04-07 DessalinesMerge pull request #1552 from LemmyNet/feature/1550...
2021-04-07 DessalinesAdding a short site description. Fixes #1496 (#1532)
2021-03-29 DessalinesMerge remote-tracking branch 'yerba/split-api-crate...
2021-03-25 Felix AbleitnerSplit api crate into api_structs and api