mastodon/app/serializers/activitypub
Thibaut Girka 12c8ac9e14 Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- `app/controllers/activitypub/collections_controller.rb`:
  Conflict due to glitch-soc having to take care of local-only
  pinned toots in that controller.
  Took upstream's changes and restored the local-only special
  handling.
- `app/controllers/auth/sessions_controller.rb`:
  Minor conflicts due to the theming system, applied upstream
  changes, adapted the following two files for glitch-soc's
  theming system:
  - `app/controllers/concerns/sign_in_token_authentication_concern.rb`
  - `app/controllers/concerns/two_factor_authentication_concern.rb`
- `app/services/backup_service.rb`:
  Minor conflict due to glitch-soc having to handle local-only
  toots specially. Applied upstream changes and restored
  the local-only special handling.
- `app/views/admin/custom_emojis/index.html.haml`:
  Minor conflict due to the theming system.
- `package.json`:
  Upstream dependency updated, too close to a glitch-soc-only
  dependency in the file.
- `yarn.lock`:
  Upstream dependency updated, too close to a glitch-soc-only
  dependency in the file.
2020-06-09 10:39:20 +02:00
..
accept_follow_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
activity_serializer.rb Add E2EE API (#13820) 2020-06-02 19:24:53 +02:00
actor_serializer.rb Add E2EE API (#13820) 2020-06-02 19:24:53 +02:00
add_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
block_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
collection_serializer.rb Fix serialization of replies when some of them are URIs (#13957) 2020-06-04 19:03:31 +02:00
delete_actor_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
delete_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
device_serializer.rb Add E2EE API (#13820) 2020-06-02 19:24:53 +02:00
emoji_serializer.rb Fix activity being rendered within activity due to caching (#11271) 2019-07-10 00:43:30 +02:00
encrypted_message_serializer.rb Add E2EE API (#13820) 2020-06-02 19:24:53 +02:00
flag_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
follow_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
image_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
like_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
move_serializer.rb Add account migration UI (#11846) 2019-09-19 20:58:19 +02:00
note_serializer.rb Fix backup archive including outgoing-only content warnings 2020-05-30 18:27:00 +02:00
one_time_key_serializer.rb Add E2EE API (#13820) 2020-06-02 19:24:53 +02:00
outbox_serializer.rb Add E2EE API (#13820) 2020-06-02 19:24:53 +02:00
public_key_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
reject_follow_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
remove_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
undo_announce_serializer.rb Add E2EE API (#13820) 2020-06-02 19:24:53 +02:00
undo_block_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
undo_follow_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
undo_like_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
update_poll_serializer.rb Fix account URI in UpdatePollSerializer (#11194) 2019-06-27 19:41:55 +02:00
update_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00
vote_serializer.rb Remove unused ActivityPub `@context` values depending on response (#10378) 2019-03-27 15:55:23 +01:00