You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates
jim-taylor-business a14ebefd24
When env variable is set, any config file will be ignored and the default settings will be used (#4594)
* do not panic when no config file found use defaults

* formatting

* implement env variable

* ermove commented code

* remove redundant comment

* remove redundant space

* simplify check logic

* format

* returns and messages

* correct mistake
6 months ago
..
api Read crate version from cargo.toml (fixes #4583) (#4584) 6 months ago
api_common Cache result of LocalSite::read to avoid unnecessary db calls (#4585) 6 months ago
api_crud Cache result of LocalSite::read to avoid unnecessary db calls (#4585) 6 months ago
apub Cache result of LocalSite::read to avoid unnecessary db calls (#4585) 6 months ago
db_perf Remove error-type feature from lemmy-utils (#4474) 7 months ago
db_schema Cache result of LocalSite::read to avoid unnecessary db calls (#4585) 6 months ago
db_views Fix private message sort order. #4581 (#4587) 6 months ago
db_views_actor Adding listMedia endpoint, to view all your local image uploads. (#4509) 6 months ago
db_views_moderator View mod history for a post or comment. Fixes #4162 (#4491) 7 months ago
federate Cache result of LocalSite::read to avoid unnecessary db calls (#4585) 6 months ago
routes Read crate version from cargo.toml (fixes #4583) (#4584) 6 months ago
utils When env variable is set, any config file will be ignored and the default settings will be used (#4594) 6 months ago