masto-fe/app/javascript/mastodon/features
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 Add option to be notified when a followed user posts (#13546) 2020-09-18 17:26:45 +02:00
account_gallery Change web UI to show empty profile for suspended accounts (#14766) 2020-09-10 00:07:19 +02:00
account_timeline Add option to be notified when a followed user posts (#13546) 2020-09-18 17:26:45 +02:00
audio Add pop-out player for audio/video in web UI (#14870) 2020-09-28 13:29:43 +02:00
blocks
bookmarked_statuses
community_timeline
compose Merge branch 'master' into glitch-soc/merge-upstream 2020-10-21 19:10:50 +02:00
direct_timeline Freeze scroll position when a dropdown menu is open in the TL (#14271) 2020-07-09 15:09:19 +02:00
directory Replace shortNumberFormat with <ShortNumber> (#14061) 2020-07-06 14:27:32 +02:00
domain_blocks
emoji Change how CDN_HOST is passed down to make assets build reproducible (#14381) 2020-10-13 01:19:35 +02:00
favourited_statuses
favourites
follow_requests
followers Fix the conditions for incomplete remote content (#14195) 2020-07-01 23:38:44 +02:00
following Fix the conditions for incomplete remote content (#14195) 2020-07-01 23:38:44 +02:00
generic_not_found
getting_started Change how CDN_HOST is passed down to make assets build reproducible (#14381) 2020-10-13 01:19:35 +02:00
hashtag_timeline Fix hashtag column options styling (#14247) 2020-07-07 01:33:38 +02:00
home_timeline
introduction Add option to disable swiping motions across the WebUI (#13885) 2020-09-30 19:31:03 +02:00
keyboard_shortcuts Add hotkey for toggling content warning composer field (#13987) 2020-06-09 10:32:32 +02:00
list_adder
list_editor
list_timeline Add configuration option to filter replies in lists (#9205) 2020-09-01 13:31:28 +02:00
lists
mutes
notifications Change how missing desktop notifications permission is displayed (#14985) 2020-10-15 16:24:47 +02:00
picture_in_picture Add pop-out player for audio/video in web UI (#14870) 2020-09-28 13:29:43 +02:00
pinned_statuses
public_timeline Add remote only to public timeline (#13504) 2020-05-10 10:36:18 +02:00
reblogs
report
search
standalone
status Add pop-out player for audio/video in web UI (#14870) 2020-09-28 13:29:43 +02:00
ui Fix strings that could not be translated (#14980) 2020-10-15 21:24:58 +02:00
video Add pop-out player for audio/video in web UI (#14870) 2020-09-28 13:29:43 +02:00