This repository has been archived on 2020-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
lemmy/server/src/api
Dessalines 29fc3681b9
Validate register usernames on the back-end. Fixes #716 (#750)
* Validate register usernames on the back-end. Fixes #716

* Changing name to is_valid_username
2020-05-28 14:07:36 -04:00
..
comment.rs Change RateLimit to act as a middleware 2020-04-19 22:59:07 -05:00
community.rs Change RateLimit to act as a middleware 2020-04-19 22:59:07 -05:00
mod.rs Adding web::blocks to routes. 2020-04-21 16:40:03 -04:00
post.rs Change RateLimit to act as a middleware 2020-04-19 22:59:07 -05:00
site.rs Change RateLimit to act as a middleware 2020-04-19 22:59:07 -05:00
user.rs Validate register usernames on the back-end. Fixes #716 (#750) 2020-05-28 14:07:36 -04:00