lemmy/crates
Jared Schneiderman 5f92125e44
Add limit and pagination to feeds (#2980)
* adds limit and pagination to all rss feeds

* consistent ordering

* refactor page and limit and add after

* revert back to using page

* remove offset change

* refactor to impl adding helper methods

* clippy
2023-06-12 17:48:02 -04:00
..
api Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
api_common Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
api_crud Fix private message e-mail notification subject and body (#2963) 2023-06-08 13:42:32 -04:00
apub Activitypub breaking changes for Lemmy 0.18 (#2705) 2023-06-07 15:18:17 -04:00
db_schema Adding hot_rank columns in place of function sorting. (#2952) 2023-06-08 16:15:15 -04:00
db_views Adding hot_rank columns in place of function sorting. (#2952) 2023-06-08 16:15:15 -04:00
db_views_actor Adding hot_rank columns in place of function sorting. (#2952) 2023-06-08 16:15:15 -04:00
db_views_moderator Adding comments to all API related types. Fixes #2846 (#2848) 2023-05-10 21:20:39 +02:00
routes Add limit and pagination to feeds (#2980) 2023-06-12 17:48:02 -04:00
utils use usize::MAX for line wrap length, since lettre does it for us (#3034) 2023-06-12 15:29:15 +02:00