You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Ian McCowan c33931b613 Fix prev/next links on public profile page (#6497)
* Fix prev/next links on public profile page

* Don't make pagination urls if no available statuses

* Fix empty check method

* Put left chevron before prev page link

* Add scope for pagination "starting at" a given id

* Status pagination try 2:

s/prev/older and s/next/newer
"older" on left, "newer" on right
Use new scope for "newer" link
Extract magic 20 page size to constant
Remove max_id from feed pagination as it's not respected

* Reinstate max_id for accounts atom stream

* normalize
7 years ago
..
chewy Full-text search for authorized statuses (#6423) 7 years ago
controllers Fix prev/next links on public profile page (#6497) 7 years ago
helpers Add direction tags to HTML e-mails for RTL languages (#6373) 7 years ago
javascript Fix prev/next links on public profile page (#6497) 7 years ago
lib Raise Mastodon::HostValidationError when host for HTTP request is private (#6410) 7 years ago
mailers Account archive download (#6460) 7 years ago
models Fix prev/next links on public profile page (#6497) 7 years ago
policies Account archive download (#6460) 7 years ago
presenters Redesign landing page (again) (#6486) 7 years ago
serializers Fix nil error in focal_point? (#6537) 7 years ago
services Account archive download (#6460) 7 years ago
validators Validation of count works even when text of status is nil (#6429) 7 years ago
views Fix prev/next links on public profile page (#6497) 7 years ago
workers Account archive download (#6460) 7 years ago