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
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
..
admin
concerns Fix prev/next links on public profile page (#6497) 7 years ago
form
web
account.rb
account_domain_block.rb Cache relationships in API (#6482) 7 years ago
account_filter.rb
account_moderation_note.rb
admin.rb
application_record.rb
backup.rb Account archive download (#6460) 7 years ago
block.rb Cache relationships in API (#6482) 7 years ago
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb
custom_emoji_filter.rb
domain_block.rb
email_domain_block.rb
export.rb
favourite.rb
feed.rb
follow.rb Cache relationships in API (#6482) 7 years ago
follow_request.rb Cache relationships in API (#6482) 7 years ago
home_feed.rb
identity.rb
import.rb Ensure the app does not even start if OTP_SECRET is not set (#6557) 7 years ago
instance.rb
instance_filter.rb
invite.rb
invite_filter.rb
list.rb
list_account.rb
list_feed.rb
media_attachment.rb Focal points (#6520) 7 years ago
mention.rb
mute.rb Cache relationships in API (#6482) 7 years ago
notification.rb
preview_card.rb Fix avatar and header issues by using custom geometry detector (#6515) 7 years ago
remote_follow.rb
remote_profile.rb
report.rb
report_filter.rb
search.rb
session_activation.rb
setting.rb
site_upload.rb Fix avatar and header issues by using custom geometry detector (#6515) 7 years ago
status.rb Account archive download (#6460) 7 years ago
status_pin.rb
stream_entry.rb
subscription.rb
tag.rb
user.rb Ensure the app does not even start if OTP_SECRET is not set (#6557) 7 years ago
web.rb