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/models/concerns
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
..
account_avatar.rb Fix #6525: Make sure file is opened in LazyThumbnail processor (#6529) 7 years ago
account_finder_concern.rb Fix AccountFinderConcern::AccountFinder#with_usernames (#5722) 7 years ago
account_header.rb Fix #6525: Make sure file is opened in LazyThumbnail processor (#6529) 7 years ago
account_interactions.rb Allow hiding of reblogs from followed users (#5762) 7 years ago
attachmentable.rb Fixes unknown mime type (#2822) 8 years ago
cacheable.rb
omniauthable.rb New variable OAUTH_REDIRECT_AT_SIGN_IN + Ref #6538 (not only SAML strategies) (#6540) 7 years ago
paginable.rb Fix prev/next links on public profile page (#6497) 7 years ago
relationship_cacheable.rb Cache relationships in API (#6482) 7 years ago
remotable.rb Fix #4908 - Do not keep remote file names, generate random (#4934) 7 years ago
status_threading_concern.rb Introduce StatusThreadingConcern (#3490) 8 years ago
streamable.rb Define instance method outside #included (#3128) 8 years ago