glitch-soc/app/views/admin
Thibaut Girka ec49aa8175 Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- `.github/dependabot.yml`:
  Updated upstream, we deleted it to not be flooded by Depandabot.
  Kept deleted.
- `Gemfile.lock`:
  Puma updated on both sides, went for the most recent version.
- `app/controllers/api/v1/mutes_controller.rb`:
  Upstream updated the serializer to support timed mutes, while
  glitch-soc added a custom API ages ago to get information that
  is already available elsewhere.
  Dropped the glitch-soc-specific API, went with upstream changes.
- `app/javascript/core/admin.js`:
  Conflict due to changing how assets are loaded. Went with upstream.
- `app/javascript/packs/public.js`:
  Conflict due to changing how assets are loaded. Went with upstream.
- `app/models/mute.rb`:
  🤷
- `app/models/user.rb`:
  New user setting added upstream while we have glitch-soc-specific
  user settings. Added upstream's user setting.
- `config/settings.yml`:
  Upstream added a new user setting close to a user setting we had
  changed the defaults for. Added the new upstream setting.
- `package.json`:
  Upstream dependency updated “too close” to a glitch-soc-specific
  dependency. No real conflict. Updated the dependency.
2020-10-21 19:10:50 +02:00
..
account_actions
account_moderation_notes
account_warnings
accounts Fix method of the DELETE DATA button (#14855) 2020-09-21 20:37:19 +02:00
action_logs Fix admin audit log crash due to glitch-soc theming changes 2020-04-04 23:15:08 +02:00
announcements
change_emails
custom_emojis Merge branch 'master' into glitch-soc/merge-upstream 2020-06-26 13:02:14 +02:00
dashboard
domain_allows
domain_blocks
email_domain_blocks
instances Improve appearence consistency of settings pages (#13938) 2020-06-26 00:36:30 +02:00
invites
ip_blocks Add IP-based rules (#14963) 2020-10-12 16:33:49 +02:00
pending_accounts Merge branch 'master' into glitch-soc/merge-upstream 2020-10-21 19:10:50 +02:00
relationships Fix admin-facing uses of inline CSS (#13575) 2020-04-28 19:39:16 +02:00
relays
report_notes
reports Merge branch 'master' into glitch-soc/merge-upstream 2020-06-26 13:02:14 +02:00
settings Add support for setting Content Warning for CW-less outgoing toots 2020-05-30 18:27:00 +02:00
statuses Merge branch 'master' into glitch-soc/merge-upstream 2020-05-03 21:23:49 +02:00
tags Merge branch 'master' into glitch-soc/merge-upstream 2020-06-26 13:02:14 +02:00
warning_presets