lemmy/crates/utils/src
Nutomic af5175a282
Set attribute deny_unknown_fields for Lemmy config (#2852)
With this attribute, Lemmy will throw an error and exit if any
invalid entry is found in the config file. I think can be useful
to notice typos or keys that were removed or renamed in an upgrade.
Currently you wouldnt notice these at all unless you manually
compare the config file with settings that are listed in documentation.

This should be considered a breaking change.

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-05-11 20:12:12 -04:00
..
rate_limit Organize utils into separate files. Fixes #2295 (#2736) 2023-02-16 05:05:14 +01:00
settings Set attribute deny_unknown_fields for Lemmy config (#2852) 2023-05-11 20:12:12 -04:00
utils Adding check to description and body length fields. (#2805) 2023-04-15 10:45:11 -04:00
apub.rs Fixing .drone.yml (#2677) 2023-01-30 14:17:24 -05:00
claims.rs Extract Activitypub logic into separate library (#2288) 2022-06-02 16:33:41 +02:00
email.rs Adding a vector indexing check to prevent panics. Fixes #2753 (#2754) 2023-02-28 12:34:50 +01:00
error.rs Set attribute deny_unknown_fields for Lemmy config (#2852) 2023-05-11 20:12:12 -04:00
lib.rs Activitypub crate rewrite (#2782) 2023-03-21 16:03:05 +01:00
request.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2022-05-03 17:44:13 +00:00
version.rs For untagged commits, include hash in version name (fixes #1563) 2021-04-12 13:47:58 +02:00