lemmy/crates/apub
phiresky 544d30f0d4
Fix Posts List Performance + cursor-based pagination (#3872)
* add token-based pagination + fast subscribed post view

* add migrations

* fix failing heuristic

* revert

* output pagination token as next_page, fix off-by-one, restructure

* more cleanup

* clean

* format sql

* fix comment

* fix tests

* e

* empty

* move last page thing

* restructure a bit for readability

* rename page_cursor

* update for scaled sort

* fix

* sql format

* fix

* get rid of macros

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-09-18 15:44:48 +02:00
..
assets Fix time zone handling (#3496) 2023-08-24 11:27:00 -04:00
src Fix Posts List Performance + cursor-based pagination (#3872) 2023-09-18 15:44:48 +02:00
Cargo.toml Dont use sha hash for password reset token (fixes #3491) (#3795) 2023-08-02 13:02:53 -04:00