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/config
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
..
environments Raise Mastodon::HostValidationError when host for HTTP request is private (#6410) 7 years ago
initializers Raise Mastodon::HostValidationError when host for HTTP request is private (#6410) 7 years ago
locales Fix prev/next links on public profile page (#6497) 7 years ago
webpack
application.rb Fix avatar and header issues by using custom geometry detector (#6515) 7 years ago
boot.rb
brakeman.ignore Save video metadata and improve video OpenGraph tags (#6481) 7 years ago
database.yml
deploy.rb
environment.rb
i18n-tasks.yml CAS + SAML authentication feature (#6425) 7 years ago
navigation.rb
puma.rb
routes.rb Account archive download (#6460) 7 years ago
secrets.yml
settings.yml Add preference to always display sensitive media (#6448) 7 years ago
sidekiq.yml Account archive download (#6460) 7 years ago
themes.yml
webpacker.yml