vt-social/app/models/concerns
Ian McCowan c33931b613 Fix prev/next links on public profile page ()
* 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
..
account_avatar.rb Fix : Make sure file is opened in LazyThumbnail processor () 2018-02-22 00:28:19 +01:00
account_finder_concern.rb Fix AccountFinderConcern::AccountFinder#with_usernames () 2017-11-16 12:13:03 +01:00
account_header.rb Fix : Make sure file is opened in LazyThumbnail processor () 2018-02-22 00:28:19 +01:00
account_interactions.rb Allow hiding of reblogs from followed users () 2017-11-28 15:00:35 +01:00
attachmentable.rb Fixes unknown mime type () 2017-05-05 21:32:14 +02:00
cacheable.rb Fix - Reload all accounts when fetching from cache 2016-12-03 18:21:26 +01:00
omniauthable.rb New variable OAUTH_REDIRECT_AT_SIGN_IN + Ref (not only SAML strategies) () 2018-02-23 01:16:17 +01:00
paginable.rb Fix prev/next links on public profile page () 2018-02-26 03:31:28 +01:00
relationship_cacheable.rb Cache relationships in API () 2018-02-18 03:14:46 +01:00
remotable.rb Fix - Do not keep remote file names, generate random () 2017-09-14 16:41:59 +02:00
status_threading_concern.rb Introduce StatusThreadingConcern () 2017-06-05 16:07:44 +02:00
streamable.rb Define instance method outside #included () 2017-05-19 11:41:45 +02:00