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
Emelia Smith d9b62e34da Feature: Improve reports ui (#7032)
* Further improvements to Reports UI

- Clean up notes display
- Clean up add new note form
- Simplify controller
- Allow reopening a report with a note
- Show created at date for reports
- Fix report details table formatting

* Show history of report using Admin::ActionLog beneath the report

* Fix incorrect log message when reopening a report

* Implement fetching of all ActionLog items that could be related to the report

* Ensure adding a report_note updates the report's updated_at

* Limit Report History to actions that happened between the report being created and the report being resolved

* Fix linting issues

* Improve report history builder

Thanks @gargron for the improvements
7 years ago
..
activitypub Federate pinned statuses over ActivityPub (#6610) 7 years ago
admin Feature: Improve reports ui (#7032) 7 years ago
api Enable updating additional account information from user preferences via rest api (#6789) 7 years ago
auth If login redirects to omniauth, redirect logout to root_path (#6694) 7 years ago
concerns Fix follow/unfollow buttons on public profile (fixes #7036) (#7040) 7 years ago
oauth
settings Account archive download (#6460) 7 years ago
well_known
about_controller.rb Add option to show only local toots in timeline preview (#6292) 7 years ago
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Fix prev/next links on public profile page (#6497) 7 years ago
application_controller.rb Improve require_admin! and require_staff! filters (#7018) 7 years ago
authorize_follows_controller.rb Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 7 years ago
emojis_controller.rb
follower_accounts_controller.rb Improve public account cards (#6559) 7 years ago
following_accounts_controller.rb Improve public account cards (#6559) 7 years ago
home_controller.rb Redirect from Web tag timeline to public tag timeline if not signed in (#6633) 7 years ago
intents_controller.rb
invites_controller.rb
manifests_controller.rb
media_controller.rb Save video metadata and improve video OpenGraph tags (#6481) 7 years ago
media_proxy_controller.rb
remote_follow_controller.rb
remote_unfollows.rb Fix follow/unfollow buttons on public profile (fixes #7036) (#7040) 7 years ago
shares_controller.rb
statuses_controller.rb Allow retrieval of private statuses (single or in outbox) using HTTP signatures (#6225) 7 years ago
stream_entries_controller.rb Allow HTTP caching of atom-rendered public toots (OStatus compatibility) (#6207) 7 years ago
tags_controller.rb