lemmy/crates/api_crud/src/user
Dessalines 6ffa291ec9
Actor name length config dess (#1672)
* Make length of user/community name configurable (fixes #1306)

* use single config value, fix migrations, increase displayname length

* remove debug statements

* add helper method for setting actor_name_max_length

* move function

* Fixing some defaults

Co-authored-by: Felix Ableitner <me@nutomic.com>
2021-07-22 21:53:44 -04:00
..
create.rs Actor name length config dess (#1672) 2021-07-22 21:53:44 -04:00
delete.rs Running clippy --fix (#1647) 2021-07-05 16:07:26 +00:00
mod.rs Split api crate into api_structs and api 2021-03-25 20:19:40 +01:00
read.rs Adding shortname fetching for users and communities. Fixes #1662 (#1663) 2021-07-20 04:29:50 +00:00