Eugen Rochko cb447b28c4
Add profile directory to web UI ()
* Add profile directory to web UI

* Add a line of bio to the directory
..
accounts Fix pinned statuses API returning pagination headers ()
admin Add moderation API ()
apps Add vapid_key to the application entity in the REST API ()
instances Add whitelist mode ()
lists Extract counters from accounts table to account_stats table ()
polls Add polls ()
push Fix web push notifications for polls ()
statuses Add soft delete for statuses for instant deletes through API ()
timelines Remove deprecated REST API `GET /api/v1/timelines/direct` ()
accounts_controller.rb Add whitelist mode ()
apps_controller.rb Add whitelist mode ()
blocks_controller.rb Extract counters from accounts table to account_stats table ()
conversations_controller.rb Add unread indicator to conversations ()
custom_emojis_controller.rb Add (back) rails-level JSON caching ()
directories_controller.rb Add profile directory to web UI ()
domain_blocks_controller.rb Add more granular OAuth scopes ()
endorsements_controller.rb Extract counters from accounts table to account_stats table ()
favourites_controller.rb Support min_id-based pagination in REST API ()
filters_controller.rb Add option to not consider word boundaries when processing keyword filtering ()
follow_requests_controller.rb Extract counters from accounts table to account_stats table ()
instances_controller.rb Add whitelist mode ()
lists_controller.rb Fix low-hanging rubocop gripes ()
media_controller.rb Add more granular OAuth scopes ()
mutes_controller.rb Make Api::V1::MutesController paginate properly ()
notifications_controller.rb Add `account_id` param to `GET /api/v1/notifications` ()
polls_controller.rb Fix poll API not requiring authentication on non-public polls ()
preferences_controller.rb Add a preferences API so apps can share basic behaviours ()
reports_controller.rb Add soft delete for statuses for instant deletes through API ()
scheduled_statuses_controller.rb Add scheduled statuses ()
search_controller.rb Add type, limit, offset, min_id, max_id, account_id to search API ()
statuses_controller.rb Add soft delete for statuses for instant deletes through API ()
streaming_controller.rb Clean up for api/base controller ()
suggestions_controller.rb Add API method to remove a suggestion ()
trends_controller.rb Change admin UI for hashtags and add back whitelisted trends ()