mastodon/app/presenters
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 ()
account_relationships_presenter.rb Add user notes on accounts ()
initial_state_presenter.rb Add visibility parameter in share page ()
instance_presenter.rb Fix active user count for different number of weeks using same cache ()
status_relationships_presenter.rb Fix n+1 query for bookmarks on statuses ()