mastodon/app/controllers
ThibG 65506bac3f
Add user notes on accounts ()
* Add UserNote model

* Add UI for user notes

* Put comment in relationships entity

* Add API to create user notes

* Copy user notes to new account when receiving a Move activity

* Address some of the review remarks

* Replace modal by inline edition

* Please CodeClimate

* Button design changes

* Change design again

* Cancel note edition when pressing Escape

* Fixes

* Tweak design again

* Move “Add note” item, and allow users to add notes to themselves

* Rename UserNote into AccountNote, rename “comment” Relationship attribute to “note”
..
activitypub Add E2EE API ()
admin Fix unpermitted operations on custom emojis leading to cryptic errors ()
api Add user notes on accounts ()
auth Add e-mail-based sign in challenge for users with disabled 2FA ()
concerns Fix not working I18n on 2FA and Sign in token page ()
oauth Fix settings pages being cacheable by the browser ()
settings Add customizable thumbnails for audio and video attachments ()
well_known Fix webfinger returning wrong status code on malformed or missing param ()
about_controller.rb Add table of contents to about page ()
account_follow_controller.rb Add specific rate limits for posting and following ()
account_unfollow_controller.rb Restful refactor of accounts/ routes ()
accounts_controller.rb Fix functional user requirements in whitelist mode ()
application_controller.rb Add specific rate limits for posting and following ()
authorize_interactions_controller.rb Add specific rate limits for posting and following ()
custom_css_controller.rb Fix redirecting non-functional accounts on public pages ()
directories_controller.rb Fix functional user requirements in whitelist mode ()
emojis_controller.rb Add (back) rails-level JSON caching ()
filters_controller.rb Fix missing authentication call in filters controller ()
follower_accounts_controller.rb Fix functional user requirements in whitelist mode ()
following_accounts_controller.rb Fix functional user requirements in whitelist mode ()
home_controller.rb Fix blurhash and autoplay not working on public pages ()
instance_actors_controller.rb Fix reverse-proxy caching of instance actor object ()
intents_controller.rb Refactor controllers for statuses, accounts, and more ()
invites_controller.rb Add invite comments ()
manifests_controller.rb Fix redirecting non-functional accounts on public pages ()
media_controller.rb Fix functional user requirements in whitelist mode ()
media_proxy_controller.rb Add customizable thumbnails for audio and video attachments ()
public_timelines_controller.rb Fix blurhash and autoplay not working on public pages ()
relationships_controller.rb Change followers page to relationships page in admin UI ()
remote_follow_controller.rb Fix redirecting non-functional accounts on public pages ()
remote_interaction_controller.rb Fix functional user requirements in whitelist mode ()
shares_controller.rb Fix blurhash and autoplay not working on public pages ()
statuses_controller.rb Fix functional user requirements in whitelist mode ()
tags_controller.rb Fix functional user requirements in whitelist mode ()