lemmy/crates/apub/src
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
..
activities Persistent, performant, reliable federation queue (#3605) 2023-09-09 12:25:03 -04:00
api Fix Posts List Performance + cursor-based pagination (#3872) 2023-09-18 15:44:48 +02:00
collections Ignore errors when fetching community mods (fixes #3460) (#3674) 2023-07-20 11:34:07 -04:00
fetcher Persistent, performant, reliable federation queue (#3605) 2023-09-09 12:25:03 -04:00
http Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
objects Persistent, performant, reliable federation queue (#3605) 2023-09-09 12:25:03 -04:00
protocol Replace ammonia lib with manual html escaping (fixes #3774) (#3938) 2023-09-06 10:56:26 -04:00
activity_lists.rs Federation tests replication round1 - demonstrate absent replication of comment deletes (#3657) 2023-07-27 06:17:40 -04:00
lib.rs Persistent, performant, reliable federation queue (#3605) 2023-09-09 12:25:03 -04:00
mentions.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00