-rw-r--r-- | .babelrc | 66L |
-rw-r--r-- | .buildpacks | 3L |
-rw-r--r-- | .codeclimate.yml | 37L |
-rw-r--r-- | .dockerignore | 14L |
-rw-r--r-- | .editorconfig | 12L |
-rw-r--r-- | .env.nanobox | 226L |
-rw-r--r-- | .env.production.sample | 216L |
-rw-r--r-- | .env.test | 7L |
-rw-r--r-- | .env.vagrant | 2L |
-rw-r--r-- | .eslintignore | 30L |
-rw-r--r-- | .eslintrc.yml | 157L |
-rw-r--r-- | .foreman | 1L |
-rw-r--r-- | .gitattributes | 14L |
-rw-r--r-- | .github/CODEOWNERS | 32L |
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 6L |
-rw-r--r-- | .gitignore | 60L |
-rw-r--r-- | .gitlab-ci.yml | 17L |
-rw-r--r-- | .haml-lint.yml | 108L |
-rw-r--r-- | .nanoignore | 19L |
-rw-r--r-- | .nvmrc | 1L |
-rw-r--r-- | .postcssrc.yml | 9L |
-rw-r--r-- | .profile | 1L |
-rw-r--r-- | .rspec | 3L |
-rw-r--r-- | .rubocop.yml | 111L |
-rw-r--r-- | .ruby-version | 1L |
-rw-r--r-- | .scss-lint.yml | 264L |
-rw-r--r-- | .slugignore | 4L |
-rw-r--r-- | .travis.yml | 60L |
-rw-r--r-- | .yarnclean | 46L |
-rw-r--r-- | AUTHORS.md | 450L |
-rw-r--r-- | Aptfile | 10L |
-rw-r--r-- | CODE_OF_CONDUCT.md | 46L |
-rw-r--r-- | CONTRIBUTING.md | 51L |
-rw-r--r-- | Capfile | 14L |
-rw-r--r-- | Dockerfile | 84L |
-rw-r--r-- | Gemfile | 142L |
-rw-r--r-- | Gemfile.lock | 747L |
-rw-r--r-- | LICENSE | 661L |
-rw-r--r-- | Procfile | 2L |
-rw-r--r-- | Procfile.dev | 4L |
-rw-r--r-- | README.md | 71L |
-rw-r--r-- | Rakefile | 6L |
-rw-r--r-- | Vagrantfile | 128L |
-rw-r--r-- | app.json | 114L |
-rw-r--r-- | app/chewy/statuses_index.rb | 61L |
-rw-r--r-- | app/controllers/about_controller.rb | 38L |
-rw-r--r-- | app/controllers/account_follow_controller.rb | 12L |
-rw-r--r-- | app/controllers/account_unfollow_controller.rb | 12L |
-rw-r--r-- | app/controllers/accounts_controller.rb | 111L |
-rw-r--r-- | app/controllers/activitypub/collections_controller.rb | 57L |
-rw-r--r-- | app/controllers/activitypub/inboxes_controller.rb | 41L |
-rw-r--r-- | app/controllers/activitypub/outboxes_controller.rb | 29L |
-rw-r--r-- | app/controllers/admin/account_moderation_notes_controller.rb | 41L |
-rw-r--r-- | app/controllers/admin/accounts_controller.rb | 108L |
-rw-r--r-- | app/controllers/admin/action_logs_controller.rb | 9L |
-rw-r--r-- | app/controllers/admin/base_controller.rb | 12L |
-rw-r--r-- | app/controllers/admin/change_emails_controller.rb | 49L |
-rw-r--r-- | app/controllers/admin/confirmations_controller.rb | 20L |
-rw-r--r-- | app/controllers/admin/custom_emojis_controller.rb | 111L |
-rw-r--r-- | app/controllers/admin/domain_blocks_controller.rb | 56L |
-rw-r--r-- | app/controllers/admin/email_domain_blocks_controller.rb | 47L |
-rw-r--r-- | app/controllers/admin/instances_controller.rb | 43L |
-rw-r--r-- | app/controllers/admin/invites_controller.rb | 47L |
-rw-r--r-- | app/controllers/admin/report_notes_controller.rb | 56L |
-rw-r--r-- | app/controllers/admin/reported_statuses_controller.rb | 49L |
-rw-r--r-- | app/controllers/admin/reports_controller.rb | 96L |
-rw-r--r-- | app/controllers/admin/resets_controller.rb | 20L |
-rw-r--r-- | app/controllers/admin/roles_controller.rb | 27L |
-rw-r--r-- | app/controllers/admin/settings_controller.rb | 77L |
-rw-r--r-- | app/controllers/admin/silences_controller.rb | 27L |
-rw-r--r-- | app/controllers/admin/statuses_controller.rb | 76L |
-rw-r--r-- | app/controllers/admin/subscriptions_controller.rb | 20L |
-rw-r--r-- | app/controllers/admin/suspensions_controller.rb | 27L |
-rw-r--r-- | app/controllers/admin/two_factor_authentications_controller.rb | 20L |
-rw-r--r-- | app/controllers/api/base_controller.rb | 79L |
-rw-r--r-- | app/controllers/api/oembed_controller.rb | 24L |
-rw-r--r-- | app/controllers/api/push_controller.rb | 73L |
-rw-r--r-- | app/controllers/api/salmon_controller.rb | 37L |
-rw-r--r-- | app/controllers/api/subscriptions_controller.rb | 51L |
-rw-r--r-- | app/controllers/api/v1/accounts/credentials_controller.rb | 37L |
-rw-r--r-- | app/controllers/api/v1/accounts/follower_accounts_controller.rb | 68L |
-rw-r--r-- | app/controllers/api/v1/accounts/following_accounts_controller.rb | 68L |
-rw-r--r-- | app/controllers/api/v1/accounts/lists_controller.rb | 20L |
-rw-r--r-- | app/controllers/api/v1/accounts/relationships_controller.rb | 26L |
-rw-r--r-- | app/controllers/api/v1/accounts/search_controller.rb | 25L |
-rw-r--r-- | app/controllers/api/v1/accounts/statuses_controller.rb | 102L |
-rw-r--r-- | app/controllers/api/v1/accounts_controller.rb | 57L |
-rw-r--r-- | app/controllers/api/v1/apps/credentials_controller.rb | 11L |
-rw-r--r-- | app/controllers/api/v1/apps_controller.rb | 27L |
-rw-r--r-- | app/controllers/api/v1/blocks_controller.rb | 62L |
-rw-r--r-- | app/controllers/api/v1/custom_emojis_controller.rb | 9L |
-rw-r--r-- | app/controllers/api/v1/domain_blocks_controller.rb | 76L |
-rw-r--r-- | app/controllers/api/v1/favourites_controller.rb | 71L |
-rw-r--r-- | app/controllers/api/v1/follow_requests_controller.rb | 76L |
-rw-r--r-- | app/controllers/api/v1/follows_controller.rb | 31L |
-rw-r--r-- | app/controllers/api/v1/instances/activity_controller.rb | 36L |
-rw-r--r-- | app/controllers/api/v1/instances/peers_controller.rb | 17L |
-rw-r--r-- | app/controllers/api/v1/instances_controller.rb | 9L |
-rw-r--r-- | app/controllers/api/v1/lists/accounts_controller.rb | 97L |
-rw-r--r-- | app/controllers/api/v1/lists_controller.rb | 43L |
-rw-r--r-- | app/controllers/api/v1/media_controller.rb | 40L |
-rw-r--r-- | app/controllers/api/v1/mutes_controller.rb | 64L |
-rw-r--r-- | app/controllers/api/v1/notifications_controller.rb | 87L |
-rw-r--r-- | app/controllers/api/v1/reports_controller.rb | 44L |
-rw-r--r-- | app/controllers/api/v1/search_controller.rb | 40L |
-rw-r--r-- | app/controllers/api/v1/statuses/favourited_by_accounts_controller.rb | 82L |
-rw-r--r-- | app/controllers/api/v1/statuses/favourites_controller.rb | 38L |
-rw-r--r-- | app/controllers/api/v1/statuses/mutes_controller.rb | 41L |
-rw-r--r-- | app/controllers/api/v1/statuses/pins_controller.rb | 54L |
-rw-r--r-- | app/controllers/api/v1/statuses/reblogged_by_accounts_controller.rb | 79L |
-rw-r--r-- | app/controllers/api/v1/statuses/reblogs_controller.rb | 35L |
-rw-r--r-- | app/controllers/api/v1/statuses_controller.rb | 86L |
-rw-r--r-- | app/controllers/api/v1/streaming_controller.rb | 15L |
-rw-r--r-- | app/controllers/api/v1/timelines/home_controller.rb | 68L |
-rw-r--r-- | app/controllers/api/v1/timelines/list_controller.rb | 66L |
-rw-r--r-- | app/controllers/api/v1/timelines/public_controller.rb | 66L |
-rw-r--r-- | app/controllers/api/v1/timelines/tag_controller.rb | 75L |
-rw-r--r-- | app/controllers/api/web/embeds_controller.rb | 17L |
-rw-r--r-- | app/controllers/api/web/push_subscriptions_controller.rb | 62L |
-rw-r--r-- | app/controllers/api/web/settings_controller.rb | 20L |
-rw-r--r-- | app/controllers/application_controller.rb | 151L |
-rw-r--r-- | app/controllers/auth/confirmations_controller.rb | 29L |
-rw-r--r-- | app/controllers/auth/omniauth_callbacks_controller.rb | 33L |
-rw-r--r-- | app/controllers/auth/passwords_controller.rb | 20L |
-rw-r--r-- | app/controllers/auth/registrations_controller.rb | 78L |
-rw-r--r-- | app/controllers/auth/sessions_controller.rb | 119L |
-rw-r--r-- | app/controllers/authorize_follows_controller.rb | 66L |
-rw-r--r-- | app/controllers/concerns/account_controller_concern.rb | 59L |
-rw-r--r-- | app/controllers/concerns/accountable_concern.rb | 9L |
-rw-r--r-- | app/controllers/concerns/authorization.rb | 23L |
-rw-r--r-- | app/controllers/concerns/export_controller_concern.rb | 30L |
-rw-r--r-- | app/controllers/concerns/localized.rb | 38L |
-rw-r--r-- | app/controllers/concerns/obfuscate_filename.rb | 16L |
-rw-r--r-- | app/controllers/concerns/rate_limit_headers.rb | 58L |
-rw-r--r-- | app/controllers/concerns/remote_account_controller_concern.rb | 21L |
-rw-r--r-- | app/controllers/concerns/signature_authentication.rb | 11L |
-rw-r--r-- | app/controllers/concerns/signature_verification.rb | 124L |
-rw-r--r-- | app/controllers/concerns/user_tracking_concern.rb | 22L |
-rw-r--r-- | app/controllers/emojis_controller.rb | 24L |
-rw-r--r-- | app/controllers/follower_accounts_controller.rb | 50L |
-rw-r--r-- | app/controllers/following_accounts_controller.rb | 50L |
-rw-r--r-- | app/controllers/home_controller.rb | 65L |
-rw-r--r-- | app/controllers/intents_controller.rb | 18L |
-rw-r--r-- | app/controllers/invites_controller.rb | 43L |
-rw-r--r-- | app/controllers/manifests_controller.rb | 7L |
-rw-r--r-- | app/controllers/media_controller.rb | 30L |
-rw-r--r-- | app/controllers/media_proxy_controller.rb | 40L |
-rw-r--r-- | app/controllers/oauth/authorizations_controller.rb | 16L |
-rw-r--r-- | app/controllers/oauth/authorized_applications_controller.rb | 16L |
-rw-r--r-- | app/controllers/remote_follow_controller.rb | 45L |
-rw-r--r-- | app/controllers/remote_unfollows.rb | 39L |
-rw-r--r-- | app/controllers/settings/applications_controller.rb | 72L |
-rw-r--r-- | app/controllers/settings/deletes_controller.rb | 32L |
-rw-r--r-- | app/controllers/settings/exports/blocked_accounts_controller.rb | 19L |
-rw-r--r-- | app/controllers/settings/exports/following_accounts_controller.rb | 19L |
-rw-r--r-- | app/controllers/settings/exports/muted_accounts_controller.rb | 19L |
-rw-r--r-- | app/controllers/settings/exports_controller.rb | 23L |
-rw-r--r-- | app/controllers/settings/follower_domains_controller.rb | 30L |
-rw-r--r-- | app/controllers/settings/imports_controller.rb | 34L |
-rw-r--r-- | app/controllers/settings/migrations_controller.rb | 34L |
-rw-r--r-- | app/controllers/settings/notifications_controller.rb | 32L |
-rw-r--r-- | app/controllers/settings/preferences_controller.rb | 51L |
-rw-r--r-- | app/controllers/settings/profiles_controller.rb | 36L |
-rw-r--r-- | app/controllers/settings/sessions_controller.rb | 17L |
-rw-r--r-- | app/controllers/settings/two_factor_authentication/confirmations_controller.rb | 48L |
-rw-r--r-- | app/controllers/settings/two_factor_authentication/recovery_codes_controller.rb | 18L |
-rw-r--r-- | app/controllers/settings/two_factor_authentications_controller.rb | 47L |
-rw-r--r-- | app/controllers/shares_controller.rb | 31L |
-rw-r--r-- | app/controllers/statuses_controller.rb | 84L |
-rw-r--r-- | app/controllers/stream_entries_controller.rb | 64L |
-rw-r--r-- | app/controllers/tags_controller.rb | 53L |
-rw-r--r-- | app/controllers/well_known/host_meta_controller.rb | 19L |
-rw-r--r-- | app/controllers/well_known/webfinger_controller.rb | 44L |
-rw-r--r-- | app/helpers/admin/account_moderation_notes_helper.rb | 4L |
-rw-r--r-- | app/helpers/admin/action_logs_helper.rb | 105L |
-rw-r--r-- | app/helpers/admin/filter_helper.rb | 43L |
-rw-r--r-- | app/helpers/application_helper.rb | 66L |
-rw-r--r-- | app/helpers/flashes_helper.rb | 7L |
-rw-r--r-- | app/helpers/home_helper.rb | 9L |
-rw-r--r-- | app/helpers/instance_helper.rb | 11L |
-rw-r--r-- | app/helpers/jsonld_helper.rb | 89L |
-rw-r--r-- | app/helpers/mailer_helper.rb | 4L |
-rw-r--r-- | app/helpers/routing_helper.rb | 30L |
-rw-r--r-- | app/helpers/settings_helper.rb | 68L |
-rw-r--r-- | app/helpers/stream_entries_helper.rb | 137L |
-rw-r--r-- | app/javascript/images/elephant-fren.png | 40859B |
-rw-r--r-- | app/javascript/images/elephant_ui_disappointed.svg | 1L |
-rw-r--r-- | app/javascript/images/elephant_ui_greeting.svg | 1L |
-rw-r--r-- | app/javascript/images/elephant_ui_plane.svg | 1L |
-rw-r--r-- | app/javascript/images/elephant_ui_working.svg | 1L |
-rw-r--r-- | app/javascript/images/icon_cached.svg | 2L |
-rw-r--r-- | app/javascript/images/icon_done.svg | 4L |
-rw-r--r-- | app/javascript/images/icon_email.svg | 4L |
-rw-r--r-- | app/javascript/images/icon_file_download.svg | 4L |
-rw-r--r-- | app/javascript/images/icon_grade.svg | 4L |
-rw-r--r-- | app/javascript/images/icon_lock_open.svg | 4L |
-rw-r--r-- | app/javascript/images/icon_person_add.svg | 4L |
-rw-r--r-- | app/javascript/images/icon_reply.svg | 4L |
-rw-r--r-- | app/javascript/images/logo.svg | 1L |
-rw-r--r-- | app/javascript/images/logo_alt.svg | 1L |
-rw-r--r-- | app/javascript/images/logo_full.svg | 1L |
-rw-r--r-- | app/javascript/images/logo_transparent.svg | 1L |
-rw-r--r-- | app/javascript/images/mailer/icon_cached.png | 582B |
-rw-r--r-- | app/javascript/images/mailer/icon_done.png | 279B |
-rw-r--r-- | app/javascript/images/mailer/icon_email.png | 520B |
-rw-r--r-- | app/javascript/images/mailer/icon_file_download.png | 271B |
-rw-r--r-- | app/javascript/images/mailer/icon_grade.png | 541B |
-rw-r--r-- | app/javascript/images/mailer/icon_lock_open.png | 550B |
-rw-r--r-- | app/javascript/images/mailer/icon_person_add.png | 512B |
-rw-r--r-- | app/javascript/images/mailer/icon_reply.png | 391B |
-rw-r--r-- | app/javascript/images/mailer/logo_full.png | 3052B |
-rw-r--r-- | app/javascript/images/mailer/logo_transparent.png | 627B |
-rw-r--r-- | app/javascript/images/preview.jpg | 292252B |
-rw-r--r-- | app/javascript/images/reticle.png | 3053B |
-rw-r--r-- | app/javascript/images/void.png | 174B |
-rw-r--r-- | app/javascript/mastodon/.gitkeep | 0B |
-rw-r--r-- | app/javascript/mastodon/actions/accounts.js | 696L |
-rw-r--r-- | app/javascript/mastodon/actions/alerts.js | 49L |
-rw-r--r-- | app/javascript/mastodon/actions/blocks.js | 85L |
-rw-r--r-- | app/javascript/mastodon/actions/bundles.js | 25L |
-rw-r--r-- | app/javascript/mastodon/actions/cards.js | 52L |
-rw-r--r-- | app/javascript/mastodon/actions/columns.js | 40L |
-rw-r--r-- | app/javascript/mastodon/actions/compose.js | 462L |
-rw-r--r-- | app/javascript/mastodon/actions/custom_emojis.js | 37L |
-rw-r--r-- | app/javascript/mastodon/actions/domain_blocks.js | 165L |
-rw-r--r-- | app/javascript/mastodon/actions/dropdown_menu.js | 10L |
-rw-r--r-- | app/javascript/mastodon/actions/emojis.js | 14L |
-rw-r--r-- | app/javascript/mastodon/actions/favourites.js | 90L |
-rw-r--r-- | app/javascript/mastodon/actions/height_cache.js | 17L |
-rw-r--r-- | app/javascript/mastodon/actions/importer/index.js | 77L |
-rw-r--r-- | app/javascript/mastodon/actions/importer/normalizer.js | 58L |
-rw-r--r-- | app/javascript/mastodon/actions/interactions.js | 254L |
-rw-r--r-- | app/javascript/mastodon/actions/lists.js | 318L |
-rw-r--r-- | app/javascript/mastodon/actions/modal.js | 16L |
-rw-r--r-- | app/javascript/mastodon/actions/mutes.js | 106L |
-rw-r--r-- | app/javascript/mastodon/actions/notifications.js | 148L |
-rw-r--r-- | app/javascript/mastodon/actions/onboarding.js | 14L |
-rw-r--r-- | app/javascript/mastodon/actions/pleroma.js | 107L |
-rw-r--r-- | app/javascript/mastodon/actions/push_notifications/index.js | 23L |
-rw-r--r-- | app/javascript/mastodon/actions/push_notifications/registerer.js | 148L |
-rw-r--r-- | app/javascript/mastodon/actions/push_notifications/setter.js | 34L |
-rw-r--r-- | app/javascript/mastodon/actions/reports.js | 89L |
-rw-r--r-- | app/javascript/mastodon/actions/search.js | 82L |
-rw-r--r-- | app/javascript/mastodon/actions/settings.js | 34L |
-rw-r--r-- | app/javascript/mastodon/actions/statuses.js | 329L |
-rw-r--r-- | app/javascript/mastodon/actions/store.js | 24L |
-rw-r--r-- | app/javascript/mastodon/actions/streaming.js | 49L |
-rw-r--r-- | app/javascript/mastodon/actions/timelines.js | 133L |
-rw-r--r-- | app/javascript/mastodon/api.js | 26L |
-rw-r--r-- | app/javascript/mastodon/base_polyfills.js | 23L |
-rw-r--r-- | app/javascript/mastodon/components/__tests__/__snapshots__/avatar-test.js.snap | 33L |
-rw-r--r-- | app/javascript/mastodon/components/__tests__/__snapshots__/avatar_overlay-test.js.snap | 24L |
-rw-r--r-- | app/javascript/mastodon/components/__tests__/__snapshots__/button-test.js.snap | 114L |
-rw-r--r-- | app/javascript/mastodon/components/__tests__/__snapshots__/display_name-test.js.snap | 25L |
-rw-r--r-- | app/javascript/mastodon/components/__tests__/avatar-test.js | 36L |
-rw-r--r-- | app/javascript/mastodon/components/__tests__/avatar_overlay-test.js | 29L |
-rw-r--r-- | app/javascript/mastodon/components/__tests__/button-test.js | 75L |
-rw-r--r-- | app/javascript/mastodon/components/__tests__/display_name-test.js | 18L |
-rw-r--r-- | app/javascript/mastodon/components/account.js | 117L |
-rw-r--r-- | app/javascript/mastodon/components/attachment_list.js | 57L |
-rw-r--r-- | app/javascript/mastodon/components/autosuggest_emoji.js | 42L |
-rw-r--r-- | app/javascript/mastodon/components/autosuggest_textarea.js | 226L |
-rw-r--r-- | app/javascript/mastodon/components/avatar.js | 72L |
-rw-r--r-- | app/javascript/mastodon/components/avatar_overlay.js | 37L |
-rw-r--r-- | app/javascript/mastodon/components/button.js | 63L |
-rw-r--r-- | app/javascript/mastodon/components/collapsable.js | 22L |
-rw-r--r-- | app/javascript/mastodon/components/column.js | 52L |
-rw-r--r-- | app/javascript/mastodon/components/column_back_button.js | 28L |
-rw-r--r-- | app/javascript/mastodon/components/column_back_button_slim.js | 18L |
-rw-r--r-- | app/javascript/mastodon/components/column_header.js | 162L |
-rw-r--r-- | app/javascript/mastodon/components/display_name.js | 20L |
-rw-r--r-- | app/javascript/mastodon/components/domain.js | 42L |
-rw-r--r-- | app/javascript/mastodon/components/dropdown_menu.js | 214L |
-rw-r--r-- | app/javascript/mastodon/components/extended_video_player.js | 62L |
-rw-r--r-- | app/javascript/mastodon/components/icon_button.js | 114L |
-rw-r--r-- | app/javascript/mastodon/components/intersection_observer_article.js | 130L |
-rw-r--r-- | app/javascript/mastodon/components/load_gap.js | 33L |
-rw-r--r-- | app/javascript/mastodon/components/load_more.js | 27L |
-rw-r--r-- | app/javascript/mastodon/components/loading_indicator.js | 11L |
-rw-r--r-- | app/javascript/mastodon/components/media_gallery.js | 325L |
-rw-r--r-- | app/javascript/mastodon/components/missing_indicator.js | 15L |
-rw-r--r-- | app/javascript/mastodon/components/modal_root.js | 84L |
-rw-r--r-- | app/javascript/mastodon/components/permalink.js | 40L |
-rw-r--r-- | app/javascript/mastodon/components/relative_timestamp.js | 147L |
-rw-r--r-- | app/javascript/mastodon/components/scrollable_list.js | 192L |
-rw-r--r-- | app/javascript/mastodon/components/setting_text.js | 34L |
-rw-r--r-- | app/javascript/mastodon/components/status.js | 250L |
-rw-r--r-- | app/javascript/mastodon/components/status_action_bar.js | 166L |
-rw-r--r-- | app/javascript/mastodon/components/status_content.js | 194L |
-rw-r--r-- | app/javascript/mastodon/components/status_list.js | 100L |
-rw-r--r-- | app/javascript/mastodon/containers/account_container.js | 72L |
-rw-r--r-- | app/javascript/mastodon/containers/card_container.js | 18L |
-rw-r--r-- | app/javascript/mastodon/containers/compose_container.js | 38L |
-rw-r--r-- | app/javascript/mastodon/containers/domain_container.js | 33L |
-rw-r--r-- | app/javascript/mastodon/containers/dropdown_menu_container.js | 27L |
-rw-r--r-- | app/javascript/mastodon/containers/intersection_observer_article_container.js | 17L |
-rw-r--r-- | app/javascript/mastodon/containers/mastodon.js | 74L |
-rw-r--r-- | app/javascript/mastodon/containers/media_galleries_container.js | 68L |
-rw-r--r-- | app/javascript/mastodon/containers/status_container.js | 139L |
-rw-r--r-- | app/javascript/mastodon/containers/timeline_container.js | 56L |
-rw-r--r-- | app/javascript/mastodon/containers/video_container.js | 26L |
-rw-r--r-- | app/javascript/mastodon/extra_polyfills.js | 5L |
-rw-r--r-- | app/javascript/mastodon/features/account/components/action_bar.js | 123L |
-rw-r--r-- | app/javascript/mastodon/features/account/components/header.js | 165L |
-rw-r--r-- | app/javascript/mastodon/features/account_gallery/components/media_item.js | 63L |
-rw-r--r-- | app/javascript/mastodon/features/account_gallery/index.js | 137L |
-rw-r--r-- | app/javascript/mastodon/features/account_timeline/components/header.js | 90L |
-rw-r--r-- | app/javascript/mastodon/features/account_timeline/components/moved_note.js | 48L |
-rw-r--r-- | app/javascript/mastodon/features/account_timeline/containers/header_container.js | 91L |
-rw-r--r-- | app/javascript/mastodon/features/account_timeline/index.js | 82L |
-rw-r--r-- | app/javascript/mastodon/features/blocks/index.js | 70L |
-rw-r--r-- | app/javascript/mastodon/features/community_timeline/components/column_settings.js | 35L |
-rw-r--r-- | app/javascript/mastodon/features/community_timeline/containers/column_settings_container.js | 17L |
-rw-r--r-- | app/javascript/mastodon/features/community_timeline/index.js | 104L |
-rw-r--r-- | app/javascript/mastodon/features/compose/components/autosuggest_account.js | 24L |
-rw-r--r-- | app/javascript/mastodon/features/compose/components/character_counter.js | 25L |
-rw-r--r-- | app/javascript/mastodon/features/compose/components/compose_form.js | 222L |
-rw-r--r-- | app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.js | 376L |
-rw-r--r-- | app/javascript/mastodon/features/compose/components/navigation_bar.js | 38L |
-rw-r--r-- | app/javascript/mastodon/features/compose/components/privacy_dropdown.js | 212L |
-rw-r--r-- | app/javascript/mastodon/features/compose/components/reply_indicator.js | 67L |
-rw-r--r-- | app/javascript/mastodon/features/compose/components/search.js | 130L |
-rw-r--r-- | app/javascript/mastodon/features/compose/components/search_results.js | 71L |
-rw-r--r-- | app/javascript/mastodon/features/compose/components/text_icon_button.js | 29L |
-rw-r--r-- | app/javascript/mastodon/features/compose/components/upload.js | 106L |
-rw-r--r-- | app/javascript/mastodon/features/compose/components/upload_button.js | 77L |
-rw-r--r-- | app/javascript/mastodon/features/compose/components/upload_form.js | 29L |
-rw-r--r-- | app/javascript/mastodon/features/compose/components/upload_progress.js | 42L |
-rw-r--r-- | app/javascript/mastodon/features/compose/components/warning.js | 26L |
-rw-r--r-- | app/javascript/mastodon/features/compose/containers/autosuggest_account_container.js | 15L |
-rw-r--r-- | app/javascript/mastodon/features/compose/containers/compose_form_container.js | 65L |
-rw-r--r-- | app/javascript/mastodon/features/compose/containers/emoji_picker_dropdown_container.js | 83L |
-rw-r--r-- | app/javascript/mastodon/features/compose/containers/navigation_container.js | 11L |
-rw-r--r-- | app/javascript/mastodon/features/compose/containers/privacy_dropdown_container.js | 24L |
-rw-r--r-- | app/javascript/mastodon/features/compose/containers/reply_indicator_container.js | 24L |
-rw-r--r-- | app/javascript/mastodon/features/compose/containers/search_container.js | 35L |
-rw-r--r-- | app/javascript/mastodon/features/compose/containers/search_results_container.js | 8L |
-rw-r--r-- | app/javascript/mastodon/features/compose/containers/sensitive_button_container.js | 72L |
-rw-r--r-- | app/javascript/mastodon/features/compose/containers/spoiler_button_container.js | 26L |
-rw-r--r-- | app/javascript/mastodon/features/compose/containers/upload_button_container.js | 18L |
-rw-r--r-- | app/javascript/mastodon/features/compose/containers/upload_container.js | 26L |
-rw-r--r-- | app/javascript/mastodon/features/compose/containers/upload_form_container.js | 8L |
-rw-r--r-- | app/javascript/mastodon/features/compose/containers/upload_progress_container.js | 9L |
-rw-r--r-- | app/javascript/mastodon/features/compose/containers/warning_container.js | 36L |
-rw-r--r-- | app/javascript/mastodon/features/compose/index.js | 116L |
-rw-r--r-- | app/javascript/mastodon/features/compose/util/counter.js | 7L |
-rw-r--r-- | app/javascript/mastodon/features/compose/util/url_regex.js | 196L |
-rw-r--r-- | app/javascript/mastodon/features/domain_blocks/index.js | 66L |
-rw-r--r-- | app/javascript/mastodon/features/emoji/__tests__/emoji-test.js | 77L |
-rw-r--r-- | app/javascript/mastodon/features/emoji/__tests__/emoji_index-test.js | 130L |
-rw-r--r-- | app/javascript/mastodon/features/emoji/emoji.js | 95L |
-rw-r--r-- | app/javascript/mastodon/features/emoji/emoji_compressed.js | 93L |
-rw-r--r-- | app/javascript/mastodon/features/emoji/emoji_map.json | 1L |
-rw-r--r-- | app/javascript/mastodon/features/emoji/emoji_mart_data_light.js | 41L |
-rw-r--r-- | app/javascript/mastodon/features/emoji/emoji_mart_search_light.js | 157L |
-rw-r--r-- | app/javascript/mastodon/features/emoji/emoji_picker.js | 7L |
-rw-r--r-- | app/javascript/mastodon/features/emoji/emoji_unicode_mapping_light.js | 35L |
-rw-r--r-- | app/javascript/mastodon/features/emoji/emoji_utils.js | 258L |
-rw-r--r-- | app/javascript/mastodon/features/emoji/unicode_to_filename.js | 26L |
-rw-r--r-- | app/javascript/mastodon/features/emoji/unicode_to_unified_name.js | 17L |
-rw-r--r-- | app/javascript/mastodon/features/favourited_statuses/index.js | 98L |
-rw-r--r-- | app/javascript/mastodon/features/favourites/index.js | 60L |
-rw-r--r-- | app/javascript/mastodon/features/follow_requests/components/account_authorize.js | 49L |
-rw-r--r-- | app/javascript/mastodon/features/follow_requests/containers/account_authorize_container.js | 26L |
-rw-r--r-- | app/javascript/mastodon/features/follow_requests/index.js | 71L |
-rw-r--r-- | app/javascript/mastodon/features/followers/index.js | 93L |
-rw-r--r-- | app/javascript/mastodon/features/following/index.js | 93L |
-rw-r--r-- | app/javascript/mastodon/features/generic_not_found/index.js | 11L |
-rw-r--r-- | app/javascript/mastodon/features/getting_started/index.js | 151L |
-rw-r--r-- | app/javascript/mastodon/features/hashtag_timeline/index.js | 115L |
-rw-r--r-- | app/javascript/mastodon/features/home_timeline/components/column_settings.js | 46L |
-rw-r--r-- | app/javascript/mastodon/features/home_timeline/containers/column_settings_container.js | 21L |
-rw-r--r-- | app/javascript/mastodon/features/home_timeline/index.js | 125L |
-rw-r--r-- | app/javascript/mastodon/features/keyboard_shortcuts/index.js | 98L |
-rw-r--r-- | app/javascript/mastodon/features/list_editor/components/account.js | 77L |
-rw-r--r-- | app/javascript/mastodon/features/list_editor/components/search.js | 75L |
-rw-r--r-- | app/javascript/mastodon/features/list_editor/index.js | 80L |
-rw-r--r-- | app/javascript/mastodon/features/list_timeline/index.js | 174L |
-rw-r--r-- | app/javascript/mastodon/features/lists/components/new_list_form.js | 78L |
-rw-r--r-- | app/javascript/mastodon/features/lists/index.js | 76L |
-rw-r--r-- | app/javascript/mastodon/features/mutes/index.js | 70L |
-rw-r--r-- | app/javascript/mastodon/features/notifications/components/clear_column_button.js | 17L |
-rw-r--r-- | app/javascript/mastodon/features/notifications/components/column_settings.js | 85L |
-rw-r--r-- | app/javascript/mastodon/features/notifications/components/notification.js | 152L |
-rw-r--r-- | app/javascript/mastodon/features/notifications/components/setting_toggle.js | 34L |
-rw-r--r-- | app/javascript/mastodon/features/notifications/containers/column_settings_container.js | 39L |
-rw-r--r-- | app/javascript/mastodon/features/notifications/containers/notification_container.js | 22L |
-rw-r--r-- | app/javascript/mastodon/features/notifications/index.js | 187L |
-rw-r--r-- | app/javascript/mastodon/features/public_timeline/containers/column_settings_container.js | 17L |
-rw-r--r-- | app/javascript/mastodon/features/public_timeline/index.js | 104L |
-rw-r--r-- | app/javascript/mastodon/features/reblogs/index.js | 60L |
-rw-r--r-- | app/javascript/mastodon/features/report/components/status_check_box.js | 71L |
-rw-r--r-- | app/javascript/mastodon/features/report/containers/status_check_box_container.js | 19L |
-rw-r--r-- | app/javascript/mastodon/features/standalone/community_timeline/index.js | 71L |
-rw-r--r-- | app/javascript/mastodon/features/standalone/compose/index.js | 20L |
-rw-r--r-- | app/javascript/mastodon/features/standalone/hashtag_timeline/index.js | 65L |
-rw-r--r-- | app/javascript/mastodon/features/standalone/public_timeline/index.js | 71L |
-rw-r--r-- | app/javascript/mastodon/features/status/components/action_bar.js | 129L |
-rw-r--r-- | app/javascript/mastodon/features/status/components/card.js | 206L |
-rw-r--r-- | app/javascript/mastodon/features/status/components/detailed_status.js | 131L |
-rw-r--r-- | app/javascript/mastodon/features/status/containers/card_container.js | 8L |
-rw-r--r-- | app/javascript/mastodon/features/status/index.js | 390L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/__tests__/column-test.js | 34L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/actions_modal.js | 74L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/boost_modal.js | 84L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/bundle.js | 101L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/bundle_column_error.js | 44L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/bundle_modal_error.js | 53L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/column.js | 72L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/column_header.js | 37L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/column_link.js | 36L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/column_loading.js | 30L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/column_subheading.js | 16L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/columns_area.js | 190L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/confirmation_modal.js | 53L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/drawer_loading.js | 11L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/embed_modal.js | 87L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/focal_point_modal.js | 122L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/image_loader.js | 156L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/media_modal.js | 179L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/modal_loading.js | 20L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/modal_root.js | 62L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/mute_modal.js | 105L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/onboarding_modal.js | 324L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/report_modal.js | 128L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/tabs_bar.js | 82L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/upload_area.js | 52L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/video_modal.js | 34L |
-rw-r--r-- | app/javascript/mastodon/features/ui/components/zoomable_image.js | 151L |
-rw-r--r-- | app/javascript/mastodon/features/ui/containers/bundle_container.js | 19L |
-rw-r--r-- | app/javascript/mastodon/features/ui/containers/columns_area_container.js | 9L |
-rw-r--r-- | app/javascript/mastodon/features/ui/containers/loading_bar_container.js | 8L |
-rw-r--r-- | app/javascript/mastodon/features/ui/containers/modal_container.js | 16L |
-rw-r--r-- | app/javascript/mastodon/features/ui/containers/notifications_container.js | 29L |
-rw-r--r-- | app/javascript/mastodon/features/ui/containers/status_list_container.js | 69L |
-rw-r--r-- | app/javascript/mastodon/features/ui/index.js | 433L |
-rw-r--r-- | app/javascript/mastodon/features/ui/util/async-components.js | 99L |
-rw-r--r-- | app/javascript/mastodon/features/ui/util/fullscreen.js | 46L |
-rw-r--r-- | app/javascript/mastodon/features/ui/util/get_rect_from_entry.js | 21L |
-rw-r--r-- | app/javascript/mastodon/features/ui/util/intersection_observer_wrapper.js | 57L |
-rw-r--r-- | app/javascript/mastodon/features/ui/util/optional_motion.js | 5L |
-rw-r--r-- | app/javascript/mastodon/features/ui/util/react_router_helpers.js | 69L |
-rw-r--r-- | app/javascript/mastodon/features/ui/util/reduced_motion.js | 44L |
-rw-r--r-- | app/javascript/mastodon/features/ui/util/schedule_idle_task.js | 29L |
-rw-r--r-- | app/javascript/mastodon/features/video/index.js | 337L |
-rw-r--r-- | app/javascript/mastodon/initial_state.js | 16L |
-rw-r--r-- | app/javascript/mastodon/is_mobile.js | 27L |
-rw-r--r-- | app/javascript/mastodon/link_header.js | 33L |
-rw-r--r-- | app/javascript/mastodon/load_polyfills.js | 40L |
-rw-r--r-- | app/javascript/mastodon/locales/ar.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/bg.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/ca.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/de.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/defaultMessages.json | 1819L |
-rw-r--r-- | app/javascript/mastodon/locales/en.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/eo.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/es.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/fa.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/fi.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/fr.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/gl.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/he.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/hr.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/hu.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/hy.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/id.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/index.js | 9L |
-rw-r--r-- | app/javascript/mastodon/locales/io.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/it.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/ja.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/ko.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/locale-data/README.md | 221L |
-rw-r--r-- | app/javascript/mastodon/locales/locale-data/oc.js | 108L |
-rw-r--r-- | app/javascript/mastodon/locales/nl.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/no.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/oc.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/pl.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/pt-BR.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/pt.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/ru.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/sk.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/sr-Latn.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/sr.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/sv.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/th.json | 289L |
-rw-r--r-- | app/javascript/mastodon/locales/tr.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/uk.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_ar.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_bg.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_ca.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_de.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_en.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_eo.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_es.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_fa.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_fi.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_fr.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_gl.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_he.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_hr.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_hu.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_hy.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_id.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_io.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_it.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_ja.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_ko.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_nl.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_no.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_oc.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_pl.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_pt-BR.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_pt.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_ru.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_sk.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_sr-Latn.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_sr.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_sv.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_th.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_tr.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_uk.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_zh-CN.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_zh-HK.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/whitelist_zh-TW.json | 2L |
-rw-r--r-- | app/javascript/mastodon/locales/zh-CN.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/zh-HK.json | 290L |
-rw-r--r-- | app/javascript/mastodon/locales/zh-TW.json | 290L |
-rw-r--r-- | app/javascript/mastodon/main.js | 34L |
-rw-r--r-- | app/javascript/mastodon/middleware/errors.js | 17L |
-rw-r--r-- | app/javascript/mastodon/middleware/loading_bar.js | 25L |
-rw-r--r-- | app/javascript/mastodon/middleware/sounds.js | 46L |
-rw-r--r-- | app/javascript/mastodon/performance.js | 31L |
-rw-r--r-- | app/javascript/mastodon/ready.js | 7L |
-rw-r--r-- | app/javascript/mastodon/reducers/accounts.js | 33L |
-rw-r--r-- | app/javascript/mastodon/reducers/accounts_counters.js | 38L |
-rw-r--r-- | app/javascript/mastodon/reducers/alerts.js | 25L |
-rw-r--r-- | app/javascript/mastodon/reducers/cards.js | 14L |
-rw-r--r-- | app/javascript/mastodon/reducers/compose.js | 305L |
-rw-r--r-- | app/javascript/mastodon/reducers/contexts.js | 80L |
-rw-r--r-- | app/javascript/mastodon/reducers/custom_emojis.js | 15L |
-rw-r--r-- | app/javascript/mastodon/reducers/domain_lists.js | 23L |
-rw-r--r-- | app/javascript/mastodon/reducers/dropdown_menu.js | 18L |
-rw-r--r-- | app/javascript/mastodon/reducers/height_cache.js | 23L |
-rw-r--r-- | app/javascript/mastodon/reducers/index.js | 56L |
-rw-r--r-- | app/javascript/mastodon/reducers/list_editor.js | 89L |
-rw-r--r-- | app/javascript/mastodon/reducers/lists.js | 37L |
-rw-r--r-- | app/javascript/mastodon/reducers/media_attachments.js | 15L |
-rw-r--r-- | app/javascript/mastodon/reducers/meta.js | 16L |
-rw-r--r-- | app/javascript/mastodon/reducers/modal.js | 17L |
-rw-r--r-- | app/javascript/mastodon/reducers/mutes.js | 29L |
-rw-r--r-- | app/javascript/mastodon/reducers/notifications.js | 126L |
-rw-r--r-- | app/javascript/mastodon/reducers/pleroma.js | 18L |
-rw-r--r-- | app/javascript/mastodon/reducers/push_notifications.js | 51L |
-rw-r--r-- | app/javascript/mastodon/reducers/relationships.js | 54L |
-rw-r--r-- | app/javascript/mastodon/reducers/reports.js | 64L |
-rw-r--r-- | app/javascript/mastodon/reducers/search.js | 47L |
-rw-r--r-- | app/javascript/mastodon/reducers/settings.js | 114L |
-rw-r--r-- | app/javascript/mastodon/reducers/status_lists.js | 76L |
-rw-r--r-- | app/javascript/mastodon/reducers/statuses.js | 63L |
-rw-r--r-- | app/javascript/mastodon/reducers/timelines.js | 142L |
-rw-r--r-- | app/javascript/mastodon/reducers/user_lists.js | 71L |
-rw-r--r-- | app/javascript/mastodon/rtl.js | 31L |
-rw-r--r-- | app/javascript/mastodon/scroll.js | 30L |
-rw-r--r-- | app/javascript/mastodon/selectors/index.js | 91L |
-rw-r--r-- | app/javascript/mastodon/service_worker/entry.js | 85L |
-rw-r--r-- | app/javascript/mastodon/service_worker/web_push_notifications.js | 159L |
-rw-r--r-- | app/javascript/mastodon/settings.js | 47L |
-rw-r--r-- | app/javascript/mastodon/storage/db.js | 27L |
-rw-r--r-- | app/javascript/mastodon/storage/modifier.js | 206L |
-rw-r--r-- | app/javascript/mastodon/store/configureStore.js | 15L |
-rw-r--r-- | app/javascript/mastodon/stream.js | 80L |
-rw-r--r-- | app/javascript/mastodon/test_setup.js | 5L |
-rw-r--r-- | app/javascript/mastodon/uuid.js | 3L |
-rw-r--r-- | app/javascript/packs/about.js | 22L |
-rw-r--r-- | app/javascript/packs/admin.js | 40L |
-rw-r--r-- | app/javascript/packs/application.js | 7L |
-rw-r--r-- | app/javascript/packs/common.js | 6L |
-rw-r--r-- | app/javascript/packs/mailer.js | 1L |
-rw-r--r-- | app/javascript/packs/public.js | 151L |
-rw-r--r-- | app/javascript/packs/share.js | 22L |
-rw-r--r-- | app/javascript/styles/application.scss | 21L |
-rw-r--r-- | app/javascript/styles/fonts/montserrat.scss | 17L |
-rw-r--r-- | app/javascript/styles/fonts/roboto-mono.scss | 10L |
-rw-r--r-- | app/javascript/styles/fonts/roboto.scss | 43L |
-rw-r--r-- | app/javascript/styles/mailer.scss | 545L |
-rw-r--r-- | app/javascript/styles/mastodon/_mixins.scss | 12L |
-rw-r--r-- | app/javascript/styles/mastodon/about.scss | 1148L |
-rw-r--r-- | app/javascript/styles/mastodon/accounts.scss | 619L |
-rw-r--r-- | app/javascript/styles/mastodon/admin.scss | 531L |
-rw-r--r-- | app/javascript/styles/mastodon/basics.scss | 112L |
-rw-r--r-- | app/javascript/styles/mastodon/boost.scss | 18L |
-rw-r--r-- | app/javascript/styles/mastodon/compact_header.scss | 34L |
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 5233L |
-rw-r--r-- | app/javascript/styles/mastodon/containers.scss | 120L |
-rw-r--r-- | app/javascript/styles/mastodon/emoji_picker.scss | 204L |
-rw-r--r-- | app/javascript/styles/mastodon/footer.scss | 30L |
-rw-r--r-- | app/javascript/styles/mastodon/forms.scss | 595L |
-rw-r--r-- | app/javascript/styles/mastodon/landing_strip.scss | 111L |
-rw-r--r-- | app/javascript/styles/mastodon/lists.scss | 19L |
-rw-r--r-- | app/javascript/styles/mastodon/modal.scss | 20L |
-rw-r--r-- | app/javascript/styles/mastodon/reset.scss | 91L |
-rw-r--r-- | app/javascript/styles/mastodon/rtl.scss | 282L |
-rw-r--r-- | app/javascript/styles/mastodon/stream_entries.scss | 359L |
-rw-r--r-- | app/javascript/styles/mastodon/tables.scss | 82L |
-rw-r--r-- | app/javascript/styles/mastodon/variables.scss | 38L |
-rw-r--r-- | app/lib/activity_tracker.rb | 31L |
-rw-r--r-- | app/lib/activitypub/activity.rb | 119L |
-rw-r--r-- | app/lib/activitypub/activity/accept.rb | 25L |
-rw-r--r-- | app/lib/activitypub/activity/add.rb | 13L |
-rw-r--r-- | app/lib/activitypub/activity/announce.rb | 41L |
-rw-r--r-- | app/lib/activitypub/activity/block.rb | 12L |
-rw-r--r-- | app/lib/activitypub/activity/create.rb | 271L |
-rw-r--r-- | app/lib/activitypub/activity/delete.rb | 67L |
-rw-r--r-- | app/lib/activitypub/activity/flag.rb | 25L |
-rw-r--r-- | app/lib/activitypub/activity/follow.rb | 24L |
-rw-r--r-- | app/lib/activitypub/activity/like.rb | 12L |
-rw-r--r-- | app/lib/activitypub/activity/reject.rb | 27L |
-rw-r--r-- | app/lib/activitypub/activity/remove.rb | 14L |
-rw-r--r-- | app/lib/activitypub/activity/undo.rb | 72L |
-rw-r--r-- | app/lib/activitypub/activity/update.rb | 17L |
-rw-r--r-- | app/lib/activitypub/adapter.rb | 42L |
-rw-r--r-- | app/lib/activitypub/case_transform.rb | 24L |
-rw-r--r-- | app/lib/activitypub/linked_data_signature.rb | 56L |
-rw-r--r-- | app/lib/activitypub/tag_manager.rb | 113L |
-rw-r--r-- | app/lib/application_extension.rb | 9L |
-rw-r--r-- | app/lib/delivery_failure_tracker.rb | 56L |
-rw-r--r-- | app/lib/exceptions.rb | 20L |
-rw-r--r-- | app/lib/extractor.rb | 64L |
-rw-r--r-- | app/lib/fast_geometry_parser.rb | 11L |
-rw-r--r-- | app/lib/feed_manager.rb | 270L |
-rw-r--r-- | app/lib/formatter.rb | 240L |
-rw-r--r-- | app/lib/hash_object.rb | 10L |
-rw-r--r-- | app/lib/inline_renderer.rb | 33L |
-rw-r--r-- | app/lib/language_detector.rb | 71L |
-rw-r--r-- | app/lib/ostatus/activity/base.rb | 73L |
-rw-r--r-- | app/lib/ostatus/activity/creation.rb | 194L |
-rw-r--r-- | app/lib/ostatus/activity/deletion.rb | 16L |
-rw-r--r-- | app/lib/ostatus/activity/general.rb | 20L |
-rw-r--r-- | app/lib/ostatus/activity/post.rb | 23L |
-rw-r--r-- | app/lib/ostatus/activity/remote.rb | 11L |
-rw-r--r-- | app/lib/ostatus/activity/share.rb | 26L |
-rw-r--r-- | app/lib/ostatus/atom_serializer.rb | 379L |
-rw-r--r-- | app/lib/ostatus/tag_manager.rb | 73L |
-rw-r--r-- | app/lib/provider_discovery.rb | 47L |
-rw-r--r-- | app/lib/request.rb | 149L |
-rw-r--r-- | app/lib/sanitize_config.rb | 68L |
-rw-r--r-- | app/lib/settings/extend.rb | 9L |
-rw-r--r-- | app/lib/settings/scoped_settings.rb | 68L |
-rw-r--r-- | app/lib/sidekiq_error_handler.rb | 11L |
-rw-r--r-- | app/lib/status_filter.rb | 57L |
-rw-r--r-- | app/lib/status_finder.rb | 36L |
-rw-r--r-- | app/lib/tag_manager.rb | 47L |
-rw-r--r-- | app/lib/themes.rb | 16L |
-rw-r--r-- | app/lib/user_settings_decorator.rb | 100L |
-rw-r--r-- | app/lib/webfinger_resource.rb | 66L |
-rw-r--r-- | app/mailers/admin_mailer.rb | 17L |
-rw-r--r-- | app/mailers/application_mailer.rb | 17L |
-rw-r--r-- | app/mailers/notification_mailer.rb | 90L |
-rw-r--r-- | app/mailers/user_mailer.rb | 81L |
-rw-r--r-- | app/models/account.rb | 420L |
-rw-r--r-- | app/models/account_domain_block.rb | 31L |
-rw-r--r-- | app/models/account_filter.rb | 65L |
-rw-r--r-- | app/models/account_moderation_note.rb | 21L |
-rw-r--r-- | app/models/admin.rb | 7L |
-rw-r--r-- | app/models/admin/action_log.rb | 45L |
-rw-r--r-- | app/models/application_record.rb | 6L |
-rw-r--r-- | app/models/backup.rb | 22L |
-rw-r--r-- | app/models/block.rb | 30L |
-rw-r--r-- | app/models/concerns/account_avatar.rb | 34L |
-rw-r--r-- | app/models/concerns/account_finder_concern.rb | 62L |
-rw-r--r-- | app/models/concerns/account_header.rb | 34L |
-rw-r--r-- | app/models/concerns/account_interactions.rb | 174L |
-rw-r--r-- | app/models/concerns/attachmentable.rb | 21L |
-rw-r--r-- | app/models/concerns/cacheable.rb | 16L |
-rw-r--r-- | app/models/concerns/omniauthable.rb | 85L |
-rw-r--r-- | app/models/concerns/paginable.rb | 23L |
-rw-r--r-- | app/models/concerns/relationship_cacheable.rb | 16L |
-rw-r--r-- | app/models/concerns/remotable.rb | 57L |
-rw-r--r-- | app/models/concerns/status_threading_concern.rb | 89L |
-rw-r--r-- | app/models/concerns/streamable.rb | 43L |
-rw-r--r-- | app/models/context.rb | 5L |
-rw-r--r-- | app/models/conversation.rb | 20L |
-rw-r--r-- | app/models/conversation_mute.rb | 14L |
-rw-r--r-- | app/models/custom_emoji.rb | 66L |
-rw-r--r-- | app/models/custom_emoji_filter.rb | 36L |
-rw-r--r-- | app/models/domain_block.rb | 35L |
-rw-r--r-- | app/models/email_domain_block.rb | 36L |
-rw-r--r-- | app/models/export.rb | 48L |
-rw-r--r-- | app/models/favourite.rb | 28L |
-rw-r--r-- | app/models/feed.rb | 30L |
-rw-r--r-- | app/models/follow.rb | 29L |
-rw-r--r-- | app/models/follow_request.rb | 33L |
-rw-r--r-- | app/models/form/admin_settings.rb | 41L |
-rw-r--r-- | app/models/form/delete_confirmation.rb | 7L |
-rw-r--r-- | app/models/form/migration.rb | 25L |
-rw-r--r-- | app/models/form/status_batch.rb | 45L |
-rw-r--r-- | app/models/form/two_factor_confirmation.rb | 7L |
-rw-r--r-- | app/models/home_feed.rb | 25L |
-rw-r--r-- | app/models/identity.rb | 22L |
-rw-r--r-- | app/models/import.rb | 32L |
-rw-r--r-- | app/models/instance.rb | 12L |
-rw-r--r-- | app/models/instance_filter.rb | 28L |
-rw-r--r-- | app/models/invite.rb | 52L |
-rw-r--r-- | app/models/invite_filter.rb | 32L |
-rw-r--r-- | app/models/list.rb | 47L |
-rw-r--r-- | app/models/list_account.rb | 26L |
-rw-r--r-- | app/models/list_feed.rb | 8L |
-rw-r--r-- | app/models/media_attachment.rb | 235L |
-rw-r--r-- | app/models/mention.rb | 27L |
-rw-r--r-- | app/models/mute.rb | 30L |
-rw-r--r-- | app/models/notification.rb | 104L |
-rw-r--r-- | app/models/preview_card.rb | 69L |
-rw-r--r-- | app/models/remote_follow.rb | 52L |
-rw-r--r-- | app/models/remote_profile.rb | 57L |
-rw-r--r-- | app/models/report.rb | 88L |
-rw-r--r-- | app/models/report_filter.rb | 30L |
-rw-r--r-- | app/models/report_note.rb | 21L |
-rw-r--r-- | app/models/search.rb | 5L |
-rw-r--r-- | app/models/session_activation.rb | 81L |
-rw-r--r-- | app/models/setting.rb | 58L |
-rw-r--r-- | app/models/site_upload.rb | 44L |
-rw-r--r-- | app/models/status.rb | 345L |
-rw-r--r-- | app/models/status_pin.rb | 18L |
-rw-r--r-- | app/models/stream_entry.rb | 59L |
-rw-r--r-- | app/models/subscription.rb | 62L |
-rw-r--r-- | app/models/tag.rb | 30L |
-rw-r--r-- | app/models/user.rb | 337L |
-rw-r--r-- | app/models/web.rb | 7L |
-rw-r--r-- | app/models/web/push_subscription.rb | 74L |
-rw-r--r-- | app/models/web/setting.rb | 17L |
-rw-r--r-- | app/policies/account_moderation_note_policy.rb | 17L |
-rw-r--r-- | app/policies/account_policy.rb | 47L |
-rw-r--r-- | app/policies/application_policy.rb | 22L |
-rw-r--r-- | app/policies/backup_policy.rb | 9L |
-rw-r--r-- | app/policies/custom_emoji_policy.rb | 31L |
-rw-r--r-- | app/policies/domain_block_policy.rb | 19L |
-rw-r--r-- | app/policies/email_domain_block_policy.rb | 15L |
-rw-r--r-- | app/policies/instance_policy.rb | 11L |
-rw-r--r-- | app/policies/invite_policy.rb | 25L |
-rw-r--r-- | app/policies/report_note_policy.rb | 17L |
-rw-r--r-- | app/policies/report_policy.rb | 15L |
-rw-r--r-- | app/policies/settings_policy.rb | 11L |
-rw-r--r-- | app/policies/status_policy.rb | 49L |
-rw-r--r-- | app/policies/subscription_policy.rb | 7L |
-rw-r--r-- | app/policies/user_policy.rb | 45L |
-rw-r--r-- | app/presenters/account_relationships_presenter.rb | 71L |
-rw-r--r-- | app/presenters/activitypub/collection_presenter.rb | 5L |
-rw-r--r-- | app/presenters/initial_state_presenter.rb | 6L |
-rw-r--r-- | app/presenters/instance_presenter.rb | 46L |
-rw-r--r-- | app/presenters/status_relationships_presenter.rb | 24L |
-rw-r--r-- | app/serializers/activitypub/accept_follow_serializer.rb | 19L |
-rw-r--r-- | app/serializers/activitypub/activity_serializer.rb | 45L |
-rw-r--r-- | app/serializers/activitypub/actor_serializer.rb | 133L |
-rw-r--r-- | app/serializers/activitypub/add_serializer.rb | 24L |
-rw-r--r-- | app/serializers/activitypub/block_serializer.rb | 22L |
-rw-r--r-- | app/serializers/activitypub/collection_serializer.rb | 40L |
-rw-r--r-- | app/serializers/activitypub/delete_actor_serializer.rb | 22L |
-rw-r--r-- | app/serializers/activitypub/delete_serializer.rb | 35L |
-rw-r--r-- | app/serializers/activitypub/emoji_serializer.rb | 29L |
-rw-r--r-- | app/serializers/activitypub/flag_serializer.rb | 27L |
-rw-r--r-- | app/serializers/activitypub/follow_serializer.rb | 22L |
-rw-r--r-- | app/serializers/activitypub/image_serializer.rb | 28L |
-rw-r--r-- | app/serializers/activitypub/like_serializer.rb | 22L |
-rw-r--r-- | app/serializers/activitypub/note_serializer.rb | 156L |
-rw-r--r-- | app/serializers/activitypub/outbox_serializer.rb | 8L |
-rw-r--r-- | app/serializers/activitypub/public_key_serializer.rb | 17L |
-rw-r--r-- | app/serializers/activitypub/reject_follow_serializer.rb | 19L |
-rw-r--r-- | app/serializers/activitypub/remove_serializer.rb | 24L |
-rw-r--r-- | app/serializers/activitypub/undo_announce_serializer.rb | 19L |
-rw-r--r-- | app/serializers/activitypub/undo_block_serializer.rb | 19L |
-rw-r--r-- | app/serializers/activitypub/undo_follow_serializer.rb | 19L |
-rw-r--r-- | app/serializers/activitypub/undo_like_serializer.rb | 19L |
-rw-r--r-- | app/serializers/activitypub/update_serializer.rb | 19L |
-rw-r--r-- | app/serializers/initial_state_serializer.rb | 54L |
-rw-r--r-- | app/serializers/manifest_serializer.rb | 57L |
-rw-r--r-- | app/serializers/oembed_serializer.rb | 58L |
-rw-r--r-- | app/serializers/rest/account_serializer.rb | 53L |
-rw-r--r-- | app/serializers/rest/application_serializer.rb | 22L |
-rw-r--r-- | app/serializers/rest/context_serializer.rb | 6L |
-rw-r--r-- | app/serializers/rest/credential_account_serializer.rb | 14L |
-rw-r--r-- | app/serializers/rest/custom_emoji_serializer.rb | 15L |
-rw-r--r-- | app/serializers/rest/instance_serializer.rb | 59L |
-rw-r--r-- | app/serializers/rest/list_serializer.rb | 9L |
-rw-r--r-- | app/serializers/rest/media_attachment_serializer.rb | 41L |
-rw-r--r-- | app/serializers/rest/notification_serializer.rb | 16L |
-rw-r--r-- | app/serializers/rest/preview_card_serializer.rb | 14L |
-rw-r--r-- | app/serializers/rest/relationship_serializer.rb | 44L |
-rw-r--r-- | app/serializers/rest/report_serializer.rb | 9L |
-rw-r--r-- | app/serializers/rest/search_serializer.rb | 12L |
-rw-r--r-- | app/serializers/rest/status_serializer.rb | 126L |
-rw-r--r-- | app/serializers/web/notification_serializer.rb | 169L |
-rw-r--r-- | app/serializers/webfinger_serializer.rb | 26L |
-rw-r--r-- | app/services/account_search_service.rb | 100L |
-rw-r--r-- | app/services/activitypub/fetch_featured_collection_service.rb | 52L |
-rw-r--r-- | app/services/activitypub/fetch_remote_account_service.rb | 61L |
-rw-r--r-- | app/services/activitypub/fetch_remote_key_service.rb | 60L |
-rw-r--r-- | app/services/activitypub/fetch_remote_status_service.rb | 51L |
-rw-r--r-- | app/services/activitypub/process_account_service.rb | 227L |
-rw-r--r-- | app/services/activitypub/process_collection_service.rb | 49L |
-rw-r--r-- | app/services/after_block_service.rb | 17L |
-rw-r--r-- | app/services/authorize_follow_service.rb | 37L |
-rw-r--r-- | app/services/backup_service.rb | 128L |
-rw-r--r-- | app/services/base_service.rb | 8L |
-rw-r--r-- | app/services/batched_remove_status_service.rb | 109L |
-rw-r--r-- | app/services/block_domain_from_account_service.rb | 8L |
-rw-r--r-- | app/services/block_domain_service.rb | 89L |
-rw-r--r-- | app/services/block_service.rb | 40L |
-rw-r--r-- | app/services/bootstrap_timeline_service.rb | 34L |
-rw-r--r-- | app/services/concerns/author_extractor.rb | 23L |
-rw-r--r-- | app/services/concerns/stream_entry_renderer.rb | 7L |
-rw-r--r-- | app/services/fan_out_on_write_service.rb | 87L |
-rw-r--r-- | app/services/favourite_service.rb | 47L |
-rw-r--r-- | app/services/fetch_atom_service.rb | 93L |
-rw-r--r-- | app/services/fetch_link_card_service.rb | 163L |
-rw-r--r-- | app/services/fetch_remote_account_service.rb | 40L |
-rw-r--r-- | app/services/fetch_remote_status_service.rb | 45L |
-rw-r--r-- | app/services/follow_service.rb | 89L |
-rw-r--r-- | app/services/mute_service.rb | 11L |
-rw-r--r-- | app/services/notify_service.rb | 129L |
-rw-r--r-- | app/services/post_status_service.rb | 79L |
-rw-r--r-- | app/services/precompute_feed_service.rb | 8L |
-rw-r--r-- | app/services/process_feed_service.rb | 31L |
-rw-r--r-- | app/services/process_hashtags_service.rb | 13L |
-rw-r--r-- | app/services/process_interaction_service.rb | 151L |
-rw-r--r-- | app/services/process_mentions_service.rb | 69L |
-rw-r--r-- | app/services/pubsubhubbub/subscribe_service.rb | 71L |
-rw-r--r-- | app/services/pubsubhubbub/unsubscribe_service.rb | 31L |
-rw-r--r-- | app/services/reblog_service.rb | 51L |
-rw-r--r-- | app/services/reject_follow_service.rb | 32L |
-rw-r--r-- | app/services/remove_status_service.rb | 136L |
-rw-r--r-- | app/services/report_service.rb | 54L |
-rw-r--r-- | app/services/resolve_account_service.rb | 207L |
-rw-r--r-- | app/services/resolve_url_service.rb | 90L |
-rw-r--r-- | app/services/search_service.rb | 75L |
-rw-r--r-- | app/services/send_interaction_service.rb | 39L |
-rw-r--r-- | app/services/subscribe_service.rb | 58L |
-rw-r--r-- | app/services/suspend_account_service.rb | 69L |
-rw-r--r-- | app/services/unblock_domain_service.rb | 27L |
-rw-r--r-- | app/services/unblock_service.rb | 33L |
-rw-r--r-- | app/services/unfavourite_service.rb | 34L |
-rw-r--r-- | app/services/unfollow_service.rb | 56L |
-rw-r--r-- | app/services/unmute_service.rb | 11L |
-rw-r--r-- | app/services/unsubscribe_service.rb | 36L |
-rw-r--r-- | app/services/update_account_service.rb | 21L |
-rw-r--r-- | app/services/update_remote_profile_service.rb | 66L |
-rw-r--r-- | app/services/verify_salmon_service.rb | 26L |
-rw-r--r-- | app/validators/blacklisted_email_validator.rb | 32L |
-rw-r--r-- | app/validators/status_length_validator.rb | 33L |
-rw-r--r-- | app/validators/status_pin_validator.rb | 10L |
-rw-r--r-- | app/validators/unique_username_validator.rb | 14L |
-rw-r--r-- | app/validators/unreserved_username_validator.rb | 21L |
-rw-r--r-- | app/validators/url_validator.rb | 14L |
-rw-r--r-- | app/views/about/_contact.html.haml | 22L |
-rw-r--r-- | app/views/about/_features.html.haml | 25L |
-rw-r--r-- | app/views/about/_forms.html.haml | 15L |
-rw-r--r-- | app/views/about/_links.html.haml | 16L |
-rw-r--r-- | app/views/about/_registration.html.haml | 15L |
-rw-r--r-- | app/views/about/more.html.haml | 43L |
-rw-r--r-- | app/views/about/show.html.haml | 158L |
-rw-r--r-- | app/views/about/terms.html.haml | 11L |
-rw-r--r-- | app/views/accounts/_follow_button.html.haml | 23L |
-rw-r--r-- | app/views/accounts/_follow_grid.html.haml | 7L |
-rw-r--r-- | app/views/accounts/_grid_card.html.haml | 12L |
-rw-r--r-- | app/views/accounts/_header.html.haml | 48L |
-rw-r--r-- | app/views/accounts/_moved_strip.html.haml | 17L |
-rw-r--r-- | app/views/accounts/_nothing_here.html.haml | 1L |
-rw-r--r-- | app/views/accounts/_og.html.haml | 9L |
-rw-r--r-- | app/views/accounts/show.html.haml | 54L |
-rw-r--r-- | app/views/admin/account_moderation_notes/_account_moderation_note.html.haml | 10L |
-rw-r--r-- | app/views/admin/accounts/_account.html.haml | 18L |
-rw-r--r-- | app/views/admin/accounts/_card.html.haml | 17L |
-rw-r--r-- | app/views/admin/accounts/index.html.haml | 69L |
-rw-r--r-- | app/views/admin/accounts/show.html.haml | 190L |
-rw-r--r-- | app/views/admin/action_logs/_action_log.html.haml | 15L |
-rw-r--r-- | app/views/admin/action_logs/index.html.haml | 7L |
-rw-r--r-- | app/views/admin/change_emails/show.html.haml | 7L |
-rw-r--r-- | app/views/admin/custom_emojis/_custom_emoji.html.haml | 28L |
-rw-r--r-- | app/views/admin/custom_emojis/index.html.haml | 48L |
-rw-r--r-- | app/views/admin/custom_emojis/new.html.haml | 12L |
-rw-r--r-- | app/views/admin/domain_blocks/_domain_block.html.haml | 10L |
-rw-r--r-- | app/views/admin/domain_blocks/index.html.haml | 16L |
-rw-r--r-- | app/views/admin/domain_blocks/new.html.haml | 17L |
-rw-r--r-- | app/views/admin/domain_blocks/show.html.haml | 20L |
-rw-r--r-- | app/views/admin/email_domain_blocks/_email_domain_block.html.haml | 5L |
-rw-r--r-- | app/views/admin/email_domain_blocks/index.html.haml | 14L |
-rw-r--r-- | app/views/admin/email_domain_blocks/new.html.haml | 10L |
-rw-r--r-- | app/views/admin/instances/_instance.html.haml | 7L |
-rw-r--r-- | app/views/admin/instances/index.html.haml | 23L |
-rw-r--r-- | app/views/admin/invites/_invite.html.haml | 21L |
-rw-r--r-- | app/views/admin/invites/index.html.haml | 30L |
-rw-r--r-- | app/views/admin/report_notes/_report_note.html.haml | 9L |
-rw-r--r-- | app/views/admin/reports/_report.html.haml | 26L |
-rw-r--r-- | app/views/admin/reports/index.html.haml | 28L |
-rw-r--r-- | app/views/admin/reports/show.html.haml | 124L |
-rw-r--r-- | app/views/admin/settings/edit.html.haml | 62L |
-rw-r--r-- | app/views/admin/statuses/index.html.haml | 47L |
-rw-r--r-- | app/views/admin/subscriptions/_subscription.html.haml | 18L |
-rw-r--r-- | app/views/admin/subscriptions/index.html.haml | 16L |
-rw-r--r-- | app/views/admin_mailer/new_report.text.erb | 5L |
-rw-r--r-- | app/views/application/_flashes.html.haml | 3L |
-rw-r--r-- | app/views/auth/confirmations/finish_signup.html.haml | 14L |
-rw-r--r-- | app/views/auth/confirmations/new.html.haml | 12L |
-rw-r--r-- | app/views/auth/passwords/edit.html.haml | 18L |
-rw-r--r-- | app/views/auth/passwords/new.html.haml | 12L |
-rw-r--r-- | app/views/auth/registrations/_sessions.html.haml | 29L |
-rw-r--r-- | app/views/auth/registrations/edit.html.haml | 24L |
-rw-r--r-- | app/views/auth/registrations/new.html.haml | 25L |
-rw-r--r-- | app/views/auth/sessions/new.html.haml | 26L |
-rw-r--r-- | app/views/auth/sessions/two_factor.html.haml | 10L |
-rw-r--r-- | app/views/auth/shared/_links.html.haml | 12L |
-rw-r--r-- | app/views/authorize_follows/_card.html.haml | 13L |
-rw-r--r-- | app/views/authorize_follows/_post_follow_actions.html.haml | 4L |
-rw-r--r-- | app/views/authorize_follows/error.html.haml | 3L |
-rw-r--r-- | app/views/authorize_follows/show.html.haml | 17L |
-rw-r--r-- | app/views/authorize_follows/success.html.haml | 13L |
-rw-r--r-- | app/views/errors/403.html.haml | 5L |
-rw-r--r-- | app/views/errors/404.html.haml | 5L |
-rw-r--r-- | app/views/errors/410.html.haml | 5L |
-rw-r--r-- | app/views/errors/422.html.haml | 5L |
-rw-r--r-- | app/views/errors/500.html.haml | 5L |
-rw-r--r-- | app/views/follower_accounts/index.html.haml | 10L |
-rw-r--r-- | app/views/following_accounts/index.html.haml | 10L |
-rw-r--r-- | app/views/home/index.html.haml | 16L |
-rw-r--r-- | app/views/invites/_form.html.haml | 9L |
-rw-r--r-- | app/views/invites/_invite.html.haml | 17L |
-rw-r--r-- | app/views/invites/index.html.haml | 19L |
-rw-r--r-- | app/views/kaminari/_next_page.html.haml | 9L |
-rw-r--r-- | app/views/kaminari/_paginator.html.haml | 16L |
-rw-r--r-- | app/views/kaminari/_prev_page.html.haml | 9L |
-rw-r--r-- | app/views/layouts/admin.html.haml | 20L |
-rwxr-xr-x | app/views/layouts/application.html.haml | 29L |
-rw-r--r-- | app/views/layouts/auth.html.haml | 16L |
-rw-r--r-- | app/views/layouts/embedded.html.haml | 13L |
-rw-r--r-- | app/views/layouts/error.html.haml | 14L |
-rw-r--r-- | app/views/layouts/mailer.html.haml | 52L |
-rw-r--r-- | app/views/layouts/mailer.text.erb | 5L |
-rw-r--r-- | app/views/layouts/modal.html.haml | 18L |
-rw-r--r-- | app/views/layouts/plain_mailer.html.haml | 1L |
-rw-r--r-- | app/views/layouts/public.html.haml | 17L |
-rw-r--r-- | app/views/media/player.html.haml | 2L |
-rw-r--r-- | app/views/notification_mailer/_status.html.haml | 36L |
-rw-r--r-- | app/views/notification_mailer/_status.text.erb | 8L |
-rw-r--r-- | app/views/notification_mailer/digest.html.haml | 44L |
-rw-r--r-- | app/views/notification_mailer/digest.text.erb | 15L |
-rw-r--r-- | app/views/notification_mailer/favourite.html.haml | 45L |
-rw-r--r-- | app/views/notification_mailer/favourite.text.erb | 5L |
-rw-r--r-- | app/views/notification_mailer/follow.html.haml | 43L |
-rw-r--r-- | app/views/notification_mailer/follow.text.erb | 5L |
-rw-r--r-- | app/views/notification_mailer/follow_request.html.haml | 43L |
-rw-r--r-- | app/views/notification_mailer/follow_request.text.erb | 5L |
-rw-r--r-- | app/views/notification_mailer/mention.html.haml | 45L |
-rw-r--r-- | app/views/notification_mailer/mention.text.erb | 5L |
-rw-r--r-- | app/views/notification_mailer/reblog.html.haml | 45L |
-rw-r--r-- | app/views/notification_mailer/reblog.text.erb | 5L |
-rw-r--r-- | app/views/oauth/authorizations/error.html.haml | 3L |
-rw-r--r-- | app/views/oauth/authorizations/new.html.haml | 26L |
-rw-r--r-- | app/views/oauth/authorizations/show.html.haml | 4L |
-rw-r--r-- | app/views/oauth/authorized_applications/index.html.haml | 24L |
-rw-r--r-- | app/views/remote_follow/new.html.haml | 13L |
-rw-r--r-- | app/views/remote_unfollows/_card.html.haml | 13L |
-rw-r--r-- | app/views/remote_unfollows/_post_follow_actions.html.haml | 4L |
-rw-r--r-- | app/views/remote_unfollows/error.html.haml | 3L |
-rw-r--r-- | app/views/remote_unfollows/success.html.haml | 10L |
-rw-r--r-- | app/views/settings/applications/_fields.html.haml | 21L |
-rw-r--r-- | app/views/settings/applications/index.html.haml | 20L |
-rw-r--r-- | app/views/settings/applications/new.html.haml | 8L |
-rw-r--r-- | app/views/settings/applications/show.html.haml | 31L |
-rw-r--r-- | app/views/settings/deletes/show.html.haml | 16L |
-rw-r--r-- | app/views/settings/exports/show.html.haml | 45L |
-rw-r--r-- | app/views/settings/follower_domains/show.html.haml | 34L |
-rw-r--r-- | app/views/settings/imports/show.html.haml | 11L |
-rw-r--r-- | app/views/settings/migrations/show.html.haml | 17L |
-rw-r--r-- | app/views/settings/notifications/show.html.haml | 26L |
-rw-r--r-- | app/views/settings/preferences/show.html.haml | 46L |
-rw-r--r-- | app/views/settings/profiles/show.html.haml | 38L |
-rw-r--r-- | app/views/settings/shared/_links.html.haml | 10L |
-rw-r--r-- | app/views/settings/two_factor_authentication/confirmations/new.html.haml | 17L |
-rw-r--r-- | app/views/settings/two_factor_authentication/recovery_codes/index.html.haml | 9L |
-rw-r--r-- | app/views/settings/two_factor_authentications/show.html.haml | 34L |
-rw-r--r-- | app/views/shared/_error_messages.html.haml | 3L |
-rw-r--r-- | app/views/shared/_landing_strip.html.haml | 8L |
-rw-r--r-- | app/views/shared/_og.html.haml | 10L |
-rw-r--r-- | app/views/shares/show.html.haml | 5L |
-rw-r--r-- | app/views/stream_entries/_content_spoiler.html.haml | 7L |
-rw-r--r-- | app/views/stream_entries/_detailed_status.html.haml | 59L |
-rw-r--r-- | app/views/stream_entries/_media.html.haml | 4L |
-rw-r--r-- | app/views/stream_entries/_og_description.html.haml | 1L |
-rw-r--r-- | app/views/stream_entries/_og_image.html.haml | 36L |
-rw-r--r-- | app/views/stream_entries/_simple_status.html.haml | 28L |
-rw-r--r-- | app/views/stream_entries/_status.html.haml | 43L |
-rw-r--r-- | app/views/stream_entries/embed.html.haml | 3L |
-rw-r--r-- | app/views/stream_entries/show.html.haml | 24L |
-rw-r--r-- | app/views/tags/_features.html.haml | 25L |
-rw-r--r-- | app/views/tags/_og.html.haml | 6L |
-rw-r--r-- | app/views/tags/show.html.haml | 36L |
-rw-r--r-- | app/views/user_mailer/backup_ready.html.haml | 59L |
-rw-r--r-- | app/views/user_mailer/backup_ready.text.erb | 7L |
-rw-r--r-- | app/views/user_mailer/confirmation_instructions.html.haml | 76L |
-rw-r--r-- | app/views/user_mailer/confirmation_instructions.text.erb | 12L |
-rw-r--r-- | app/views/user_mailer/email_changed.html.haml | 58L |
-rw-r--r-- | app/views/user_mailer/email_changed.text.erb | 9L |
-rw-r--r-- | app/views/user_mailer/password_change.html.haml | 40L |
-rw-r--r-- | app/views/user_mailer/password_change.text.erb | 7L |
-rw-r--r-- | app/views/user_mailer/reconfirmation_instructions.html.haml | 60L |
-rw-r--r-- | app/views/user_mailer/reconfirmation_instructions.text.erb | 9L |
-rw-r--r-- | app/views/user_mailer/reset_password_instructions.html.haml | 60L |
-rw-r--r-- | app/views/user_mailer/reset_password_instructions.text.erb | 9L |
-rw-r--r-- | app/views/user_mailer/welcome.html.haml | 146L |
-rw-r--r-- | app/views/user_mailer/welcome.text.erb | 30L |
-rw-r--r-- | app/views/well_known/host_meta/show.xml.ruby | 5L |
-rw-r--r-- | app/views/well_known/webfinger/show.xml.ruby | 13L |
-rw-r--r-- | app/workers/activitypub/delivery_worker.rb | 48L |
-rw-r--r-- | app/workers/activitypub/distribution_worker.rb | 42L |
-rw-r--r-- | app/workers/activitypub/post_upgrade_worker.rb | 15L |
-rw-r--r-- | app/workers/activitypub/processing_worker.rb | 11L |
-rw-r--r-- | app/workers/activitypub/raw_distribution_worker.rb | 23L |
-rw-r--r-- | app/workers/activitypub/reply_distribution_worker.rb | 42L |
-rw-r--r-- | app/workers/activitypub/synchronize_featured_collection_worker.rb | 13L |
-rw-r--r-- | app/workers/activitypub/update_distribution_worker.rb | 31L |
-rw-r--r-- | app/workers/admin/suspension_worker.rb | 11L |
-rw-r--r-- | app/workers/after_remote_follow_request_worker.rb | 31L |
-rw-r--r-- | app/workers/after_remote_follow_worker.rb | 31L |
-rw-r--r-- | app/workers/authorize_follow_worker.rb | 14L |
-rw-r--r-- | app/workers/backup_worker.rb | 26L |
-rw-r--r-- | app/workers/block_worker.rb | 9L |
-rw-r--r-- | app/workers/bootstrap_timeline_worker.rb | 9L |
-rw-r--r-- | app/workers/digest_mailer_worker.rb | 21L |
-rw-r--r-- | app/workers/distribution_worker.rb | 11L |
-rw-r--r-- | app/workers/domain_block_worker.rb | 11L |
-rw-r--r-- | app/workers/feed_insert_worker.rb | 43L |
-rw-r--r-- | app/workers/import/relationship_worker.rb | 25L |
-rw-r--r-- | app/workers/import_worker.rb | 42L |
-rw-r--r-- | app/workers/link_crawl_worker.rb | 13L |
-rw-r--r-- | app/workers/merge_worker.rb | 11L |
-rw-r--r-- | app/workers/notification_worker.rb | 11L |
-rw-r--r-- | app/workers/processing_worker.rb | 11L |
-rw-r--r-- | app/workers/pubsubhubbub/confirmation_worker.rb | 82L |
-rw-r--r-- | app/workers/pubsubhubbub/delivery_worker.rb | 81L |
-rw-r--r-- | app/workers/pubsubhubbub/distribution_worker.rb | 32L |
-rw-r--r-- | app/workers/pubsubhubbub/raw_distribution_worker.rb | 22L |
-rw-r--r-- | app/workers/pubsubhubbub/subscribe_worker.rb | 34L |
-rw-r--r-- | app/workers/pubsubhubbub/unsubscribe_worker.rb | 15L |
-rw-r--r-- | app/workers/push_update_worker.rb | 16L |
-rw-r--r-- | app/workers/refollow_worker.rb | 24L |
-rw-r--r-- | app/workers/regeneration_worker.rb | 14L |
-rw-r--r-- | app/workers/remote_profile_update_worker.rb | 13L |
-rw-r--r-- | app/workers/removal_worker.rb | 11L |
-rw-r--r-- | app/workers/resolve_account_worker.rb | 11L |
-rw-r--r-- | app/workers/salmon_worker.rb | 13L |
-rw-r--r-- | app/workers/scheduler/backup_cleanup_scheduler.rb | 16L |
-rw-r--r-- | app/workers/scheduler/doorkeeper_cleanup_scheduler.rb | 11L |
-rw-r--r-- | app/workers/scheduler/email_scheduler.rb | 24L |
-rw-r--r-- | app/workers/scheduler/feed_cleanup_scheduler.rb | 63L |
-rw-r--r-- | app/workers/scheduler/ip_cleanup_scheduler.rb | 14L |
-rw-r--r-- | app/workers/scheduler/media_cleanup_scheduler.rb | 16L |
-rw-r--r-- | app/workers/scheduler/subscriptions_cleanup_scheduler.rb | 11L |
-rw-r--r-- | app/workers/scheduler/subscriptions_scheduler.rb | 18L |
-rw-r--r-- | app/workers/scheduler/user_cleanup_scheduler.rb | 13L |
-rw-r--r-- | app/workers/soft_block_domain_followers_worker.rb | 16L |
-rw-r--r-- | app/workers/soft_block_worker.rb | 17L |
-rw-r--r-- | app/workers/thread_resolve_worker.rb | 21L |
-rw-r--r-- | app/workers/unfavourite_worker.rb | 11L |
-rw-r--r-- | app/workers/unmerge_worker.rb | 11L |
-rw-r--r-- | app/workers/web_push_notification_worker.rb | 25L |
-rwxr-xr-x | bin/bundle | 3L |
-rwxr-xr-x | bin/rails | 4L |
-rwxr-xr-x | bin/rake | 4L |
-rwxr-xr-x | bin/rspec | 17L |
-rwxr-xr-x | bin/setup | 34L |
-rwxr-xr-x | bin/update | 31L |
-rwxr-xr-x | bin/webpack | 15L |
-rwxr-xr-x | bin/webpack-dev-server | 15L |
-rwxr-xr-x | bin/yarn | 11L |
-rw-r--r-- | boxfile.yml | 280L |
-rwxr-xr-x | build.sh | 8L |
-rw-r--r-- | config.ru | 5L |
-rw-r--r-- | config/application.rb | 97L |
-rw-r--r-- | config/boot.rb | 14L |
-rw-r--r-- | config/brakeman.ignore | 351L |
-rw-r--r-- | config/database.yml | 33L |
-rw-r--r-- | config/deploy.rb | 14L |
-rw-r--r-- | config/environment.rb | 7L |
-rw-r--r-- | config/environments/development.rb | 96L |
-rw-r--r-- | config/environments/production.rb | 105L |
-rw-r--r-- | config/environments/test.rb | 72L |
-rw-r--r-- | config/i18n-tasks.yml | 65L |
-rw-r--r-- | config/initializers/active_model_serializers.rb | 3L |
-rw-r--r-- | config/initializers/application_controller_renderer.rb | 6L |
-rw-r--r-- | config/initializers/assets.rb | 13L |
-rw-r--r-- | config/initializers/backtrace_silencers.rb | 7L |
-rw-r--r-- | config/initializers/blacklists.rb | 6L |
-rw-r--r-- | config/initializers/chewy.rb | 24L |
-rw-r--r-- | config/initializers/content_security_policy.rb | 20L |
-rw-r--r-- | config/initializers/cookies_serializer.rb | 5L |
-rw-r--r-- | config/initializers/cors.rb | 26L |
-rw-r--r-- | config/initializers/devise.rb | 364L |
-rw-r--r-- | config/initializers/doorkeeper.rb | 113L |
-rw-r--r-- | config/initializers/fast_blank.rb | 5L |
-rw-r--r-- | config/initializers/filter_parameter_logging.rb | 4L |
-rw-r--r-- | config/initializers/httplog.rb | 5L |
-rw-r--r-- | config/initializers/inflections.rb | 21L |
-rw-r--r-- | config/initializers/instrumentation.rb | 18L |
-rw-r--r-- | config/initializers/json_ld.rb | 5L |
-rw-r--r-- | config/initializers/kaminari_config.rb | 7L |
-rw-r--r-- | config/initializers/mime_types.rb | 4L |
-rw-r--r-- | config/initializers/oembed.rb | 4L |
-rw-r--r-- | config/initializers/oj.rb | 1L |
-rw-r--r-- | config/initializers/omniauth.rb | 66L |
-rw-r--r-- | config/initializers/open_uri_redirection.rb | 8L |
-rw-r--r-- | config/initializers/ostatus.rb | 29L |
-rw-r--r-- | config/initializers/pagination.rb | 0B |
-rw-r--r-- | config/initializers/paperclip.rb | 86L |
-rw-r--r-- | config/initializers/premailer_rails.rb | 6L |
-rw-r--r-- | config/initializers/rack_attack.rb | 73L |
-rw-r--r-- | config/initializers/rack_attack_logging.rb | 4L |
-rw-r--r-- | config/initializers/redis.rb | 14L |
-rw-r--r-- | config/initializers/session_activations.rb | 5L |
-rw-r--r-- | config/initializers/session_store.rb | 3L |
-rw-r--r-- | config/initializers/sidekiq.rb | 22L |
-rw-r--r-- | config/initializers/simple_form.rb | 179L |
-rw-r--r-- | config/initializers/single_user_mode.rb | 5L |
-rw-r--r-- | config/initializers/statsd.rb | 15L |
-rw-r--r-- | config/initializers/stoplight.rb | 3L |
-rw-r--r-- | config/initializers/strong_migrations.rb | 3L |
-rw-r--r-- | config/initializers/suppress_csrf_warnings.rb | 3L |
-rw-r--r-- | config/initializers/timeout.rb | 6L |
-rw-r--r-- | config/initializers/trusted_proxies.rb | 11L |
-rw-r--r-- | config/initializers/twitter_regex.rb | 42L |
-rw-r--r-- | config/initializers/vapid.rb | 17L |
-rw-r--r-- | config/initializers/wrap_parameters.rb | 14L |
-rw-r--r-- | config/locales/activerecord.ar.yml | 13L |
-rw-r--r-- | config/locales/activerecord.ca.yml | 13L |
-rw-r--r-- | config/locales/activerecord.de.yml | 13L |
-rw-r--r-- | config/locales/activerecord.en.yml | 13L |
-rw-r--r-- | config/locales/activerecord.es.yml | 13L |
-rw-r--r-- | config/locales/activerecord.fa.yml | 13L |
-rw-r--r-- | config/locales/activerecord.fr.yml | 13L |
-rw-r--r-- | config/locales/activerecord.gl.yml | 13L |
-rw-r--r-- | config/locales/activerecord.he.yml | 13L |
-rw-r--r-- | config/locales/activerecord.id.yml | 13L |
-rw-r--r-- | config/locales/activerecord.it.yml | 13L |
-rw-r--r-- | config/locales/activerecord.ja.yml | 16L |
-rw-r--r-- | config/locales/activerecord.nl.yml | 13L |
-rw-r--r-- | config/locales/activerecord.no.yml | 13L |
-rw-r--r-- | config/locales/activerecord.oc.yml | 13L |
-rw-r--r-- | config/locales/activerecord.pl.yml | 16L |
-rw-r--r-- | config/locales/activerecord.pt-BR.yml | 13L |
-rw-r--r-- | config/locales/activerecord.pt.yml | 13L |
-rw-r--r-- | config/locales/activerecord.ru.yml | 13L |
-rw-r--r-- | config/locales/activerecord.sk.yml | 13L |
-rw-r--r-- | config/locales/activerecord.sr-Latn.yml | 13L |
-rw-r--r-- | config/locales/activerecord.sr.yml | 13L |
-rw-r--r-- | config/locales/activerecord.th.yml | 13L |
-rw-r--r-- | config/locales/activerecord.uk.yml | 13L |
-rw-r--r-- | config/locales/activerecord.zh-CN.yml | 13L |
-rw-r--r-- | config/locales/activerecord.zh-HK.yml | 13L |
-rw-r--r-- | config/locales/ar.yml | 643L |
-rw-r--r-- | config/locales/bg.yml | 160L |
-rw-r--r-- | config/locales/ca.yml | 717L |
-rw-r--r-- | config/locales/de.yml | 704L |
-rw-r--r-- | config/locales/devise.ar.yml | 82L |
-rw-r--r-- | config/locales/devise.bg.yml | 61L |
-rw-r--r-- | config/locales/devise.ca.yml | 82L |
-rw-r--r-- | config/locales/devise.de.yml | 82L |
-rw-r--r-- | config/locales/devise.en.yml | 82L |
-rw-r--r-- | config/locales/devise.eo.yml | 82L |
-rw-r--r-- | config/locales/devise.es.yml | 82L |
-rw-r--r-- | config/locales/devise.fa.yml | 61L |
-rw-r--r-- | config/locales/devise.fi.yml | 82L |
-rw-r--r-- | config/locales/devise.fr.yml | 82L |
-rw-r--r-- | config/locales/devise.gl.yml | 82L |
-rw-r--r-- | config/locales/devise.he.yml | 61L |
-rw-r--r-- | config/locales/devise.hr.yml | 63L |
-rw-r--r-- | config/locales/devise.hu.yml | 82L |
-rw-r--r-- | config/locales/devise.id.yml | 61L |
-rw-r--r-- | config/locales/devise.io.yml | 60L |
-rw-r--r-- | config/locales/devise.it.yml | 61L |
-rw-r--r-- | config/locales/devise.ja.yml | 82L |
-rw-r--r-- | config/locales/devise.nl.yml | 83L |
-rw-r--r-- | config/locales/devise.no.yml | 82L |
-rw-r--r-- | config/locales/devise.oc.yml | 82L |
-rw-r--r-- | config/locales/devise.pl.yml | 82L |
-rw-r--r-- | config/locales/devise.pt-BR.yml | 82L |
-rw-r--r-- | config/locales/devise.pt.yml | 82L |
-rw-r--r-- | config/locales/devise.ru.yml | 84L |
-rw-r--r-- | config/locales/devise.sk.yml | 82L |
-rw-r--r-- | config/locales/devise.sr-Latn.yml | 63L |
-rw-r--r-- | config/locales/devise.sr.yml | 63L |
-rw-r--r-- | config/locales/devise.sv.yml | 82L |
-rw-r--r-- | config/locales/devise.th.yml | 61L |
-rw-r--r-- | config/locales/devise.tr.yml | 51L |
-rw-r--r-- | config/locales/devise.uk.yml | 63L |
-rw-r--r-- | config/locales/devise.zh-CN.yml | 81L |
-rw-r--r-- | config/locales/devise.zh-HK.yml | 82L |
-rw-r--r-- | config/locales/devise.zh-TW.yml | 82L |
-rw-r--r-- | config/locales/doorkeeper.ar.yml | 118L |
-rw-r--r-- | config/locales/doorkeeper.bg.yml | 113L |
-rw-r--r-- | config/locales/doorkeeper.ca.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.de.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.en.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.eo.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.es.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.fa.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.fi.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.fr.yml | 120L |
-rw-r--r-- | config/locales/doorkeeper.gl.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.he.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.hr.yml | 113L |
-rw-r--r-- | config/locales/doorkeeper.hu.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.id.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.io.yml | 113L |
-rw-r--r-- | config/locales/doorkeeper.it.yml | 113L |
-rw-r--r-- | config/locales/doorkeeper.ja.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.nl.yml | 120L |
-rw-r--r-- | config/locales/doorkeeper.no.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.oc.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.pl.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.pt-BR.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.pt.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.ru.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.sk.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.sr-Latn.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.sr.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.sv.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.th.yml | 113L |
-rw-r--r-- | config/locales/doorkeeper.uk.yml | 113L |
-rw-r--r-- | config/locales/doorkeeper.zh-CN.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.zh-HK.yml | 119L |
-rw-r--r-- | config/locales/doorkeeper.zh-TW.yml | 119L |
-rw-r--r-- | config/locales/en.yml | 837L |
-rw-r--r-- | config/locales/eo.yml | 719L |
-rw-r--r-- | config/locales/es.yml | 717L |
-rw-r--r-- | config/locales/fa.yml | 641L |
-rw-r--r-- | config/locales/fi.yml | 717L |
-rw-r--r-- | config/locales/fr.yml | 716L |
-rw-r--r-- | config/locales/gl.yml | 717L |
-rw-r--r-- | config/locales/he.yml | 398L |
-rw-r--r-- | config/locales/hr.yml | 157L |
-rw-r--r-- | config/locales/hu.yml | 680L |
-rw-r--r-- | config/locales/id.yml | 319L |
-rw-r--r-- | config/locales/io.yml | 301L |
-rw-r--r-- | config/locales/it.yml | 166L |
-rw-r--r-- | config/locales/ja.yml | 837L |
-rw-r--r-- | config/locales/ko.yml | 719L |
-rw-r--r-- | config/locales/nl.yml | 717L |
-rw-r--r-- | config/locales/no.yml | 680L |
-rw-r--r-- | config/locales/oc.yml | 792L |
-rw-r--r-- | config/locales/pl.yml | 848L |
-rw-r--r-- | config/locales/pt-BR.yml | 717L |
-rw-r--r-- | config/locales/pt.yml | 662L |
-rw-r--r-- | config/locales/ru.yml | 731L |
-rw-r--r-- | config/locales/simple_form.ar.yml | 67L |
-rw-r--r-- | config/locales/simple_form.bg.yml | 46L |
-rw-r--r-- | config/locales/simple_form.ca.yml | 73L |
-rw-r--r-- | config/locales/simple_form.de.yml | 73L |
-rw-r--r-- | config/locales/simple_form.en.yml | 79L |
-rw-r--r-- | config/locales/simple_form.eo.yml | 73L |
-rw-r--r-- | config/locales/simple_form.es.yml | 73L |
-rw-r--r-- | config/locales/simple_form.fa.yml | 71L |
-rw-r--r-- | config/locales/simple_form.fi.yml | 73L |
-rw-r--r-- | config/locales/simple_form.fr.yml | 73L |
-rw-r--r-- | config/locales/simple_form.gl.yml | 73L |
-rw-r--r-- | config/locales/simple_form.he.yml | 71L |
-rw-r--r-- | config/locales/simple_form.hr.yml | 47L |
-rw-r--r-- | config/locales/simple_form.hu.yml | 71L |
-rw-r--r-- | config/locales/simple_form.id.yml | 50L |
-rw-r--r-- | config/locales/simple_form.io.yml | 51L |
-rw-r--r-- | config/locales/simple_form.it.yml | 47L |
-rw-r--r-- | config/locales/simple_form.ja.yml | 69L |
-rw-r--r-- | config/locales/simple_form.ko.yml | 73L |
-rw-r--r-- | config/locales/simple_form.nl.yml | 73L |
-rw-r--r-- | config/locales/simple_form.no.yml | 71L |
-rw-r--r-- | config/locales/simple_form.oc.yml | 73L |
-rw-r--r-- | config/locales/simple_form.pl.yml | 77L |
-rw-r--r-- | config/locales/simple_form.pt-BR.yml | 73L |
-rw-r--r-- | config/locales/simple_form.pt.yml | 71L |
-rw-r--r-- | config/locales/simple_form.ru.yml | 77L |
-rw-r--r-- | config/locales/simple_form.sk.yml | 73L |
-rw-r--r-- | config/locales/simple_form.sr-Latn.yml | 75L |
-rw-r--r-- | config/locales/simple_form.sr.yml | 75L |
-rw-r--r-- | config/locales/simple_form.sv.yml | 73L |
-rw-r--r-- | config/locales/simple_form.th.yml | 55L |
-rw-r--r-- | config/locales/simple_form.tr.yml | 51L |
-rw-r--r-- | config/locales/simple_form.uk.yml | 51L |
-rw-r--r-- | config/locales/simple_form.zh-CN.yml | 67L |
-rw-r--r-- | config/locales/simple_form.zh-HK.yml | 69L |
-rw-r--r-- | config/locales/simple_form.zh-TW.yml | 58L |
-rw-r--r-- | config/locales/sk.yml | 693L |
-rw-r--r-- | config/locales/sr-Latn.yml | 653L |
-rw-r--r-- | config/locales/sr.yml | 653L |
-rw-r--r-- | config/locales/sv.yml | 708L |
-rw-r--r-- | config/locales/th.yml | 323L |
-rw-r--r-- | config/locales/tr.yml | 321L |
-rw-r--r-- | config/locales/uk.yml | 316L |
-rw-r--r-- | config/locales/zh-CN.yml | 668L |
-rw-r--r-- | config/locales/zh-HK.yml | 702L |
-rw-r--r-- | config/locales/zh-TW.yml | 292L |
-rw-r--r-- | config/navigation.rb | 45L |
-rw-r--r-- | config/puma.rb | 19L |
-rw-r--r-- | config/routes.rb | 328L |
-rw-r--r-- | config/secrets.yml | 22L |
-rw-r--r-- | config/settings.yml | 61L |
-rw-r--r-- | config/sidekiq.yml | 35L |
-rw-r--r-- | config/themes.yml | 1L |
-rw-r--r-- | config/webpack/configuration.js | 39L |
-rw-r--r-- | config/webpack/development.js | 42L |
-rw-r--r-- | config/webpack/generateLocalePacks.js | 52L |
-rw-r--r-- | config/webpack/loaders/assets.js | 12L |
-rw-r--r-- | config/webpack/loaders/babel.js | 13L |
-rw-r--r-- | config/webpack/loaders/babel_external.js | 21L |
-rw-r--r-- | config/webpack/loaders/mark.js | 8L |
-rw-r--r-- | config/webpack/loaders/sass.js | 15L |
-rw-r--r-- | config/webpack/production.js | 74L |
-rw-r--r-- | config/webpack/shared.js | 94L |
-rw-r--r-- | config/webpack/test.js | 6L |
-rw-r--r-- | config/webpack/translationRunner.js | 101L |
-rw-r--r-- | config/webpacker.yml | 50L |
-rw-r--r-- | db/migrate/20160220174730_create_accounts.rb | 25L |
-rw-r--r-- | db/migrate/20160220211917_create_statuses.rb | 13L |
-rw-r--r-- | db/migrate/20160221003140_create_users.rb | 12L |
-rw-r--r-- | db/migrate/20160221003621_create_follows.rb | 12L |
-rw-r--r-- | db/migrate/20160222122600_create_stream_entries.rb | 11L |
-rw-r--r-- | db/migrate/20160222143943_add_profile_fields_to_accounts.rb | 7L |
-rw-r--r-- | db/migrate/20160223162837_add_metadata_to_statuses.rb | 6L |
-rw-r--r-- | db/migrate/20160223164502_make_uris_nullable_in_statuses.rb | 5L |
-rw-r--r-- | db/migrate/20160223165723_add_url_to_statuses.rb | 5L |
-rw-r--r-- | db/migrate/20160223165855_add_url_to_accounts.rb | 5L |
-rw-r--r-- | db/migrate/20160223171800_create_favourites.rb | 12L |
-rw-r--r-- | db/migrate/20160224223247_create_mentions.rb | 12L |
-rw-r--r-- | db/migrate/20160227230233_add_attachment_avatar_to_accounts.rb | 11L |
-rw-r--r-- | db/migrate/20160305115639_add_devise_to_users.rb | 38L |
-rw-r--r-- | db/migrate/20160306172223_create_doorkeeper_tables.rb | 50L |
-rw-r--r-- | db/migrate/20160312193225_add_attachment_header_to_accounts.rb | 11L |
-rw-r--r-- | db/migrate/20160314164231_add_owner_to_application.rb | 7L |
-rw-r--r-- | db/migrate/20160316103650_add_missing_indices.rb | 10L |
-rw-r--r-- | db/migrate/20160322193748_add_avatar_remote_url_to_accounts.rb | 5L |
-rw-r--r-- | db/migrate/20160325130944_add_admin_to_users.rb | 5L |
-rw-r--r-- | db/migrate/20160826155805_add_superapp_to_oauth_applications.rb | 5L |
-rw-r--r-- | db/migrate/20160905150353_create_media_attachments.rb | 14L |
-rw-r--r-- | db/migrate/20160919221059_add_subscription_expires_at_to_accounts.rb | 5L |
-rw-r--r-- | db/migrate/20160920003904_remove_verify_token_from_accounts.rb | 5L |
-rw-r--r-- | db/migrate/20160926213048_remove_owner_from_application.rb | 7L |
-rw-r--r-- | db/migrate/20161003142332_add_confirmable_to_users.rb | 9L |
-rw-r--r-- | db/migrate/20161003145426_create_blocks.rb | 12L |
-rw-r--r-- | db/migrate/20161006213403_rails_settings_migration.rb | 21L |
-rw-r--r-- | db/migrate/20161009120834_create_domain_blocks.rb | 10L |
-rw-r--r-- | db/migrate/20161027172456_add_silenced_to_accounts.rb | 5L |
-rw-r--r-- | db/migrate/20161104173623_create_tags.rb | 11L |
-rw-r--r-- | db/migrate/20161105130633_create_statuses_tags_join_table.rb | 8L |
-rw-r--r-- | db/migrate/20161116162355_add_locale_to_users.rb | 5L |
-rw-r--r-- | db/migrate/20161119211120_create_notifications.rb | 14L |
-rw-r--r-- | db/migrate/20161122163057_remove_unneeded_indexes.rb | 7L |
-rw-r--r-- | db/migrate/20161123093447_add_sensitive_to_statuses.rb | 5L |
-rw-r--r-- | db/migrate/20161128103007_create_subscriptions.rb | 15L |
-rw-r--r-- | db/migrate/20161130142058_add_last_successful_delivery_at_to_subscriptions.rb | 5L |
-rw-r--r-- | db/migrate/20161130185319_add_visibility_to_statuses.rb | 5L |
-rw-r--r-- | db/migrate/20161202132159_add_in_reply_to_account_id_to_statuses.rb | 18L |
-rw-r--r-- | db/migrate/20161203164520_add_from_account_id_to_notifications.rb | 14L |
-rw-r--r-- | db/migrate/20161205214545_add_suspended_to_accounts.rb | 5L |
-rw-r--r-- | db/migrate/20161221152630_add_hidden_to_stream_entries.rb | 5L |
-rw-r--r-- | db/migrate/20161222201034_add_locked_to_accounts.rb | 5L |
-rw-r--r-- | db/migrate/20161222204147_create_follow_requests.rb | 12L |
-rw-r--r-- | db/migrate/20170105224407_add_shortcode_to_media_attachments.rb | 14L |
-rw-r--r-- | db/migrate/20170109120109_create_web_settings.rb | 12L |
-rw-r--r-- | db/migrate/20170112154826_migrate_settings.rb | 19L |
-rw-r--r-- | db/migrate/20170114194937_add_application_to_statuses.rb | 5L |
-rw-r--r-- | db/migrate/20170114203041_add_website_to_oauth_application.rb | 5L |
-rw-r--r-- | db/migrate/20170119214911_create_preview_cards.rb | 17L |
-rw-r--r-- | db/migrate/20170123162658_add_severity_to_domain_blocks.rb | 5L |
-rw-r--r-- | db/migrate/20170123203248_add_reject_media_to_domain_blocks.rb | 5L |
-rw-r--r-- | db/migrate/20170125145934_add_spoiler_text_to_statuses.rb | 5L |
-rw-r--r-- | db/migrate/20170127165745_add_devise_two_factor_to_users.rb | 9L |
-rw-r--r-- | db/migrate/20170129000348_create_devices.rb | 13L |
-rw-r--r-- | db/migrate/20170205175257_remove_devices.rb | 5L |
-rw-r--r-- | db/migrate/20170209184350_add_reply_to_statuses.rb | 10L |
-rw-r--r-- | db/migrate/20170214110202_create_reports.rb | 13L |
-rw-r--r-- | db/migrate/20170217012631_add_reblog_of_id_foreign_key_to_statuses.rb | 5L |
-rw-r--r-- | db/migrate/20170301222600_create_mutes.rb | 11L |
-rw-r--r-- | db/migrate/20170303212857_add_last_emailed_at_to_users.rb | 5L |
-rw-r--r-- | db/migrate/20170304202101_add_type_to_media_attachments.rb | 12L |
-rw-r--r-- | db/migrate/20170317193015_add_search_index_to_accounts.rb | 9L |
-rw-r--r-- | db/migrate/20170318214217_add_header_remote_url_to_accounts.rb | 5L |
-rw-r--r-- | db/migrate/20170322021028_add_lowercase_index_to_accounts.rb | 9L |
-rw-r--r-- | db/migrate/20170322143850_change_primary_key_to_bigint_on_statuses.rb | 15L |
-rw-r--r-- | db/migrate/20170322162804_add_search_index_to_tags.rb | 9L |
-rw-r--r-- | db/migrate/20170330021336_add_counter_caches.rb | 13L |
-rw-r--r-- | db/migrate/20170330163835_create_imports.rb | 11L |
-rw-r--r-- | db/migrate/20170330164118_add_attachment_data_to_imports.rb | 11L |
-rw-r--r-- | db/migrate/20170403172249_add_action_taken_by_account_id_to_reports.rb | 5L |
-rw-r--r-- | db/migrate/20170405112956_add_index_on_mentions_status_id.rb | 5L |
-rw-r--r-- | db/migrate/20170406215816_add_notifications_and_favourites_indices.rb | 7L |
-rw-r--r-- | db/migrate/20170409170753_add_last_webfingered_at_to_accounts.rb | 5L |
-rw-r--r-- | db/migrate/20170414080609_add_devise_two_factor_backupable_to_users.rb | 5L |
-rw-r--r-- | db/migrate/20170414132105_add_language_to_statuses.rb | 5L |
-rw-r--r-- | db/migrate/20170418160728_add_indexes_to_reports_for_accounts.rb | 6L |
-rw-r--r-- | db/migrate/20170423005413_add_allowed_languages_to_user.rb | 6L |
-rw-r--r-- | db/migrate/20170424003227_create_account_domain_blocks.rb | 12L |
-rw-r--r-- | db/migrate/20170424112722_add_status_id_index_to_statuses_tags.rb | 5L |
-rw-r--r-- | db/migrate/20170425131920_add_media_attachment_meta.rb | 5L |
-rw-r--r-- | db/migrate/20170425202925_add_oembed_to_preview_cards.rb | 12L |
-rw-r--r-- | db/migrate/20170427011934_re_add_owner_to_application.rb | 8L |
-rw-r--r-- | db/migrate/20170506235850_create_conversations.rb | 10L |
-rw-r--r-- | db/migrate/20170507000211_add_conversation_id_to_statuses.rb | 6L |
-rw-r--r-- | db/migrate/20170507141759_optimize_index_subscriptions.rb | 11L |
-rw-r--r-- | db/migrate/20170508230434_create_conversation_mutes.rb | 10L |
-rw-r--r-- | db/migrate/20170516072309_add_index_accounts_on_uri.rb | 5L |
-rw-r--r-- | db/migrate/20170520145338_change_language_filter_to_opt_out.rb | 9L |
-rw-r--r-- | db/migrate/20170601210557_add_index_on_media_attachments_account_id.rb | 5L |
-rw-r--r-- | db/migrate/20170604144747_add_foreign_keys_for_accounts.rb | 41L |
-rw-r--r-- | db/migrate/20170606113804_change_tag_search_index_to_btree.rb | 12L |
-rw-r--r-- | db/migrate/20170609145826_remove_default_language_from_statuses.rb | 5L |
-rw-r--r-- | db/migrate/20170610000000_add_statuses_index_on_account_id_id.rb | 13L |
-rw-r--r-- | db/migrate/20170623152212_create_session_activations.rb | 13L |
-rw-r--r-- | db/migrate/20170624134742_add_description_to_session_activations.rb | 7L |
-rw-r--r-- | db/migrate/20170625140443_add_access_token_id_to_session_activations.rb | 6L |
-rw-r--r-- | db/migrate/20170711225116_fix_null_booleans.rb | 17L |
-rw-r--r-- | db/migrate/20170713112503_make_tag_search_case_insensitive.rb | 11L |
-rw-r--r-- | db/migrate/20170713175513_create_web_push_subscriptions.rb | 12L |
-rw-r--r-- | db/migrate/20170713190709_add_web_push_subscription_to_session_activations.rb | 5L |
-rw-r--r-- | db/migrate/20170714184731_add_domain_to_subscriptions.rb | 5L |
-rw-r--r-- | db/migrate/20170716191202_add_hide_notifications_to_mute.rb | 15L |
-rw-r--r-- | db/migrate/20170718211102_add_activitypub_to_accounts.rb | 9L |
-rw-r--r-- | db/migrate/20170720000000_add_index_favourites_on_account_id_and_id.rb | 6L |
-rw-r--r-- | db/migrate/20170823162448_create_status_pins.rb | 10L |
-rw-r--r-- | db/migrate/20170824103029_add_timestamps_to_status_pins.rb | 5L |
-rw-r--r-- | db/migrate/20170829215220_remove_status_pins_account_index.rb | 6L |
-rw-r--r-- | db/migrate/20170901141119_truncate_preview_cards.rb | 30L |
-rw-r--r-- | db/migrate/20170901142658_create_join_table_preview_cards_statuses.rb | 7L |
-rw-r--r-- | db/migrate/20170905044538_add_index_id_account_id_activity_type_on_notifications.rb | 5L |
-rw-r--r-- | db/migrate/20170905165803_add_local_to_statuses.rb | 5L |
-rw-r--r-- | db/migrate/20170913000752_create_site_uploads.rb | 10L |
-rw-r--r-- | db/migrate/20170917153509_create_custom_emojis.rb | 13L |
-rw-r--r-- | db/migrate/20170918125918_ids_to_bigints.rb | 119L |
-rw-r--r-- | db/migrate/20170920024819_status_ids_to_timestamp_ids.rb | 32L |
-rw-r--r-- | db/migrate/20170920032311_fix_reblogs_in_feeds.rb | 77L |
-rw-r--r-- | db/migrate/20170924022025_ids_to_bigints2.rb | 9L |
-rw-r--r-- | db/migrate/20170927215609_add_description_to_media_attachments.rb | 5L |
-rw-r--r-- | db/migrate/20170928082043_create_email_domain_blocks.rb | 9L |
-rw-r--r-- | db/migrate/20171005102658_create_account_moderation_notes.rb | 12L |
-rw-r--r-- | db/migrate/20171005171936_add_disabled_to_custom_emojis.rb | 15L |
-rw-r--r-- | db/migrate/20171006142024_add_uri_to_custom_emojis.rb | 6L |
-rw-r--r-- | db/migrate/20171010023049_add_foreign_key_to_account_moderation_notes.rb | 5L |
-rw-r--r-- | db/migrate/20171010025614_change_accounts_nonnullable_in_account_moderation_notes.rb | 6L |
-rw-r--r-- | db/migrate/20171020084748_add_visible_in_picker_to_custom_emoji.rb | 7L |
-rw-r--r-- | db/migrate/20171028221157_add_reblogs_to_follows.rb | 19L |
-rw-r--r-- | db/migrate/20171107143332_add_memorial_to_accounts.rb | 15L |
-rw-r--r-- | db/migrate/20171107143624_add_disabled_to_users.rb | 15L |
-rw-r--r-- | db/migrate/20171109012327_add_moderator_to_accounts.rb | 15L |
-rw-r--r-- | db/migrate/20171114080328_add_index_domain_to_email_domain_blocks.rb | 8L |
-rw-r--r-- | db/migrate/20171114231651_create_lists.rb | 10L |
-rw-r--r-- | db/migrate/20171116161857_create_list_accounts.rb | 12L |
-rw-r--r-- | db/migrate/20171118012443_add_moved_to_account_id_to_accounts.rb | 6L |
-rw-r--r-- | db/migrate/20171119172437_create_admin_action_logs.rb | 12L |
-rw-r--r-- | db/migrate/20171122120436_add_index_account_and_reblog_of_id_to_statuses.rb | 12L |
-rw-r--r-- | db/migrate/20171125024930_create_invites.rb | 15L |
-rw-r--r-- | db/migrate/20171125031751_add_invite_id_to_users.rb | 5L |
-rw-r--r-- | db/migrate/20171125185353_add_index_reblog_of_id_and_account_to_statuses.rb | 7L |
-rw-r--r-- | db/migrate/20171125190735_remove_old_reblog_index_on_statuses.rb | 14L |
-rw-r--r-- | db/migrate/20171129172043_add_index_on_stream_entries.rb | 8L |
-rw-r--r-- | db/migrate/20171130000000_add_embed_url_to_preview_cards.rb | 18L |
-rw-r--r-- | db/migrate/20171201000000_change_account_id_nonnullable_in_lists.rb | 7L |
-rw-r--r-- | db/migrate/20171212195226_remove_duplicate_indexes_in_lists.rb | 6L |
-rw-r--r-- | db/migrate/20171226094803_more_faster_index_on_notifications.rb | 8L |
-rw-r--r-- | db/migrate/20180106000232_add_index_on_statuses_for_api_v1_accounts_account_id_statuses.rb | 10L |
-rw-r--r-- | db/migrate/20180109143959_add_remember_token_to_users.rb | 5L |
-rw-r--r-- | db/migrate/20180204034416_create_identities.rb | 11L |
-rw-r--r-- | db/migrate/20180206000000_change_user_id_nonnullable.rb | 6L |
-rw-r--r-- | db/migrate/20180211015820_create_backups.rb | 11L |
-rw-r--r-- | db/migrate/20180304013859_add_featured_collection_url_to_accounts.rb | 5L |
-rw-r--r-- | db/migrate/20180310000000_change_columns_in_notifications_nonnullable.rb | 8L |
-rw-r--r-- | db/migrate/20180402031200_add_assigned_account_id_to_reports.rb | 5L |
-rw-r--r-- | db/migrate/20180402040909_create_report_notes.rb | 14L |
-rw-r--r-- | db/migrate/20180410204633_add_fields_to_accounts.rb | 5L |
-rw-r--r-- | db/schema.rb | 606L |
-rw-r--r-- | db/seeds.rb | 8L |
-rw-r--r-- | docker-compose.yml | 87L |
-rw-r--r-- | docs/Contributing-to-Mastodon/Sponsors.md | 1L |
-rw-r--r-- | docs/Contributing-to-Mastodon/Translating.md | 1L |
-rw-r--r-- | docs/Extensions.md | 1L |
-rw-r--r-- | docs/README.md | 1L |
-rw-r--r-- | docs/Running-Mastodon/Administration-guide.md | 1L |
-rw-r--r-- | docs/Running-Mastodon/Development-guide.md | 1L |
-rw-r--r-- | docs/Running-Mastodon/Heroku-guide.md | 1L |
-rw-r--r-- | docs/Running-Mastodon/Production-guide.md | 1L |
-rw-r--r-- | docs/Running-Mastodon/Scalingo-guide.md | 1L |
-rw-r--r-- | docs/Running-Mastodon/Tuning.md | 1L |
-rw-r--r-- | docs/Running-Mastodon/Vagrant-guide.md | 1L |
-rw-r--r-- | docs/Specs-and-RFCs-used.md | 1L |
-rw-r--r-- | docs/Using-Mastodon/2FA.md | 1L |
-rw-r--r-- | docs/Using-Mastodon/Apps.md | 1L |
-rw-r--r-- | docs/Using-Mastodon/FAQ.md | 1L |
-rw-r--r-- | docs/Using-Mastodon/List-of-Mastodon-instances.md | 1L |
-rw-r--r-- | docs/Using-Mastodon/User-guide.md | 1L |
-rw-r--r-- | docs/Using-the-API/API.md | 1L |
-rw-r--r-- | docs/Using-the-API/OAuth-details.md | 1L |
-rw-r--r-- | docs/Using-the-API/Push-notifications.md | 1L |
-rw-r--r-- | docs/Using-the-API/Streaming-API.md | 1L |
-rw-r--r-- | docs/Using-the-API/Testing-with-cURL.md | 1L |
-rw-r--r-- | docs/Using-the-API/Tips-for-app-developers.md | 1L |
-rw-r--r-- | jest.config.js | 25L |
-rw-r--r-- | lib/assets/.keep | 0B |
-rw-r--r-- | lib/devise/ldap_authenticatable.rb | 53L |
-rw-r--r-- | lib/json_ld/activitystreams.rb | 153L |
-rw-r--r-- | lib/json_ld/identity.rb | 86L |
-rw-r--r-- | lib/json_ld/security.rb | 50L |
-rw-r--r-- | lib/mastodon/migration_helpers.rb | 991L |
-rw-r--r-- | lib/mastodon/premailer_webpack_strategy.rb | 23L |
-rw-r--r-- | lib/mastodon/redis_config.rb | 17L |
-rw-r--r-- | lib/mastodon/snowflake.rb | 162L |
-rw-r--r-- | lib/mastodon/version.rb | 52L |
-rw-r--r-- | lib/paperclip/gif_transcoder.rb | 26L |
-rw-r--r-- | lib/paperclip/lazy_thumbnail.rb | 28L |
-rw-r--r-- | lib/paperclip/video_transcoder.rb | 14L |
-rw-r--r-- | lib/tasks/assets.rake | 20L |
-rw-r--r-- | lib/tasks/auto_annotate_models.rake | 45L |
-rw-r--r-- | lib/tasks/db.rake | 75L |
-rw-r--r-- | lib/tasks/emojis.rake | 56L |
-rw-r--r-- | lib/tasks/mastodon.rake | 838L |
-rw-r--r-- | lib/tasks/statistics.rake | 19L |
-rw-r--r-- | lib/templates/haml/scaffold/_form.html.haml | 10L |
-rw-r--r-- | log/.keep | 0B |
-rw-r--r-- | nanobox/nginx-local.conf | 78L |
-rw-r--r-- | nanobox/nginx-stream.conf.erb | 57L |
-rw-r--r-- | nanobox/nginx-web.conf.erb | 78L |
-rw-r--r-- | package.json | 147L |
l--------- | public/500.html | 1L |
-rw-r--r-- | public/android-chrome-192x192.png | 13546B |
-rw-r--r-- | public/apple-touch-icon.png | 6129B |
-rw-r--r-- | public/avatars/original/missing.png | 3292B |
-rw-r--r-- | public/badge.png | 5579B |
-rw-r--r-- | public/browserconfig.xml | 9L |
-rw-r--r-- | public/embed.js | 43L |
-rw-r--r-- | public/emoji/1f004.svg | 1L |
-rw-r--r-- | public/emoji/1f0cf.svg | 1L |
-rw-r--r-- | public/emoji/1f170.svg | 1L |
-rw-r--r-- | public/emoji/1f171.svg | 1L |
-rw-r--r-- | public/emoji/1f17e.svg | 1L |
-rw-r--r-- | public/emoji/1f17f.svg | 1L |
-rw-r--r-- | public/emoji/1f18e.svg | 1L |
-rw-r--r-- | public/emoji/1f191.svg | 1L |
-rw-r--r-- | public/emoji/1f192.svg | 1L |
-rw-r--r-- | public/emoji/1f193.svg | 1L |
-rw-r--r-- | public/emoji/1f194.svg | 1L |
-rw-r--r-- | public/emoji/1f195.svg | 1L |
-rw-r--r-- | public/emoji/1f196.svg | 1L |
-rw-r--r-- | public/emoji/1f197.svg | 1L |
-rw-r--r-- | public/emoji/1f198.svg | 1L |
-rw-r--r-- | public/emoji/1f199.svg | 1L |
-rw-r--r-- | public/emoji/1f19a.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1e8.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1e9.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1eb.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1ec.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1ee.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1f1.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1f4.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1f6.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1f8.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1f9.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1fa.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1fc.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1fd.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6-1f1ff.svg | 1L |
-rw-r--r-- | public/emoji/1f1e6.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1e6.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1e7.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1e9.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1eb.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1ec.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1ed.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1ee.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1ef.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1f1.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1f3.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1f4.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1f6.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1f8.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1f9.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1fb.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1fc.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1fe.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7-1f1ff.svg | 1L |
-rw-r--r-- | public/emoji/1f1e7.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1e6.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1e8.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1e9.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1eb.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1ec.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1ed.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1ee.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1f0.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1f1.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1f3.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1f4.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1f5.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1fa.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1fb.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1fc.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1fd.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1fe.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8-1f1ff.svg | 1L |
-rw-r--r-- | public/emoji/1f1e8.svg | 1L |
-rw-r--r-- | public/emoji/1f1e9-1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1e9-1f1ec.svg | 1L |
-rw-r--r-- | public/emoji/1f1e9-1f1ef.svg | 1L |
-rw-r--r-- | public/emoji/1f1e9-1f1f0.svg | 1L |
-rw-r--r-- | public/emoji/1f1e9-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1e9-1f1f4.svg | 1L |
-rw-r--r-- | public/emoji/1f1e9-1f1ff.svg | 1L |
-rw-r--r-- | public/emoji/1f1e9.svg | 1L |
-rw-r--r-- | public/emoji/1f1ea-1f1e6.svg | 1L |
-rw-r--r-- | public/emoji/1f1ea-1f1e8.svg | 1L |
-rw-r--r-- | public/emoji/1f1ea-1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1ea-1f1ec.svg | 1L |
-rw-r--r-- | public/emoji/1f1ea-1f1ed.svg | 1L |
-rw-r--r-- | public/emoji/1f1ea-1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1ea-1f1f8.svg | 1L |
-rw-r--r-- | public/emoji/1f1ea-1f1f9.svg | 1L |
-rw-r--r-- | public/emoji/1f1ea-1f1fa.svg | 1L |
-rw-r--r-- | public/emoji/1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1eb-1f1ee.svg | 1L |
-rw-r--r-- | public/emoji/1f1eb-1f1ef.svg | 1L |
-rw-r--r-- | public/emoji/1f1eb-1f1f0.svg | 1L |
-rw-r--r-- | public/emoji/1f1eb-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1eb-1f1f4.svg | 1L |
-rw-r--r-- | public/emoji/1f1eb-1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1eb.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1e6.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1e7.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1e9.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1eb.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1ec.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1ed.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1ee.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1f1.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1f3.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1f5.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1f6.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1f8.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1f9.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1fa.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1fc.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec-1f1fe.svg | 1L |
-rw-r--r-- | public/emoji/1f1ec.svg | 1L |
-rw-r--r-- | public/emoji/1f1ed-1f1f0.svg | 1L |
-rw-r--r-- | public/emoji/1f1ed-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1ed-1f1f3.svg | 1L |
-rw-r--r-- | public/emoji/1f1ed-1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1ed-1f1f9.svg | 1L |
-rw-r--r-- | public/emoji/1f1ed-1f1fa.svg | 1L |
-rw-r--r-- | public/emoji/1f1ed.svg | 1L |
-rw-r--r-- | public/emoji/1f1ee-1f1e8.svg | 1L |
-rw-r--r-- | public/emoji/1f1ee-1f1e9.svg | 1L |
-rw-r--r-- | public/emoji/1f1ee-1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1ee-1f1f1.svg | 1L |
-rw-r--r-- | public/emoji/1f1ee-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1ee-1f1f3.svg | 1L |
-rw-r--r-- | public/emoji/1f1ee-1f1f4.svg | 1L |
-rw-r--r-- | public/emoji/1f1ee-1f1f6.svg | 1L |
-rw-r--r-- | public/emoji/1f1ee-1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1ee-1f1f8.svg | 1L |
-rw-r--r-- | public/emoji/1f1ee-1f1f9.svg | 1L |
-rw-r--r-- | public/emoji/1f1ee.svg | 1L |
-rw-r--r-- | public/emoji/1f1ef-1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1ef-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1ef-1f1f4.svg | 1L |
-rw-r--r-- | public/emoji/1f1ef-1f1f5.svg | 1L |
-rw-r--r-- | public/emoji/1f1ef.svg | 1L |
-rw-r--r-- | public/emoji/1f1f0-1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1f0-1f1ec.svg | 1L |
-rw-r--r-- | public/emoji/1f1f0-1f1ed.svg | 1L |
-rw-r--r-- | public/emoji/1f1f0-1f1ee.svg | 1L |
-rw-r--r-- | public/emoji/1f1f0-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1f0-1f1f3.svg | 1L |
-rw-r--r-- | public/emoji/1f1f0-1f1f5.svg | 1L |
-rw-r--r-- | public/emoji/1f1f0-1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1f0-1f1fc.svg | 1L |
-rw-r--r-- | public/emoji/1f1f0-1f1fe.svg | 1L |
-rw-r--r-- | public/emoji/1f1f0-1f1ff.svg | 1L |
-rw-r--r-- | public/emoji/1f1f0.svg | 1L |
-rw-r--r-- | public/emoji/1f1f1-1f1e6.svg | 1L |
-rw-r--r-- | public/emoji/1f1f1-1f1e7.svg | 1L |
-rw-r--r-- | public/emoji/1f1f1-1f1e8.svg | 1L |
-rw-r--r-- | public/emoji/1f1f1-1f1ee.svg | 1L |
-rw-r--r-- | public/emoji/1f1f1-1f1f0.svg | 1L |
-rw-r--r-- | public/emoji/1f1f1-1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1f1-1f1f8.svg | 1L |
-rw-r--r-- | public/emoji/1f1f1-1f1f9.svg | 1L |
-rw-r--r-- | public/emoji/1f1f1-1f1fa.svg | 1L |
-rw-r--r-- | public/emoji/1f1f1-1f1fb.svg | 1L |
-rw-r--r-- | public/emoji/1f1f1-1f1fe.svg | 1L |
-rw-r--r-- | public/emoji/1f1f1.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1e6.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1e8.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1e9.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1eb.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1ec.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1ed.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1f0.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1f1.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1f3.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1f4.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1f5.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1f6.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1f8.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1f9.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1fa.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1fb.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1fc.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1fd.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1fe.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2-1f1ff.svg | 1L |
-rw-r--r-- | public/emoji/1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1f3-1f1e6.svg | 1L |
-rw-r--r-- | public/emoji/1f1f3-1f1e8.svg | 1L |
-rw-r--r-- | public/emoji/1f1f3-1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1f3-1f1eb.svg | 1L |
-rw-r--r-- | public/emoji/1f1f3-1f1ec.svg | 1L |
-rw-r--r-- | public/emoji/1f1f3-1f1ee.svg | 1L |
-rw-r--r-- | public/emoji/1f1f3-1f1f1.svg | 1L |
-rw-r--r-- | public/emoji/1f1f3-1f1f4.svg | 1L |
-rw-r--r-- | public/emoji/1f1f3-1f1f5.svg | 1L |
-rw-r--r-- | public/emoji/1f1f3-1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1f3-1f1fa.svg | 1L |
-rw-r--r-- | public/emoji/1f1f3-1f1ff.svg | 1L |
-rw-r--r-- | public/emoji/1f1f3.svg | 1L |
-rw-r--r-- | public/emoji/1f1f4-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1f4.svg | 1L |
-rw-r--r-- | public/emoji/1f1f5-1f1e6.svg | 1L |
-rw-r--r-- | public/emoji/1f1f5-1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1f5-1f1eb.svg | 1L |
-rw-r--r-- | public/emoji/1f1f5-1f1ec.svg | 1L |
-rw-r--r-- | public/emoji/1f1f5-1f1ed.svg | 1L |
-rw-r--r-- | public/emoji/1f1f5-1f1f0.svg | 1L |
-rw-r--r-- | public/emoji/1f1f5-1f1f1.svg | 1L |
-rw-r--r-- | public/emoji/1f1f5-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1f5-1f1f3.svg | 1L |
-rw-r--r-- | public/emoji/1f1f5-1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1f5-1f1f8.svg | 1L |
-rw-r--r-- | public/emoji/1f1f5-1f1f9.svg | 1L |
-rw-r--r-- | public/emoji/1f1f5-1f1fc.svg | 1L |
-rw-r--r-- | public/emoji/1f1f5-1f1fe.svg | 1L |
-rw-r--r-- | public/emoji/1f1f5.svg | 1L |
-rw-r--r-- | public/emoji/1f1f6-1f1e6.svg | 1L |
-rw-r--r-- | public/emoji/1f1f6.svg | 1L |
-rw-r--r-- | public/emoji/1f1f7-1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1f7-1f1f4.svg | 1L |
-rw-r--r-- | public/emoji/1f1f7-1f1f8.svg | 1L |
-rw-r--r-- | public/emoji/1f1f7-1f1fa.svg | 1L |
-rw-r--r-- | public/emoji/1f1f7-1f1fc.svg | 1L |
-rw-r--r-- | public/emoji/1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1e6.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1e7.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1e8.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1e9.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1ec.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1ed.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1ee.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1ef.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1f0.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1f1.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1f3.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1f4.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1f8.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1f9.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1fb.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1fd.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1fe.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8-1f1ff.svg | 1L |
-rw-r--r-- | public/emoji/1f1f8.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1e6.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1e8.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1e9.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1eb.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1ec.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1ed.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1ef.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1f0.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1f1.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1f3.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1f4.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1f7.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1f9.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1fb.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1fc.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9-1f1ff.svg | 1L |
-rw-r--r-- | public/emoji/1f1f9.svg | 1L |
-rw-r--r-- | public/emoji/1f1fa-1f1e6.svg | 1L |
-rw-r--r-- | public/emoji/1f1fa-1f1ec.svg | 1L |
-rw-r--r-- | public/emoji/1f1fa-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1fa-1f1f3.svg | 1L |
-rw-r--r-- | public/emoji/1f1fa-1f1f8.svg | 1L |
-rw-r--r-- | public/emoji/1f1fa-1f1fe.svg | 1L |
-rw-r--r-- | public/emoji/1f1fa-1f1ff.svg | 1L |
-rw-r--r-- | public/emoji/1f1fa.svg | 1L |
-rw-r--r-- | public/emoji/1f1fb-1f1e6.svg | 1L |
-rw-r--r-- | public/emoji/1f1fb-1f1e8.svg | 1L |
-rw-r--r-- | public/emoji/1f1fb-1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1fb-1f1ec.svg | 1L |
-rw-r--r-- | public/emoji/1f1fb-1f1ee.svg | 1L |
-rw-r--r-- | public/emoji/1f1fb-1f1f3.svg | 1L |
-rw-r--r-- | public/emoji/1f1fb-1f1fa.svg | 1L |
-rw-r--r-- | public/emoji/1f1fb.svg | 1L |
-rw-r--r-- | public/emoji/1f1fc-1f1eb.svg | 1L |
-rw-r--r-- | public/emoji/1f1fc-1f1f8.svg | 1L |
-rw-r--r-- | public/emoji/1f1fc.svg | 1L |
-rw-r--r-- | public/emoji/1f1fd-1f1f0.svg | 1L |
-rw-r--r-- | public/emoji/1f1fd.svg | 1L |
-rw-r--r-- | public/emoji/1f1fe-1f1ea.svg | 1L |
-rw-r--r-- | public/emoji/1f1fe-1f1f9.svg | 1L |
-rw-r--r-- | public/emoji/1f1fe.svg | 1L |
-rw-r--r-- | public/emoji/1f1ff-1f1e6.svg | 1L |
-rw-r--r-- | public/emoji/1f1ff-1f1f2.svg | 1L |
-rw-r--r-- | public/emoji/1f1ff-1f1fc.svg | 1L |
-rw-r--r-- | public/emoji/1f1ff.svg | 1L |
-rw-r--r-- | public/emoji/1f201.svg | 1L |
-rw-r--r-- | public/emoji/1f202.svg | 1L |
-rw-r--r-- | public/emoji/1f21a.svg | 1L |
-rw-r--r-- | public/emoji/1f22f.svg | 1L |
-rw-r--r-- | public/emoji/1f232.svg | 1L |
-rw-r--r-- | public/emoji/1f233.svg | 1L |
-rw-r--r-- | public/emoji/1f234.svg | 1L |
-rw-r--r-- | public/emoji/1f235.svg | 1L |
-rw-r--r-- | public/emoji/1f236.svg | 1L |
-rw-r--r-- | public/emoji/1f237.svg | 1L |
-rw-r--r-- | public/emoji/1f238.svg | 1L |
-rw-r--r-- | public/emoji/1f239.svg | 1L |
-rw-r--r-- | public/emoji/1f23a.svg | 1L |
-rw-r--r-- | public/emoji/1f250.svg | 1L |
-rw-r--r-- | public/emoji/1f251.svg | 1L |
-rw-r--r-- | public/emoji/1f300.svg | 1L |
-rw-r--r-- | public/emoji/1f301.svg | 1L |
-rw-r--r-- | public/emoji/1f302.svg | 1L |
-rw-r--r-- | public/emoji/1f303.svg | 1L |
-rw-r--r-- | public/emoji/1f304.svg | 1L |
-rw-r--r-- | public/emoji/1f305.svg | 1L |
-rw-r--r-- | public/emoji/1f306.svg | 1L |
-rw-r--r-- | public/emoji/1f307.svg | 1L |
-rw-r--r-- | public/emoji/1f308.svg | 1L |
-rw-r--r-- | public/emoji/1f309.svg | 1L |
-rw-r--r-- | public/emoji/1f30a.svg | 1L |
-rw-r--r-- | public/emoji/1f30b.svg | 1L |
-rw-r--r-- | public/emoji/1f30c.svg | 1L |
-rw-r--r-- | public/emoji/1f30d.svg | 1L |
-rw-r--r-- | public/emoji/1f30e.svg | 1L |
-rw-r--r-- | public/emoji/1f30f.svg | 1L |
-rw-r--r-- | public/emoji/1f310.svg | 1L |
-rw-r--r-- | public/emoji/1f311.svg | 1L |
-rw-r--r-- | public/emoji/1f312.svg | 1L |
-rw-r--r-- | public/emoji/1f313.svg | 1L |
-rw-r--r-- | public/emoji/1f314.svg | 1L |
-rw-r--r-- | public/emoji/1f315.svg | 1L |
-rw-r--r-- | public/emoji/1f316.svg | 1L |
-rw-r--r-- | public/emoji/1f317.svg | 1L |
-rw-r--r-- | public/emoji/1f318.svg | 1L |
-rw-r--r-- | public/emoji/1f319.svg | 1L |
-rw-r--r-- | public/emoji/1f31a.svg | 1L |
-rw-r--r-- | public/emoji/1f31b.svg | 1L |
-rw-r--r-- | public/emoji/1f31c.svg | 1L |
-rw-r--r-- | public/emoji/1f31d.svg | 1L |
-rw-r--r-- | public/emoji/1f31e.svg | 1L |
-rw-r--r-- | public/emoji/1f31f.svg | 1L |
-rw-r--r-- | public/emoji/1f320.svg | 1L |
-rw-r--r-- | public/emoji/1f321.svg | 1L |
-rw-r--r-- | public/emoji/1f324.svg | 1L |
-rw-r--r-- | public/emoji/1f325.svg | 1L |
-rw-r--r-- | public/emoji/1f326.svg | 1L |
-rw-r--r-- | public/emoji/1f327.svg | 1L |
-rw-r--r-- | public/emoji/1f328.svg | 1L |
-rw-r--r-- | public/emoji/1f329.svg | 1L |
-rw-r--r-- | public/emoji/1f32a.svg | 1L |
-rw-r--r-- | public/emoji/1f32b.svg | 1L |
-rw-r--r-- | public/emoji/1f32c.svg | 1L |
-rw-r--r-- | public/emoji/1f32d.svg | 1L |
-rw-r--r-- | public/emoji/1f32e.svg | 1L |
-rw-r--r-- | public/emoji/1f32f.svg | 1L |
-rw-r--r-- | public/emoji/1f330.svg | 1L |
-rw-r--r-- | public/emoji/1f331.svg | 1L |
-rw-r--r-- | public/emoji/1f332.svg | 1L |
-rw-r--r-- | public/emoji/1f333.svg | 1L |
-rw-r--r-- | public/emoji/1f334.svg | 1L |
-rw-r--r-- | public/emoji/1f335.svg | 1L |
-rw-r--r-- | public/emoji/1f336.svg | 1L |
-rw-r--r-- | public/emoji/1f337.svg | 1L |
-rw-r--r-- | public/emoji/1f338.svg | 1L |
-rw-r--r-- | public/emoji/1f339.svg | 1L |
-rw-r--r-- | public/emoji/1f33a.svg | 1L |
-rw-r--r-- | public/emoji/1f33b.svg | 1L |
-rw-r--r-- | public/emoji/1f33c.svg | 1L |
-rw-r--r-- | public/emoji/1f33d.svg | 1L |
-rw-r--r-- | public/emoji/1f33e.svg | 1L |
-rw-r--r-- | public/emoji/1f33f.svg | 1L |
-rw-r--r-- | public/emoji/1f340.svg | 1L |
-rw-r--r-- | public/emoji/1f341.svg | 1L |
-rw-r--r-- | public/emoji/1f342.svg | 1L |
-rw-r--r-- | public/emoji/1f343.svg | 1L |
-rw-r--r-- | public/emoji/1f344.svg | 1L |
-rw-r--r-- | public/emoji/1f345.svg | 1L |
-rw-r--r-- | public/emoji/1f346.svg | 1L |
-rw-r--r-- | public/emoji/1f347.svg | 1L |
-rw-r--r-- | public/emoji/1f348.svg | 1L |
-rw-r--r-- | public/emoji/1f349.svg | 1L |
-rw-r--r-- | public/emoji/1f34a.svg | 1L |
-rw-r--r-- | public/emoji/1f34b.svg | 1L |
-rw-r--r-- | public/emoji/1f34c.svg | 1L |
-rw-r--r-- | public/emoji/1f34d.svg | 1L |
-rw-r--r-- | public/emoji/1f34e.svg | 1L |
-rw-r--r-- | public/emoji/1f34f.svg | 1L |
-rw-r--r-- | public/emoji/1f350.svg | 1L |
-rw-r--r-- | public/emoji/1f351.svg | 1L |
-rw-r--r-- | public/emoji/1f352.svg | 1L |
-rw-r--r-- | public/emoji/1f353.svg | 1L |
-rw-r--r-- | public/emoji/1f354.svg | 1L |
-rw-r--r-- | public/emoji/1f355.svg | 1L |
-rw-r--r-- | public/emoji/1f356.svg | 1L |
-rw-r--r-- | public/emoji/1f357.svg | 1L |
-rw-r--r-- | public/emoji/1f358.svg | 1L |
-rw-r--r-- | public/emoji/1f359.svg | 1L |
-rw-r--r-- | public/emoji/1f35a.svg | 1L |
-rw-r--r-- | public/emoji/1f35b.svg | 1L |
-rw-r--r-- | public/emoji/1f35c.svg | 1L |
-rw-r--r-- | public/emoji/1f35d.svg | 1L |
-rw-r--r-- | public/emoji/1f35e.svg | 1L |
-rw-r--r-- | public/emoji/1f35f.svg | 1L |
-rw-r--r-- | public/emoji/1f360.svg | 1L |
-rw-r--r-- | public/emoji/1f361.svg | 1L |
-rw-r--r-- | public/emoji/1f362.svg | 1L |
-rw-r--r-- | public/emoji/1f363.svg | 1L |
-rw-r--r-- | public/emoji/1f364.svg | 1L |
-rw-r--r-- | public/emoji/1f365.svg | 1L |
-rw-r--r-- | public/emoji/1f366.svg | 1L |
-rw-r--r-- | public/emoji/1f367.svg | 1L |
-rw-r--r-- | public/emoji/1f368.svg | 1L |
-rw-r--r-- | public/emoji/1f369.svg | 1L |
-rw-r--r-- | public/emoji/1f36a.svg | 1L |
-rw-r--r-- | public/emoji/1f36b.svg | 1L |
-rw-r--r-- | public/emoji/1f36c.svg | 1L |
-rw-r--r-- | public/emoji/1f36d.svg | 1L |
-rw-r--r-- | public/emoji/1f36e.svg | 1L |
-rw-r--r-- | public/emoji/1f36f.svg | 1L |
-rw-r--r-- | public/emoji/1f370.svg | 1L |
-rw-r--r-- | public/emoji/1f371.svg | 1L |
-rw-r--r-- | public/emoji/1f372.svg | 1L |
-rw-r--r-- | public/emoji/1f373.svg | 1L |
-rw-r--r-- | public/emoji/1f374.svg | 1L |
-rw-r--r-- | public/emoji/1f375.svg | 1L |
-rw-r--r-- | public/emoji/1f376.svg | 1L |
-rw-r--r-- | public/emoji/1f377.svg | 1L |
-rw-r--r-- | public/emoji/1f378.svg | 1L |
-rw-r--r-- | public/emoji/1f379.svg | 1L |
-rw-r--r-- | public/emoji/1f37a.svg | 1L |
-rw-r--r-- | public/emoji/1f37b.svg | 1L |
-rw-r--r-- | public/emoji/1f37c.svg | 1L |
-rw-r--r-- | public/emoji/1f37d.svg | 1L |
-rw-r--r-- | public/emoji/1f37e.svg | 1L |
-rw-r--r-- | public/emoji/1f37f.svg | 1L |
-rw-r--r-- | public/emoji/1f380.svg | 1L |
-rw-r--r-- | public/emoji/1f381.svg | 1L |
-rw-r--r-- | public/emoji/1f382.svg | 1L |
-rw-r--r-- | public/emoji/1f383.svg | 1L |
-rw-r--r-- | public/emoji/1f384.svg | 1L |
-rw-r--r-- | public/emoji/1f385-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f385-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f385-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f385-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f385-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f385.svg | 1L |
-rw-r--r-- | public/emoji/1f386.svg | 1L |
-rw-r--r-- | public/emoji/1f387.svg | 1L |
-rw-r--r-- | public/emoji/1f388.svg | 1L |
-rw-r--r-- | public/emoji/1f389.svg | 1L |
-rw-r--r-- | public/emoji/1f38a.svg | 1L |
-rw-r--r-- | public/emoji/1f38b.svg | 1L |
-rw-r--r-- | public/emoji/1f38c.svg | 1L |
-rw-r--r-- | public/emoji/1f38d.svg | 1L |
-rw-r--r-- | public/emoji/1f38e.svg | 1L |
-rw-r--r-- | public/emoji/1f38f.svg | 1L |
-rw-r--r-- | public/emoji/1f390.svg | 1L |
-rw-r--r-- | public/emoji/1f391.svg | 1L |
-rw-r--r-- | public/emoji/1f392.svg | 1L |
-rw-r--r-- | public/emoji/1f393.svg | 1L |
-rw-r--r-- | public/emoji/1f396.svg | 1L |
-rw-r--r-- | public/emoji/1f397.svg | 1L |
-rw-r--r-- | public/emoji/1f399.svg | 1L |
-rw-r--r-- | public/emoji/1f39a.svg | 1L |
-rw-r--r-- | public/emoji/1f39b.svg | 1L |
-rw-r--r-- | public/emoji/1f39e.svg | 1L |
-rw-r--r-- | public/emoji/1f39f.svg | 1L |
-rw-r--r-- | public/emoji/1f3a0.svg | 1L |
-rw-r--r-- | public/emoji/1f3a1.svg | 1L |
-rw-r--r-- | public/emoji/1f3a2.svg | 1L |
-rw-r--r-- | public/emoji/1f3a3.svg | 1L |
-rw-r--r-- | public/emoji/1f3a4.svg | 1L |
-rw-r--r-- | public/emoji/1f3a5.svg | 1L |
-rw-r--r-- | public/emoji/1f3a6.svg | 1L |
-rw-r--r-- | public/emoji/1f3a7.svg | 1L |
-rw-r--r-- | public/emoji/1f3a8.svg | 1L |
-rw-r--r-- | public/emoji/1f3a9.svg | 1L |
-rw-r--r-- | public/emoji/1f3aa.svg | 1L |
-rw-r--r-- | public/emoji/1f3ab.svg | 1L |
-rw-r--r-- | public/emoji/1f3ac.svg | 1L |
-rw-r--r-- | public/emoji/1f3ad.svg | 1L |
-rw-r--r-- | public/emoji/1f3ae.svg | 1L |
-rw-r--r-- | public/emoji/1f3af.svg | 1L |
-rw-r--r-- | public/emoji/1f3b0.svg | 1L |
-rw-r--r-- | public/emoji/1f3b1.svg | 1L |
-rw-r--r-- | public/emoji/1f3b2.svg | 1L |
-rw-r--r-- | public/emoji/1f3b3.svg | 1L |
-rw-r--r-- | public/emoji/1f3b4.svg | 1L |
-rw-r--r-- | public/emoji/1f3b5.svg | 1L |
-rw-r--r-- | public/emoji/1f3b6.svg | 1L |
-rw-r--r-- | public/emoji/1f3b7.svg | 1L |
-rw-r--r-- | public/emoji/1f3b8.svg | 1L |
-rw-r--r-- | public/emoji/1f3b9.svg | 1L |
-rw-r--r-- | public/emoji/1f3ba.svg | 1L |
-rw-r--r-- | public/emoji/1f3bb.svg | 1L |
-rw-r--r-- | public/emoji/1f3bc.svg | 1L |
-rw-r--r-- | public/emoji/1f3bd.svg | 1L |
-rw-r--r-- | public/emoji/1f3be.svg | 1L |
-rw-r--r-- | public/emoji/1f3bf.svg | 1L |
-rw-r--r-- | public/emoji/1f3c0.svg | 1L |
-rw-r--r-- | public/emoji/1f3c1.svg | 1L |
-rw-r--r-- | public/emoji/1f3c2-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f3c2-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f3c2-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f3c2-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f3c2-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f3c2.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c3.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3c4.svg | 1L |
-rw-r--r-- | public/emoji/1f3c5.svg | 1L |
-rw-r--r-- | public/emoji/1f3c6.svg | 1L |
-rw-r--r-- | public/emoji/1f3c7-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f3c7-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f3c7-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f3c7-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f3c7-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f3c7.svg | 1L |
-rw-r--r-- | public/emoji/1f3c8.svg | 1L |
-rw-r--r-- | public/emoji/1f3c9.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3ca.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-fe0f-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb-fe0f-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cb.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-fe0f-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc-fe0f-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3cc.svg | 1L |
-rw-r--r-- | public/emoji/1f3cd.svg | 1L |
-rw-r--r-- | public/emoji/1f3ce.svg | 1L |
-rw-r--r-- | public/emoji/1f3cf.svg | 1L |
-rw-r--r-- | public/emoji/1f3d0.svg | 1L |
-rw-r--r-- | public/emoji/1f3d1.svg | 1L |
-rw-r--r-- | public/emoji/1f3d2.svg | 1L |
-rw-r--r-- | public/emoji/1f3d3.svg | 1L |
-rw-r--r-- | public/emoji/1f3d4.svg | 1L |
-rw-r--r-- | public/emoji/1f3d5.svg | 1L |
-rw-r--r-- | public/emoji/1f3d6.svg | 1L |
-rw-r--r-- | public/emoji/1f3d7.svg | 1L |
-rw-r--r-- | public/emoji/1f3d8.svg | 1L |
-rw-r--r-- | public/emoji/1f3d9.svg | 1L |
-rw-r--r-- | public/emoji/1f3da.svg | 1L |
-rw-r--r-- | public/emoji/1f3db.svg | 1L |
-rw-r--r-- | public/emoji/1f3dc.svg | 1L |
-rw-r--r-- | public/emoji/1f3dd.svg | 1L |
-rw-r--r-- | public/emoji/1f3de.svg | 1L |
-rw-r--r-- | public/emoji/1f3df.svg | 1L |
-rw-r--r-- | public/emoji/1f3e0.svg | 1L |
-rw-r--r-- | public/emoji/1f3e1.svg | 1L |
-rw-r--r-- | public/emoji/1f3e2.svg | 1L |
-rw-r--r-- | public/emoji/1f3e3.svg | 1L |
-rw-r--r-- | public/emoji/1f3e4.svg | 1L |
-rw-r--r-- | public/emoji/1f3e5.svg | 1L |
-rw-r--r-- | public/emoji/1f3e6.svg | 1L |
-rw-r--r-- | public/emoji/1f3e7.svg | 1L |
-rw-r--r-- | public/emoji/1f3e8.svg | 1L |
-rw-r--r-- | public/emoji/1f3e9.svg | 1L |
-rw-r--r-- | public/emoji/1f3ea.svg | 1L |
-rw-r--r-- | public/emoji/1f3eb.svg | 1L |
-rw-r--r-- | public/emoji/1f3ec.svg | 1L |
-rw-r--r-- | public/emoji/1f3ed.svg | 1L |
-rw-r--r-- | public/emoji/1f3ee.svg | 1L |
-rw-r--r-- | public/emoji/1f3ef.svg | 1L |
-rw-r--r-- | public/emoji/1f3f0.svg | 1L |
-rw-r--r-- | public/emoji/1f3f3-fe0f-200d-1f308.svg | 1L |
-rw-r--r-- | public/emoji/1f3f3.svg | 1L |
-rw-r--r-- | public/emoji/1f3f4-200d-2620-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.svg | 1L |
-rw-r--r-- | public/emoji/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.svg | 1L |
-rw-r--r-- | public/emoji/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.svg | 1L |
-rw-r--r-- | public/emoji/1f3f4.svg | 1L |
-rw-r--r-- | public/emoji/1f3f5.svg | 1L |
-rw-r--r-- | public/emoji/1f3f7.svg | 1L |
-rw-r--r-- | public/emoji/1f3f8.svg | 1L |
-rw-r--r-- | public/emoji/1f3f9.svg | 1L |
-rw-r--r-- | public/emoji/1f3fa.svg | 1L |
-rw-r--r-- | public/emoji/1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f400.svg | 1L |
-rw-r--r-- | public/emoji/1f401.svg | 1L |
-rw-r--r-- | public/emoji/1f402.svg | 1L |
-rw-r--r-- | public/emoji/1f403.svg | 1L |
-rw-r--r-- | public/emoji/1f404.svg | 1L |
-rw-r--r-- | public/emoji/1f405.svg | 1L |
-rw-r--r-- | public/emoji/1f406.svg | 1L |
-rw-r--r-- | public/emoji/1f407.svg | 1L |
-rw-r--r-- | public/emoji/1f408.svg | 1L |
-rw-r--r-- | public/emoji/1f409.svg | 1L |
-rw-r--r-- | public/emoji/1f40a.svg | 1L |
-rw-r--r-- | public/emoji/1f40b.svg | 1L |
-rw-r--r-- | public/emoji/1f40c.svg | 1L |
-rw-r--r-- | public/emoji/1f40d.svg | 1L |
-rw-r--r-- | public/emoji/1f40e.svg | 1L |
-rw-r--r-- | public/emoji/1f40f.svg | 1L |
-rw-r--r-- | public/emoji/1f410.svg | 1L |
-rw-r--r-- | public/emoji/1f411.svg | 1L |
-rw-r--r-- | public/emoji/1f412.svg | 1L |
-rw-r--r-- | public/emoji/1f413.svg | 1L |
-rw-r--r-- | public/emoji/1f414.svg | 1L |
-rw-r--r-- | public/emoji/1f415.svg | 1L |
-rw-r--r-- | public/emoji/1f416.svg | 1L |
-rw-r--r-- | public/emoji/1f417.svg | 1L |
-rw-r--r-- | public/emoji/1f418.svg | 1L |
-rw-r--r-- | public/emoji/1f419.svg | 1L |
-rw-r--r-- | public/emoji/1f41a.svg | 1L |
-rw-r--r-- | public/emoji/1f41b.svg | 1L |
-rw-r--r-- | public/emoji/1f41c.svg | 1L |
-rw-r--r-- | public/emoji/1f41d.svg | 1L |
-rw-r--r-- | public/emoji/1f41e.svg | 1L |
-rw-r--r-- | public/emoji/1f41f.svg | 1L |
-rw-r--r-- | public/emoji/1f420.svg | 1L |
-rw-r--r-- | public/emoji/1f421.svg | 1L |
-rw-r--r-- | public/emoji/1f422.svg | 1L |
-rw-r--r-- | public/emoji/1f423.svg | 1L |
-rw-r--r-- | public/emoji/1f424.svg | 1L |
-rw-r--r-- | public/emoji/1f425.svg | 1L |
-rw-r--r-- | public/emoji/1f426.svg | 1L |
-rw-r--r-- | public/emoji/1f427.svg | 1L |
-rw-r--r-- | public/emoji/1f428.svg | 1L |
-rw-r--r-- | public/emoji/1f429.svg | 1L |
-rw-r--r-- | public/emoji/1f42a.svg | 1L |
-rw-r--r-- | public/emoji/1f42b.svg | 1L |
-rw-r--r-- | public/emoji/1f42c.svg | 1L |
-rw-r--r-- | public/emoji/1f42d.svg | 1L |
-rw-r--r-- | public/emoji/1f42e.svg | 1L |
-rw-r--r-- | public/emoji/1f42f.svg | 1L |
-rw-r--r-- | public/emoji/1f430.svg | 1L |
-rw-r--r-- | public/emoji/1f431.svg | 1L |
-rw-r--r-- | public/emoji/1f432.svg | 1L |
-rw-r--r-- | public/emoji/1f433.svg | 1L |
-rw-r--r-- | public/emoji/1f434.svg | 1L |
-rw-r--r-- | public/emoji/1f435.svg | 1L |
-rw-r--r-- | public/emoji/1f436.svg | 1L |
-rw-r--r-- | public/emoji/1f437.svg | 1L |
-rw-r--r-- | public/emoji/1f438.svg | 1L |
-rw-r--r-- | public/emoji/1f439.svg | 1L |
-rw-r--r-- | public/emoji/1f43a.svg | 1L |
-rw-r--r-- | public/emoji/1f43b.svg | 1L |
-rw-r--r-- | public/emoji/1f43c.svg | 1L |
-rw-r--r-- | public/emoji/1f43d.svg | 1L |
-rw-r--r-- | public/emoji/1f43e.svg | 1L |
-rw-r--r-- | public/emoji/1f43f.svg | 1L |
-rw-r--r-- | public/emoji/1f440.svg | 1L |
-rw-r--r-- | public/emoji/1f441-200d-1f5e8.svg | 1L |
-rw-r--r-- | public/emoji/1f441.svg | 1L |
-rw-r--r-- | public/emoji/1f442-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f442-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f442-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f442-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f442-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f442.svg | 1L |
-rw-r--r-- | public/emoji/1f443-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f443-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f443-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f443-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f443-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f443.svg | 1L |
-rw-r--r-- | public/emoji/1f444.svg | 1L |
-rw-r--r-- | public/emoji/1f445.svg | 1L |
-rw-r--r-- | public/emoji/1f446-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f446-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f446-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f446-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f446-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f446.svg | 1L |
-rw-r--r-- | public/emoji/1f447-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f447-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f447-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f447-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f447-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f447.svg | 1L |
-rw-r--r-- | public/emoji/1f448-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f448-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f448-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f448-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f448-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f448.svg | 1L |
-rw-r--r-- | public/emoji/1f449-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f449-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f449-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f449-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f449-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f449.svg | 1L |
-rw-r--r-- | public/emoji/1f44a-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f44a-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f44a-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f44a-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f44a-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f44a.svg | 1L |
-rw-r--r-- | public/emoji/1f44b-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f44b-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f44b-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f44b-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f44b-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f44b.svg | 1L |
-rw-r--r-- | public/emoji/1f44c-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f44c-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f44c-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f44c-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f44c-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f44c.svg | 1L |
-rw-r--r-- | public/emoji/1f44d-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f44d-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f44d-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f44d-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f44d-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f44d.svg | 1L |
-rw-r--r-- | public/emoji/1f44e-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f44e-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f44e-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f44e-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f44e-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f44e.svg | 1L |
-rw-r--r-- | public/emoji/1f44f-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f44f-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f44f-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f44f-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f44f-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f44f.svg | 1L |
-rw-r--r-- | public/emoji/1f450-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f450-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f450-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f450-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f450-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f450.svg | 1L |
-rw-r--r-- | public/emoji/1f451.svg | 1L |
-rw-r--r-- | public/emoji/1f452.svg | 1L |
-rw-r--r-- | public/emoji/1f453.svg | 1L |
-rw-r--r-- | public/emoji/1f454.svg | 1L |
-rw-r--r-- | public/emoji/1f455.svg | 1L |
-rw-r--r-- | public/emoji/1f456.svg | 1L |
-rw-r--r-- | public/emoji/1f457.svg | 1L |
-rw-r--r-- | public/emoji/1f458.svg | 1L |
-rw-r--r-- | public/emoji/1f459.svg | 1L |
-rw-r--r-- | public/emoji/1f45a.svg | 1L |
-rw-r--r-- | public/emoji/1f45b.svg | 1L |
-rw-r--r-- | public/emoji/1f45c.svg | 1L |
-rw-r--r-- | public/emoji/1f45d.svg | 1L |
-rw-r--r-- | public/emoji/1f45e.svg | 1L |
-rw-r--r-- | public/emoji/1f45f.svg | 1L |
-rw-r--r-- | public/emoji/1f460.svg | 1L |
-rw-r--r-- | public/emoji/1f461.svg | 1L |
-rw-r--r-- | public/emoji/1f462.svg | 1L |
-rw-r--r-- | public/emoji/1f463.svg | 1L |
-rw-r--r-- | public/emoji/1f464.svg | 1L |
-rw-r--r-- | public/emoji/1f465.svg | 1L |
-rw-r--r-- | public/emoji/1f466-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f466-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f466-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f466-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f466-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f467-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f467-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f467-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f467-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f467-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f467.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-1f33e.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-1f373.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-1f393.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-1f3a4.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-1f3a8.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-1f3eb.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-1f3ed.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-1f4bb.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-1f4bc.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-1f527.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-1f52c.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-1f680.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-1f692.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-2695-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-2696-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb-200d-2708-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-1f33e.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-1f373.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-1f393.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-1f3a4.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-1f3a8.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-1f3eb.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-1f3ed.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-1f4bb.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-1f4bc.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-1f527.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-1f52c.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-1f680.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-1f692.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-2695-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-2696-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc-200d-2708-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-1f33e.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-1f373.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-1f393.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-1f3a4.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-1f3a8.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-1f3eb.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-1f3ed.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-1f4bb.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-1f4bc.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-1f527.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-1f52c.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-1f680.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-1f692.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-2695-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-2696-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd-200d-2708-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-1f33e.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-1f373.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-1f393.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-1f3a4.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-1f3a8.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-1f3eb.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-1f3ed.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-1f4bb.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-1f4bc.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-1f527.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-1f52c.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-1f680.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-1f692.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-2695-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-2696-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe-200d-2708-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-1f33e.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-1f373.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-1f393.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-1f3a4.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-1f3a8.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-1f3eb.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-1f3ed.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-1f4bb.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-1f4bc.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-1f527.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-1f52c.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-1f680.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-1f692.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-2695-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-2696-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff-200d-2708-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f33e.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f373.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f393.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f3a4.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f3a8.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f3eb.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f3ed.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f466-200d-1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f467-200d-1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f467-200d-1f467.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f467.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f468-200d-1f466-200d-1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f468-200d-1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f468-200d-1f467-200d-1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f468-200d-1f467-200d-1f467.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f468-200d-1f467.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f469-200d-1f466-200d-1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f469-200d-1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f469-200d-1f467-200d-1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f469-200d-1f467-200d-1f467.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f469-200d-1f467.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f4bb.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f4bc.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f527.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f52c.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f680.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-1f692.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-2695-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-2696-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-2708-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-2764-fe0f-200d-1f468.svg | 1L |
-rw-r--r-- | public/emoji/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.svg | 1L |
-rw-r--r-- | public/emoji/1f468.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-1f33e.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-1f373.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-1f393.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-1f3a4.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-1f3a8.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-1f3eb.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-1f3ed.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-1f4bb.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-1f4bc.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-1f527.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-1f52c.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-1f680.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-1f692.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-2695-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-2696-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb-200d-2708-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-1f33e.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-1f373.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-1f393.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-1f3a4.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-1f3a8.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-1f3eb.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-1f3ed.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-1f4bb.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-1f4bc.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-1f527.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-1f52c.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-1f680.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-1f692.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-2695-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-2696-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc-200d-2708-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-1f33e.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-1f373.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-1f393.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-1f3a4.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-1f3a8.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-1f3eb.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-1f3ed.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-1f4bb.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-1f4bc.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-1f527.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-1f52c.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-1f680.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-1f692.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-2695-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-2696-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd-200d-2708-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-1f33e.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-1f373.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-1f393.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-1f3a4.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-1f3a8.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-1f3eb.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-1f3ed.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-1f4bb.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-1f4bc.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-1f527.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-1f52c.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-1f680.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-1f692.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-2695-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-2696-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe-200d-2708-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-1f33e.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-1f373.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-1f393.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-1f3a4.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-1f3a8.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-1f3eb.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-1f3ed.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-1f4bb.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-1f4bc.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-1f527.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-1f52c.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-1f680.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-1f692.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-2695-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-2696-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff-200d-2708-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f33e.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f373.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f393.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f3a4.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f3a8.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f3eb.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f3ed.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f466-200d-1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f467-200d-1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f467-200d-1f467.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f467.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f469-200d-1f466-200d-1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f469-200d-1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f469-200d-1f467-200d-1f466.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f469-200d-1f467-200d-1f467.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f469-200d-1f467.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f4bb.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f4bc.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f527.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f52c.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f680.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-1f692.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-2695-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-2696-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-2708-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-2764-fe0f-200d-1f468.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-2764-fe0f-200d-1f469.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.svg | 1L |
-rw-r--r-- | public/emoji/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.svg | 1L |
-rw-r--r-- | public/emoji/1f469.svg | 1L |
-rw-r--r-- | public/emoji/1f46a.svg | 1L |
-rw-r--r-- | public/emoji/1f46b.svg | 1L |
-rw-r--r-- | public/emoji/1f46c.svg | 1L |
-rw-r--r-- | public/emoji/1f46d.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f46e-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f46e.svg | 1L |
-rw-r--r-- | public/emoji/1f46f-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f46f-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f46f.svg | 1L |
-rw-r--r-- | public/emoji/1f470-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f470-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f470-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f470-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f470-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f470.svg | 1L |
-rw-r--r-- | public/emoji/1f471-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f471-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f471-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f471-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f471-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f471-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f471-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f471-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f471-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f471-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f471-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f471-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f471-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f471-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f471-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f471-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f471-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f471.svg | 1L |
-rw-r--r-- | public/emoji/1f472-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f472-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f472-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f472-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f472-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f472.svg | 1L |
-rw-r--r-- | public/emoji/1f473-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f473-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f473-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f473-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f473-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f473-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f473-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f473-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f473-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f473-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f473-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f473-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f473-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f473-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f473-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f473-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f473-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f473.svg | 1L |
-rw-r--r-- | public/emoji/1f474-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f474-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f474-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f474-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f474-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f474.svg | 1L |
-rw-r--r-- | public/emoji/1f475-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f475-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f475-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f475-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f475-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f475.svg | 1L |
-rw-r--r-- | public/emoji/1f476-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f476-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f476-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f476-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f476-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f476.svg | 1L |
-rw-r--r-- | public/emoji/1f477-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f477-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f477-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f477-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f477-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f477-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f477-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f477-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f477-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f477-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f477-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f477-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f477-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f477-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f477-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f477-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f477-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f477.svg | 1L |
-rw-r--r-- | public/emoji/1f478-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f478-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f478-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f478-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f478-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f478.svg | 1L |
-rw-r--r-- | public/emoji/1f479.svg | 1L |
-rw-r--r-- | public/emoji/1f47a.svg | 1L |
-rw-r--r-- | public/emoji/1f47b.svg | 1L |
-rw-r--r-- | public/emoji/1f47c-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f47c-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f47c-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f47c-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f47c-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f47c.svg | 1L |
-rw-r--r-- | public/emoji/1f47d.svg | 1L |
-rw-r--r-- | public/emoji/1f47e.svg | 1L |
-rw-r--r-- | public/emoji/1f47f.svg | 1L |
-rw-r--r-- | public/emoji/1f480.svg | 1L |
-rw-r--r-- | public/emoji/1f481-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f481-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f481-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f481-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f481-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f481-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f481-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f481-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f481-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f481-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f481-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f481-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f481-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f481-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f481-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f481-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f481-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f481.svg | 1L |
-rw-r--r-- | public/emoji/1f482-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f482-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f482-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f482-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f482-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f482-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f482-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f482-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f482-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f482-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f482-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f482-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f482-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f482-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f482-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f482-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f482-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f482.svg | 1L |
-rw-r--r-- | public/emoji/1f483-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f483-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f483-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f483-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f483-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f483.svg | 1L |
-rw-r--r-- | public/emoji/1f484.svg | 1L |
-rw-r--r-- | public/emoji/1f485-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f485-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f485-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f485-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f485-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f485.svg | 1L |
-rw-r--r-- | public/emoji/1f486-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f486-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f486-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f486-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f486-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f486-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f486-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f486-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f486-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f486-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f486-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f486-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f486-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f486-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f486-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f486-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f486-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f486.svg | 1L |
-rw-r--r-- | public/emoji/1f487-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f487-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f487-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f487-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f487-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f487-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f487-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f487-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f487-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f487-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f487-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f487-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f487-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f487-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f487-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f487-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f487-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f487.svg | 1L |
-rw-r--r-- | public/emoji/1f488.svg | 1L |
-rw-r--r-- | public/emoji/1f489.svg | 1L |
-rw-r--r-- | public/emoji/1f48a.svg | 1L |
-rw-r--r-- | public/emoji/1f48b.svg | 1L |
-rw-r--r-- | public/emoji/1f48c.svg | 1L |
-rw-r--r-- | public/emoji/1f48d.svg | 1L |
-rw-r--r-- | public/emoji/1f48e.svg | 1L |
-rw-r--r-- | public/emoji/1f48f.svg | 1L |
-rw-r--r-- | public/emoji/1f490.svg | 1L |
-rw-r--r-- | public/emoji/1f491.svg | 1L |
-rw-r--r-- | public/emoji/1f492.svg | 1L |
-rw-r--r-- | public/emoji/1f493.svg | 1L |
-rw-r--r-- | public/emoji/1f494.svg | 1L |
-rw-r--r-- | public/emoji/1f495.svg | 1L |
-rw-r--r-- | public/emoji/1f496.svg | 1L |
-rw-r--r-- | public/emoji/1f497.svg | 1L |
-rw-r--r-- | public/emoji/1f498.svg | 1L |
-rw-r--r-- | public/emoji/1f499.svg | 1L |
-rw-r--r-- | public/emoji/1f49a.svg | 1L |
-rw-r--r-- | public/emoji/1f49b.svg | 1L |
-rw-r--r-- | public/emoji/1f49c.svg | 1L |
-rw-r--r-- | public/emoji/1f49d.svg | 1L |
-rw-r--r-- | public/emoji/1f49e.svg | 1L |
-rw-r--r-- | public/emoji/1f49f.svg | 1L |
-rw-r--r-- | public/emoji/1f4a0.svg | 1L |
-rw-r--r-- | public/emoji/1f4a1.svg | 1L |
-rw-r--r-- | public/emoji/1f4a2.svg | 1L |
-rw-r--r-- | public/emoji/1f4a3.svg | 1L |
-rw-r--r-- | public/emoji/1f4a4.svg | 1L |
-rw-r--r-- | public/emoji/1f4a5.svg | 1L |
-rw-r--r-- | public/emoji/1f4a6.svg | 1L |
-rw-r--r-- | public/emoji/1f4a7.svg | 1L |
-rw-r--r-- | public/emoji/1f4a8.svg | 1L |
-rw-r--r-- | public/emoji/1f4a9.svg | 1L |
-rw-r--r-- | public/emoji/1f4aa-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f4aa-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f4aa-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f4aa-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f4aa-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f4aa.svg | 1L |
-rw-r--r-- | public/emoji/1f4ab.svg | 1L |
-rw-r--r-- | public/emoji/1f4ac.svg | 1L |
-rw-r--r-- | public/emoji/1f4ad.svg | 1L |
-rw-r--r-- | public/emoji/1f4ae.svg | 1L |
-rw-r--r-- | public/emoji/1f4af.svg | 1L |
-rw-r--r-- | public/emoji/1f4b0.svg | 1L |
-rw-r--r-- | public/emoji/1f4b1.svg | 1L |
-rw-r--r-- | public/emoji/1f4b2.svg | 1L |
-rw-r--r-- | public/emoji/1f4b3.svg | 1L |
-rw-r--r-- | public/emoji/1f4b4.svg | 1L |
-rw-r--r-- | public/emoji/1f4b5.svg | 1L |
-rw-r--r-- | public/emoji/1f4b6.svg | 1L |
-rw-r--r-- | public/emoji/1f4b7.svg | 1L |
-rw-r--r-- | public/emoji/1f4b8.svg | 1L |
-rw-r--r-- | public/emoji/1f4b9.svg | 1L |
-rw-r--r-- | public/emoji/1f4ba.svg | 1L |
-rw-r--r-- | public/emoji/1f4bb.svg | 1L |
-rw-r--r-- | public/emoji/1f4bc.svg | 1L |
-rw-r--r-- | public/emoji/1f4bd.svg | 1L |
-rw-r--r-- | public/emoji/1f4be.svg | 1L |
-rw-r--r-- | public/emoji/1f4bf.svg | 1L |
-rw-r--r-- | public/emoji/1f4c0.svg | 1L |
-rw-r--r-- | public/emoji/1f4c1.svg | 1L |
-rw-r--r-- | public/emoji/1f4c2.svg | 1L |
-rw-r--r-- | public/emoji/1f4c3.svg | 1L |
-rw-r--r-- | public/emoji/1f4c4.svg | 1L |
-rw-r--r-- | public/emoji/1f4c5.svg | 1L |
-rw-r--r-- | public/emoji/1f4c6.svg | 1L |
-rw-r--r-- | public/emoji/1f4c7.svg | 1L |
-rw-r--r-- | public/emoji/1f4c8.svg | 1L |
-rw-r--r-- | public/emoji/1f4c9.svg | 1L |
-rw-r--r-- | public/emoji/1f4ca.svg | 1L |
-rw-r--r-- | public/emoji/1f4cb.svg | 1L |
-rw-r--r-- | public/emoji/1f4cc.svg | 1L |
-rw-r--r-- | public/emoji/1f4cd.svg | 1L |
-rw-r--r-- | public/emoji/1f4ce.svg | 1L |
-rw-r--r-- | public/emoji/1f4cf.svg | 1L |
-rw-r--r-- | public/emoji/1f4d0.svg | 1L |
-rw-r--r-- | public/emoji/1f4d1.svg | 1L |
-rw-r--r-- | public/emoji/1f4d2.svg | 1L |
-rw-r--r-- | public/emoji/1f4d3.svg | 1L |
-rw-r--r-- | public/emoji/1f4d4.svg | 1L |
-rw-r--r-- | public/emoji/1f4d5.svg | 1L |
-rw-r--r-- | public/emoji/1f4d6.svg | 1L |
-rw-r--r-- | public/emoji/1f4d7.svg | 1L |
-rw-r--r-- | public/emoji/1f4d8.svg | 1L |
-rw-r--r-- | public/emoji/1f4d9.svg | 1L |
-rw-r--r-- | public/emoji/1f4da.svg | 1L |
-rw-r--r-- | public/emoji/1f4db.svg | 1L |
-rw-r--r-- | public/emoji/1f4dc.svg | 1L |
-rw-r--r-- | public/emoji/1f4dd.svg | 1L |
-rw-r--r-- | public/emoji/1f4de.svg | 1L |
-rw-r--r-- | public/emoji/1f4df.svg | 1L |
-rw-r--r-- | public/emoji/1f4e0.svg | 1L |
-rw-r--r-- | public/emoji/1f4e1.svg | 1L |
-rw-r--r-- | public/emoji/1f4e2.svg | 1L |
-rw-r--r-- | public/emoji/1f4e3.svg | 1L |
-rw-r--r-- | public/emoji/1f4e4.svg | 1L |
-rw-r--r-- | public/emoji/1f4e5.svg | 1L |
-rw-r--r-- | public/emoji/1f4e6.svg | 1L |
-rw-r--r-- | public/emoji/1f4e7.svg | 1L |
-rw-r--r-- | public/emoji/1f4e8.svg | 1L |
-rw-r--r-- | public/emoji/1f4e9.svg | 1L |
-rw-r--r-- | public/emoji/1f4ea.svg | 1L |
-rw-r--r-- | public/emoji/1f4eb.svg | 1L |
-rw-r--r-- | public/emoji/1f4ec.svg | 1L |
-rw-r--r-- | public/emoji/1f4ed.svg | 1L |
-rw-r--r-- | public/emoji/1f4ee.svg | 1L |
-rw-r--r-- | public/emoji/1f4ef.svg | 1L |
-rw-r--r-- | public/emoji/1f4f0.svg | 1L |
-rw-r--r-- | public/emoji/1f4f1.svg | 1L |
-rw-r--r-- | public/emoji/1f4f2.svg | 1L |
-rw-r--r-- | public/emoji/1f4f3.svg | 1L |
-rw-r--r-- | public/emoji/1f4f4.svg | 1L |
-rw-r--r-- | public/emoji/1f4f5.svg | 1L |
-rw-r--r-- | public/emoji/1f4f6.svg | 1L |
-rw-r--r-- | public/emoji/1f4f7.svg | 1L |
-rw-r--r-- | public/emoji/1f4f8.svg | 1L |
-rw-r--r-- | public/emoji/1f4f9.svg | 1L |
-rw-r--r-- | public/emoji/1f4fa.svg | 1L |
-rw-r--r-- | public/emoji/1f4fb.svg | 1L |
-rw-r--r-- | public/emoji/1f4fc.svg | 1L |
-rw-r--r-- | public/emoji/1f4fd.svg | 1L |
-rw-r--r-- | public/emoji/1f4ff.svg | 1L |
-rw-r--r-- | public/emoji/1f500.svg | 1L |
-rw-r--r-- | public/emoji/1f501.svg | 1L |
-rw-r--r-- | public/emoji/1f502.svg | 1L |
-rw-r--r-- | public/emoji/1f503.svg | 1L |
-rw-r--r-- | public/emoji/1f504.svg | 1L |
-rw-r--r-- | public/emoji/1f505.svg | 1L |
-rw-r--r-- | public/emoji/1f506.svg | 1L |
-rw-r--r-- | public/emoji/1f507.svg | 1L |
-rw-r--r-- | public/emoji/1f508.svg | 1L |
-rw-r--r-- | public/emoji/1f509.svg | 1L |
-rw-r--r-- | public/emoji/1f50a.svg | 1L |
-rw-r--r-- | public/emoji/1f50b.svg | 1L |
-rw-r--r-- | public/emoji/1f50c.svg | 1L |
-rw-r--r-- | public/emoji/1f50d.svg | 1L |
-rw-r--r-- | public/emoji/1f50e.svg | 1L |
-rw-r--r-- | public/emoji/1f50f.svg | 1L |
-rw-r--r-- | public/emoji/1f510.svg | 1L |
-rw-r--r-- | public/emoji/1f511.svg | 1L |
-rw-r--r-- | public/emoji/1f512.svg | 1L |
-rw-r--r-- | public/emoji/1f513.svg | 1L |
-rw-r--r-- | public/emoji/1f514.svg | 1L |
-rw-r--r-- | public/emoji/1f515.svg | 1L |
-rw-r--r-- | public/emoji/1f516.svg | 1L |
-rw-r--r-- | public/emoji/1f517.svg | 1L |
-rw-r--r-- | public/emoji/1f518.svg | 1L |
-rw-r--r-- | public/emoji/1f519.svg | 1L |
-rw-r--r-- | public/emoji/1f51a.svg | 1L |
-rw-r--r-- | public/emoji/1f51b.svg | 1L |
-rw-r--r-- | public/emoji/1f51c.svg | 1L |
-rw-r--r-- | public/emoji/1f51d.svg | 1L |
-rw-r--r-- | public/emoji/1f51e.svg | 1L |
-rw-r--r-- | public/emoji/1f51f.svg | 1L |
-rw-r--r-- | public/emoji/1f520.svg | 1L |
-rw-r--r-- | public/emoji/1f521.svg | 1L |
-rw-r--r-- | public/emoji/1f522.svg | 1L |
-rw-r--r-- | public/emoji/1f523.svg | 1L |
-rw-r--r-- | public/emoji/1f524.svg | 1L |
-rw-r--r-- | public/emoji/1f525.svg | 1L |
-rw-r--r-- | public/emoji/1f526.svg | 1L |
-rw-r--r-- | public/emoji/1f527.svg | 1L |
-rw-r--r-- | public/emoji/1f528.svg | 1L |
-rw-r--r-- | public/emoji/1f529.svg | 1L |
-rw-r--r-- | public/emoji/1f52a.svg | 1L |
-rw-r--r-- | public/emoji/1f52b.svg | 1L |
-rw-r--r-- | public/emoji/1f52c.svg | 1L |
-rw-r--r-- | public/emoji/1f52d.svg | 1L |
-rw-r--r-- | public/emoji/1f52e.svg | 1L |
-rw-r--r-- | public/emoji/1f52f.svg | 1L |
-rw-r--r-- | public/emoji/1f530.svg | 1L |
-rw-r--r-- | public/emoji/1f531.svg | 1L |
-rw-r--r-- | public/emoji/1f532.svg | 1L |
-rw-r--r-- | public/emoji/1f533.svg | 1L |
-rw-r--r-- | public/emoji/1f534.svg | 1L |
-rw-r--r-- | public/emoji/1f535.svg | 1L |
-rw-r--r-- | public/emoji/1f536.svg | 1L |
-rw-r--r-- | public/emoji/1f537.svg | 1L |
-rw-r--r-- | public/emoji/1f538.svg | 1L |
-rw-r--r-- | public/emoji/1f539.svg | 1L |
-rw-r--r-- | public/emoji/1f53a.svg | 1L |
-rw-r--r-- | public/emoji/1f53b.svg | 1L |
-rw-r--r-- | public/emoji/1f53c.svg | 1L |
-rw-r--r-- | public/emoji/1f53d.svg | 1L |
-rw-r--r-- | public/emoji/1f549.svg | 1L |
-rw-r--r-- | public/emoji/1f54a.svg | 1L |
-rw-r--r-- | public/emoji/1f54b.svg | 1L |
-rw-r--r-- | public/emoji/1f54c.svg | 1L |
-rw-r--r-- | public/emoji/1f54d.svg | 1L |
-rw-r--r-- | public/emoji/1f54e.svg | 1L |
-rw-r--r-- | public/emoji/1f550.svg | 1L |
-rw-r--r-- | public/emoji/1f551.svg | 1L |
-rw-r--r-- | public/emoji/1f552.svg | 1L |
-rw-r--r-- | public/emoji/1f553.svg | 1L |
-rw-r--r-- | public/emoji/1f554.svg | 1L |
-rw-r--r-- | public/emoji/1f555.svg | 1L |
-rw-r--r-- | public/emoji/1f556.svg | 1L |
-rw-r--r-- | public/emoji/1f557.svg | 1L |
-rw-r--r-- | public/emoji/1f558.svg | 1L |
-rw-r--r-- | public/emoji/1f559.svg | 1L |
-rw-r--r-- | public/emoji/1f55a.svg | 1L |
-rw-r--r-- | public/emoji/1f55b.svg | 1L |
-rw-r--r-- | public/emoji/1f55c.svg | 1L |
-rw-r--r-- | public/emoji/1f55d.svg | 1L |
-rw-r--r-- | public/emoji/1f55e.svg | 1L |
-rw-r--r-- | public/emoji/1f55f.svg | 1L |
-rw-r--r-- | public/emoji/1f560.svg | 1L |
-rw-r--r-- | public/emoji/1f561.svg | 1L |
-rw-r--r-- | public/emoji/1f562.svg | 1L |
-rw-r--r-- | public/emoji/1f563.svg | 1L |
-rw-r--r-- | public/emoji/1f564.svg | 1L |
-rw-r--r-- | public/emoji/1f565.svg | 1L |
-rw-r--r-- | public/emoji/1f566.svg | 1L |
-rw-r--r-- | public/emoji/1f567.svg | 1L |
-rw-r--r-- | public/emoji/1f56f.svg | 1L |
-rw-r--r-- | public/emoji/1f570.svg | 1L |
-rw-r--r-- | public/emoji/1f573.svg | 1L |
-rw-r--r-- | public/emoji/1f574-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f574-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f574-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f574-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f574-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f574.svg | 1L |
-rw-r--r-- | public/emoji/1f575-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f575-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f575-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f575-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f575-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f575-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f575-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f575-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f575-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f575-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f575-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f575-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f575-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f575-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f575-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f575-fe0f-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f575-fe0f-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f575.svg | 1L |
-rw-r--r-- | public/emoji/1f576.svg | 1L |
-rw-r--r-- | public/emoji/1f577.svg | 1L |
-rw-r--r-- | public/emoji/1f578.svg | 1L |
-rw-r--r-- | public/emoji/1f579.svg | 1L |
-rw-r--r-- | public/emoji/1f57a-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f57a-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f57a-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f57a-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f57a-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f57a.svg | 1L |
-rw-r--r-- | public/emoji/1f587.svg | 1L |
-rw-r--r-- | public/emoji/1f58a.svg | 1L |
-rw-r--r-- | public/emoji/1f58b.svg | 1L |
-rw-r--r-- | public/emoji/1f58c.svg | 1L |
-rw-r--r-- | public/emoji/1f58d.svg | 1L |
-rw-r--r-- | public/emoji/1f590-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f590-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f590-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f590-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f590-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f590.svg | 1L |
-rw-r--r-- | public/emoji/1f595-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f595-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f595-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f595-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f595-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f595.svg | 1L |
-rw-r--r-- | public/emoji/1f596-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f596-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f596-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f596-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f596-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f596.svg | 1L |
-rw-r--r-- | public/emoji/1f5a4.svg | 1L |
-rw-r--r-- | public/emoji/1f5a5.svg | 1L |
-rw-r--r-- | public/emoji/1f5a8.svg | 1L |
-rw-r--r-- | public/emoji/1f5b1.svg | 1L |
-rw-r--r-- | public/emoji/1f5b2.svg | 1L |
-rw-r--r-- | public/emoji/1f5bc.svg | 1L |
-rw-r--r-- | public/emoji/1f5c2.svg | 1L |
-rw-r--r-- | public/emoji/1f5c3.svg | 1L |
-rw-r--r-- | public/emoji/1f5c4.svg | 1L |
-rw-r--r-- | public/emoji/1f5d1.svg | 1L |
-rw-r--r-- | public/emoji/1f5d2.svg | 1L |
-rw-r--r-- | public/emoji/1f5d3.svg | 1L |
-rw-r--r-- | public/emoji/1f5dc.svg | 1L |
-rw-r--r-- | public/emoji/1f5dd.svg | 1L |
-rw-r--r-- | public/emoji/1f5de.svg | 1L |
-rw-r--r-- | public/emoji/1f5e1.svg | 1L |
-rw-r--r-- | public/emoji/1f5e3.svg | 1L |
-rw-r--r-- | public/emoji/1f5e8.svg | 1L |
-rw-r--r-- | public/emoji/1f5ef.svg | 1L |
-rw-r--r-- | public/emoji/1f5f3.svg | 1L |
-rw-r--r-- | public/emoji/1f5fa.svg | 1L |
-rw-r--r-- | public/emoji/1f5fb.svg | 1L |
-rw-r--r-- | public/emoji/1f5fc.svg | 1L |
-rw-r--r-- | public/emoji/1f5fd.svg | 1L |
-rw-r--r-- | public/emoji/1f5fe.svg | 1L |
-rw-r--r-- | public/emoji/1f5ff.svg | 1L |
-rw-r--r-- | public/emoji/1f600.svg | 1L |
-rw-r--r-- | public/emoji/1f601.svg | 1L |
-rw-r--r-- | public/emoji/1f602.svg | 1L |
-rw-r--r-- | public/emoji/1f603.svg | 1L |
-rw-r--r-- | public/emoji/1f604.svg | 1L |
-rw-r--r-- | public/emoji/1f605.svg | 1L |
-rw-r--r-- | public/emoji/1f606.svg | 1L |
-rw-r--r-- | public/emoji/1f607.svg | 1L |
-rw-r--r-- | public/emoji/1f608.svg | 1L |
-rw-r--r-- | public/emoji/1f609.svg | 1L |
-rw-r--r-- | public/emoji/1f60a.svg | 1L |
-rw-r--r-- | public/emoji/1f60b.svg | 1L |
-rw-r--r-- | public/emoji/1f60c.svg | 1L |
-rw-r--r-- | public/emoji/1f60d.svg | 1L |
-rw-r--r-- | public/emoji/1f60e.svg | 1L |
-rw-r--r-- | public/emoji/1f60f.svg | 1L |
-rw-r--r-- | public/emoji/1f610.svg | 1L |
-rw-r--r-- | public/emoji/1f611.svg | 1L |
-rw-r--r-- | public/emoji/1f612.svg | 1L |
-rw-r--r-- | public/emoji/1f613.svg | 1L |
-rw-r--r-- | public/emoji/1f614.svg | 1L |
-rw-r--r-- | public/emoji/1f615.svg | 1L |
-rw-r--r-- | public/emoji/1f616.svg | 1L |
-rw-r--r-- | public/emoji/1f617.svg | 1L |
-rw-r--r-- | public/emoji/1f618.svg | 1L |
-rw-r--r-- | public/emoji/1f619.svg | 1L |
-rw-r--r-- | public/emoji/1f61a.svg | 1L |
-rw-r--r-- | public/emoji/1f61b.svg | 1L |
-rw-r--r-- | public/emoji/1f61c.svg | 1L |
-rw-r--r-- | public/emoji/1f61d.svg | 1L |
-rw-r--r-- | public/emoji/1f61e.svg | 1L |
-rw-r--r-- | public/emoji/1f61f.svg | 1L |
-rw-r--r-- | public/emoji/1f620.svg | 1L |
-rw-r--r-- | public/emoji/1f621.svg | 1L |
-rw-r--r-- | public/emoji/1f622.svg | 1L |
-rw-r--r-- | public/emoji/1f623.svg | 1L |
-rw-r--r-- | public/emoji/1f624.svg | 1L |
-rw-r--r-- | public/emoji/1f625.svg | 1L |
-rw-r--r-- | public/emoji/1f626.svg | 1L |
-rw-r--r-- | public/emoji/1f627.svg | 1L |
-rw-r--r-- | public/emoji/1f628.svg | 1L |
-rw-r--r-- | public/emoji/1f629.svg | 1L |
-rw-r--r-- | public/emoji/1f62a.svg | 1L |
-rw-r--r-- | public/emoji/1f62b.svg | 1L |
-rw-r--r-- | public/emoji/1f62c.svg | 1L |
-rw-r--r-- | public/emoji/1f62d.svg | 1L |
-rw-r--r-- | public/emoji/1f62e.svg | 1L |
-rw-r--r-- | public/emoji/1f62f.svg | 1L |
-rw-r--r-- | public/emoji/1f630.svg | 1L |
-rw-r--r-- | public/emoji/1f631.svg | 1L |
-rw-r--r-- | public/emoji/1f632.svg | 1L |
-rw-r--r-- | public/emoji/1f633.svg | 1L |
-rw-r--r-- | public/emoji/1f634.svg | 1L |
-rw-r--r-- | public/emoji/1f635.svg | 1L |
-rw-r--r-- | public/emoji/1f636.svg | 1L |
-rw-r--r-- | public/emoji/1f637.svg | 1L |
-rw-r--r-- | public/emoji/1f638.svg | 1L |
-rw-r--r-- | public/emoji/1f639.svg | 1L |
-rw-r--r-- | public/emoji/1f63a.svg | 1L |
-rw-r--r-- | public/emoji/1f63b.svg | 1L |
-rw-r--r-- | public/emoji/1f63c.svg | 1L |
-rw-r--r-- | public/emoji/1f63d.svg | 1L |
-rw-r--r-- | public/emoji/1f63e.svg | 1L |
-rw-r--r-- | public/emoji/1f63f.svg | 1L |
-rw-r--r-- | public/emoji/1f640.svg | 1L |
-rw-r--r-- | public/emoji/1f641.svg | 1L |
-rw-r--r-- | public/emoji/1f642.svg | 1L |
-rw-r--r-- | public/emoji/1f643.svg | 1L |
-rw-r--r-- | public/emoji/1f644.svg | 1L |
-rw-r--r-- | public/emoji/1f645-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f645-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f645-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f645-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f645-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f645-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f645-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f645-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f645-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f645-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f645-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f645-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f645-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f645-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f645-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f645-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f645-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f645.svg | 1L |
-rw-r--r-- | public/emoji/1f646-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f646-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f646-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f646-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f646-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f646-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f646-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f646-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f646-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f646-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f646-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f646-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f646-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f646-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f646-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f646-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f646-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f646.svg | 1L |
-rw-r--r-- | public/emoji/1f647-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f647-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f647-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f647-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f647-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f647-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f647-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f647-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f647-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f647-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f647-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f647-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f647-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f647-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f647-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f647-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f647-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f647.svg | 1L |
-rw-r--r-- | public/emoji/1f648.svg | 1L |
-rw-r--r-- | public/emoji/1f649.svg | 1L |
-rw-r--r-- | public/emoji/1f64a.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64b-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64b.svg | 1L |
-rw-r--r-- | public/emoji/1f64c-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f64c-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f64c-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f64c-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f64c-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f64c.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64d-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64d.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64e-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f64e.svg | 1L |
-rw-r--r-- | public/emoji/1f64f-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f64f-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f64f-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f64f-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f64f-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f64f.svg | 1L |
-rw-r--r-- | public/emoji/1f680.svg | 1L |
-rw-r--r-- | public/emoji/1f681.svg | 1L |
-rw-r--r-- | public/emoji/1f682.svg | 1L |
-rw-r--r-- | public/emoji/1f683.svg | 1L |
-rw-r--r-- | public/emoji/1f684.svg | 1L |
-rw-r--r-- | public/emoji/1f685.svg | 1L |
-rw-r--r-- | public/emoji/1f686.svg | 1L |
-rw-r--r-- | public/emoji/1f687.svg | 1L |
-rw-r--r-- | public/emoji/1f688.svg | 1L |
-rw-r--r-- | public/emoji/1f689.svg | 1L |
-rw-r--r-- | public/emoji/1f68a.svg | 1L |
-rw-r--r-- | public/emoji/1f68b.svg | 1L |
-rw-r--r-- | public/emoji/1f68c.svg | 1L |
-rw-r--r-- | public/emoji/1f68d.svg | 1L |
-rw-r--r-- | public/emoji/1f68e.svg | 1L |
-rw-r--r-- | public/emoji/1f68f.svg | 1L |
-rw-r--r-- | public/emoji/1f690.svg | 1L |
-rw-r--r-- | public/emoji/1f691.svg | 1L |
-rw-r--r-- | public/emoji/1f692.svg | 1L |
-rw-r--r-- | public/emoji/1f693.svg | 1L |
-rw-r--r-- | public/emoji/1f694.svg | 1L |
-rw-r--r-- | public/emoji/1f695.svg | 1L |
-rw-r--r-- | public/emoji/1f696.svg | 1L |
-rw-r--r-- | public/emoji/1f697.svg | 1L |
-rw-r--r-- | public/emoji/1f698.svg | 1L |
-rw-r--r-- | public/emoji/1f699.svg | 1L |
-rw-r--r-- | public/emoji/1f69a.svg | 1L |
-rw-r--r-- | public/emoji/1f69b.svg | 1L |
-rw-r--r-- | public/emoji/1f69c.svg | 1L |
-rw-r--r-- | public/emoji/1f69d.svg | 1L |
-rw-r--r-- | public/emoji/1f69e.svg | 1L |
-rw-r--r-- | public/emoji/1f69f.svg | 1L |
-rw-r--r-- | public/emoji/1f6a0.svg | 1L |
-rw-r--r-- | public/emoji/1f6a1.svg | 1L |
-rw-r--r-- | public/emoji/1f6a2.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6a3.svg | 1L |
-rw-r--r-- | public/emoji/1f6a4.svg | 1L |
-rw-r--r-- | public/emoji/1f6a5.svg | 1L |
-rw-r--r-- | public/emoji/1f6a6.svg | 1L |
-rw-r--r-- | public/emoji/1f6a7.svg | 1L |
-rw-r--r-- | public/emoji/1f6a8.svg | 1L |
-rw-r--r-- | public/emoji/1f6a9.svg | 1L |
-rw-r--r-- | public/emoji/1f6aa.svg | 1L |
-rw-r--r-- | public/emoji/1f6ab.svg | 1L |
-rw-r--r-- | public/emoji/1f6ac.svg | 1L |
-rw-r--r-- | public/emoji/1f6ad.svg | 1L |
-rw-r--r-- | public/emoji/1f6ae.svg | 1L |
-rw-r--r-- | public/emoji/1f6af.svg | 1L |
-rw-r--r-- | public/emoji/1f6b0.svg | 1L |
-rw-r--r-- | public/emoji/1f6b1.svg | 1L |
-rw-r--r-- | public/emoji/1f6b2.svg | 1L |
-rw-r--r-- | public/emoji/1f6b3.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b4.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b5.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f6b6.svg | 1L |
-rw-r--r-- | public/emoji/1f6b7.svg | 1L |
-rw-r--r-- | public/emoji/1f6b8.svg | 1L |
-rw-r--r-- | public/emoji/1f6b9.svg | 1L |
-rw-r--r-- | public/emoji/1f6ba.svg | 1L |
-rw-r--r-- | public/emoji/1f6bb.svg | 1L |
-rw-r--r-- | public/emoji/1f6bc.svg | 1L |
-rw-r--r-- | public/emoji/1f6bd.svg | 1L |
-rw-r--r-- | public/emoji/1f6be.svg | 1L |
-rw-r--r-- | public/emoji/1f6bf.svg | 1L |
-rw-r--r-- | public/emoji/1f6c0-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f6c0-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f6c0-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f6c0-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f6c0-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f6c0.svg | 1L |
-rw-r--r-- | public/emoji/1f6c1.svg | 1L |
-rw-r--r-- | public/emoji/1f6c2.svg | 1L |
-rw-r--r-- | public/emoji/1f6c3.svg | 1L |
-rw-r--r-- | public/emoji/1f6c4.svg | 1L |
-rw-r--r-- | public/emoji/1f6c5.svg | 1L |
-rw-r--r-- | public/emoji/1f6cb.svg | 1L |
-rw-r--r-- | public/emoji/1f6cc-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f6cc-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f6cc-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f6cc-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f6cc-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f6cc.svg | 1L |
-rw-r--r-- | public/emoji/1f6cd.svg | 1L |
-rw-r--r-- | public/emoji/1f6ce.svg | 1L |
-rw-r--r-- | public/emoji/1f6cf.svg | 1L |
-rw-r--r-- | public/emoji/1f6d0.svg | 1L |
-rw-r--r-- | public/emoji/1f6d1.svg | 1L |
-rw-r--r-- | public/emoji/1f6d2.svg | 1L |
-rw-r--r-- | public/emoji/1f6e0.svg | 1L |
-rw-r--r-- | public/emoji/1f6e1.svg | 1L |
-rw-r--r-- | public/emoji/1f6e2.svg | 1L |
-rw-r--r-- | public/emoji/1f6e3.svg | 1L |
-rw-r--r-- | public/emoji/1f6e4.svg | 1L |
-rw-r--r-- | public/emoji/1f6e5.svg | 1L |
-rw-r--r-- | public/emoji/1f6e9.svg | 1L |
-rw-r--r-- | public/emoji/1f6eb.svg | 1L |
-rw-r--r-- | public/emoji/1f6ec.svg | 1L |
-rw-r--r-- | public/emoji/1f6f0.svg | 1L |
-rw-r--r-- | public/emoji/1f6f3.svg | 1L |
-rw-r--r-- | public/emoji/1f6f4.svg | 1L |
-rw-r--r-- | public/emoji/1f6f5.svg | 1L |
-rw-r--r-- | public/emoji/1f6f6.svg | 1L |
-rw-r--r-- | public/emoji/1f6f7.svg | 1L |
-rw-r--r-- | public/emoji/1f6f8.svg | 1L |
-rw-r--r-- | public/emoji/1f910.svg | 1L |
-rw-r--r-- | public/emoji/1f911.svg | 1L |
-rw-r--r-- | public/emoji/1f912.svg | 1L |
-rw-r--r-- | public/emoji/1f913.svg | 1L |
-rw-r--r-- | public/emoji/1f914.svg | 1L |
-rw-r--r-- | public/emoji/1f915.svg | 1L |
-rw-r--r-- | public/emoji/1f916.svg | 1L |
-rw-r--r-- | public/emoji/1f917.svg | 1L |
-rw-r--r-- | public/emoji/1f918-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f918-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f918-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f918-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f918-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f918.svg | 1L |
-rw-r--r-- | public/emoji/1f919-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f919-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f919-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f919-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f919-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f919.svg | 1L |
-rw-r--r-- | public/emoji/1f91a-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f91a-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f91a-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f91a-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f91a-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f91a.svg | 1L |
-rw-r--r-- | public/emoji/1f91b-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f91b-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f91b-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f91b-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f91b-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f91b.svg | 1L |
-rw-r--r-- | public/emoji/1f91c-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f91c-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f91c-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f91c-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f91c-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f91c.svg | 1L |
-rw-r--r-- | public/emoji/1f91d.svg | 1L |
-rw-r--r-- | public/emoji/1f91e-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f91e-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f91e-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f91e-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f91e-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f91e.svg | 1L |
-rw-r--r-- | public/emoji/1f91f-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f91f-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f91f-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f91f-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f91f-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f91f.svg | 1L |
-rw-r--r-- | public/emoji/1f920.svg | 1L |
-rw-r--r-- | public/emoji/1f921.svg | 1L |
-rw-r--r-- | public/emoji/1f922.svg | 1L |
-rw-r--r-- | public/emoji/1f923.svg | 1L |
-rw-r--r-- | public/emoji/1f924.svg | 1L |
-rw-r--r-- | public/emoji/1f925.svg | 1L |
-rw-r--r-- | public/emoji/1f926-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f926-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f926-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f926-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f926-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f926-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f926-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f926-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f926-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f926-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f926-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f926-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f926-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f926-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f926-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f926-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f926-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f926.svg | 1L |
-rw-r--r-- | public/emoji/1f927.svg | 1L |
-rw-r--r-- | public/emoji/1f928.svg | 1L |
-rw-r--r-- | public/emoji/1f929.svg | 1L |
-rw-r--r-- | public/emoji/1f92a.svg | 1L |
-rw-r--r-- | public/emoji/1f92b.svg | 1L |
-rw-r--r-- | public/emoji/1f92c.svg | 1L |
-rw-r--r-- | public/emoji/1f92d.svg | 1L |
-rw-r--r-- | public/emoji/1f92e.svg | 1L |
-rw-r--r-- | public/emoji/1f92f.svg | 1L |
-rw-r--r-- | public/emoji/1f930-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f930-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f930-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f930-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f930-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f930.svg | 1L |
-rw-r--r-- | public/emoji/1f931-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f931-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f931-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f931-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f931-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f931.svg | 1L |
-rw-r--r-- | public/emoji/1f932-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f932-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f932-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f932-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f932-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f932.svg | 1L |
-rw-r--r-- | public/emoji/1f933-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f933-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f933-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f933-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f933-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f933.svg | 1L |
-rw-r--r-- | public/emoji/1f934-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f934-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f934-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f934-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f934-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f934.svg | 1L |
-rw-r--r-- | public/emoji/1f935-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f935-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f935-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f935-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f935-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f935.svg | 1L |
-rw-r--r-- | public/emoji/1f936-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f936-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f936-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f936-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f936-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f936.svg | 1L |
-rw-r--r-- | public/emoji/1f937-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f937-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f937-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f937-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f937-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f937-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f937-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f937-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f937-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f937-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f937-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f937-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f937-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f937-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f937-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f937-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f937-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f937.svg | 1L |
-rw-r--r-- | public/emoji/1f938-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f938-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f938-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f938-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f938-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f938-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f938-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f938-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f938-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f938-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f938-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f938-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f938-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f938-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f938-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f938-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f938-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f938.svg | 1L |
-rw-r--r-- | public/emoji/1f939-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f939-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f939-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f939-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f939-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f939-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f939-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f939-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f939-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f939-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f939-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f939-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f939-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f939-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f939-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f939-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f939-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f939.svg | 1L |
-rw-r--r-- | public/emoji/1f93a.svg | 1L |
-rw-r--r-- | public/emoji/1f93c-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93c-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93c.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93d-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93d.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93e-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f93e.svg | 1L |
-rw-r--r-- | public/emoji/1f940.svg | 1L |
-rw-r--r-- | public/emoji/1f941.svg | 1L |
-rw-r--r-- | public/emoji/1f942.svg | 1L |
-rw-r--r-- | public/emoji/1f943.svg | 1L |
-rw-r--r-- | public/emoji/1f944.svg | 1L |
-rw-r--r-- | public/emoji/1f945.svg | 1L |
-rw-r--r-- | public/emoji/1f947.svg | 1L |
-rw-r--r-- | public/emoji/1f948.svg | 1L |
-rw-r--r-- | public/emoji/1f949.svg | 1L |
-rw-r--r-- | public/emoji/1f94a.svg | 1L |
-rw-r--r-- | public/emoji/1f94b.svg | 1L |
-rw-r--r-- | public/emoji/1f94c.svg | 1L |
-rw-r--r-- | public/emoji/1f950.svg | 1L |
-rw-r--r-- | public/emoji/1f951.svg | 1L |
-rw-r--r-- | public/emoji/1f952.svg | 1L |
-rw-r--r-- | public/emoji/1f953.svg | 1L |
-rw-r--r-- | public/emoji/1f954.svg | 1L |
-rw-r--r-- | public/emoji/1f955.svg | 1L |
-rw-r--r-- | public/emoji/1f956.svg | 1L |
-rw-r--r-- | public/emoji/1f957.svg | 1L |
-rw-r--r-- | public/emoji/1f958.svg | 1L |
-rw-r--r-- | public/emoji/1f959.svg | 1L |
-rw-r--r-- | public/emoji/1f95a.svg | 1L |
-rw-r--r-- | public/emoji/1f95b.svg | 1L |
-rw-r--r-- | public/emoji/1f95c.svg | 1L |
-rw-r--r-- | public/emoji/1f95d.svg | 1L |
-rw-r--r-- | public/emoji/1f95e.svg | 1L |
-rw-r--r-- | public/emoji/1f95f.svg | 1L |
-rw-r--r-- | public/emoji/1f960.svg | 1L |
-rw-r--r-- | public/emoji/1f961.svg | 1L |
-rw-r--r-- | public/emoji/1f962.svg | 1L |
-rw-r--r-- | public/emoji/1f963.svg | 1L |
-rw-r--r-- | public/emoji/1f964.svg | 1L |
-rw-r--r-- | public/emoji/1f965.svg | 1L |
-rw-r--r-- | public/emoji/1f966.svg | 1L |
-rw-r--r-- | public/emoji/1f967.svg | 1L |
-rw-r--r-- | public/emoji/1f968.svg | 1L |
-rw-r--r-- | public/emoji/1f969.svg | 1L |
-rw-r--r-- | public/emoji/1f96a.svg | 1L |
-rw-r--r-- | public/emoji/1f96b.svg | 1L |
-rw-r--r-- | public/emoji/1f980.svg | 1L |
-rw-r--r-- | public/emoji/1f981.svg | 1L |
-rw-r--r-- | public/emoji/1f982.svg | 1L |
-rw-r--r-- | public/emoji/1f983.svg | 1L |
-rw-r--r-- | public/emoji/1f984.svg | 1L |
-rw-r--r-- | public/emoji/1f985.svg | 1L |
-rw-r--r-- | public/emoji/1f986.svg | 1L |
-rw-r--r-- | public/emoji/1f987.svg | 1L |
-rw-r--r-- | public/emoji/1f988.svg | 1L |
-rw-r--r-- | public/emoji/1f989.svg | 1L |
-rw-r--r-- | public/emoji/1f98a.svg | 1L |
-rw-r--r-- | public/emoji/1f98b.svg | 1L |
-rw-r--r-- | public/emoji/1f98c.svg | 1L |
-rw-r--r-- | public/emoji/1f98d.svg | 1L |
-rw-r--r-- | public/emoji/1f98e.svg | 1L |
-rw-r--r-- | public/emoji/1f98f.svg | 1L |
-rw-r--r-- | public/emoji/1f990.svg | 1L |
-rw-r--r-- | public/emoji/1f991.svg | 1L |
-rw-r--r-- | public/emoji/1f992.svg | 1L |
-rw-r--r-- | public/emoji/1f993.svg | 1L |
-rw-r--r-- | public/emoji/1f994.svg | 1L |
-rw-r--r-- | public/emoji/1f995.svg | 1L |
-rw-r--r-- | public/emoji/1f996.svg | 1L |
-rw-r--r-- | public/emoji/1f997.svg | 1L |
-rw-r--r-- | public/emoji/1f9c0.svg | 1L |
-rw-r--r-- | public/emoji/1f9d0.svg | 1L |
-rw-r--r-- | public/emoji/1f9d1-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f9d1-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f9d1-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f9d1-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f9d1-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f9d1.svg | 1L |
-rw-r--r-- | public/emoji/1f9d2-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f9d2-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f9d2-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f9d2-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f9d2-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f9d2.svg | 1L |
-rw-r--r-- | public/emoji/1f9d3-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f9d3-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f9d3-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f9d3-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f9d3-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f9d3.svg | 1L |
-rw-r--r-- | public/emoji/1f9d4-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f9d4-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f9d4-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f9d4-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f9d4-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f9d4.svg | 1L |
-rw-r--r-- | public/emoji/1f9d5-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f9d5-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f9d5-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f9d5-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f9d5-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f9d5.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d6.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d7.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d8.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9d9.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9da-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9da.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9db-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9db.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dc.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9dd.svg | 1L |
-rw-r--r-- | public/emoji/1f9de-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9de-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9de.svg | 1L |
-rw-r--r-- | public/emoji/1f9df-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9df-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/1f9df.svg | 1L |
-rw-r--r-- | public/emoji/1f9e0.svg | 1L |
-rw-r--r-- | public/emoji/1f9e1.svg | 1L |
-rw-r--r-- | public/emoji/1f9e2.svg | 1L |
-rw-r--r-- | public/emoji/1f9e3.svg | 1L |
-rw-r--r-- | public/emoji/1f9e4.svg | 1L |
-rw-r--r-- | public/emoji/1f9e5.svg | 1L |
-rw-r--r-- | public/emoji/1f9e6.svg | 1L |
-rw-r--r-- | public/emoji/203c.svg | 1L |
-rw-r--r-- | public/emoji/2049.svg | 1L |
-rw-r--r-- | public/emoji/2122.svg | 1L |
-rw-r--r-- | public/emoji/2139.svg | 1L |
-rw-r--r-- | public/emoji/2194.svg | 1L |
-rw-r--r-- | public/emoji/2195.svg | 1L |
-rw-r--r-- | public/emoji/2196.svg | 1L |
-rw-r--r-- | public/emoji/2197.svg | 1L |
-rw-r--r-- | public/emoji/2198.svg | 1L |
-rw-r--r-- | public/emoji/2199.svg | 1L |
-rw-r--r-- | public/emoji/21a9.svg | 1L |
-rw-r--r-- | public/emoji/21aa.svg | 1L |
-rw-r--r-- | public/emoji/23-20e3.svg | 1L |
-rw-r--r-- | public/emoji/231a.svg | 1L |
-rw-r--r-- | public/emoji/231b.svg | 1L |
-rw-r--r-- | public/emoji/2328.svg | 1L |
-rw-r--r-- | public/emoji/23cf.svg | 1L |
-rw-r--r-- | public/emoji/23e9.svg | 1L |
-rw-r--r-- | public/emoji/23ea.svg | 1L |
-rw-r--r-- | public/emoji/23eb.svg | 1L |
-rw-r--r-- | public/emoji/23ec.svg | 1L |
-rw-r--r-- | public/emoji/23ed.svg | 1L |
-rw-r--r-- | public/emoji/23ee.svg | 1L |
-rw-r--r-- | public/emoji/23ef.svg | 1L |
-rw-r--r-- | public/emoji/23f0.svg | 1L |
-rw-r--r-- | public/emoji/23f1.svg | 1L |
-rw-r--r-- | public/emoji/23f2.svg | 1L |
-rw-r--r-- | public/emoji/23f3.svg | 1L |
-rw-r--r-- | public/emoji/23f8.svg | 1L |
-rw-r--r-- | public/emoji/23f9.svg | 1L |
-rw-r--r-- | public/emoji/23fa.svg | 1L |
-rw-r--r-- | public/emoji/24c2.svg | 1L |
-rw-r--r-- | public/emoji/25aa.svg | 1L |
-rw-r--r-- | public/emoji/25ab.svg | 1L |
-rw-r--r-- | public/emoji/25b6.svg | 1L |
-rw-r--r-- | public/emoji/25c0.svg | 1L |
-rw-r--r-- | public/emoji/25fb.svg | 1L |
-rw-r--r-- | public/emoji/25fc.svg | 1L |
-rw-r--r-- | public/emoji/25fd.svg | 1L |
-rw-r--r-- | public/emoji/25fe.svg | 1L |
-rw-r--r-- | public/emoji/2600.svg | 1L |
-rw-r--r-- | public/emoji/2601.svg | 1L |
-rw-r--r-- | public/emoji/2602.svg | 1L |
-rw-r--r-- | public/emoji/2603.svg | 1L |
-rw-r--r-- | public/emoji/2604.svg | 1L |
-rw-r--r-- | public/emoji/260e.svg | 1L |
-rw-r--r-- | public/emoji/2611.svg | 1L |
-rw-r--r-- | public/emoji/2614.svg | 1L |
-rw-r--r-- | public/emoji/2615.svg | 1L |
-rw-r--r-- | public/emoji/2618.svg | 1L |
-rw-r--r-- | public/emoji/261d-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/261d-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/261d-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/261d-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/261d-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/261d.svg | 1L |
-rw-r--r-- | public/emoji/2620.svg | 1L |
-rw-r--r-- | public/emoji/2622.svg | 1L |
-rw-r--r-- | public/emoji/2623.svg | 1L |
-rw-r--r-- | public/emoji/2626.svg | 1L |
-rw-r--r-- | public/emoji/262a.svg | 1L |
-rw-r--r-- | public/emoji/262e.svg | 1L |
-rw-r--r-- | public/emoji/262f.svg | 1L |
-rw-r--r-- | public/emoji/2638.svg | 1L |
-rw-r--r-- | public/emoji/2639.svg | 1L |
-rw-r--r-- | public/emoji/263a.svg | 1L |
-rw-r--r-- | public/emoji/2640.svg | 1L |
-rw-r--r-- | public/emoji/2642.svg | 1L |
-rw-r--r-- | public/emoji/2648.svg | 1L |
-rw-r--r-- | public/emoji/2649.svg | 1L |
-rw-r--r-- | public/emoji/264a.svg | 1L |
-rw-r--r-- | public/emoji/264b.svg | 1L |
-rw-r--r-- | public/emoji/264c.svg | 1L |
-rw-r--r-- | public/emoji/264d.svg | 1L |
-rw-r--r-- | public/emoji/264e.svg | 1L |
-rw-r--r-- | public/emoji/264f.svg | 1L |
-rw-r--r-- | public/emoji/2650.svg | 1L |
-rw-r--r-- | public/emoji/2651.svg | 1L |
-rw-r--r-- | public/emoji/2652.svg | 1L |
-rw-r--r-- | public/emoji/2653.svg | 1L |
-rw-r--r-- | public/emoji/2660.svg | 1L |
-rw-r--r-- | public/emoji/2663.svg | 1L |
-rw-r--r-- | public/emoji/2665.svg | 1L |
-rw-r--r-- | public/emoji/2666.svg | 1L |
-rw-r--r-- | public/emoji/2668.svg | 1L |
-rw-r--r-- | public/emoji/267b.svg | 1L |
-rw-r--r-- | public/emoji/267f.svg | 1L |
-rw-r--r-- | public/emoji/2692.svg | 1L |
-rw-r--r-- | public/emoji/2693.svg | 1L |
-rw-r--r-- | public/emoji/2694.svg | 1L |
-rw-r--r-- | public/emoji/2695.svg | 1L |
-rw-r--r-- | public/emoji/2696.svg | 1L |
-rw-r--r-- | public/emoji/2697.svg | 1L |
-rw-r--r-- | public/emoji/2699.svg | 1L |
-rw-r--r-- | public/emoji/269b.svg | 1L |
-rw-r--r-- | public/emoji/269c.svg | 1L |
-rw-r--r-- | public/emoji/26a0.svg | 1L |
-rw-r--r-- | public/emoji/26a1.svg | 1L |
-rw-r--r-- | public/emoji/26aa.svg | 1L |
-rw-r--r-- | public/emoji/26ab.svg | 1L |
-rw-r--r-- | public/emoji/26b0.svg | 1L |
-rw-r--r-- | public/emoji/26b1.svg | 1L |
-rw-r--r-- | public/emoji/26bd.svg | 1L |
-rw-r--r-- | public/emoji/26be.svg | 1L |
-rw-r--r-- | public/emoji/26c4.svg | 1L |
-rw-r--r-- | public/emoji/26c5.svg | 1L |
-rw-r--r-- | public/emoji/26c8.svg | 1L |
-rw-r--r-- | public/emoji/26ce.svg | 1L |
-rw-r--r-- | public/emoji/26cf.svg | 1L |
-rw-r--r-- | public/emoji/26d1.svg | 1L |
-rw-r--r-- | public/emoji/26d3.svg | 1L |
-rw-r--r-- | public/emoji/26d4.svg | 1L |
-rw-r--r-- | public/emoji/26e9.svg | 1L |
-rw-r--r-- | public/emoji/26ea.svg | 1L |
-rw-r--r-- | public/emoji/26f0.svg | 1L |
-rw-r--r-- | public/emoji/26f1.svg | 1L |
-rw-r--r-- | public/emoji/26f2.svg | 1L |
-rw-r--r-- | public/emoji/26f3.svg | 1L |
-rw-r--r-- | public/emoji/26f4.svg | 1L |
-rw-r--r-- | public/emoji/26f5.svg | 1L |
-rw-r--r-- | public/emoji/26f7-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/26f7-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/26f7-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/26f7-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/26f7-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/26f7.svg | 1L |
-rw-r--r-- | public/emoji/26f8.svg | 1L |
-rw-r--r-- | public/emoji/26f9-1f3fb-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/26f9-1f3fb-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/26f9-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/26f9-1f3fc-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/26f9-1f3fc-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/26f9-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/26f9-1f3fd-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/26f9-1f3fd-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/26f9-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/26f9-1f3fe-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/26f9-1f3fe-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/26f9-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/26f9-1f3ff-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/26f9-1f3ff-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/26f9-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/26f9-fe0f-200d-2640-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/26f9-fe0f-200d-2642-fe0f.svg | 1L |
-rw-r--r-- | public/emoji/26f9.svg | 1L |
-rw-r--r-- | public/emoji/26fa.svg | 1L |
-rw-r--r-- | public/emoji/26fd.svg | 1L |
-rw-r--r-- | public/emoji/2702.svg | 1L |
-rw-r--r-- | public/emoji/2705.svg | 1L |
-rw-r--r-- | public/emoji/2708.svg | 1L |
-rw-r--r-- | public/emoji/2709.svg | 1L |
-rw-r--r-- | public/emoji/270a-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/270a-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/270a-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/270a-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/270a-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/270a.svg | 1L |
-rw-r--r-- | public/emoji/270b-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/270b-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/270b-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/270b-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/270b-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/270b.svg | 1L |
-rw-r--r-- | public/emoji/270c-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/270c-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/270c-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/270c-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/270c-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/270c.svg | 1L |
-rw-r--r-- | public/emoji/270d-1f3fb.svg | 1L |
-rw-r--r-- | public/emoji/270d-1f3fc.svg | 1L |
-rw-r--r-- | public/emoji/270d-1f3fd.svg | 1L |
-rw-r--r-- | public/emoji/270d-1f3fe.svg | 1L |
-rw-r--r-- | public/emoji/270d-1f3ff.svg | 1L |
-rw-r--r-- | public/emoji/270d.svg | 1L |
-rw-r--r-- | public/emoji/270f.svg | 1L |
-rw-r--r-- | public/emoji/2712.svg | 1L |
-rw-r--r-- | public/emoji/2714.svg | 1L |
-rw-r--r-- | public/emoji/2716.svg | 1L |
-rw-r--r-- | public/emoji/271d.svg | 1L |
-rw-r--r-- | public/emoji/2721.svg | 1L |
-rw-r--r-- | public/emoji/2728.svg | 1L |
-rw-r--r-- | public/emoji/2733.svg | 1L |
-rw-r--r-- | public/emoji/2734.svg | 1L |
-rw-r--r-- | public/emoji/2744.svg | 1L |
-rw-r--r-- | public/emoji/2747.svg | 1L |
-rw-r--r-- | public/emoji/274c.svg | 1L |
-rw-r--r-- | public/emoji/274e.svg | 1L |
-rw-r--r-- | public/emoji/2753.svg | 1L |
-rw-r--r-- | public/emoji/2754.svg | 1L |
-rw-r--r-- | public/emoji/2755.svg | 1L |
-rw-r--r-- | public/emoji/2757.svg | 1L |
-rw-r--r-- | public/emoji/2763.svg | 1L |
-rw-r--r-- | public/emoji/2764.svg | 1L |
-rw-r--r-- | public/emoji/2795.svg | 1L |
-rw-r--r-- | public/emoji/2796.svg | 1L |
-rw-r--r-- | public/emoji/2797.svg | 1L |
-rw-r--r-- | public/emoji/27a1.svg | 1L |
-rw-r--r-- | public/emoji/27b0.svg | 1L |
-rw-r--r-- | public/emoji/27bf.svg | 1L |
-rw-r--r-- | public/emoji/2934.svg | 1L |
-rw-r--r-- | public/emoji/2935.svg | 1L |
-rw-r--r-- | public/emoji/2a-20e3.svg | 1L |
-rw-r--r-- | public/emoji/2b05.svg | 1L |
-rw-r--r-- | public/emoji/2b06.svg | 1L |
-rw-r--r-- | public/emoji/2b07.svg | 1L |
-rw-r--r-- | public/emoji/2b1b.svg | 1L |
-rw-r--r-- | public/emoji/2b1c.svg | 1L |
-rw-r--r-- | public/emoji/2b50.svg | 1L |
-rw-r--r-- | public/emoji/2b55.svg | 1L |
-rw-r--r-- | public/emoji/30-20e3.svg | 1L |
-rw-r--r-- | public/emoji/3030.svg | 1L |
-rw-r--r-- | public/emoji/303d.svg | 1L |
-rw-r--r-- | public/emoji/31-20e3.svg | 1L |
-rw-r--r-- | public/emoji/32-20e3.svg | 1L |
-rw-r--r-- | public/emoji/3297.svg | 1L |
-rw-r--r-- | public/emoji/3299.svg | 1L |
-rw-r--r-- | public/emoji/33-20e3.svg | 1L |
-rw-r--r-- | public/emoji/34-20e3.svg | 1L |
-rw-r--r-- | public/emoji/35-20e3.svg | 1L |
-rw-r--r-- | public/emoji/36-20e3.svg | 1L |
-rw-r--r-- | public/emoji/37-20e3.svg | 1L |
-rw-r--r-- | public/emoji/38-20e3.svg | 1L |
-rw-r--r-- | public/emoji/39-20e3.svg | 1L |
-rw-r--r-- | public/emoji/a9.svg | 1L |
-rw-r--r-- | public/emoji/ae.svg | 1L |
-rw-r--r-- | public/emoji/e50a.svg | 1L |
-rw-r--r-- | public/emoji/sheet.png | 3071758B |
-rw-r--r-- | public/favicon-dev.ico | 9086B |
-rw-r--r-- | public/favicon.ico | 9086B |
-rw-r--r-- | public/headers/original/missing.png | 81B |
-rw-r--r-- | public/mask-icon.svg | 1L |
-rw-r--r-- | public/mstile-150x150.png | 5621B |
-rw-r--r-- | public/oops.gif | 95633B |
-rw-r--r-- | public/robots.txt | 5L |
-rw-r--r-- | public/sounds/boop.mp3 | 12280B |
-rw-r--r-- | public/sounds/boop.ogg | 5247B |
l--------- | public/sw.js | 1L |
-rw-r--r-- | public/web-push-icon_expand.png | 1380B |
-rw-r--r-- | public/web-push-icon_favourite.png | 1046B |
-rw-r--r-- | public/web-push-icon_reblog.png | 851B |
-rw-r--r-- | scalingo.json | 103L |
-rw-r--r-- | spec/controllers/about_controller_spec.rb | 63L |
-rw-r--r-- | spec/controllers/account_follow_controller_spec.rb | 32L |
-rw-r--r-- | spec/controllers/account_unfollow_controller_spec.rb | 32L |
-rw-r--r-- | spec/controllers/accounts_controller_spec.rb | 143L |
-rw-r--r-- | spec/controllers/activitypub/inboxes_controller_spec.rb | 7L |
-rw-r--r-- | spec/controllers/activitypub/outboxes_controller_spec.rb | 23L |
-rw-r--r-- | spec/controllers/admin/account_moderation_notes_controller_spec.rb | 4L |
-rw-r--r-- | spec/controllers/admin/accounts_controller_spec.rb | 78L |
-rw-r--r-- | spec/controllers/admin/base_controller_spec.rb | 33L |
-rw-r--r-- | spec/controllers/admin/change_email_controller_spec.rb | 47L |
-rw-r--r-- | spec/controllers/admin/confirmations_controller_spec.rb | 33L |
-rw-r--r-- | spec/controllers/admin/domain_blocks_controller_spec.rb | 82L |
-rw-r--r-- | spec/controllers/admin/email_domain_blocks_controller_spec.rb | 59L |
-rw-r--r-- | spec/controllers/admin/instances_controller_spec.rb | 32L |
-rw-r--r-- | spec/controllers/admin/reported_statuses_controller_spec.rb | 92L |
-rw-r--r-- | spec/controllers/admin/reports_controller_spec.rb | 133L |
-rw-r--r-- | spec/controllers/admin/resets_controller_spec.rb | 22L |
-rw-r--r-- | spec/controllers/admin/settings_controller_spec.rb | 83L |
-rw-r--r-- | spec/controllers/admin/silences_controller_spec.rb | 33L |
-rw-r--r-- | spec/controllers/admin/statuses_controller_spec.rb | 107L |
-rw-r--r-- | spec/controllers/admin/subscriptions_controller_spec.rb | 32L |
-rw-r--r-- | spec/controllers/admin/suspensions_controller_spec.rb | 32L |
-rw-r--r-- | spec/controllers/admin/two_factor_authentications_controller_spec.rb | 20L |
-rw-r--r-- | spec/controllers/api/base_controller_spec.rb | 54L |
-rw-r--r-- | spec/controllers/api/oembed_controller_spec.rb | 19L |
-rw-r--r-- | spec/controllers/api/push_controller_spec.rb | 59L |
-rw-r--r-- | spec/controllers/api/salmon_controller_spec.rb | 68L |
-rw-r--r-- | spec/controllers/api/subscriptions_controller_spec.rb | 69L |
-rw-r--r-- | spec/controllers/api/v1/accounts/credentials_controller_spec.rb | 89L |
-rw-r--r-- | spec/controllers/api/v1/accounts/follower_accounts_controller_spec.rb | 21L |
-rw-r--r-- | spec/controllers/api/v1/accounts/following_accounts_controller_spec.rb | 21L |
-rw-r--r-- | spec/controllers/api/v1/accounts/lists_controller_spec.rb | 23L |
-rw-r--r-- | spec/controllers/api/v1/accounts/relationships_controller_spec.rb | 93L |
-rw-r--r-- | spec/controllers/api/v1/accounts/search_controller_spec.rb | 20L |
-rw-r--r-- | spec/controllers/api/v1/accounts/statuses_controller_spec.rb | 54L |
-rw-r--r-- | spec/controllers/api/v1/accounts_controller_spec.rb | 187L |
-rw-r--r-- | spec/controllers/api/v1/apps/credentials_controller_spec.rb | 43L |
-rw-r--r-- | spec/controllers/api/v1/apps_controller_spec.rb | 26L |
-rw-r--r-- | spec/controllers/api/v1/blocks_controller_spec.rb | 53L |
-rw-r--r-- | spec/controllers/api/v1/custom_emojis_controller_spec.rb | 18L |
-rw-r--r-- | spec/controllers/api/v1/domain_blocks_controller_spec.rb | 55L |
-rw-r--r-- | spec/controllers/api/v1/favourites_controller_spec.rb | 78L |
-rw-r--r-- | spec/controllers/api/v1/follow_requests_controller_spec.rb | 52L |
-rw-r--r-- | spec/controllers/api/v1/follows_controller_spec.rb | 51L |
-rw-r--r-- | spec/controllers/api/v1/instances_controller_spec.rb | 22L |
-rw-r--r-- | spec/controllers/api/v1/lists/accounts_controller_spec.rb | 54L |
-rw-r--r-- | spec/controllers/api/v1/lists_controller_spec.rb | 68L |
-rw-r--r-- | spec/controllers/api/v1/media_controller_spec.rb | 133L |
-rw-r--r-- | spec/controllers/api/v1/mutes_controller_spec.rb | 21L |
-rw-r--r-- | spec/controllers/api/v1/notifications_controller_spec.rb | 105L |
-rw-r--r-- | spec/controllers/api/v1/reports_controller_spec.rb | 41L |
-rw-r--r-- | spec/controllers/api/v1/search_controller_spec.rb | 22L |
-rw-r--r-- | spec/controllers/api/v1/statuses/favourited_by_accounts_controller_spec.rb | 66L |
-rw-r--r-- | spec/controllers/api/v1/statuses/favourites_controller_spec.rb | 66L |
-rw-r--r-- | spec/controllers/api/v1/statuses/mutes_controller_spec.rb | 50L |
-rw-r--r-- | spec/controllers/api/v1/statuses/pins_controller_spec.rb | 57L |
-rw-r--r-- | spec/controllers/api/v1/statuses/reblogged_by_accounts_controller_spec.rb | 65L |
-rw-r--r-- | spec/controllers/api/v1/statuses/reblogs_controller_spec.rb | 66L |
-rw-r--r-- | spec/controllers/api/v1/statuses_controller_spec.rb | 127L |
-rw-r--r-- | spec/controllers/api/v1/streaming_controller_spec.rb | 46L |
-rw-r--r-- | spec/controllers/api/v1/timelines/home_controller_spec.rb | 44L |
-rw-r--r-- | spec/controllers/api/v1/timelines/list_controller_spec.rb | 56L |
-rw-r--r-- | spec/controllers/api/v1/timelines/public_controller_spec.rb | 56L |
-rw-r--r-- | spec/controllers/api/v1/timelines/tag_controller_spec.rb | 41L |
-rw-r--r-- | spec/controllers/api/web/push_subscriptions_controller_spec.rb | 90L |
-rw-r--r-- | spec/controllers/api/web/settings_controller_spec.rb | 24L |
-rw-r--r-- | spec/controllers/application_controller_spec.rb | 335L |
-rw-r--r-- | spec/controllers/auth/confirmations_controller_spec.rb | 51L |
-rw-r--r-- | spec/controllers/auth/passwords_controller_spec.rb | 38L |
-rw-r--r-- | spec/controllers/auth/registrations_controller_spec.rb | 129L |
-rw-r--r-- | spec/controllers/auth/sessions_controller_spec.rb | 275L |
-rw-r--r-- | spec/controllers/authorize_follows_controller_spec.rb | 110L |
-rw-r--r-- | spec/controllers/concerns/account_controller_concern_spec.rb | 45L |
-rw-r--r-- | spec/controllers/concerns/export_controller_concern_spec.rb | 33L |
-rw-r--r-- | spec/controllers/concerns/localized_spec.rb | 64L |
-rw-r--r-- | spec/controllers/concerns/obfuscate_filename_spec.rb | 30L |
-rw-r--r-- | spec/controllers/concerns/rate_limit_headers_spec.rb | 56L |
-rw-r--r-- | spec/controllers/concerns/signature_verification_spec.rb | 114L |
-rw-r--r-- | spec/controllers/concerns/user_tracking_concern_spec.rb | 91L |
-rw-r--r-- | spec/controllers/follower_accounts_controller_spec.rb | 25L |
-rw-r--r-- | spec/controllers/following_accounts_controller_spec.rb | 25L |
-rw-r--r-- | spec/controllers/home_controller_spec.rb | 42L |
-rw-r--r-- | spec/controllers/manifests_controller_spec.rb | 15L |
-rw-r--r-- | spec/controllers/media_controller_spec.rb | 39L |
-rw-r--r-- | spec/controllers/oauth/authorizations_controller_spec.rb | 49L |
-rw-r--r-- | spec/controllers/oauth/authorized_applications_controller_spec.rb | 42L |
-rw-r--r-- | spec/controllers/remote_follow_controller_spec.rb | 118L |
-rw-r--r-- | spec/controllers/settings/applications_controller_spec.rb | 188L |
-rw-r--r-- | spec/controllers/settings/deletes_controller_spec.rb | 86L |
-rw-r--r-- | spec/controllers/settings/exports/blocked_accounts_controller_spec.rb | 17L |
-rw-r--r-- | spec/controllers/settings/exports/following_accounts_controller_spec.rb | 17L |
-rw-r--r-- | spec/controllers/settings/exports/muted_accounts_controller_spec.rb | 17L |
-rw-r--r-- | spec/controllers/settings/exports_controller_spec.rb | 31L |
-rw-r--r-- | spec/controllers/settings/follower_domains_controller_spec.rb | 85L |
-rw-r--r-- | spec/controllers/settings/imports_controller_spec.rb | 44L |
-rw-r--r-- | spec/controllers/settings/notifications_controller_spec.rb | 37L |
-rw-r--r-- | spec/controllers/settings/preferences_controller_spec.rb | 46L |
-rw-r--r-- | spec/controllers/settings/profiles_controller_spec.rb | 29L |
-rw-r--r-- | spec/controllers/settings/two_factor_authentication/confirmations_controller_spec.rb | 106L |
-rw-r--r-- | spec/controllers/settings/two_factor_authentication/recovery_codes_controller_spec.rb | 31L |
-rw-r--r-- | spec/controllers/settings/two_factor_authentications_controller_spec.rb | 124L |
-rw-r--r-- | spec/controllers/statuses_controller_spec.rb | 98L |
-rw-r--r-- | spec/controllers/stream_entries_controller_spec.rb | 95L |
-rw-r--r-- | spec/controllers/tags_controller_spec.rb | 32L |
-rw-r--r-- | spec/controllers/well_known/host_meta_controller_spec.rb | 20L |
-rw-r--r-- | spec/controllers/well_known/webfinger_controller_spec.rb | 99L |
-rw-r--r-- | spec/fabricators/access_token_fabricator.rb | 2L |
-rw-r--r-- | spec/fabricators/accessible_access_token_fabricator.rb | 4L |
-rw-r--r-- | spec/fabricators/account_domain_block_fabricator.rb | 4L |
-rw-r--r-- | spec/fabricators/account_fabricator.rb | 4L |
-rw-r--r-- | spec/fabricators/account_moderation_note_fabricator.rb | 4L |
-rw-r--r-- | spec/fabricators/admin_action_log_fabricator.rb | 5L |
-rw-r--r-- | spec/fabricators/application_fabricator.rb | 5L |
-rw-r--r-- | spec/fabricators/backup_fabricator.rb | 3L |
-rw-r--r-- | spec/fabricators/block_fabricator.rb | 4L |
-rw-r--r-- | spec/fabricators/conversation_fabricator.rb | 2L |
-rw-r--r-- | spec/fabricators/conversation_mute_fabricator.rb | 2L |
-rw-r--r-- | spec/fabricators/custom_emoji_fabricator.rb | 5L |
-rw-r--r-- | spec/fabricators/domain_block_fabricator.rb | 3L |
-rw-r--r-- | spec/fabricators/email_domain_block_fabricator.rb | 3L |
-rw-r--r-- | spec/fabricators/favourite_fabricator.rb | 4L |
-rw-r--r-- | spec/fabricators/follow_fabricator.rb | 4L |
-rw-r--r-- | spec/fabricators/follow_request_fabricator.rb | 4L |
-rw-r--r-- | spec/fabricators/identity_fabricator.rb | 5L |
-rw-r--r-- | spec/fabricators/import_fabricator.rb | 2L |
-rw-r--r-- | spec/fabricators/invite_fabricator.rb | 6L |
-rw-r--r-- | spec/fabricators/list_account_fabricator.rb | 5L |
-rw-r--r-- | spec/fabricators/list_fabricator.rb | 4L |
-rw-r--r-- | spec/fabricators/media_attachment_fabricator.rb | 16L |
-rw-r--r-- | spec/fabricators/mention_fabricator.rb | 4L |
-rw-r--r-- | spec/fabricators/mute_fabricator.rb | 4L |
-rw-r--r-- | spec/fabricators/notification_fabricator.rb | 4L |
-rw-r--r-- | spec/fabricators/report_fabricator.rb | 6L |
-rw-r--r-- | spec/fabricators/session_activation_fabricator.rb | 4L |
-rw-r--r-- | spec/fabricators/setting_fabricator.rb | 4L |
-rw-r--r-- | spec/fabricators/site_upload_fabricator.rb | 3L |
-rw-r--r-- | spec/fabricators/status_fabricator.rb | 8L |
-rw-r--r-- | spec/fabricators/status_pin_fabricator.rb | 4L |
-rw-r--r-- | spec/fabricators/stream_entry_fabricator.rb | 5L |
-rw-r--r-- | spec/fabricators/subscription_fabricator.rb | 7L |
-rw-r--r-- | spec/fabricators/tag_fabricator.rb | 3L |
-rw-r--r-- | spec/fabricators/user_fabricator.rb | 6L |
-rw-r--r-- | spec/fabricators/web_push_subscription_fabricator.rb | 5L |
-rw-r--r-- | spec/fabricators/web_setting_fabricator.rb | 3L |
-rw-r--r-- | spec/features/log_in_spec.rb | 47L |
-rw-r--r-- | spec/fixtures/files/attachment.gif | 108560B |
-rw-r--r-- | spec/fixtures/files/attachment.jpg | 61022B |
-rw-r--r-- | spec/fixtures/files/attachment.webm | 653991B |
-rw-r--r-- | spec/fixtures/files/avatar.gif | 85810B |
-rw-r--r-- | spec/fixtures/files/emojo.png | 29814B |
-rw-r--r-- | spec/fixtures/files/imports.txt | 3L |
-rw-r--r-- | spec/fixtures/files/mini-static.gif | 1188B |
-rw-r--r-- | spec/fixtures/push/feed.atom | 424L |
-rw-r--r-- | spec/fixtures/push/reblog.atom | 92L |
-rw-r--r-- | spec/fixtures/requests/.host-meta.txt | 19L |
-rw-r--r-- | spec/fixtures/requests/activitypub-actor-noinbox.txt | 9L |
-rw-r--r-- | spec/fixtures/requests/activitypub-actor.txt | 9L |
-rw-r--r-- | spec/fixtures/requests/activitypub-feed.txt | 47L |
-rw-r--r-- | spec/fixtures/requests/activitypub-webfinger.txt | 7L |
-rw-r--r-- | spec/fixtures/requests/attachment1.txt | 192052B |
-rw-r--r-- | spec/fixtures/requests/attachment2.txt | 109077B |
-rw-r--r-- | spec/fixtures/requests/avatar.txt | 109961B |
-rw-r--r-- | spec/fixtures/requests/feed.txt | 440L |
-rw-r--r-- | spec/fixtures/requests/idn.txt | 483L |
-rw-r--r-- | spec/fixtures/requests/koi8-r.txt | 20L |
-rw-r--r-- | spec/fixtures/requests/localdomain-feed.txt | 57L |
-rw-r--r-- | spec/fixtures/requests/localdomain-hostmeta.txt | 14L |
-rw-r--r-- | spec/fixtures/requests/localdomain-webfinger.txt | 20L |
-rw-r--r-- | spec/fixtures/requests/oembed_invalid_xml.html | 7L |
-rw-r--r-- | spec/fixtures/requests/oembed_json.html | 7L |
-rw-r--r-- | spec/fixtures/requests/oembed_json_xml.html | 14L |
-rw-r--r-- | spec/fixtures/requests/oembed_undiscoverable.html | 5L |
-rw-r--r-- | spec/fixtures/requests/oembed_xml.html | 13L |
-rw-r--r-- | spec/fixtures/requests/redirected.host-meta.txt | 15L |
-rw-r--r-- | spec/fixtures/requests/sjis.txt | 20L |
-rw-r--r-- | spec/fixtures/requests/sjis_with_wrong_charset.txt | 20L |
-rw-r--r-- | spec/fixtures/requests/webfinger-hacker1.txt | 11L |
-rw-r--r-- | spec/fixtures/requests/webfinger-hacker2.txt | 11L |
-rw-r--r-- | spec/fixtures/requests/webfinger-hacker3.txt | 11L |
-rw-r--r-- | spec/fixtures/requests/webfinger.txt | 11L |
-rw-r--r-- | spec/fixtures/salmon/mention.xml | 2L |
-rw-r--r-- | spec/fixtures/xml/mastodon.atom | 261L |
-rw-r--r-- | spec/helpers/admin/account_moderation_notes_helper_spec.rb | 15L |
-rw-r--r-- | spec/helpers/admin/filter_helper_spec.rb | 20L |
-rw-r--r-- | spec/helpers/application_helper_spec.rb | 121L |
-rw-r--r-- | spec/helpers/flashes_helper_spec.rb | 19L |
-rw-r--r-- | spec/helpers/home_helper_spec.rb | 9L |
-rw-r--r-- | spec/helpers/instance_helper_spec.rb | 33L |
-rw-r--r-- | spec/helpers/jsonld_helper_spec.rb | 68L |
-rw-r--r-- | spec/helpers/routing_helper_spec.rb | 43L |
-rw-r--r-- | spec/helpers/settings_helper_spec.rb | 22L |
-rw-r--r-- | spec/helpers/stream_entries_helper_spec.rb | 223L |
-rw-r--r-- | spec/lib/activitypub/activity/accept_spec.rb | 38L |
-rw-r--r-- | spec/lib/activitypub/activity/add_spec.rb | 29L |
-rw-r--r-- | spec/lib/activitypub/activity/announce_spec.rb | 29L |
-rw-r--r-- | spec/lib/activitypub/activity/block_spec.rb | 28L |
-rw-r--r-- | spec/lib/activitypub/activity/create_spec.rb | 381L |
-rw-r--r-- | spec/lib/activitypub/activity/delete_spec.rb | 52L |
-rw-r--r-- | spec/lib/activitypub/activity/flag_spec.rb | 37L |
-rw-r--r-- | spec/lib/activitypub/activity/follow_spec.rb | 49L |
-rw-r--r-- | spec/lib/activitypub/activity/like_spec.rb | 29L |
-rw-r--r-- | spec/lib/activitypub/activity/reject_spec.rb | 38L |
-rw-r--r-- | spec/lib/activitypub/activity/remove_spec.rb | 30L |
-rw-r--r-- | spec/lib/activitypub/activity/undo_spec.rb | 121L |
-rw-r--r-- | spec/lib/activitypub/activity/update_spec.rb | 46L |
-rw-r--r-- | spec/lib/activitypub/linked_data_signature_spec.rb | 82L |
-rw-r--r-- | spec/lib/activitypub/tag_manager_spec.rb | 125L |
-rw-r--r-- | spec/lib/delivery_failure_tracker_spec.rb | 71L |
-rw-r--r-- | spec/lib/extractor_spec.rb | 79L |
-rw-r--r-- | spec/lib/feed_manager_spec.rb | 383L |
-rw-r--r-- | spec/lib/formatter_spec.rb | 498L |
-rw-r--r-- | spec/lib/hash_object_spec.rb | 9L |
-rw-r--r-- | spec/lib/language_detector_spec.rb | 124L |
-rw-r--r-- | spec/lib/ostatus/atom_serializer_spec.rb | 1566L |
-rw-r--r-- | spec/lib/ostatus/tag_manager_spec.rb | 70L |
-rw-r--r-- | spec/lib/provider_discovery_spec.rb | 118L |
-rw-r--r-- | spec/lib/request_spec.rb | 133L |
-rw-r--r-- | spec/lib/settings/extend_spec.rb | 16L |
-rw-r--r-- | spec/lib/settings/scoped_settings_spec.rb | 35L |
-rw-r--r-- | spec/lib/status_filter_spec.rb | 83L |
-rw-r--r-- | spec/lib/status_finder_spec.rb | 65L |
-rw-r--r-- | spec/lib/tag_manager_spec.rb | 164L |
-rw-r--r-- | spec/lib/user_settings_decorator_spec.rb | 84L |
-rw-r--r-- | spec/lib/webfinger_resource_spec.rb | 127L |
-rw-r--r-- | spec/mailers/notification_mailer_spec.rb | 147L |
-rw-r--r-- | spec/mailers/previews/notification_mailer_preview.rb | 38L |
-rw-r--r-- | spec/mailers/previews/user_mailer_preview.rb | 42L |
-rw-r--r-- | spec/mailers/user_mailer_spec.rb | 86L |
-rw-r--r-- | spec/models/account_domain_block_spec.rb | 22L |
-rw-r--r-- | spec/models/account_filter_spec.rb | 74L |
-rw-r--r-- | spec/models/account_moderation_note_spec.rb | 5L |
-rw-r--r-- | spec/models/account_spec.rb | 838L |
-rw-r--r-- | spec/models/admin/action_log_spec.rb | 5L |
-rw-r--r-- | spec/models/backup_spec.rb | 5L |
-rw-r--r-- | spec/models/block_spec.rb | 47L |
-rw-r--r-- | spec/models/concerns/account_finder_concern_spec.rb | 109L |
-rw-r--r-- | spec/models/concerns/account_interactions_spec.rb | 623L |
-rw-r--r-- | spec/models/concerns/remotable_spec.rb | 208L |
-rw-r--r-- | spec/models/concerns/status_threading_concern_spec.rb | 122L |
-rw-r--r-- | spec/models/concerns/streamable_spec.rb | 63L |
-rw-r--r-- | spec/models/conversation_mute_spec.rb | 5L |
-rw-r--r-- | spec/models/conversation_spec.rb | 13L |
-rw-r--r-- | spec/models/custom_emoji_spec.rb | 78L |
-rw-r--r-- | spec/models/domain_block_spec.rb | 39L |
-rw-r--r-- | spec/models/email_domain_block_spec.rb | 22L |
-rw-r--r-- | spec/models/export_spec.rb | 64L |
-rw-r--r-- | spec/models/favourite_spec.rb | 29L |
-rw-r--r-- | spec/models/follow_request_spec.rb | 30L |
-rw-r--r-- | spec/models/follow_spec.rb | 40L |
-rw-r--r-- | spec/models/form/status_batch_spec.rb | 52L |
-rw-r--r-- | spec/models/home_feed_spec.rb | 45L |
-rw-r--r-- | spec/models/identity_spec.rb | 5L |
-rw-r--r-- | spec/models/import_spec.rb | 24L |
-rw-r--r-- | spec/models/invite_spec.rb | 30L |
-rw-r--r-- | spec/models/list_account_spec.rb | 5L |
-rw-r--r-- | spec/models/list_spec.rb | 5L |
-rw-r--r-- | spec/models/media_attachment_spec.rb | 145L |
-rw-r--r-- | spec/models/mention_spec.rb | 22L |
-rw-r--r-- | spec/models/mute_spec.rb | 5L |
-rw-r--r-- | spec/models/notification_spec.rb | 133L |
-rw-r--r-- | spec/models/preview_card_spec.rb | 5L |
-rw-r--r-- | spec/models/remote_follow_spec.rb | 67L |
-rw-r--r-- | spec/models/remote_profile_spec.rb | 143L |
-rw-r--r-- | spec/models/report_filter_spec.rb | 32L |
-rw-r--r-- | spec/models/report_spec.rb | 38L |
-rw-r--r-- | spec/models/session_activation_spec.rb | 127L |
-rw-r--r-- | spec/models/setting_spec.rb | 187L |
-rw-r--r-- | spec/models/site_upload_spec.rb | 13L |
-rw-r--r-- | spec/models/status_pin_spec.rb | 72L |
-rw-r--r-- | spec/models/status_spec.rb | 622L |
-rw-r--r-- | spec/models/stream_entry_spec.rb | 192L |
-rw-r--r-- | spec/models/subscription_spec.rb | 67L |
-rw-r--r-- | spec/models/tag_spec.rb | 73L |
-rw-r--r-- | spec/models/user_spec.rb | 327L |
-rw-r--r-- | spec/models/web/push_subscription_spec.rb | 28L |
-rw-r--r-- | spec/models/web/setting_spec.rb | 5L |
-rw-r--r-- | spec/policies/status_policy_spec.rb | 109L |
-rw-r--r-- | spec/presenters/account_relationships_presenter_spec.rb | 82L |
-rw-r--r-- | spec/presenters/instance_presenter_spec.rb | 114L |
-rw-r--r-- | spec/rails_helper.rb | 71L |
-rw-r--r-- | spec/requests/account_show_page_spec.rb | 40L |
-rw-r--r-- | spec/requests/catch_all_route_request_spec.rb | 21L |
-rw-r--r-- | spec/requests/host_meta_request_spec.rb | 12L |
-rw-r--r-- | spec/requests/link_headers_spec.rb | 33L |
-rw-r--r-- | spec/requests/localization_spec.rb | 35L |
-rw-r--r-- | spec/requests/webfinger_request_spec.rb | 48L |
-rw-r--r-- | spec/routing/accounts_routing_spec.rb | 31L |
-rw-r--r-- | spec/routing/api_routing_spec.rb | 103L |
-rw-r--r-- | spec/routing/well_known_routes_spec.rb | 15L |
-rw-r--r-- | spec/services/account_search_service_spec.rb | 141L |
-rw-r--r-- | spec/services/activitypub/fetch_remote_account_service_spec.rb | 123L |
-rw-r--r-- | spec/services/activitypub/fetch_remote_status_service_spec.rb | 74L |
-rw-r--r-- | spec/services/activitypub/process_account_service_spec.rb | 31L |
-rw-r--r-- | spec/services/activitypub/process_collection_service_spec.rb | 55L |
-rw-r--r-- | spec/services/after_block_service_spec.rb | 29L |
-rw-r--r-- | spec/services/authorize_follow_service_spec.rb | 71L |
-rw-r--r-- | spec/services/batched_remove_status_service_spec.rb | 68L |
-rw-r--r-- | spec/services/block_domain_from_account_service_spec.rb | 19L |
-rw-r--r-- | spec/services/block_domain_service_spec.rb | 58L |
-rw-r--r-- | spec/services/block_service_spec.rb | 56L |
-rw-r--r-- | spec/services/bootstrap_timeline_service_spec.rb | 37L |
-rw-r--r-- | spec/services/fan_out_on_write_service_spec.rb | 37L |
-rw-r--r-- | spec/services/favourite_service_spec.rb | 59L |
-rw-r--r-- | spec/services/fetch_atom_service_spec.rb | 89L |
-rw-r--r-- | spec/services/fetch_link_card_service_spec.rb | 89L |
-rw-r--r-- | spec/services/fetch_remote_account_service_spec.rb | 71L |
-rw-r--r-- | spec/services/fetch_remote_status_service_spec.rb | 35L |
-rw-r--r-- | spec/services/follow_service_spec.rb | 183L |
-rw-r--r-- | spec/services/mute_service_spec.rb | 67L |
-rw-r--r-- | spec/services/notify_service_spec.rb | 161L |
-rw-r--r-- | spec/services/post_status_service_spec.rb | 188L |
-rw-r--r-- | spec/services/precompute_feed_service_spec.rb | 36L |
-rw-r--r-- | spec/services/process_feed_service_spec.rb | 252L |
-rw-r--r-- | spec/services/process_interaction_service_spec.rb | 151L |
-rw-r--r-- | spec/services/process_mentions_service_spec.rb | 65L |
-rw-r--r-- | spec/services/pubsubhubbub/subscribe_service_spec.rb | 71L |
-rw-r--r-- | spec/services/pubsubhubbub/unsubscribe_service_spec.rb | 46L |
-rw-r--r-- | spec/services/reblog_service_spec.rb | 56L |
-rw-r--r-- | spec/services/reject_follow_service_spec.rb | 71L |
-rw-r--r-- | spec/services/remove_status_service_spec.rb | 55L |
-rw-r--r-- | spec/services/report_service_spec.rb | 25L |
-rw-r--r-- | spec/services/resolve_account_service_spec.rb | 133L |
-rw-r--r-- | spec/services/resolve_url_service_spec.rb | 53L |
-rw-r--r-- | spec/services/search_service_spec.rb | 101L |
-rw-r--r-- | spec/services/send_interaction_service_spec.rb | 7L |
-rw-r--r-- | spec/services/subscribe_service_spec.rb | 43L |
-rw-r--r-- | spec/services/suspend_account_service_spec.rb | 33L |
-rw-r--r-- | spec/services/unblock_domain_service_spec.rb | 46L |
-rw-r--r-- | spec/services/unblock_service_spec.rb | 59L |
-rw-r--r-- | spec/services/unfollow_service_spec.rb | 59L |
-rw-r--r-- | spec/services/unmute_service_spec.rb | 5L |
-rw-r--r-- | spec/services/unsubscribe_service_spec.rb | 37L |
-rw-r--r-- | spec/services/update_remote_profile_service_spec.rb | 84L |
-rw-r--r-- | spec/spec_helper.rb | 56L |
-rw-r--r-- | spec/support/examples/lib/settings/scoped_settings.rb | 74L |
-rw-r--r-- | spec/support/examples/lib/settings/settings_extended.rb | 15L |
-rw-r--r-- | spec/support/examples/models/concerns/account_avatar.rb | 19L |
-rw-r--r-- | spec/support/matchers/model/model_have_error_on_field.rb | 15L |
-rw-r--r-- | spec/validators/status_length_validator_spec.rb | 44L |
-rw-r--r-- | spec/validators/unique_username_validator_spec.rb | 33L |
-rw-r--r-- | spec/views/about/_contact.html.haml_spec.rb | 35L |
-rw-r--r-- | spec/views/about/show.html.haml_spec.rb | 34L |
-rw-r--r-- | spec/views/stream_entries/show.html.haml_spec.rb | 88L |
-rw-r--r-- | spec/workers/activitypub/delivery_worker_spec.rb | 23L |
-rw-r--r-- | spec/workers/activitypub/distribution_worker_spec.rb | 48L |
-rw-r--r-- | spec/workers/activitypub/processing_worker_spec.rb | 15L |
-rw-r--r-- | spec/workers/activitypub/update_distribution_worker_spec.rb | 20L |
-rw-r--r-- | spec/workers/after_remote_follow_request_worker_spec.rb | 59L |
-rw-r--r-- | spec/workers/after_remote_follow_worker_spec.rb | 59L |
-rw-r--r-- | spec/workers/digest_mailer_worker_spec.rb | 36L |
-rw-r--r-- | spec/workers/domain_block_worker_spec.rb | 26L |
-rw-r--r-- | spec/workers/feed_insert_worker_spec.rb | 52L |
-rw-r--r-- | spec/workers/pubsubhubbub/confirmation_worker_spec.rb | 88L |
-rw-r--r-- | spec/workers/pubsubhubbub/delivery_worker_spec.rb | 68L |
-rw-r--r-- | spec/workers/pubsubhubbub/distribution_worker_spec.rb | 46L |
-rw-r--r-- | spec/workers/regeneration_worker_spec.rb | 26L |
-rw-r--r-- | spec/workers/scheduler/feed_cleanup_scheduler_spec.rb | 26L |
-rw-r--r-- | spec/workers/scheduler/media_cleanup_scheduler_spec.rb | 15L |
-rw-r--r-- | spec/workers/scheduler/subscriptions_scheduler_spec.rb | 19L |
-rw-r--r-- | streaming/index.js | 582L |
-rw-r--r-- | vendor/assets/javascripts/.keep | 0B |
-rw-r--r-- | vendor/assets/stylesheets/.keep | 0B |
-rw-r--r-- | yarn.lock | 7823L |