]> Untitled Git - lemmy.git/history - crates/routes/src/nodeinfo.rs
Make functions work with both connection and pool (#3420)
[lemmy.git] / crates / routes / src / nodeinfo.rs
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-04-17 DessalinesAdding diesel enums for SortType and ListingType (...
2023-02-18 DessalinesAdding instance software and version. Fixes #2222 ...
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 AbleitnerMerge websocket crate into api_common
2022-11-19 NutomicVarious pedantic clippy fixes (#2568)
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2022-03-08 NutomicCorrectly read local SiteView (#2122)
2021-12-14 DessalinesUpgrading deps (#1995)
2021-11-26 DessalinesTrying to add docker:latest. Fixes #1959 (#1960)
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-09-27 Felix AbleitnerMerge branch 'remove_settings_and_secret_singletons_squ...
2021-09-27 DessalinesMoving settings and secrets to context.
2021-08-04 DessalinesSimplify config using macros (#1686)
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-13 Bogdan MartMerge remote-tracking branch 'origin/main' into 1462...
2021-03-10 Dessalines~80% done
2021-03-01 DessalinesRewrite settings implementation. Fixes #1270 (#1433)
2021-03-01 dessalinesMerge pull request 'Rename `lemmy_structs` to `lemmy_ap...
2021-03-01 Felix AbleitnerRename `lemmy_structs` to `lemmy_api_structs`
2021-02-10 dessalinesMerge pull request 'Explicitly mark posts and comments...
2021-02-09 dessalinesMerge pull request 'Move routes into separate crate...
2021-02-09 Felix AbleitnerMove routes into separate crate to speed up compilation