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
2018-02-26 03:31:28 +01:00
..
chewy Full-text search for authorized statuses (#6423) 2018-02-09 23:04:47 +01:00
controllers Fix prev/next links on public profile page (#6497) 2018-02-26 03:31:28 +01:00
helpers Add direction tags to HTML e-mails for RTL languages (#6373) 2018-01-29 00:22:20 +01:00
javascript Fix prev/next links on public profile page (#6497) 2018-02-26 03:31:28 +01:00
lib Raise Mastodon::HostValidationError when host for HTTP request is private (#6410) 2018-02-24 19:16:11 +01:00
mailers Account archive download (#6460) 2018-02-21 23:21:32 +01:00
models Fix prev/next links on public profile page (#6497) 2018-02-26 03:31:28 +01:00
policies Account archive download (#6460) 2018-02-21 23:21:32 +01:00
presenters Redesign landing page (again) (#6486) 2018-02-22 01:03:48 +01:00
serializers Fix nil error in focal_point? (#6537) 2018-02-22 17:42:33 +01:00
services Account archive download (#6460) 2018-02-21 23:21:32 +01:00
validators Validation of count works even when text of status is nil (#6429) 2018-02-04 12:32:41 +01:00
views Fix prev/next links on public profile page (#6497) 2018-02-26 03:31:28 +01:00
workers Account archive download (#6460) 2018-02-21 23:21:32 +01:00