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/controllers
Matt Jankowski 4ada50985a Pagination improvements (#1445)
* Replace will_paginate with kaminari

* Use #page instead of #paginate in controllers

* Replace will_paginate.page_gap with pagination.truncate in i18n

* Customize kaminari views to match prior styles

* Set kaminari options to match prior behavior

* Replace will_paginate with paginate in views
9 years ago
..
admin Pagination improvements (#1445) 9 years ago
api API param to exclude notification types from response (#1341) 9 years ago
auth New admin setting: open/close registrations, with custom message, from the admin UI 9 years ago
concerns Use HTTP Accept-Language to detect locale (#1166) 9 years ago
oauth Fix #1165 - before_action was called before protect_from_forgery 9 years ago
settings Clean up generation of account webfinger string (#1477) 9 years ago
about_controller.rb Clean up about page (#1282) 9 years ago
accounts_controller.rb Pagination improvements (#1445) 9 years ago
api_controller.rb Do not store last visited URL from API controllers (#1330) 9 years ago
application_controller.rb Fix #1165 - before_action was called before protect_from_forgery 9 years ago
authorize_follow_controller.rb Add validation of media attachments, clean up mastodon-own exception classes 9 years ago
home_controller.rb Persist UI settings, add missing localizations for German 9 years ago
media_controller.rb Fix #416 - Generate random unique 14-byte (19 characters) shortcodes 9 years ago
remote_follow_controller.rb Clean up generation of account webfinger string (#1477) 9 years ago
statuses_controller.rb Prettier account and stream entry URLs 9 years ago
stream_entries_controller.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 9 years ago
tags_controller.rb Fix public tags page 9 years ago
xrd_controller.rb Clean up generation of account webfinger string (#1477) 9 years ago