lemmy/crates/db_schema/src
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
..
aggregates Dropping default on pending column. 2022-05-20 16:15:14 +00:00
impls Adding check for requests with no id or name, adding max limit. (#2265) 2022-07-08 10:21:33 +00:00
source Adding admin purging of DB items and pictures. #904 #1331 (#1809) 2022-06-13 19:15:04 +00:00
lib.rs Expose pending 2 (#2282) 2022-06-22 12:05:41 +00:00
newtypes.rs Derive default for api request structs, move type enums (#2245) 2022-05-06 20:55:07 +00:00
schema.rs Adding admin purging of DB items and pictures. #904 #1331 (#1809) 2022-06-13 19:15:04 +00:00
traits.rs Be more explicit about returning deleted actors or not (#2335) 2022-07-05 17:40:44 -04:00
utils.rs Adding check for requests with no id or name, adding max limit. (#2265) 2022-07-08 10:21:33 +00:00