This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app
Eugen Rochko 379c3e237f
Fix search in web UI not setting a limit, restore limit of 5 (#10421)
The search API now supports returning more results and pagination,
but until the web UI implements pagination, it makes no sense to
dump so many results at once. This fix restores the behaviour
before the API change
2019-03-30 00:43:38 +01:00
..
chewy Add type, limit, offset, min_id, max_id, account_id to search API (#10091) 2019-02-26 15:21:36 +01:00
controllers squashed identity proof updates (#10375) 2019-03-28 18:01:09 +01:00
helpers Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401) 2019-03-28 04:44:59 +01:00
javascript Fix search in web UI not setting a limit, restore limit of 5 (#10421) 2019-03-30 00:43:38 +01:00
lib squashed identity proof updates (#10375) 2019-03-28 18:01:09 +01:00
mailers Fix error in AdminMailer#new_pending_account (#10264) 2019-03-14 14:20:22 +01:00
models squashed identity proof updates (#10375) 2019-03-28 18:01:09 +01:00
policies Admission-based registrations mode (#10250) 2019-03-14 05:28:30 +01:00
presenters Add blocked_by relationship to the REST API (#10373) 2019-03-26 01:24:09 +01:00
serializers squashed identity proof updates (#10375) 2019-03-28 18:01:09 +01:00
services Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401) 2019-03-28 04:44:59 +01:00
validators Fix HTML validation (#10354) 2019-03-26 17:33:26 +01:00
views squashed identity proof updates (#10375) 2019-03-28 18:01:09 +01:00
workers Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401) 2019-03-28 04:44:59 +01:00