lemmy/crates/db_queries/src/source
Dessalines 462c4a2954
Rewrite settings implementation. Fixes #1270 (#1433)
* A first attempt at using deser-hjson. Fixes #1270

* Trying to fix tests, try 1

* Trying to fix tests, try 2

* A few fixes to deser_hjson

- Removing unwrap_or_defaults, using impl functions.
- Reorganized settings

* Make clippy happy

* hjson list strings must be quoted.

* Adding support for env vars.

* Moving to structs and defaults file.

* Moving settings default and struct.
2021-03-01 17:24:11 +00:00
..
activity.rs Support plain cargo test and disable unused doctests for speed 2021-02-25 15:44:30 -05:00
comment.rs Support plain cargo test and disable unused doctests for speed 2021-02-25 15:44:30 -05:00
comment_report.rs Move most code into crates/ subfolder 2021-01-20 16:21:27 +01:00
community.rs Support plain cargo test and disable unused doctests for speed 2021-02-25 15:44:30 -05:00
mod.rs Remove categories (fixes #1429) 2021-02-25 13:22:37 +01:00
moderator.rs Support plain cargo test and disable unused doctests for speed 2021-02-25 15:44:30 -05:00
password_reset_request.rs Support plain cargo test and disable unused doctests for speed 2021-02-25 15:44:30 -05:00
post.rs Support plain cargo test and disable unused doctests for speed 2021-02-25 15:44:30 -05:00
post_report.rs Move most code into crates/ subfolder 2021-01-20 16:21:27 +01:00
private_message.rs Support plain cargo test and disable unused doctests for speed 2021-02-25 15:44:30 -05:00
site.rs Move most code into crates/ subfolder 2021-01-20 16:21:27 +01:00
user.rs Rewrite settings implementation. Fixes #1270 (#1433) 2021-03-01 17:24:11 +00:00
user_mention.rs Support plain cargo test and disable unused doctests for speed 2021-02-25 15:44:30 -05:00