mastodon/app/controllers/admin
Claire cd87d7dcef Merge branch 'main' into glitch-soc/merge-upstream
- `.env.production.sample`:
  Our sample config file is very different from upstream since it is much more
  complete. Upstream added documentation for a few env variables.
  Copied the new variables/documentation from upstream.
- `app/lib/feed_manager.rb`:
  Upstream added a timeline type (hashtags), while glitch-soc already had an
  extra one (direct messages). Not really a conflict but textually close
  changes.
  Ported upstream's changes.
- `app/models/custom_emoji.rb`:
  Upstream upped the custom emoji size limit, while glitch-soc had configurable
  limits.
  Upped the default limits accordingly.
- `streaming/index.js`:
  Upstream reworked how hastags were normalized. Minor conflict due to
  glitch-soc's handling of instance-local posts.
  Ported upstream's changes.
2022-07-17 22:07:20 +02:00
..
disputes
reports
trends Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
users Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
webhooks Add administrative webhooks (#18510) 2022-06-09 21:57:36 +02:00
account_actions_controller.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
account_moderation_notes_controller.rb
accounts_controller.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
action_logs_controller.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
announcements_controller.rb
base_controller.rb Merge branch 'main' into glitch-soc/merge-upstream 2022-07-05 09:33:44 +02:00
change_emails_controller.rb
confirmations_controller.rb
custom_emojis_controller.rb Merge branch 'main' into glitch-soc/merge-upstream 2022-07-05 09:33:44 +02:00
dashboard_controller.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
domain_allows_controller.rb
domain_blocks_controller.rb Fix authorization check in domain blocks controller 2022-07-05 11:57:30 +02:00
email_domain_blocks_controller.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
export_domain_allows_controller.rb Allow import/export of instance-level domain blocks/allows (#1754) 2022-05-16 09:29:01 +02:00
export_domain_blocks_controller.rb Add confirmation page when importing blocked domains (#1773) 2022-05-16 18:26:49 +02:00
follow_recommendations_controller.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
instances_controller.rb
invites_controller.rb
ip_blocks_controller.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
relationships_controller.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
relays_controller.rb
report_notes_controller.rb
reports_controller.rb
resets_controller.rb
roles_controller.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
rules_controller.rb
settings_controller.rb
site_uploads_controller.rb
statuses_controller.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
tags_controller.rb Change how hashtags are normalized (#18795) 2022-07-13 15:03:28 +02:00
warning_presets_controller.rb
webhooks_controller.rb Add administrative webhooks (#18510) 2022-06-09 21:57:36 +02:00