mastodon/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
..
account_avatar.rb Fix : Make sure file is opened in LazyThumbnail processor ()
account_finder_concern.rb Fix AccountFinderConcern::AccountFinder#with_usernames ()
account_header.rb Fix : Make sure file is opened in LazyThumbnail processor ()
account_interactions.rb Allow hiding of reblogs from followed users ()
attachmentable.rb Fixes unknown mime type ()
cacheable.rb Fix - Reload all accounts when fetching from cache
omniauthable.rb New variable OAUTH_REDIRECT_AT_SIGN_IN + Ref (not only SAML strategies) ()
paginable.rb Fix prev/next links on public profile page ()
relationship_cacheable.rb Cache relationships in API ()
remotable.rb Fix - Do not keep remote file names, generate random ()
status_threading_concern.rb Introduce StatusThreadingConcern ()
streamable.rb Define instance method outside #included ()