lemmy/crates
Dessalines ff026dc3ff
Adding check for requests with no id or name, adding max limit. (#2265)
* Adding check for requests with no id or name, adding max limit.

* Consolidating a few functions.

* Fix page min

* Adding more websocket rate limits.

* Add check to GetCommunity

* Use a default message rate limit check.

* Adding a page and limit checker

* Fix clippy

* Fix clippy again

* Adding check for requests with no id or name, adding max limit.

* Consolidating a few functions.

* Fix page min

* Adding more websocket rate limits.

* Add check to GetCommunity

* Use a default message rate limit check.

* Adding a page and limit checker

* Fix clippy

* Fix clippy again

* Fix limit request.

* Move checks to inside limit_and_offset

* Fixing API tests.

* Change NotFound diesel errors to QueryBuilderError
2022-07-08 10:21:33 +00:00
..
api Adding check for requests with no id or name, adding max limit. (#2265) 2022-07-08 10:21:33 +00:00
api_common Adding check for requests with no id or name, adding max limit. (#2265) 2022-07-08 10:21:33 +00:00
api_crud Adding check for requests with no id or name, adding max limit. (#2265) 2022-07-08 10:21:33 +00:00
apub Be more explicit about returning deleted actors or not (#2335) 2022-07-05 17:40:44 -04:00
db_schema Adding check for requests with no id or name, adding max limit. (#2265) 2022-07-08 10:21:33 +00:00
db_views Adding check for requests with no id or name, adding max limit. (#2265) 2022-07-08 10:21:33 +00:00
db_views_actor Adding check for requests with no id or name, adding max limit. (#2265) 2022-07-08 10:21:33 +00:00
db_views_moderator Adding check for requests with no id or name, adding max limit. (#2265) 2022-07-08 10:21:33 +00:00
routes Be more explicit about returning deleted actors or not (#2335) 2022-07-05 17:40:44 -04:00
utils Specify minimum Rust version 1.57 (fixes #2333) (#2334) 2022-06-28 17:44:55 -04:00
websocket Adding check for requests with no id or name, adding max limit. (#2265) 2022-07-08 10:21:33 +00:00