aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorjrm <jrm@FreeBSD.org>2018-01-30 17:10:35 +0800
committerjrm <jrm@FreeBSD.org>2018-01-30 17:10:35 +0800
commit8fbd82e54a18262421e81f5b5f72efda14e1029b (patch)
treee8dd5d85e357714e9ba3a903f29cce47be98048f /net-im
parentd6291535440ee3b2848365f506c0f79ca01a7bcd (diff)
downloadfreebsd-ports-gnome-8fbd82e54a18262421e81f5b5f72efda14e1029b.tar.gz
freebsd-ports-gnome-8fbd82e54a18262421e81f5b5f72efda14e1029b.tar.zst
freebsd-ports-gnome-8fbd82e54a18262421e81f5b5f72efda14e1029b.zip
net-im/mastodon: Update to 2.2.0
Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v2.2.0
Diffstat (limited to 'net-im')
-rw-r--r--net-im/mastodon/Makefile19
-rw-r--r--net-im/mastodon/distinfo10
-rw-r--r--net-im/mastodon/files/patch-Gemfile28
-rw-r--r--net-im/mastodon/files/patch-config_boot.rb32
-rw-r--r--net-im/mastodon/files/patch-config_sidekiq.yml10
-rw-r--r--net-im/mastodon/files/patch-package.json20
-rw-r--r--net-im/mastodon/files/yarn.lock.in301
-rw-r--r--net-im/mastodon/pkg-message13
-rw-r--r--net-im/mastodon/pkg-plist889
9 files changed, 663 insertions, 659 deletions
diff --git a/net-im/mastodon/Makefile b/net-im/mastodon/Makefile
index 06b1624adfa3..87a4dc26e3aa 100644
--- a/net-im/mastodon/Makefile
+++ b/net-im/mastodon/Makefile
@@ -2,8 +2,7 @@
PORTNAME= mastodon
DISTVERSIONPREFIX= v
-DISTVERSION= 2.1.3
-PORTREVISION= 2
+DISTVERSION= 2.2.0
CATEGORIES= net-im www
MAINTAINER= jrm@FreeBSD.org
@@ -35,11 +34,12 @@ BR_DEPENDS= ffmpeg>0:multimedia/ffmpeg \
rubygem-paperclip-av-transcoder>=0.6:multimedia/rubygem-paperclip-av-transcoder \
rubygem-active_model_serializers>=0.10:databases/rubygem-active_model_serializers \
rubygem-addressable>=2.5:www/rubygem-addressable \
+ rubygem-bootsnap>=0:devel/rubygem-bootsnap \
rubygem-browser>=2.4.0:www/rubygem-browser \
rubygem-charlock_holmes>=0.7.5:textproc/rubygem-charlock_holmes \
rubygem-iso-639>=0.2.8:textproc/rubygem-iso-639 \
rubygem-cld3>=3.2.0:textproc/rubygem-cld3 \
- rubygem-devise-rails5>=4.3:devel/rubygem-devise-rails5 \
+ rubygem-devise-rails5>=4.4:devel/rubygem-devise-rails5 \
rubygem-devise-two-factor-rails5>=3.0:security/rubygem-devise-two-factor-rails5 \
rubygem-doorkeeper-rails5>=4.2:security/rubygem-doorkeeper-rails5 \
rubygem-fast_blank>=1.0:devel/rubygem-fast_blank \
@@ -60,6 +60,7 @@ BR_DEPENDS= ffmpeg>0:multimedia/ffmpeg \
rubygem-ostatus2>=2.0:www/rubygem-ostatus2 \
rubygem-ox>=2.8:textproc/rubygem-ox \
rubygem-pundit>=1.1:security/rubygem-pundit \
+ rubygem-premailer-rails-rails5>=0:mail/rubygem-premailer-rails-rails5 \
rubygem-rack-attack>=5.0:www/rubygem-rack-attack \
rubygem-rack-cors0>=0.4:www/rubygem-rack-cors0 \
rubygem-rack-timeout>=0.4:www/rubygem-rack-timeout \
@@ -92,7 +93,7 @@ USES= gmake gnome pgsql python:build,2 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= tootsuite jehops:mn
GH_PROJECT= mastodon_node:mn
-GH_TAGNAME= 2.1.2:mn
+GH_TAGNAME= 2.2.0:mn
USE_GNOME= libxml2 libxslt
USE_RC_SUBR= mastodon_stream mastodon_web mastodon_workers
USE_RUBY= yes
@@ -119,8 +120,11 @@ do-build:
HOME=${WRKSRC_mn} yarn config set nodedir ${LOCALBASE} --offline
@${CP} ${FILESDIR}/yarn.lock.in ${WRKSRC}/yarn.lock
(cd ${WRKSRC} && HOME=${WRKSRC_mn} yarn --offline)
+# (cd ${WRKSRC} && \
+# NODE_ENV=production RAILS_ENV=production \
+# ./node_modules/.bin/webpack --config config/webpack/production.js)
(cd ${WRKSRC} && \
- NODE_ENV=production RAILS_ENV=production \
+ NODE_ENV=production \
./node_modules/.bin/webpack --config config/webpack/production.js)
do-install:
@@ -138,8 +142,9 @@ do-install:
${WRKSRC}/node_modules/.bin/node-sass \
${WRKSRC}/node_modules/uws/build_log.txt
${STRIP_CMD} ${WRKSRC}/node_modules/uws/uws_freebsd_${NODE_ABI}.node
- ${MKDIR} ${STAGEDIR}${WWWDIR} ${STAGEDIR}/var/run/${PORTNAME} \
- ${STAGEDIR}/var/log/${PORTNAME}
+ ${MKDIR} ${STAGEDIR}${WWWDIR} ${STAGEDIR}/var/cache/${PORTNAME} \
+ ${STAGEDIR}/var/log/${PORTNAME} \
+ ${STAGEDIR}/var/run/${PORTNAME}
${INSTALL_DATA} ${WRKDIR}/nginx.conf \
${STAGEDIR}${WWWDIR}/nginx.conf.sample
${INSTALL_DATA} ${WRKDIR}/nginx-include.conf \
diff --git a/net-im/mastodon/distinfo b/net-im/mastodon/distinfo
index 054093b4960f..4b2a6902867a 100644
--- a/net-im/mastodon/distinfo
+++ b/net-im/mastodon/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1515587639
-SHA256 (tootsuite-mastodon-v2.1.3_GH0.tar.gz) = ff5e7554a5f0e8a7422dd55aaaee4aff4d8e061f10561328397ac122ef1e5bda
-SIZE (tootsuite-mastodon-v2.1.3_GH0.tar.gz) = 12455937
-SHA256 (jehops-mastodon_node-2.1.2_GH0.tar.gz) = c6c2c09dd2be4db1d313c6230844ed7ea4cbea8963a03e6bac87a69e11019c8a
-SIZE (jehops-mastodon_node-2.1.2_GH0.tar.gz) = 27194814
+TIMESTAMP = 1517266218
+SHA256 (tootsuite-mastodon-v2.2.0_GH0.tar.gz) = 050eccea6950a7f84eaaa39fb4c69b6a559a7d41b477229acb1b8153cdd5180e
+SIZE (tootsuite-mastodon-v2.2.0_GH0.tar.gz) = 12303890
+SHA256 (jehops-mastodon_node-2.2.0_GH0.tar.gz) = 4fd0192c9a17dc68c6e32addc8707d6bf8d2a09924a401789b82bbff6c6bb4e5
+SIZE (jehops-mastodon_node-2.2.0_GH0.tar.gz) = 26948964
diff --git a/net-im/mastodon/files/patch-Gemfile b/net-im/mastodon/files/patch-Gemfile
index 9f961e88bce4..b6c3409ae232 100644
--- a/net-im/mastodon/files/patch-Gemfile
+++ b/net-im/mastodon/files/patch-Gemfile
@@ -1,4 +1,4 @@
---- Gemfile.orig 2018-01-09 18:35:10 UTC
+--- Gemfile.orig 2018-01-24 12:29:46 UTC
+++ Gemfile
@@ -11,11 +11,11 @@ gem 'uglifier', '~> 3.2'
@@ -14,32 +14,16 @@
gem 'fog-local', '~> 0.4', require: false
gem 'fog-openstack', '~> 0.1', require: false
gem 'paperclip', '~> 5.1'
-@@ -23,7 +23,6 @@ gem 'paperclip-av-transcoder', '~> 0.6'
-
- gem 'active_model_serializers', '~> 0.10'
- gem 'addressable', '~> 2.5'
--gem 'bootsnap'
- gem 'browser'
- gem 'charlock_holmes', '~> 0.7.5'
- gem 'iso-639'
-@@ -32,13 +31,13 @@ gem 'devise', '~> 4.3'
- gem 'devise-two-factor', '~> 3.0'
- gem 'doorkeeper', '~> 4.2'
- gem 'fast_blank', '~> 1.0'
--gem 'goldfinger', '~> 2.0'
-+gem 'goldfinger', '~> 2.1'
- gem 'hiredis', '~> 0.6'
- gem 'redis-namespace', '~> 1.5'
+@@ -38,7 +38,7 @@ gem 'redis-namespace', '~> 1.5'
gem 'htmlentities', '~> 4.3'
--gem 'http', '~> 2.2'
-+gem 'http', '~> 3.0'
+ gem 'http', '~> 3.0'
gem 'http_accept_language', '~> 2.1'
-gem 'httplog', '~> 0.99'
+gem 'httplog', '>= 0.99'
gem 'idn-ruby', require: 'idn'
gem 'kaminari', '~> 1.1'
gem 'link_header', '~> 0.0'
-@@ -54,11 +53,11 @@ gem 'rack-cors', '~> 0.4', require: 'rac
+@@ -55,11 +55,11 @@ gem 'rack-cors', '~> 0.4', require: 'rac
gem 'rack-timeout', '~> 0.4'
gem 'rails-i18n', '~> 5.0'
gem 'rails-settings-cached', '~> 0.6'
@@ -49,11 +33,11 @@
gem 'rqrcode', '~> 0.10'
gem 'ruby-oembed', '~> 0.12', require: 'oembed'
-gem 'ruby-progressbar', '~> 1.4'
-+gem 'progressbar', '~> 1.4'
++gem 'progressbar', '>= 1.4'
gem 'sanitize', '~> 4.4'
gem 'sidekiq', '~> 5.0'
gem 'sidekiq-scheduler', '~> 2.1'
-@@ -76,45 +75,6 @@ gem 'webpush'
+@@ -77,45 +77,6 @@ gem 'webpush'
gem 'json-ld-preloaded', '~> 2.2.1'
gem 'rdf-normalize', '~> 0.3.1'
diff --git a/net-im/mastodon/files/patch-config_boot.rb b/net-im/mastodon/files/patch-config_boot.rb
index 4396e88c13af..86243892b5eb 100644
--- a/net-im/mastodon/files/patch-config_boot.rb
+++ b/net-im/mastodon/files/patch-config_boot.rb
@@ -1,27 +1,11 @@
---- config/boot.rb.orig 2017-05-20 22:05:08 UTC
+--- config/boot.rb.orig 2018-01-24 12:29:46 UTC
+++ config/boot.rb
-@@ -1,14 +1,14 @@
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
+@@ -4,7 +4,7 @@ require 'bundler/setup' # Set up gems li
+ require 'bootsnap'
- require 'bundler/setup' # Set up gems listed in the Gemfile.
--require 'bootsnap'
-+#require 'bootsnap'
-
--Bootsnap.setup(
+ Bootsnap.setup(
- cache_dir: 'tmp/cache',
-- development_mode: ENV['RAILS_ENV'] == 'development',
-- load_path_cache: true,
-- autoload_paths_cache: true,
-- disable_trace: true,
-- compile_cache_iseq: false,
-- compile_cache_yaml: false
--)
-+# Bootsnap.setup(
-+# cache_dir: 'tmp/cache',
-+# development_mode: ENV['RAILS_ENV'] == 'development',
-+# load_path_cache: true,
-+# autoload_paths_cache: true,
-+# disable_trace: true,
-+# compile_cache_iseq: false,
-+# compile_cache_yaml: false
-+# )
++ cache_dir: '/var/cache/mastodon',
+ development_mode: ENV['RAILS_ENV'] == 'development',
+ load_path_cache: true,
+ autoload_paths_cache: true,
diff --git a/net-im/mastodon/files/patch-config_sidekiq.yml b/net-im/mastodon/files/patch-config_sidekiq.yml
index a586145cf84a..9a3a8782e23c 100644
--- a/net-im/mastodon/files/patch-config_sidekiq.yml
+++ b/net-im/mastodon/files/patch-config_sidekiq.yml
@@ -1,7 +1,7 @@
---- config/sidekiq.yml.orig 2017-09-17 13:23:44 UTC
+--- config/sidekiq.yml.orig 2018-01-24 12:29:46 UTC
+++ config/sidekiq.yml
-@@ -27,3 +27,4 @@
- ip_cleanup_scheduler:
- cron: '<%= Random.rand(0..59) %> <%= Random.rand(3..5) %> * * *'
- class: Scheduler::IpCleanupScheduler
+@@ -30,3 +30,4 @@
+ email_scheduler:
+ cron: '0 10 * * 2'
+ class: Scheduler::EmailScheduler
+:pidfile: /var/run/mastodon/mastodon_workers.pid
diff --git a/net-im/mastodon/files/patch-package.json b/net-im/mastodon/files/patch-package.json
index 91c07d5638a9..3c8e161fc5a2 100644
--- a/net-im/mastodon/files/patch-package.json
+++ b/net-im/mastodon/files/patch-package.json
@@ -1,8 +1,8 @@
---- package.json.orig 2017-12-15 18:14:57 UTC
+--- package.json.orig 2018-01-24 12:29:46 UTC
+++ package.json
-@@ -2,15 +2,9 @@
- "name": "mastodon",
- "license": "AGPL-3.0",
+@@ -5,15 +5,9 @@
+ "node": ">=6"
+ },
"scripts": {
- "postversion": "git push --tags",
- "build:development": "cross-env RAILS_ENV=development ./bin/webpack",
@@ -10,26 +10,26 @@
"manage:translations": "node ./config/webpack/translationRunner.js",
- "start": "node ./streaming/index.js",
- "test": "npm run test:lint && npm run test:jest",
-- "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ streaming/",
+- "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ streaming/",
- "test:jest": "cross-env NODE_ENV=test jest --coverage",
- "postinstall": "npm rebuild node-sass"
+ "start": "node ./streaming/index.js"
},
"repository": {
"type": "git",
-@@ -115,24 +109,5 @@
+@@ -118,24 +112,5 @@
"webpack-manifest-plugin": "^1.2.1",
"webpack-merge": "^4.1.1",
"websocket.js": "^0.1.12"
- },
- "devDependencies": {
-- "babel-eslint": "^7.2.3",
+- "babel-eslint": "^8.2.1",
- "enzyme": "^3.2.0",
- "enzyme-adapter-react-16": "^1.1.0",
-- "eslint": "^3.19.0",
+- "eslint": "^4.15.0",
- "eslint-plugin-import": "^2.8.0",
-- "eslint-plugin-jsx-a11y": "^4.0.0",
-- "eslint-plugin-react": "^6.10.3",
+- "eslint-plugin-jsx-a11y": "^5.1.1",
+- "eslint-plugin-react": "^7.5.1",
- "jest": "^21.2.1",
- "raf": "^3.4.0",
- "react-intl-translations-manager": "^5.0.0",
diff --git a/net-im/mastodon/files/yarn.lock.in b/net-im/mastodon/files/yarn.lock.in
index 178084440abc..f89c12afdffb 100644
--- a/net-im/mastodon/files/yarn.lock.in
+++ b/net-im/mastodon/files/yarn.lock.in
@@ -2,54 +2,53 @@
# yarn lockfile v1
-"@babel/code-frame@7.0.0-beta.31":
- version "7.0.0-beta.31"
- resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.31.tgz#473d021ecc573a2cce1c07d5b509d5215f46ba35"
+"@babel/code-frame@7.0.0-beta.36":
+ version "7.0.0-beta.36"
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.36.tgz#2349d7ec04b3a06945ae173280ef8579b63728e4"
dependencies:
chalk "^2.0.0"
esutils "^2.0.2"
js-tokens "^3.0.0"
-"@babel/helper-function-name@7.0.0-beta.31":
- version "7.0.0-beta.31"
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.31.tgz#afe63ad799209989348b1109b44feb66aa245f57"
+"@babel/helper-function-name@7.0.0-beta.36":
+ version "7.0.0-beta.36"
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.36.tgz#366e3bc35147721b69009f803907c4d53212e88d"
dependencies:
- "@babel/helper-get-function-arity" "7.0.0-beta.31"
- "@babel/template" "7.0.0-beta.31"
- "@babel/traverse" "7.0.0-beta.31"
- "@babel/types" "7.0.0-beta.31"
+ "@babel/helper-get-function-arity" "7.0.0-beta.36"
+ "@babel/template" "7.0.0-beta.36"
+ "@babel/types" "7.0.0-beta.36"
-"@babel/helper-get-function-arity@7.0.0-beta.31":
- version "7.0.0-beta.31"
- resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.31.tgz#1176d79252741218e0aec872ada07efb2b37a493"
+"@babel/helper-get-function-arity@7.0.0-beta.36":
+ version "7.0.0-beta.36"
+ resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.36.tgz#f5383bac9a96b274828b10d98900e84ee43e32b8"
dependencies:
- "@babel/types" "7.0.0-beta.31"
+ "@babel/types" "7.0.0-beta.36"
-"@babel/template@7.0.0-beta.31":
- version "7.0.0-beta.31"
- resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.31.tgz#577bb29389f6c497c3e7d014617e7d6713f68bda"
+"@babel/template@7.0.0-beta.36":
+ version "7.0.0-beta.36"
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.36.tgz#02e903de5d68bd7899bce3c5b5447e59529abb00"
dependencies:
- "@babel/code-frame" "7.0.0-beta.31"
- "@babel/types" "7.0.0-beta.31"
- babylon "7.0.0-beta.31"
+ "@babel/code-frame" "7.0.0-beta.36"
+ "@babel/types" "7.0.0-beta.36"
+ babylon "7.0.0-beta.36"
lodash "^4.2.0"
-"@babel/traverse@7.0.0-beta.31":
- version "7.0.0-beta.31"
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.31.tgz#db399499ad74aefda014f0c10321ab255134b1df"
+"@babel/traverse@7.0.0-beta.36":
+ version "7.0.0-beta.36"
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.36.tgz#1dc6f8750e89b6b979de5fe44aa993b1a2192261"
dependencies:
- "@babel/code-frame" "7.0.0-beta.31"
- "@babel/helper-function-name" "7.0.0-beta.31"
- "@babel/types" "7.0.0-beta.31"
- babylon "7.0.0-beta.31"
+ "@babel/code-frame" "7.0.0-beta.36"
+ "@babel/helper-function-name" "7.0.0-beta.36"
+ "@babel/types" "7.0.0-beta.36"
+ babylon "7.0.0-beta.36"
debug "^3.0.1"
- globals "^10.0.0"
+ globals "^11.1.0"
invariant "^2.2.0"
lodash "^4.2.0"
-"@babel/types@7.0.0-beta.31":
- version "7.0.0-beta.31"
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.31.tgz#42c9c86784f674c173fb21882ca9643334029de4"
+"@babel/types@7.0.0-beta.36":
+ version "7.0.0-beta.36"
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.36.tgz#64f2004353de42adb72f9ebb4665fc35b5499d23"
dependencies:
esutils "^2.0.2"
lodash "^4.2.0"
@@ -281,14 +280,14 @@ autoprefixer@^6.3.1:
postcss-value-parser "^3.2.3"
autoprefixer@^7.1.6:
- version "7.2.4"
- resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-7.2.4.tgz#29b367c03876a29bfd3721260d945e3545666c8d"
+ version "7.2.5"
+ resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-7.2.5.tgz#04ccbd0c6a61131b6d13f53d371926092952d192"
dependencies:
- browserslist "^2.10.2"
- caniuse-lite "^1.0.30000784"
+ browserslist "^2.11.1"
+ caniuse-lite "^1.0.30000791"
normalize-range "^0.1.2"
num2fraction "^1.2.2"
- postcss "^6.0.15"
+ postcss "^6.0.16"
postcss-value-parser "^3.2.3"
aws-sign2@~0.6.0:
@@ -343,13 +342,13 @@ babel-core@^6.25.0, babel-core@^6.26.0:
source-map "^0.5.6"
babel-eslint@^8.0.1:
- version "8.1.2"
- resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.1.2.tgz#a39230b0c20ecbaa19a35d5633bf9b9ca2c8116f"
+ version "8.2.1"
+ resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.1.tgz#136888f3c109edc65376c23ebf494f36a3e03951"
dependencies:
- "@babel/code-frame" "7.0.0-beta.31"
- "@babel/traverse" "7.0.0-beta.31"
- "@babel/types" "7.0.0-beta.31"
- babylon "7.0.0-beta.31"
+ "@babel/code-frame" "7.0.0-beta.36"
+ "@babel/traverse" "7.0.0-beta.36"
+ "@babel/types" "7.0.0-beta.36"
+ babylon "7.0.0-beta.36"
eslint-scope "~3.7.1"
eslint-visitor-keys "^1.0.0"
@@ -513,10 +512,10 @@ babel-plugin-lodash@^3.3.2:
require-package-name "^2.0.1"
babel-plugin-macros@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.0.0.tgz#fd3aee135f7dec0b82898b7c8f1aed6fa75f9af9"
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.1.0.tgz#e978fd4c5ee9cca73a809c176524c2e9f4dcccbf"
dependencies:
- cosmiconfig "3.1.0"
+ cosmiconfig "^4.0.0"
babel-plugin-preval@^1.6.1:
version "1.6.3"
@@ -528,8 +527,8 @@ babel-plugin-preval@^1.6.1:
require-from-string "^2.0.1"
babel-plugin-react-intl@^2.3.1:
- version "2.3.1"
- resolved "https://registry.yarnpkg.com/babel-plugin-react-intl/-/babel-plugin-react-intl-2.3.1.tgz#3d43912e824da005e08e8e8239d5ba784374bb00"
+ version "2.4.0"
+ resolved "https://registry.yarnpkg.com/babel-plugin-react-intl/-/babel-plugin-react-intl-2.4.0.tgz#292fca8030603a9e0476973290836aa0c7da17e2"
dependencies:
babel-runtime "^6.2.0"
intl-messageformat-parser "^1.2.0"
@@ -955,9 +954,9 @@ babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
lodash "^4.17.4"
to-fast-properties "^1.0.3"
-babylon@7.0.0-beta.31:
- version "7.0.0-beta.31"
- resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.31.tgz#7ec10f81e0e456fd0f855ad60fa30c2ac454283f"
+babylon@7.0.0-beta.36:
+ version "7.0.0-beta.36"
+ resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e"
babylon@^6.18.0:
version "6.18.0"
@@ -1118,11 +1117,11 @@ browserslist@^1.3.6, browserslist@^1.5.2, browserslist@^1.7.6:
caniuse-db "^1.0.30000639"
electron-to-chromium "^1.2.7"
-browserslist@^2.1.2, browserslist@^2.10.2:
- version "2.11.0"
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-2.11.0.tgz#50350d6873a82ebe0f3ae5483658c571ae5f9d7d"
+browserslist@^2.1.2, browserslist@^2.11.1:
+ version "2.11.3"
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-2.11.3.tgz#fe36167aed1bbcde4827ebfe71347a2cc70b99b2"
dependencies:
- caniuse-lite "^1.0.30000784"
+ caniuse-lite "^1.0.30000792"
electron-to-chromium "^1.3.30"
buffer-writer@1.0.1:
@@ -1154,8 +1153,8 @@ bytes@3.0.0:
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
cacache@^10.0.1:
- version "10.0.1"
- resolved "https://registry.yarnpkg.com/cacache/-/cacache-10.0.1.tgz#3e05f6e616117d9b54665b1b20c8aeb93ea5d36f"
+ version "10.0.2"
+ resolved "https://registry.yarnpkg.com/cacache/-/cacache-10.0.2.tgz#105a93a162bbedf3a25da42e1939ed99ffb145f8"
dependencies:
bluebird "^3.5.0"
chownr "^1.0.1"
@@ -1208,12 +1207,12 @@ caniuse-api@^1.5.2:
lodash.uniq "^4.5.0"
caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
- version "1.0.30000787"
- resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000787.tgz#ca07a281be536a88bd7fac96ba895f3cf53f811b"
+ version "1.0.30000798"
+ resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000798.tgz#92f26f77f89cc2a4d60487f41e0b3d2a6c3fe341"
-caniuse-lite@^1.0.30000784:
- version "1.0.30000787"
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000787.tgz#a76c4fa1d6ac00640447ec83c1e7c6b33dd615c5"
+caniuse-lite@^1.0.30000791, caniuse-lite@^1.0.30000792:
+ version "1.0.30000792"
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000792.tgz#d0cea981f8118f3961471afbb43c9a1e5bbf0332"
caseless@~0.11.0:
version "0.11.0"
@@ -1372,16 +1371,16 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
delayed-stream "~1.0.0"
commander@^2.9.0:
- version "2.12.2"
- resolved "https://registry.yarnpkg.com/commander/-/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555"
+ version "2.13.0"
+ resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c"
commondir@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
compression-webpack-plugin@^1.0.1:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/compression-webpack-plugin/-/compression-webpack-plugin-1.1.3.tgz#4b936c627eda09304e3153499ece7830289ab95a"
+ version "1.1.6"
+ resolved "https://registry.yarnpkg.com/compression-webpack-plugin/-/compression-webpack-plugin-1.1.6.tgz#450808fe143b4c5216a14f0c315c47bec3d83cec"
dependencies:
async "^2.4.1"
cacache "^10.0.1"
@@ -1462,15 +1461,6 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
-cosmiconfig@3.1.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-3.1.0.tgz#640a94bf9847f321800403cd273af60665c73397"
- dependencies:
- is-directory "^0.3.1"
- js-yaml "^3.9.0"
- parse-json "^3.0.0"
- require-from-string "^2.0.1"
-
cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
version "2.2.2"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-2.2.2.tgz#6173cebd56fac042c1f4390edf7af6c07c7cb892"
@@ -1483,6 +1473,15 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
parse-json "^2.2.0"
require-from-string "^1.1.0"
+cosmiconfig@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-4.0.0.tgz#760391549580bbd2df1e562bc177b13c290972dc"
+ dependencies:
+ is-directory "^0.3.1"
+ js-yaml "^3.9.0"
+ parse-json "^4.0.0"
+ require-from-string "^2.0.1"
+
create-ecdh@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.0.tgz#888c723596cdf7612f6498233eebd7a35301737d"
@@ -1608,8 +1607,8 @@ css-list-helpers@^1.0.1:
tcomb "^2.5.0"
css-loader@^0.28.4:
- version "0.28.8"
- resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-0.28.8.tgz#ff36381464dea18fe60f2601a060ba6445886bd5"
+ version "0.28.9"
+ resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-0.28.9.tgz#68064b85f4e271d7ce4c48a58300928e535d1c95"
dependencies:
babel-code-frame "^6.26.0"
css-selector-tokenizer "^0.7.0"
@@ -1619,7 +1618,7 @@ css-loader@^0.28.4:
lodash.camelcase "^4.3.0"
object-assign "^4.1.1"
postcss "^5.0.6"
- postcss-modules-extract-imports "^1.1.0"
+ postcss-modules-extract-imports "^1.2.0"
postcss-modules-local-by-default "^1.2.0"
postcss-modules-scope "^1.1.0"
postcss-modules-values "^1.3.0"
@@ -1760,10 +1759,14 @@ delegates@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
-depd@1.1.1, depd@~1.1.1:
+depd@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.1.tgz#5783b4e1c459f06fa5ca27f991f3d06e7a310359"
+depd@~1.1.1:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
+
des.js@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.0.tgz#c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc"
@@ -1802,8 +1805,8 @@ dom-helpers@^3.2.0, dom-helpers@^3.2.1:
resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-3.3.1.tgz#fc1a4e15ffdf60ddde03a480a9c0fece821dd4a6"
domain-browser@^1.1.1:
- version "1.1.7"
- resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.1.7.tgz#867aa4b093faa05f1de08c06f4d7b21fdf8698bc"
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
dotenv@^4.0.0:
version "4.0.0"
@@ -1817,9 +1820,9 @@ duplexer@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
-duplexify@^3.1.2, duplexify@^3.4.2:
- version "3.5.1"
- resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.5.1.tgz#4e1516be68838bc90a49994f0b39a6e5960befcd"
+duplexify@^3.4.2, duplexify@^3.5.3:
+ version "3.5.3"
+ resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.5.3.tgz#8b5818800df92fd0125b27ab896491912858243e"
dependencies:
end-of-stream "^1.0.0"
inherits "^2.0.1"
@@ -1834,15 +1837,9 @@ ejs@^2.3.4, ejs@^2.5.6:
version "2.5.7"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.7.tgz#cc872c168880ae3c7189762fd5ffc00896c9518a"
-electron-releases@^2.1.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/electron-releases/-/electron-releases-2.1.0.tgz#c5614bf811f176ce3c836e368a0625782341fd4e"
-
electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.30:
- version "1.3.30"
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.30.tgz#9666f532a64586651fc56a72513692e820d06a80"
- dependencies:
- electron-releases "^2.1.0"
+ version "1.3.31"
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.31.tgz#00d832cba9fe2358652b0c48a8816c8e3a037e9f"
elliptic@^6.0.0:
version "6.4.0"
@@ -1865,8 +1862,8 @@ emojis-list@^2.0.0:
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
encodeurl@~1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.1.tgz#79e3d58655346909fe6f0f45a5de68103b294d20"
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
encoding@^0.1.11:
version "0.1.12"
@@ -1875,8 +1872,8 @@ encoding@^0.1.11:
iconv-lite "~0.4.13"
end-of-stream@^1.0.0, end-of-stream@^1.1.0:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.0.tgz#7a90d833efda6cfa6eac0f4949dbb0fad3a63206"
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43"
dependencies:
once "^1.4.0"
@@ -1920,13 +1917,13 @@ es-to-primitive@^1.1.1:
is-symbol "^1.0.1"
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
- version "0.10.37"
- resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.37.tgz#0ee741d148b80069ba27d020393756af257defc3"
+ version "0.10.38"
+ resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.38.tgz#fa7d40d65bbc9bb8a67e1d3f9cc656a00530eed3"
dependencies:
- es6-iterator "~2.0.1"
+ es6-iterator "~2.0.3"
es6-symbol "~3.1.1"
-es6-iterator@^2.0.1, es6-iterator@~2.0.1:
+es6-iterator@^2.0.1, es6-iterator@~2.0.1, es6-iterator@~2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7"
dependencies:
@@ -2223,8 +2220,8 @@ flush-write-stream@^1.0.0:
readable-stream "^2.0.4"
follow-redirects@^1.2.3:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.3.0.tgz#f684871fc116d2e329fda55ef67687f4fabc905c"
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.4.1.tgz#d8120f4518190f55aac65bb6fc7b85fcd666d6aa"
dependencies:
debug "^3.1.0"
@@ -2420,9 +2417,9 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@~7.1.1:
once "^1.3.0"
path-is-absolute "^1.0.0"
-globals@^10.0.0:
- version "10.4.0"
- resolved "https://registry.yarnpkg.com/globals/-/globals-10.4.0.tgz#5c477388b128a9e4c5c5d01c7a2aca68c68b2da7"
+globals@^11.1.0:
+ version "11.2.0"
+ resolved "https://registry.yarnpkg.com/globals/-/globals-11.2.0.tgz#aa2ece052a787563ba70a3dcd9dc2eb8a9a0488c"
globals@^9.18.0:
version "9.18.0"
@@ -2937,8 +2934,8 @@ isstream@~0.1.2:
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
js-base64@^2.1.8, js-base64@^2.1.9:
- version "2.4.0"
- resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.0.tgz#9e566fee624751a1d720c966cd6226d29d4025aa"
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.3.tgz#2e545ec2b0f2957f41356510205214e98fad6582"
js-string-escape@1.0.1:
version "1.0.1"
@@ -2974,6 +2971,10 @@ json-loader@^0.5.4:
version "0.5.7"
resolved "https://registry.yarnpkg.com/json-loader/-/json-loader-0.5.7.tgz#dca14a70235ff82f0ac9a3abeb60d337a365185d"
+json-parse-better-errors@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.1.tgz#50183cd1b2d25275de069e9e71b467ac9eab973a"
+
json-schema-traverse@^0.3.0:
version "0.3.1"
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340"
@@ -3377,8 +3378,8 @@ minimist@^1.1.3, minimist@^1.2.0:
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
mississippi@^1.3.0:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-1.3.0.tgz#d201583eb12327e3c5c1642a404a9cacf94e34f5"
+ version "1.3.1"
+ resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-1.3.1.tgz#2a8bb465e86550ac8b36a7b6f45599171d78671e"
dependencies:
concat-stream "^1.5.0"
duplexify "^3.4.2"
@@ -3753,11 +3754,12 @@ parse-json@^2.2.0:
dependencies:
error-ex "^1.2.0"
-parse-json@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-3.0.0.tgz#fa6f47b18e23826ead32f263e744d0e1e847fb13"
+parse-json@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
dependencies:
error-ex "^1.3.1"
+ json-parse-better-errors "^1.0.1"
parseurl@~1.3.2:
version "1.3.2"
@@ -4137,9 +4139,9 @@ postcss-mixins@^6.0.1:
postcss-simple-vars "^4.1.0"
sugarss "^1.0.0"
-postcss-modules-extract-imports@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.1.0.tgz#b614c9720be6816eaee35fb3a5faa1dba6a05ddb"
+postcss-modules-extract-imports@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.0.tgz#66140ecece38ef06bf0d3e355d69bf59d141ea85"
dependencies:
postcss "^6.0.1"
@@ -4338,7 +4340,7 @@ postcss@^5.0.10, postcss@^5.0.11, postcss@^5.0.12, postcss@^5.0.13, postcss@^5.0
source-map "^0.5.6"
supports-color "^3.2.3"
-postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.11, postcss@^6.0.13, postcss@^6.0.14, postcss@^6.0.15, postcss@^6.0.3, postcss@^6.0.6, postcss@^6.0.9:
+postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.11, postcss@^6.0.13, postcss@^6.0.14, postcss@^6.0.15, postcss@^6.0.16, postcss@^6.0.3, postcss@^6.0.6, postcss@^6.0.9:
version "6.0.16"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.16.tgz#112e2fe2a6d2109be0957687243170ea5589e146"
dependencies:
@@ -4471,13 +4473,20 @@ pump@^1.0.0:
end-of-stream "^1.1.0"
once "^1.3.1"
+pump@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909"
+ dependencies:
+ end-of-stream "^1.1.0"
+ once "^1.3.1"
+
pumpify@^1.3.3:
- version "1.3.5"
- resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.3.5.tgz#1b671c619940abcaeac0ad0e3a3c164be760993b"
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.4.0.tgz#80b7c5df7e24153d03f0e7ac8a05a5d068bd07fb"
dependencies:
- duplexify "^3.1.2"
- inherits "^2.0.1"
- pump "^1.0.0"
+ duplexify "^3.5.3"
+ inherits "^2.0.3"
+ pump "^2.0.0"
punycode@1.3.2:
version "1.3.2"
@@ -4544,8 +4553,8 @@ randomatic@^1.1.3:
kind-of "^4.0.0"
randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5:
- version "2.0.5"
- resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.0.5.tgz#dc009a246b8d09a177b4b7a0ae77bc570f4b1b79"
+ version "2.0.6"
+ resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.0.6.tgz#d302c522948588848a8d300c932b44c24231da80"
dependencies:
safe-buffer "^5.1.0"
@@ -4570,8 +4579,8 @@ raw-body@2.3.2:
unpipe "1.0.0"
rc@^1.1.7:
- version "1.2.2"
- resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.2.tgz#d8ce9cb57e8d64d9c7badd9876c7c34cbe3c7077"
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.4.tgz#a0f606caae2a3b862bbd0ef85482c0125b315fa3"
dependencies:
deep-extend "~0.4.0"
ini "~1.3.0"
@@ -4792,7 +4801,7 @@ read-pkg@^2.0.0:
normalize-package-data "^2.3.2"
path-type "^2.0.0"
-"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.6, readable-stream@^2.1.4, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.2.6, readable-stream@^2.3.3:
+"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.6, readable-stream@^2.1.4, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.3.tgz#368f2512d79f9d46fdfc71349ae7878bbc1eb95c"
dependencies:
@@ -5160,8 +5169,8 @@ scss-tokenizer@^0.2.3:
source-map "^0.4.2"
"semver@2 || 3 || 4 || 5", semver@^5.3.0:
- version "5.4.1"
- resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
+ version "5.5.0"
+ resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
semver@4.3.2:
version "4.3.2"
@@ -5223,8 +5232,8 @@ setprototypeof@1.1.0:
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656"
sha.js@^2.4.0, sha.js@^2.4.8:
- version "2.4.9"
- resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.9.tgz#98f64880474b74f4a38b8da9d3c0f2d104633e7d"
+ version "2.4.10"
+ resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.10.tgz#b1fde5cd7d11a5626638a07c604ab909cfa31f9b"
dependencies:
inherits "^2.0.1"
safe-buffer "^5.0.1"
@@ -5351,8 +5360,8 @@ sshpk@^1.7.0:
getpass "^0.1.1"
ssri@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/ssri/-/ssri-5.0.0.tgz#13c19390b606c821f2a10d02b351c1729b94d8cf"
+ version "5.1.0"
+ resolved "https://registry.yarnpkg.com/ssri/-/ssri-5.1.0.tgz#2cbf1df36b74d0fc91fcf89640a4b3e1d10b1899"
dependencies:
safe-buffer "^5.1.0"
@@ -5385,12 +5394,12 @@ stream-each@^1.1.0:
stream-shift "^1.0.0"
stream-http@^2.7.2:
- version "2.7.2"
- resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.7.2.tgz#40a050ec8dc3b53b33d9909415c02c0bf1abfbad"
+ version "2.8.0"
+ resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.0.tgz#fd86546dac9b1c91aff8fc5d287b98fafb41bc10"
dependencies:
builtin-status-codes "^3.0.0"
inherits "^2.0.1"
- readable-stream "^2.2.6"
+ readable-stream "^2.3.3"
to-arraybuffer "^1.0.0"
xtend "^4.0.0"
@@ -5519,8 +5528,8 @@ svgo@^0.7.0:
whet.extend "~0.9.9"
symbol-observable@^1.0.3:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.1.0.tgz#5c68fd8d54115d9dfb72a84720549222e8db9b32"
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
tapable@^0.2.7:
version "0.2.8"
@@ -5569,8 +5578,8 @@ through@2:
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
timers-browserify@^2.0.4:
- version "2.0.4"
- resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.4.tgz#96ca53f4b794a5e7c0e1bd7cc88a372298fa01e6"
+ version "2.0.6"
+ resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.6.tgz#241e76927d9ca05f4d959819022f5b3664b64bae"
dependencies:
setimmediate "^1.0.4"
@@ -5722,8 +5731,8 @@ utils-merge@1.0.1:
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
uuid@^3.0.0, uuid@^3.1.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04"
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14"
uws@^8.14.0:
version "8.14.1"
@@ -5779,8 +5788,8 @@ watchpack@^1.4.0:
graceful-fs "^4.1.2"
webpack-bundle-analyzer@^2.9.1:
- version "2.9.1"
- resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.9.1.tgz#c2c8e03e8e5768ed288b39ae9e27a8b8d7b9d476"
+ version "2.9.2"
+ resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.9.2.tgz#63ed86eb71cc4cda86f68e685a84530ba0126449"
dependencies:
acorn "^5.1.1"
chalk "^1.1.3"
@@ -5792,7 +5801,7 @@ webpack-bundle-analyzer@^2.9.1:
lodash "^4.17.4"
mkdirp "^0.5.1"
opener "^1.4.3"
- ws "^3.3.1"
+ ws "^4.0.0"
webpack-manifest-plugin@^1.2.1:
version "1.3.2"
@@ -5894,9 +5903,9 @@ wrappy@1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
-ws@^3.3.1:
- version "3.3.3"
- resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2"
+ws@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/ws/-/ws-4.0.0.tgz#bfe1da4c08eeb9780b986e0e4d10eccd7345999f"
dependencies:
async-limiter "~1.0.0"
safe-buffer "~5.1.0"
diff --git a/net-im/mastodon/pkg-message b/net-im/mastodon/pkg-message
index e09c63fff07d..51d02ac16558 100644
--- a/net-im/mastodon/pkg-message
+++ b/net-im/mastodon/pkg-message
@@ -1,16 +1,17 @@
############################################################
-Version 2.1.0 includes database migrations and changes to
-some preview cards.
+
+Version 2.2.0 includes database migrations and a step "to
+fix a past issue with bugged out home timelines."
As the mastodon user, run
% RAILS_ENV=production rails db:migrate
% RAILS_ENV=production rails \
- mastodon:maintenance:migrate_photo_preview_cards
+ mastodon:maintenance:remove_regeneration_markers
-Some options may now be set in /etc/rc.conf. See the
-comments in the rc scripts (mastodon_web, mastodon_workers,
-and mastodon_stream) for details.
+Some options may now be set in rc.conf. See the comments in
+the rc scripts (mastodon_web, mastodon_workers, and
+mastodon_stream) for details.
Visit this URL to get started with Mastodon.
http://ftfl.ca/blog/2017-05-23-mastodon-freebsd.html
diff --git a/net-im/mastodon/pkg-plist b/net-im/mastodon/pkg-plist
index 6db2742d1f3a..76dd26c39e8f 100644
--- a/net-im/mastodon/pkg-plist
+++ b/net-im/mastodon/pkg-plist
@@ -29,6 +29,7 @@
@dir %%WWWDIR%%/app/javascript/fonts/roboto
@dir %%WWWDIR%%/app/javascript/fonts/roboto-mono
@dir %%WWWDIR%%/app/javascript/images
+@dir %%WWWDIR%%/app/javascript/images/mailer
@dir %%WWWDIR%%/app/javascript/mastodon
@dir %%WWWDIR%%/app/javascript/mastodon/actions
@dir %%WWWDIR%%/app/javascript/mastodon/actions/push_notifications
@@ -254,7 +255,30 @@
@dir %%WWWDIR%%/node_modules/@babel/traverse/node_modules/globals
@dir %%WWWDIR%%/node_modules/@babel/types
@dir %%WWWDIR%%/node_modules/@babel/types/lib
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/asserts
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/asserts/generated
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/builders
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/builders/flow
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/builders/generated
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/builders/react
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/clone
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/comments
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/constants
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/constants/generated
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/converters
@dir %%WWWDIR%%/node_modules/@babel/types/lib/definitions
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/modifications
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/modifications/flow
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/retrievers
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/traverse
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/utils
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/utils/react
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/validators
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/validators/generated
+@dir %%WWWDIR%%/node_modules/@babel/types/lib/validators/react
+@dir %%WWWDIR%%/node_modules/@babel/types/scripts
+@dir %%WWWDIR%%/node_modules/@babel/types/scripts/generators
+@dir %%WWWDIR%%/node_modules/@babel/types/scripts/utils
@dir %%WWWDIR%%/node_modules/abbrev
@dir %%WWWDIR%%/node_modules/accepts
@dir %%WWWDIR%%/node_modules/acorn
@@ -817,6 +841,7 @@
@dir %%WWWDIR%%/node_modules/dom-helpers/transition
@dir %%WWWDIR%%/node_modules/dom-helpers/util
@dir %%WWWDIR%%/node_modules/domain-browser
+@dir %%WWWDIR%%/node_modules/domain-browser/source
@dir %%WWWDIR%%/node_modules/dotenv
@dir %%WWWDIR%%/node_modules/dotenv/lib
@dir %%WWWDIR%%/node_modules/double-ended-queue
@@ -826,8 +851,6 @@
@dir %%WWWDIR%%/node_modules/ee-first
@dir %%WWWDIR%%/node_modules/ejs
@dir %%WWWDIR%%/node_modules/ejs/lib
-@dir %%WWWDIR%%/node_modules/electron-releases
-@dir %%WWWDIR%%/node_modules/electron-releases/script
@dir %%WWWDIR%%/node_modules/electron-to-chromium
@dir %%WWWDIR%%/node_modules/elliptic
@dir %%WWWDIR%%/node_modules/elliptic/lib
@@ -1177,6 +1200,7 @@
@dir %%WWWDIR%%/node_modules/isstream
@dir %%WWWDIR%%/node_modules/js-base64
@dir %%WWWDIR%%/node_modules/js-base64/old
+@dir %%WWWDIR%%/node_modules/js-base64/test-moment
@dir %%WWWDIR%%/node_modules/js-string-escape
@dir %%WWWDIR%%/node_modules/js-tokens
@dir %%WWWDIR%%/node_modules/js-yaml
@@ -1190,6 +1214,7 @@
@dir %%WWWDIR%%/node_modules/jsesc
@dir %%WWWDIR%%/node_modules/jsesc/bin
@dir %%WWWDIR%%/node_modules/json-loader
+@dir %%WWWDIR%%/node_modules/json-parse-better-errors
@dir %%WWWDIR%%/node_modules/json-schema
@dir %%WWWDIR%%/node_modules/json-schema-traverse
@dir %%WWWDIR%%/node_modules/json-schema-traverse/spec
@@ -2000,6 +2025,7 @@
@dir %%WWWDIR%%/vendor/assets
@dir %%WWWDIR%%/vendor/assets/javascripts
@dir %%WWWDIR%%/vendor/assets/stylesheets
+@dir /var/cache/mastodon
@dir /var/log/mastodon
@dir /var/run/mastodon
@sample %%WWWDIR%%/.env.production.sample
@@ -2138,6 +2164,7 @@
%%WWWDIR%%/app/helpers/home_helper.rb
%%WWWDIR%%/app/helpers/instance_helper.rb
%%WWWDIR%%/app/helpers/jsonld_helper.rb
+%%WWWDIR%%/app/helpers/mailer_helper.rb
%%WWWDIR%%/app/helpers/routing_helper.rb
%%WWWDIR%%/app/helpers/settings_helper.rb
%%WWWDIR%%/app/helpers/stream_entries_helper.rb
@@ -2166,18 +2193,32 @@
%%WWWDIR%%/app/javascript/fonts/roboto/roboto-regular-webfont.woff
%%WWWDIR%%/app/javascript/fonts/roboto/roboto-regular-webfont.woff2
%%WWWDIR%%/app/javascript/images/elephant-fren.png
-%%WWWDIR%%/app/javascript/images/elephant-friend-1.png
-%%WWWDIR%%/app/javascript/images/elephant-friend.png
+%%WWWDIR%%/app/javascript/images/elephant_ui_disappointed.svg
+%%WWWDIR%%/app/javascript/images/elephant_ui_greeting.svg
+%%WWWDIR%%/app/javascript/images/elephant_ui_plane.svg
+%%WWWDIR%%/app/javascript/images/elephant_ui_working.svg
+%%WWWDIR%%/app/javascript/images/icon_cached.svg
+%%WWWDIR%%/app/javascript/images/icon_done.svg
+%%WWWDIR%%/app/javascript/images/icon_email.svg
+%%WWWDIR%%/app/javascript/images/icon_grade.svg
+%%WWWDIR%%/app/javascript/images/icon_lock_open.svg
+%%WWWDIR%%/app/javascript/images/icon_person_add.svg
+%%WWWDIR%%/app/javascript/images/icon_reply.svg
%%WWWDIR%%/app/javascript/images/logo.svg
%%WWWDIR%%/app/javascript/images/logo_alt.svg
%%WWWDIR%%/app/javascript/images/logo_full.svg
-%%WWWDIR%%/app/javascript/images/mastodon-not-found.png
-%%WWWDIR%%/app/javascript/images/mastodon-ui.png
+%%WWWDIR%%/app/javascript/images/logo_transparent.svg
+%%WWWDIR%%/app/javascript/images/mailer/icon_cached.png
+%%WWWDIR%%/app/javascript/images/mailer/icon_done.png
+%%WWWDIR%%/app/javascript/images/mailer/icon_email.png
+%%WWWDIR%%/app/javascript/images/mailer/icon_grade.png
+%%WWWDIR%%/app/javascript/images/mailer/icon_lock_open.png
+%%WWWDIR%%/app/javascript/images/mailer/icon_person_add.png
+%%WWWDIR%%/app/javascript/images/mailer/icon_reply.png
+%%WWWDIR%%/app/javascript/images/mailer/logo_full.png
+%%WWWDIR%%/app/javascript/images/mailer/logo_transparent.png
%%WWWDIR%%/app/javascript/images/preview.jpg
%%WWWDIR%%/app/javascript/images/void.png
-%%WWWDIR%%/app/javascript/images/wave-compose-standalone.png
-%%WWWDIR%%/app/javascript/images/wave-drawer.png
-%%WWWDIR%%/app/javascript/images/wave-modal.png
%%WWWDIR%%/app/javascript/mastodon/.gitkeep
%%WWWDIR%%/app/javascript/mastodon/actions/accounts.js
%%WWWDIR%%/app/javascript/mastodon/actions/alerts.js
@@ -2416,6 +2457,7 @@
%%WWWDIR%%/app/javascript/mastodon/locales/he.json
%%WWWDIR%%/app/javascript/mastodon/locales/hr.json
%%WWWDIR%%/app/javascript/mastodon/locales/hu.json
+%%WWWDIR%%/app/javascript/mastodon/locales/hy.json
%%WWWDIR%%/app/javascript/mastodon/locales/id.json
%%WWWDIR%%/app/javascript/mastodon/locales/index.js
%%WWWDIR%%/app/javascript/mastodon/locales/io.json
@@ -2452,6 +2494,7 @@
%%WWWDIR%%/app/javascript/mastodon/locales/whitelist_he.json
%%WWWDIR%%/app/javascript/mastodon/locales/whitelist_hr.json
%%WWWDIR%%/app/javascript/mastodon/locales/whitelist_hu.json
+%%WWWDIR%%/app/javascript/mastodon/locales/whitelist_hy.json
%%WWWDIR%%/app/javascript/mastodon/locales/whitelist_id.json
%%WWWDIR%%/app/javascript/mastodon/locales/whitelist_io.json
%%WWWDIR%%/app/javascript/mastodon/locales/whitelist_it.json
@@ -2522,12 +2565,14 @@
%%WWWDIR%%/app/javascript/packs/admin.js
%%WWWDIR%%/app/javascript/packs/application.js
%%WWWDIR%%/app/javascript/packs/common.js
+%%WWWDIR%%/app/javascript/packs/mailer.js
%%WWWDIR%%/app/javascript/packs/public.js
%%WWWDIR%%/app/javascript/packs/share.js
%%WWWDIR%%/app/javascript/styles/application.scss
%%WWWDIR%%/app/javascript/styles/fonts/montserrat.scss
%%WWWDIR%%/app/javascript/styles/fonts/roboto-mono.scss
%%WWWDIR%%/app/javascript/styles/fonts/roboto.scss
+%%WWWDIR%%/app/javascript/styles/mailer.scss
%%WWWDIR%%/app/javascript/styles/mastodon/_mixins.scss
%%WWWDIR%%/app/javascript/styles/mastodon/about.scss
%%WWWDIR%%/app/javascript/styles/mastodon/accounts.scss
@@ -2740,7 +2785,6 @@
%%WWWDIR%%/app/services/fetch_atom_service.rb
%%WWWDIR%%/app/services/fetch_link_card_service.rb
%%WWWDIR%%/app/services/fetch_remote_account_service.rb
-%%WWWDIR%%/app/services/fetch_remote_resource_service.rb
%%WWWDIR%%/app/services/fetch_remote_status_service.rb
%%WWWDIR%%/app/services/follow_service.rb
%%WWWDIR%%/app/services/mute_service.rb
@@ -2756,7 +2800,8 @@
%%WWWDIR%%/app/services/reblog_service.rb
%%WWWDIR%%/app/services/reject_follow_service.rb
%%WWWDIR%%/app/services/remove_status_service.rb
-%%WWWDIR%%/app/services/resolve_remote_account_service.rb
+%%WWWDIR%%/app/services/resolve_account_service.rb
+%%WWWDIR%%/app/services/resolve_url_service.rb
%%WWWDIR%%/app/services/search_service.rb
%%WWWDIR%%/app/services/send_interaction_service.rb
%%WWWDIR%%/app/services/subscribe_service.rb
@@ -2850,15 +2895,24 @@
%%WWWDIR%%/app/views/layouts/auth.html.haml
%%WWWDIR%%/app/views/layouts/embedded.html.haml
%%WWWDIR%%/app/views/layouts/error.html.haml
+%%WWWDIR%%/app/views/layouts/mailer.html.haml
%%WWWDIR%%/app/views/layouts/mailer.text.erb
%%WWWDIR%%/app/views/layouts/modal.html.haml
+%%WWWDIR%%/app/views/layouts/plain_mailer.html.haml
%%WWWDIR%%/app/views/layouts/public.html.haml
+%%WWWDIR%%/app/views/notification_mailer/_status.html.haml
%%WWWDIR%%/app/views/notification_mailer/_status.text.erb
+%%WWWDIR%%/app/views/notification_mailer/digest.html.haml
%%WWWDIR%%/app/views/notification_mailer/digest.text.erb
+%%WWWDIR%%/app/views/notification_mailer/favourite.html.haml
%%WWWDIR%%/app/views/notification_mailer/favourite.text.erb
+%%WWWDIR%%/app/views/notification_mailer/follow.html.haml
%%WWWDIR%%/app/views/notification_mailer/follow.text.erb
+%%WWWDIR%%/app/views/notification_mailer/follow_request.html.haml
%%WWWDIR%%/app/views/notification_mailer/follow_request.text.erb
+%%WWWDIR%%/app/views/notification_mailer/mention.html.haml
%%WWWDIR%%/app/views/notification_mailer/mention.text.erb
+%%WWWDIR%%/app/views/notification_mailer/reblog.html.haml
%%WWWDIR%%/app/views/notification_mailer/reblog.text.erb
%%WWWDIR%%/app/views/oauth/authorizations/error.html.haml
%%WWWDIR%%/app/views/oauth/authorizations/new.html.haml
@@ -2896,164 +2950,18 @@
%%WWWDIR%%/app/views/stream_entries/show.html.haml
%%WWWDIR%%/app/views/tags/_og.html.haml
%%WWWDIR%%/app/views/tags/show.html.haml
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.ar.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.ar.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.ca.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.ca.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.en.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.en.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.es.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.es.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.fa.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.fa.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.fi.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.fi.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.fr.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.fr.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.he.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.he.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.id.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.id.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.it.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.it.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.ja.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.ja.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.ko.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.ko.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.nl.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.nl.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.no.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.no.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.oc.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.oc.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.pl.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.pl.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.pt-BR.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.pt-BR.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.ru.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.ru.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.sr-Latn.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.sr-Latn.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.sr.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.sr.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.sv.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.sv.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.tr.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.tr.text.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.zh-cn.html.erb
-%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.zh-cn.text.erb
-%%WWWDIR%%/app/views/user_mailer/email_changed.en.html.erb
-%%WWWDIR%%/app/views/user_mailer/email_changed.en.text.erb
-%%WWWDIR%%/app/views/user_mailer/email_changed.ja.html.erb
-%%WWWDIR%%/app/views/user_mailer/email_changed.ja.text.erb
-%%WWWDIR%%/app/views/user_mailer/email_changed.oc.html.erb
-%%WWWDIR%%/app/views/user_mailer/email_changed.oc.text.erb
-%%WWWDIR%%/app/views/user_mailer/email_changed.pl.html.erb
-%%WWWDIR%%/app/views/user_mailer/email_changed.pl.text.erb
-%%WWWDIR%%/app/views/user_mailer/email_changed.zh-cn.html.erb
-%%WWWDIR%%/app/views/user_mailer/email_changed.zh-cn.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.ar.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.ar.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.ca.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.ca.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.en.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.en.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.es.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.es.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.fa.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.fa.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.fi.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.fi.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.fr.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.fr.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.he.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.he.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.id.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.id.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.it.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.it.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.ja.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.ja.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.nl.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.nl.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.no.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.no.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.oc.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.oc.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.pl.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.pl.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.pt-BR.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.pt-BR.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.ru.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.ru.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.sr-Latn.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.sr-Latn.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.sr.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.sr.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.sv.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.sv.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.th.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.th.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.tr.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.tr.text.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.zh-cn.html.erb
-%%WWWDIR%%/app/views/user_mailer/password_change.zh-cn.text.erb
-%%WWWDIR%%/app/views/user_mailer/reconfirmation_instructions.en.html.erb
-%%WWWDIR%%/app/views/user_mailer/reconfirmation_instructions.en.text.erb
-%%WWWDIR%%/app/views/user_mailer/reconfirmation_instructions.ja.html.erb
-%%WWWDIR%%/app/views/user_mailer/reconfirmation_instructions.ja.text.erb
-%%WWWDIR%%/app/views/user_mailer/reconfirmation_instructions.oc.html.erb
-%%WWWDIR%%/app/views/user_mailer/reconfirmation_instructions.oc.text.erb
-%%WWWDIR%%/app/views/user_mailer/reconfirmation_instructions.pl.html.erb
-%%WWWDIR%%/app/views/user_mailer/reconfirmation_instructions.pl.text.erb
-%%WWWDIR%%/app/views/user_mailer/reconfirmation_instructions.zh-cn.html.erb
-%%WWWDIR%%/app/views/user_mailer/reconfirmation_instructions.zh-cn.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.ar.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.ar.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.ca.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.ca.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.en.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.en.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.es.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.es.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.fa.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.fa.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.fi.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.fi.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.fr.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.fr.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.he.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.he.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.id.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.id.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.it.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.it.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.ja.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.ja.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.nl.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.nl.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.no.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.no.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.oc.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.oc.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.pl.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.pl.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.pt-BR.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.pt-BR.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.ru.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.ru.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.sr-Latn.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.sr-Latn.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.sr.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.sr.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.sv.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.sv.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.th.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.th.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.tr.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.tr.text.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.zh-cn.html.erb
-%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.zh-cn.text.erb
+%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.html.haml
+%%WWWDIR%%/app/views/user_mailer/confirmation_instructions.text.erb
+%%WWWDIR%%/app/views/user_mailer/email_changed.html.haml
+%%WWWDIR%%/app/views/user_mailer/email_changed.text.erb
+%%WWWDIR%%/app/views/user_mailer/password_change.html.haml
+%%WWWDIR%%/app/views/user_mailer/password_change.text.erb
+%%WWWDIR%%/app/views/user_mailer/reconfirmation_instructions.html.haml
+%%WWWDIR%%/app/views/user_mailer/reconfirmation_instructions.text.erb
+%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.html.haml
+%%WWWDIR%%/app/views/user_mailer/reset_password_instructions.text.erb
+%%WWWDIR%%/app/views/user_mailer/welcome.html.haml
+%%WWWDIR%%/app/views/user_mailer/welcome.text.erb
%%WWWDIR%%/app/views/well_known/host_meta/show.xml.ruby
%%WWWDIR%%/app/views/well_known/webfinger/show.xml.ruby
%%WWWDIR%%/app/workers/activitypub/delivery_worker.rb
@@ -3090,9 +2998,10 @@
%%WWWDIR%%/app/workers/regeneration_worker.rb
%%WWWDIR%%/app/workers/remote_profile_update_worker.rb
%%WWWDIR%%/app/workers/removal_worker.rb
-%%WWWDIR%%/app/workers/resolve_remote_account_worker.rb
+%%WWWDIR%%/app/workers/resolve_account_worker.rb
%%WWWDIR%%/app/workers/salmon_worker.rb
%%WWWDIR%%/app/workers/scheduler/doorkeeper_cleanup_scheduler.rb
+%%WWWDIR%%/app/workers/scheduler/email_scheduler.rb
%%WWWDIR%%/app/workers/scheduler/feed_cleanup_scheduler.rb
%%WWWDIR%%/app/workers/scheduler/ip_cleanup_scheduler.rb
%%WWWDIR%%/app/workers/scheduler/media_cleanup_scheduler.rb
@@ -3146,6 +3055,7 @@
%%WWWDIR%%/config/initializers/ostatus.rb
%%WWWDIR%%/config/initializers/pagination.rb
%%WWWDIR%%/config/initializers/paperclip.rb
+%%WWWDIR%%/config/initializers/premailer_rails.rb
%%WWWDIR%%/config/initializers/rack_attack.rb
%%WWWDIR%%/config/initializers/redis.rb
%%WWWDIR%%/config/initializers/session_activations.rb
@@ -3155,6 +3065,7 @@
%%WWWDIR%%/config/initializers/single_user_mode.rb
%%WWWDIR%%/config/initializers/statsd.rb
%%WWWDIR%%/config/initializers/strong_migrations.rb
+%%WWWDIR%%/config/initializers/suppress_csrf_warnings.rb
%%WWWDIR%%/config/initializers/timeout.rb
%%WWWDIR%%/config/initializers/trusted_proxies.rb
%%WWWDIR%%/config/initializers/twitter_regex.rb
@@ -3164,6 +3075,7 @@
%%WWWDIR%%/config/locales/activerecord.ca.yml
%%WWWDIR%%/config/locales/activerecord.de.yml
%%WWWDIR%%/config/locales/activerecord.en.yml
+%%WWWDIR%%/config/locales/activerecord.es.yml
%%WWWDIR%%/config/locales/activerecord.fa.yml
%%WWWDIR%%/config/locales/activerecord.fr.yml
%%WWWDIR%%/config/locales/activerecord.gl.yml
@@ -3499,6 +3411,7 @@
%%WWWDIR%%/lib/json_ld/identity.rb
%%WWWDIR%%/lib/json_ld/security.rb
%%WWWDIR%%/lib/mastodon/migration_helpers.rb
+%%WWWDIR%%/lib/mastodon/premailer_webpack_strategy.rb
%%WWWDIR%%/lib/mastodon/redis_config.rb
%%WWWDIR%%/lib/mastodon/snowflake.rb
%%WWWDIR%%/lib/mastodon/version.rb
@@ -3627,24 +3540,88 @@
%%WWWDIR%%/node_modules/@babel/traverse/node_modules/globals/license
%%WWWDIR%%/node_modules/@babel/traverse/node_modules/globals/package.json
%%WWWDIR%%/node_modules/@babel/traverse/package.json
-%%WWWDIR%%/node_modules/@babel/types/lib/constants.js
-%%WWWDIR%%/node_modules/@babel/types/lib/converters.js
+%%WWWDIR%%/node_modules/@babel/types/lib/asserts/assertNode.js
+%%WWWDIR%%/node_modules/@babel/types/lib/asserts/generated/index.js
+%%WWWDIR%%/node_modules/@babel/types/lib/builders/builder.js
+%%WWWDIR%%/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js
+%%WWWDIR%%/node_modules/@babel/types/lib/builders/flow/createUnionTypeAnnotation.js
+%%WWWDIR%%/node_modules/@babel/types/lib/builders/generated/index.js
+%%WWWDIR%%/node_modules/@babel/types/lib/builders/react/buildChildren.js
+%%WWWDIR%%/node_modules/@babel/types/lib/clone/clone.js
+%%WWWDIR%%/node_modules/@babel/types/lib/clone/cloneDeep.js
+%%WWWDIR%%/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js
+%%WWWDIR%%/node_modules/@babel/types/lib/comments/addComment.js
+%%WWWDIR%%/node_modules/@babel/types/lib/comments/addComments.js
+%%WWWDIR%%/node_modules/@babel/types/lib/comments/inheritInnerComments.js
+%%WWWDIR%%/node_modules/@babel/types/lib/comments/inheritLeadingComments.js
+%%WWWDIR%%/node_modules/@babel/types/lib/comments/inheritTrailingComments.js
+%%WWWDIR%%/node_modules/@babel/types/lib/comments/inheritsComments.js
+%%WWWDIR%%/node_modules/@babel/types/lib/comments/removeComments.js
+%%WWWDIR%%/node_modules/@babel/types/lib/constants/generated/index.js
+%%WWWDIR%%/node_modules/@babel/types/lib/constants/index.js
+%%WWWDIR%%/node_modules/@babel/types/lib/converters/ensureBlock.js
+%%WWWDIR%%/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js
+%%WWWDIR%%/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js
+%%WWWDIR%%/node_modules/@babel/types/lib/converters/toBlock.js
+%%WWWDIR%%/node_modules/@babel/types/lib/converters/toComputedKey.js
+%%WWWDIR%%/node_modules/@babel/types/lib/converters/toExpression.js
+%%WWWDIR%%/node_modules/@babel/types/lib/converters/toIdentifier.js
+%%WWWDIR%%/node_modules/@babel/types/lib/converters/toKeyAlias.js
+%%WWWDIR%%/node_modules/@babel/types/lib/converters/toSequenceExpression.js
+%%WWWDIR%%/node_modules/@babel/types/lib/converters/toStatement.js
+%%WWWDIR%%/node_modules/@babel/types/lib/converters/valueToNode.js
%%WWWDIR%%/node_modules/@babel/types/lib/definitions/core.js
%%WWWDIR%%/node_modules/@babel/types/lib/definitions/es2015.js
%%WWWDIR%%/node_modules/@babel/types/lib/definitions/experimental.js
%%WWWDIR%%/node_modules/@babel/types/lib/definitions/flow.js
%%WWWDIR%%/node_modules/@babel/types/lib/definitions/index.js
-%%WWWDIR%%/node_modules/@babel/types/lib/definitions/init.js
%%WWWDIR%%/node_modules/@babel/types/lib/definitions/jsx.js
%%WWWDIR%%/node_modules/@babel/types/lib/definitions/misc.js
%%WWWDIR%%/node_modules/@babel/types/lib/definitions/typescript.js
-%%WWWDIR%%/node_modules/@babel/types/lib/flow.js
+%%WWWDIR%%/node_modules/@babel/types/lib/definitions/utils.js
%%WWWDIR%%/node_modules/@babel/types/lib/index.js
-%%WWWDIR%%/node_modules/@babel/types/lib/react.js
-%%WWWDIR%%/node_modules/@babel/types/lib/retrievers.js
-%%WWWDIR%%/node_modules/@babel/types/lib/traverse.js
-%%WWWDIR%%/node_modules/@babel/types/lib/validators.js
+%%WWWDIR%%/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js
+%%WWWDIR%%/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js
+%%WWWDIR%%/node_modules/@babel/types/lib/modifications/inherits.js
+%%WWWDIR%%/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js
+%%WWWDIR%%/node_modules/@babel/types/lib/modifications/removeProperties.js
+%%WWWDIR%%/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js
+%%WWWDIR%%/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js
+%%WWWDIR%%/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js
+%%WWWDIR%%/node_modules/@babel/types/lib/traverse/traverse.js
+%%WWWDIR%%/node_modules/@babel/types/lib/traverse/traverseFast.js
+%%WWWDIR%%/node_modules/@babel/types/lib/utils/inherit.js
+%%WWWDIR%%/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js
+%%WWWDIR%%/node_modules/@babel/types/lib/utils/shallowEqual.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/generated/index.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/is.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/isBinding.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/isBlockScoped.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/isImmutable.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/isLet.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/isNode.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/isNodesEquivalent.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/isReferenced.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/isScope.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/isSpecifierDefault.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/isType.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/isValidES3Identifier.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/isValidIdentifier.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/isVar.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/matchesPattern.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/react/isCompatTag.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/react/isReactComponent.js
+%%WWWDIR%%/node_modules/@babel/types/lib/validators/validate.js
%%WWWDIR%%/node_modules/@babel/types/package.json
+%%WWWDIR%%/node_modules/@babel/types/scripts/generateTypeHelpers.js
+%%WWWDIR%%/node_modules/@babel/types/scripts/generators/generateAsserts.js
+%%WWWDIR%%/node_modules/@babel/types/scripts/generators/generateBuilders.js
+%%WWWDIR%%/node_modules/@babel/types/scripts/generators/generateConstants.js
+%%WWWDIR%%/node_modules/@babel/types/scripts/generators/generateValidators.js
+%%WWWDIR%%/node_modules/@babel/types/scripts/utils/formatBuilderName.js
+%%WWWDIR%%/node_modules/@babel/types/scripts/utils/formatCode.js
+%%WWWDIR%%/node_modules/@babel/types/scripts/utils/lowerFirst.js
%%WWWDIR%%/node_modules/abbrev/LICENSE
%%WWWDIR%%/node_modules/abbrev/abbrev.js
%%WWWDIR%%/node_modules/abbrev/package.json
@@ -5088,7 +5065,7 @@
%%WWWDIR%%/node_modules/caniuse-db/features-json/css-first-letter.json
%%WWWDIR%%/node_modules/caniuse-db/features-json/css-first-line.json
%%WWWDIR%%/node_modules/caniuse-db/features-json/css-fixed.json
-%%WWWDIR%%/node_modules/caniuse-db/features-json/css-focus-ring.json
+%%WWWDIR%%/node_modules/caniuse-db/features-json/css-focus-visible.json
%%WWWDIR%%/node_modules/caniuse-db/features-json/css-focus-within.json
%%WWWDIR%%/node_modules/caniuse-db/features-json/css-font-rendering-controls.json
%%WWWDIR%%/node_modules/caniuse-db/features-json/css-font-stretch.json
@@ -5123,8 +5100,10 @@
%%WWWDIR%%/node_modules/caniuse-db/features-json/css-opacity.json
%%WWWDIR%%/node_modules/caniuse-db/features-json/css-optional-pseudo.json
%%WWWDIR%%/node_modules/caniuse-db/features-json/css-overflow-anchor.json
+%%WWWDIR%%/node_modules/caniuse-db/features-json/css-overscroll-behavior.json
%%WWWDIR%%/node_modules/caniuse-db/features-json/css-page-break.json
%%WWWDIR%%/node_modules/caniuse-db/features-json/css-paged-media.json
+%%WWWDIR%%/node_modules/caniuse-db/features-json/css-paint-api.json
%%WWWDIR%%/node_modules/caniuse-db/features-json/css-placeholder-shown.json
%%WWWDIR%%/node_modules/caniuse-db/features-json/css-placeholder.json
%%WWWDIR%%/node_modules/caniuse-db/features-json/css-read-only-write.json
@@ -5838,6 +5817,7 @@
%%WWWDIR%%/node_modules/caniuse-lite/data/features/css-opacity.js
%%WWWDIR%%/node_modules/caniuse-lite/data/features/css-optional-pseudo.js
%%WWWDIR%%/node_modules/caniuse-lite/data/features/css-overflow-anchor.js
+%%WWWDIR%%/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js
%%WWWDIR%%/node_modules/caniuse-lite/data/features/css-page-break.js
%%WWWDIR%%/node_modules/caniuse-lite/data/features/css-paged-media.js
%%WWWDIR%%/node_modules/caniuse-lite/data/features/css-placeholder-shown.js
@@ -8383,10 +8363,8 @@
%%WWWDIR%%/node_modules/dom-helpers/util/requestAnimationFrame.js
%%WWWDIR%%/node_modules/dom-helpers/util/scrollTo.js
%%WWWDIR%%/node_modules/dom-helpers/util/scrollbarSize.js
-%%WWWDIR%%/node_modules/domain-browser/.eslintrc.js
-%%WWWDIR%%/node_modules/domain-browser/index.js
%%WWWDIR%%/node_modules/domain-browser/package.json
-%%WWWDIR%%/node_modules/domain-browser/test.js
+%%WWWDIR%%/node_modules/domain-browser/source/index.js
%%WWWDIR%%/node_modules/dotenv/LICENSE
%%WWWDIR%%/node_modules/dotenv/config.js
%%WWWDIR%%/node_modules/dotenv/lib/main.js
@@ -8412,11 +8390,6 @@
%%WWWDIR%%/node_modules/ejs/lib/ejs.js
%%WWWDIR%%/node_modules/ejs/lib/utils.js
%%WWWDIR%%/node_modules/ejs/package.json
-%%WWWDIR%%/node_modules/electron-releases/.env.example
-%%WWWDIR%%/node_modules/electron-releases/index.json
-%%WWWDIR%%/node_modules/electron-releases/package.json
-%%WWWDIR%%/node_modules/electron-releases/script/build.js
-%%WWWDIR%%/node_modules/electron-releases/script/release.sh
%%WWWDIR%%/node_modules/electron-to-chromium/chromium-versions.js
%%WWWDIR%%/node_modules/electron-to-chromium/full-chromium-versions.js
%%WWWDIR%%/node_modules/electron-to-chromium/full-versions.js
@@ -8808,6 +8781,8 @@
%%WWWDIR%%/node_modules/es5-ext/object/is-copy.js
%%WWWDIR%%/node_modules/es5-ext/object/is-empty.js
%%WWWDIR%%/node_modules/es5-ext/object/is-finite-number.js
+%%WWWDIR%%/node_modules/es5-ext/object/is-natural-number-value.js
+%%WWWDIR%%/node_modules/es5-ext/object/is-natural-number.js
%%WWWDIR%%/node_modules/es5-ext/object/is-number-value.js
%%WWWDIR%%/node_modules/es5-ext/object/is-object.js
%%WWWDIR%%/node_modules/es5-ext/object/is-plain-function.js
@@ -11234,6 +11209,7 @@
%%WWWDIR%%/node_modules/isstream/package.json
%%WWWDIR%%/node_modules/isstream/test.js
%%WWWDIR%%/node_modules/js-base64/.babelrc
+%%WWWDIR%%/node_modules/js-base64/1x1.png
%%WWWDIR%%/node_modules/js-base64/base64.html
%%WWWDIR%%/node_modules/js-base64/base64.js
%%WWWDIR%%/node_modules/js-base64/base64.min.js
@@ -11242,6 +11218,13 @@
%%WWWDIR%%/node_modules/js-base64/old/base64-1.7.js
%%WWWDIR%%/node_modules/js-base64/package.js
%%WWWDIR%%/node_modules/js-base64/package.json
+%%WWWDIR%%/node_modules/js-base64/test-moment/dankogai.js
+%%WWWDIR%%/node_modules/js-base64/test-moment/es5.js
+%%WWWDIR%%/node_modules/js-base64/test-moment/es6.js
+%%WWWDIR%%/node_modules/js-base64/test-moment/index.html
+%%WWWDIR%%/node_modules/js-base64/test-moment/large.js
+%%WWWDIR%%/node_modules/js-base64/test-moment/moment.js
+%%WWWDIR%%/node_modules/js-base64/test-moment/yoshinoya.js
%%WWWDIR%%/node_modules/js-string-escape/LICENSE
%%WWWDIR%%/node_modules/js-string-escape/index.js
%%WWWDIR%%/node_modules/js-string-escape/package.json
@@ -11290,6 +11273,8 @@
%%WWWDIR%%/node_modules/json-loader/LICENSE
%%WWWDIR%%/node_modules/json-loader/index.js
%%WWWDIR%%/node_modules/json-loader/package.json
+%%WWWDIR%%/node_modules/json-parse-better-errors/index.js
+%%WWWDIR%%/node_modules/json-parse-better-errors/package.json
%%WWWDIR%%/node_modules/json-schema-traverse/LICENSE
%%WWWDIR%%/node_modules/json-schema-traverse/index.js
%%WWWDIR%%/node_modules/json-schema-traverse/package.json
@@ -13819,6 +13804,7 @@
%%WWWDIR%%/node_modules/postcss-mixins/index.js
%%WWWDIR%%/node_modules/postcss-mixins/package.json
%%WWWDIR%%/node_modules/postcss-modules-extract-imports/lib/index.js
+%%WWWDIR%%/node_modules/postcss-modules-extract-imports/lib/topologicalSort.js
%%WWWDIR%%/node_modules/postcss-modules-extract-imports/package.json
%%WWWDIR%%/node_modules/postcss-modules-local-by-default/LICENSE
%%WWWDIR%%/node_modules/postcss-modules-local-by-default/index.js
@@ -15564,12 +15550,16 @@
%%WWWDIR%%/node_modules/uuid/bin/uuid
%%WWWDIR%%/node_modules/uuid/index.js
%%WWWDIR%%/node_modules/uuid/lib/bytesToUuid.js
+%%WWWDIR%%/node_modules/uuid/lib/md5-browser.js
+%%WWWDIR%%/node_modules/uuid/lib/md5.js
%%WWWDIR%%/node_modules/uuid/lib/rng-browser.js
%%WWWDIR%%/node_modules/uuid/lib/rng.js
%%WWWDIR%%/node_modules/uuid/lib/sha1-browser.js
%%WWWDIR%%/node_modules/uuid/lib/sha1.js
+%%WWWDIR%%/node_modules/uuid/lib/v35.js
%%WWWDIR%%/node_modules/uuid/package.json
%%WWWDIR%%/node_modules/uuid/v1.js
+%%WWWDIR%%/node_modules/uuid/v3.js
%%WWWDIR%%/node_modules/uuid/v4.js
%%WWWDIR%%/node_modules/uuid/v5.js
%%WWWDIR%%/node_modules/uws/LICENSE
@@ -16002,17 +15992,16 @@
%%WWWDIR%%/node_modules/wrappy/wrappy.js
%%WWWDIR%%/node_modules/ws/LICENSE
%%WWWDIR%%/node_modules/ws/index.js
-%%WWWDIR%%/node_modules/ws/lib/BufferUtil.js
-%%WWWDIR%%/node_modules/ws/lib/Constants.js
-%%WWWDIR%%/node_modules/ws/lib/ErrorCodes.js
-%%WWWDIR%%/node_modules/ws/lib/EventTarget.js
-%%WWWDIR%%/node_modules/ws/lib/Extensions.js
-%%WWWDIR%%/node_modules/ws/lib/PerMessageDeflate.js
-%%WWWDIR%%/node_modules/ws/lib/Receiver.js
-%%WWWDIR%%/node_modules/ws/lib/Sender.js
-%%WWWDIR%%/node_modules/ws/lib/Validation.js
-%%WWWDIR%%/node_modules/ws/lib/WebSocket.js
-%%WWWDIR%%/node_modules/ws/lib/WebSocketServer.js
+%%WWWDIR%%/node_modules/ws/lib/buffer-util.js
+%%WWWDIR%%/node_modules/ws/lib/constants.js
+%%WWWDIR%%/node_modules/ws/lib/event-target.js
+%%WWWDIR%%/node_modules/ws/lib/extension.js
+%%WWWDIR%%/node_modules/ws/lib/permessage-deflate.js
+%%WWWDIR%%/node_modules/ws/lib/receiver.js
+%%WWWDIR%%/node_modules/ws/lib/sender.js
+%%WWWDIR%%/node_modules/ws/lib/validation.js
+%%WWWDIR%%/node_modules/ws/lib/websocket-server.js
+%%WWWDIR%%/node_modules/ws/lib/websocket.js
%%WWWDIR%%/node_modules/ws/package.json
%%WWWDIR%%/node_modules/xtend/LICENCE
%%WWWDIR%%/node_modules/xtend/immutable.js
@@ -18750,112 +18739,118 @@
%%WWWDIR%%/public/packs/Montserrat-Regular-6a18f75e59e23e7f23b8a4ef70d748cd.ttf
%%WWWDIR%%/public/packs/Montserrat-Regular-6a18f75e59e23e7f23b8a4ef70d748cd.ttf.gz
%%WWWDIR%%/public/packs/Montserrat-Regular-b0322f2faed575161a052b5af953251a.woff
-%%WWWDIR%%/public/packs/about-66b0655e8468536d3225.js
-%%WWWDIR%%/public/packs/about-66b0655e8468536d3225.js.gz
-%%WWWDIR%%/public/packs/about-66b0655e8468536d3225.js.map
-%%WWWDIR%%/public/packs/admin-b28343930b02eed68f75.js
-%%WWWDIR%%/public/packs/admin-b28343930b02eed68f75.js.gz
-%%WWWDIR%%/public/packs/admin-b28343930b02eed68f75.js.map
+%%WWWDIR%%/public/packs/about-67849900f01b7b3ad559.js
+%%WWWDIR%%/public/packs/about-67849900f01b7b3ad559.js.gz
+%%WWWDIR%%/public/packs/about-67849900f01b7b3ad559.js.map
+%%WWWDIR%%/public/packs/admin-24ef1648caeacc99bc61.js
+%%WWWDIR%%/public/packs/admin-24ef1648caeacc99bc61.js.gz
+%%WWWDIR%%/public/packs/admin-24ef1648caeacc99bc61.js.map
%%WWWDIR%%/public/packs/appcache/manifest.appcache
%%WWWDIR%%/public/packs/appcache/manifest.html
-%%WWWDIR%%/public/packs/application-b96b631390a750e13f9e.js
-%%WWWDIR%%/public/packs/application-b96b631390a750e13f9e.js.gz
-%%WWWDIR%%/public/packs/application-b96b631390a750e13f9e.js.map
-%%WWWDIR%%/public/packs/base_polyfills-be4a14c3a64e3c181cd6.js
-%%WWWDIR%%/public/packs/base_polyfills-be4a14c3a64e3c181cd6.js.gz
-%%WWWDIR%%/public/packs/base_polyfills-be4a14c3a64e3c181cd6.js.map
-%%WWWDIR%%/public/packs/common-9548754a0115aa67f83a.js
-%%WWWDIR%%/public/packs/common-9548754a0115aa67f83a.js.gz
-%%WWWDIR%%/public/packs/common-9548754a0115aa67f83a.js.map
+%%WWWDIR%%/public/packs/application-edfbc63b4312165a78ce.js
+%%WWWDIR%%/public/packs/application-edfbc63b4312165a78ce.js.gz
+%%WWWDIR%%/public/packs/application-edfbc63b4312165a78ce.js.map
+%%WWWDIR%%/public/packs/base_polyfills-908f4bad8ca2915a9831.js
+%%WWWDIR%%/public/packs/base_polyfills-908f4bad8ca2915a9831.js.gz
+%%WWWDIR%%/public/packs/base_polyfills-908f4bad8ca2915a9831.js.map
+%%WWWDIR%%/public/packs/common-59aa5b1daa914b0ae6c3.js
+%%WWWDIR%%/public/packs/common-59aa5b1daa914b0ae6c3.js.gz
+%%WWWDIR%%/public/packs/common-59aa5b1daa914b0ae6c3.js.map
%%WWWDIR%%/public/packs/common-daadaac9454e7d14470e7954e3143dca.css
%%WWWDIR%%/public/packs/common-daadaac9454e7d14470e7954e3143dca.css.gz
%%WWWDIR%%/public/packs/common-daadaac9454e7d14470e7954e3143dca.css.map
-%%WWWDIR%%/public/packs/default-348231e7af42b0be3430bf09b1849e28.css
-%%WWWDIR%%/public/packs/default-348231e7af42b0be3430bf09b1849e28.css.gz
-%%WWWDIR%%/public/packs/default-348231e7af42b0be3430bf09b1849e28.css.map
-%%WWWDIR%%/public/packs/default-981232539c63f307e713.js
-%%WWWDIR%%/public/packs/default-981232539c63f307e713.js.map
+%%WWWDIR%%/public/packs/default-7ab1e4b80a6173ed2b80.js
+%%WWWDIR%%/public/packs/default-7ab1e4b80a6173ed2b80.js.map
+%%WWWDIR%%/public/packs/default-91e1bcfb48fd65861b60640ce4a5087e.css
+%%WWWDIR%%/public/packs/default-91e1bcfb48fd65861b60640ce4a5087e.css.gz
+%%WWWDIR%%/public/packs/default-91e1bcfb48fd65861b60640ce4a5087e.css.map
%%WWWDIR%%/public/packs/elephant-fren-d16fd77f9a9387e7d146b5f9d4dc1e7f.png
-%%WWWDIR%%/public/packs/elephant-friend-1-18bbe5bf56bcd2f550f26ae91be00dfb.png
-%%WWWDIR%%/public/packs/elephant-friend-df0b9c6af525e0dea9f1f9c044d9a903.png
-%%WWWDIR%%/public/packs/emoji_picker-a1338be1ef2ea162822e.js
-%%WWWDIR%%/public/packs/emoji_picker-a1338be1ef2ea162822e.js.gz
-%%WWWDIR%%/public/packs/emoji_picker-a1338be1ef2ea162822e.js.map
-%%WWWDIR%%/public/packs/extra_polyfills-3c9a93ac2440501da16b.js
-%%WWWDIR%%/public/packs/extra_polyfills-3c9a93ac2440501da16b.js.gz
-%%WWWDIR%%/public/packs/extra_polyfills-3c9a93ac2440501da16b.js.map
-%%WWWDIR%%/public/packs/features/account_gallery-7c3439b51323bd683de9.js
-%%WWWDIR%%/public/packs/features/account_gallery-7c3439b51323bd683de9.js.gz
-%%WWWDIR%%/public/packs/features/account_gallery-7c3439b51323bd683de9.js.map
-%%WWWDIR%%/public/packs/features/account_timeline-77d9dc7a53feeefbd56f.js
-%%WWWDIR%%/public/packs/features/account_timeline-77d9dc7a53feeefbd56f.js.gz
-%%WWWDIR%%/public/packs/features/account_timeline-77d9dc7a53feeefbd56f.js.map
-%%WWWDIR%%/public/packs/features/blocks-%%RUBY_SUFFIX%%28b54e95112658b949.js
-%%WWWDIR%%/public/packs/features/blocks-%%RUBY_SUFFIX%%28b54e95112658b949.js.gz
-%%WWWDIR%%/public/packs/features/blocks-%%RUBY_SUFFIX%%28b54e95112658b949.js.map
-%%WWWDIR%%/public/packs/features/community_timeline-07a57740b971bc28d316.js
-%%WWWDIR%%/public/packs/features/community_timeline-07a57740b971bc28d316.js.gz
-%%WWWDIR%%/public/packs/features/community_timeline-07a57740b971bc28d316.js.map
-%%WWWDIR%%/public/packs/features/compose-271aae0afa19e785b65d.js
-%%WWWDIR%%/public/packs/features/compose-271aae0afa19e785b65d.js.gz
-%%WWWDIR%%/public/packs/features/compose-271aae0afa19e785b65d.js.map
-%%WWWDIR%%/public/packs/features/favourited_statuses-c7d38f85116c3081104a.js
-%%WWWDIR%%/public/packs/features/favourited_statuses-c7d38f85116c3081104a.js.gz
-%%WWWDIR%%/public/packs/features/favourited_statuses-c7d38f85116c3081104a.js.map
-%%WWWDIR%%/public/packs/features/favourites-89fcb4a7820a8be28e83.js
-%%WWWDIR%%/public/packs/features/favourites-89fcb4a7820a8be28e83.js.gz
-%%WWWDIR%%/public/packs/features/favourites-89fcb4a7820a8be28e83.js.map
-%%WWWDIR%%/public/packs/features/follow_requests-f8175f3cc07ab9cb73f0.js
-%%WWWDIR%%/public/packs/features/follow_requests-f8175f3cc07ab9cb73f0.js.gz
-%%WWWDIR%%/public/packs/features/follow_requests-f8175f3cc07ab9cb73f0.js.map
-%%WWWDIR%%/public/packs/features/followers-fabbd36de159e85c5c4a.js
-%%WWWDIR%%/public/packs/features/followers-fabbd36de159e85c5c4a.js.gz
-%%WWWDIR%%/public/packs/features/followers-fabbd36de159e85c5c4a.js.map
-%%WWWDIR%%/public/packs/features/following-d6a7115e83c6007b4972.js
-%%WWWDIR%%/public/packs/features/following-d6a7115e83c6007b4972.js.gz
-%%WWWDIR%%/public/packs/features/following-d6a7115e83c6007b4972.js.map
-%%WWWDIR%%/public/packs/features/generic_not_found-4fd9797833081cd4d908.js
-%%WWWDIR%%/public/packs/features/generic_not_found-4fd9797833081cd4d908.js.gz
-%%WWWDIR%%/public/packs/features/generic_not_found-4fd9797833081cd4d908.js.map
-%%WWWDIR%%/public/packs/features/getting_started-f7a00e847d5aa61abf14.js
-%%WWWDIR%%/public/packs/features/getting_started-f7a00e847d5aa61abf14.js.gz
-%%WWWDIR%%/public/packs/features/getting_started-f7a00e847d5aa61abf14.js.map
-%%WWWDIR%%/public/packs/features/hashtag_timeline-ffc9a0ec58ab8b0b3307.js
-%%WWWDIR%%/public/packs/features/hashtag_timeline-ffc9a0ec58ab8b0b3307.js.gz
-%%WWWDIR%%/public/packs/features/hashtag_timeline-ffc9a0ec58ab8b0b3307.js.map
-%%WWWDIR%%/public/packs/features/home_timeline-0c9ddaf0067710e332e8.js
-%%WWWDIR%%/public/packs/features/home_timeline-0c9ddaf0067710e332e8.js.gz
-%%WWWDIR%%/public/packs/features/home_timeline-0c9ddaf0067710e332e8.js.map
-%%WWWDIR%%/public/packs/features/keyboard_shortcuts-714b220%%RUBY_SUFFIX%%26f538bce1f.js
-%%WWWDIR%%/public/packs/features/keyboard_shortcuts-714b220%%RUBY_SUFFIX%%26f538bce1f.js.gz
-%%WWWDIR%%/public/packs/features/keyboard_shortcuts-714b220%%RUBY_SUFFIX%%26f538bce1f.js.map
-%%WWWDIR%%/public/packs/features/list_editor-1c6c9d47a943ef04cb29.js
-%%WWWDIR%%/public/packs/features/list_editor-1c6c9d47a943ef04cb29.js.gz
-%%WWWDIR%%/public/packs/features/list_editor-1c6c9d47a943ef04cb29.js.map
-%%WWWDIR%%/public/packs/features/list_timeline-0c953e83c80c6c0ee9f5.js
-%%WWWDIR%%/public/packs/features/list_timeline-0c953e83c80c6c0ee9f5.js.gz
-%%WWWDIR%%/public/packs/features/list_timeline-0c953e83c80c6c0ee9f5.js.map
-%%WWWDIR%%/public/packs/features/lists-ddf476922646f32ab29c.js
-%%WWWDIR%%/public/packs/features/lists-ddf476922646f32ab29c.js.gz
-%%WWWDIR%%/public/packs/features/lists-ddf476922646f32ab29c.js.map
-%%WWWDIR%%/public/packs/features/mutes-db8df0d963116c2e27db.js
-%%WWWDIR%%/public/packs/features/mutes-db8df0d963116c2e27db.js.gz
-%%WWWDIR%%/public/packs/features/mutes-db8df0d963116c2e27db.js.map
-%%WWWDIR%%/public/packs/features/notifications-ef1f681ba266f5d62719.js
-%%WWWDIR%%/public/packs/features/notifications-ef1f681ba266f5d62719.js.gz
-%%WWWDIR%%/public/packs/features/notifications-ef1f681ba266f5d62719.js.map
-%%WWWDIR%%/public/packs/features/pinned_statuses-f0acf45ff8770d2ab068.js
-%%WWWDIR%%/public/packs/features/pinned_statuses-f0acf45ff8770d2ab068.js.gz
-%%WWWDIR%%/public/packs/features/pinned_statuses-f0acf45ff8770d2ab068.js.map
-%%WWWDIR%%/public/packs/features/public_timeline-4be485dfdb3b494850a0.js
-%%WWWDIR%%/public/packs/features/public_timeline-4be485dfdb3b494850a0.js.gz
-%%WWWDIR%%/public/packs/features/public_timeline-4be485dfdb3b494850a0.js.map
-%%WWWDIR%%/public/packs/features/reblogs-6ba2d8540cdef5cafe9c.js
-%%WWWDIR%%/public/packs/features/reblogs-6ba2d8540cdef5cafe9c.js.gz
-%%WWWDIR%%/public/packs/features/reblogs-6ba2d8540cdef5cafe9c.js.map
-%%WWWDIR%%/public/packs/features/status-61d4abf23c9d251664b1.js
-%%WWWDIR%%/public/packs/features/status-61d4abf23c9d251664b1.js.gz
-%%WWWDIR%%/public/packs/features/status-61d4abf23c9d251664b1.js.map
+%%WWWDIR%%/public/packs/elephant_ui_disappointed-8864342480c3612e3061702851d3a798.svg
+%%WWWDIR%%/public/packs/elephant_ui_disappointed-8864342480c3612e3061702851d3a798.svg.gz
+%%WWWDIR%%/public/packs/elephant_ui_greeting-475430963d0b00fe82b07b17857ebf6c.svg
+%%WWWDIR%%/public/packs/elephant_ui_greeting-475430963d0b00fe82b07b17857ebf6c.svg.gz
+%%WWWDIR%%/public/packs/elephant_ui_plane-e3f2d57c12c376e189c274cbe81af8dd.svg
+%%WWWDIR%%/public/packs/elephant_ui_plane-e3f2d57c12c376e189c274cbe81af8dd.svg.gz
+%%WWWDIR%%/public/packs/elephant_ui_working-2e653cc278c2ac871c23aeb10de1c0e2.svg
+%%WWWDIR%%/public/packs/elephant_ui_working-2e653cc278c2ac871c23aeb10de1c0e2.svg.gz
+%%WWWDIR%%/public/packs/emoji_picker-967247bab45284c9070c.js
+%%WWWDIR%%/public/packs/emoji_picker-967247bab45284c9070c.js.gz
+%%WWWDIR%%/public/packs/emoji_picker-967247bab45284c9070c.js.map
+%%WWWDIR%%/public/packs/extra_polyfills-b46e210fe510dcfafa94.js
+%%WWWDIR%%/public/packs/extra_polyfills-b46e210fe510dcfafa94.js.gz
+%%WWWDIR%%/public/packs/extra_polyfills-b46e210fe510dcfafa94.js.map
+%%WWWDIR%%/public/packs/features/account_gallery-a81b2f51e7e8190c2b2b.js
+%%WWWDIR%%/public/packs/features/account_gallery-a81b2f51e7e8190c2b2b.js.gz
+%%WWWDIR%%/public/packs/features/account_gallery-a81b2f51e7e8190c2b2b.js.map
+%%WWWDIR%%/public/packs/features/account_timeline-71196411b7b0908017cf.js
+%%WWWDIR%%/public/packs/features/account_timeline-71196411b7b0908017cf.js.gz
+%%WWWDIR%%/public/packs/features/account_timeline-71196411b7b0908017cf.js.map
+%%WWWDIR%%/public/packs/features/blocks-e8b0d4d06e21825d72a5.js
+%%WWWDIR%%/public/packs/features/blocks-e8b0d4d06e21825d72a5.js.gz
+%%WWWDIR%%/public/packs/features/blocks-e8b0d4d06e21825d72a5.js.map
+%%WWWDIR%%/public/packs/features/community_timeline-0ee895ced6ba0d631c85.js
+%%WWWDIR%%/public/packs/features/community_timeline-0ee895ced6ba0d631c85.js.gz
+%%WWWDIR%%/public/packs/features/community_timeline-0ee895ced6ba0d631c85.js.map
+%%WWWDIR%%/public/packs/features/compose-62c5eed59f20409efe21.js
+%%WWWDIR%%/public/packs/features/compose-62c5eed59f20409efe21.js.gz
+%%WWWDIR%%/public/packs/features/compose-62c5eed59f20409efe21.js.map
+%%WWWDIR%%/public/packs/features/favourited_statuses-d2749d12e572df2320fd.js
+%%WWWDIR%%/public/packs/features/favourited_statuses-d2749d12e572df2320fd.js.gz
+%%WWWDIR%%/public/packs/features/favourited_statuses-d2749d12e572df2320fd.js.map
+%%WWWDIR%%/public/packs/features/favourites-e3a1840f7bb7b8709e48.js
+%%WWWDIR%%/public/packs/features/favourites-e3a1840f7bb7b8709e48.js.gz
+%%WWWDIR%%/public/packs/features/favourites-e3a1840f7bb7b8709e48.js.map
+%%WWWDIR%%/public/packs/features/follow_requests-bb9579f548e538d48018.js
+%%WWWDIR%%/public/packs/features/follow_requests-bb9579f548e538d48018.js.gz
+%%WWWDIR%%/public/packs/features/follow_requests-bb9579f548e538d48018.js.map
+%%WWWDIR%%/public/packs/features/followers-515c20cb673a7bb1b9fb.js
+%%WWWDIR%%/public/packs/features/followers-515c20cb673a7bb1b9fb.js.gz
+%%WWWDIR%%/public/packs/features/followers-515c20cb673a7bb1b9fb.js.map
+%%WWWDIR%%/public/packs/features/following-5d330d69755789a02ad3.js
+%%WWWDIR%%/public/packs/features/following-5d330d69755789a02ad3.js.gz
+%%WWWDIR%%/public/packs/features/following-5d330d69755789a02ad3.js.map
+%%WWWDIR%%/public/packs/features/generic_not_found-518bf987c4c6c7f3f269.js
+%%WWWDIR%%/public/packs/features/generic_not_found-518bf987c4c6c7f3f269.js.gz
+%%WWWDIR%%/public/packs/features/generic_not_found-518bf987c4c6c7f3f269.js.map
+%%WWWDIR%%/public/packs/features/getting_started-cef770f0ed10872da2a4.js
+%%WWWDIR%%/public/packs/features/getting_started-cef770f0ed10872da2a4.js.gz
+%%WWWDIR%%/public/packs/features/getting_started-cef770f0ed10872da2a4.js.map
+%%WWWDIR%%/public/packs/features/hashtag_timeline-a7ab8e7e863e27c098a5.js
+%%WWWDIR%%/public/packs/features/hashtag_timeline-a7ab8e7e863e27c098a5.js.gz
+%%WWWDIR%%/public/packs/features/hashtag_timeline-a7ab8e7e863e27c098a5.js.map
+%%WWWDIR%%/public/packs/features/home_timeline-30af839439479081ce35.js
+%%WWWDIR%%/public/packs/features/home_timeline-30af839439479081ce35.js.gz
+%%WWWDIR%%/public/packs/features/home_timeline-30af839439479081ce35.js.map
+%%WWWDIR%%/public/packs/features/keyboard_shortcuts-b742a93860983b239c31.js
+%%WWWDIR%%/public/packs/features/keyboard_shortcuts-b742a93860983b239c31.js.gz
+%%WWWDIR%%/public/packs/features/keyboard_shortcuts-b742a93860983b239c31.js.map
+%%WWWDIR%%/public/packs/features/list_editor-94d392eca0c1f7fada3b.js
+%%WWWDIR%%/public/packs/features/list_editor-94d392eca0c1f7fada3b.js.gz
+%%WWWDIR%%/public/packs/features/list_editor-94d392eca0c1f7fada3b.js.map
+%%WWWDIR%%/public/packs/features/list_timeline-f1fe566f3196a5647223.js
+%%WWWDIR%%/public/packs/features/list_timeline-f1fe566f3196a5647223.js.gz
+%%WWWDIR%%/public/packs/features/list_timeline-f1fe566f3196a5647223.js.map
+%%WWWDIR%%/public/packs/features/lists-1b11057a5d6aa24d744f.js
+%%WWWDIR%%/public/packs/features/lists-1b11057a5d6aa24d744f.js.gz
+%%WWWDIR%%/public/packs/features/lists-1b11057a5d6aa24d744f.js.map
+%%WWWDIR%%/public/packs/features/mutes-c6ab8e74d956cf3a53fa.js
+%%WWWDIR%%/public/packs/features/mutes-c6ab8e74d956cf3a53fa.js.gz
+%%WWWDIR%%/public/packs/features/mutes-c6ab8e74d956cf3a53fa.js.map
+%%WWWDIR%%/public/packs/features/notifications-72bd09ffa2b5f490841c.js
+%%WWWDIR%%/public/packs/features/notifications-72bd09ffa2b5f490841c.js.gz
+%%WWWDIR%%/public/packs/features/notifications-72bd09ffa2b5f490841c.js.map
+%%WWWDIR%%/public/packs/features/pinned_statuses-dd553a5d5d8313cc8069.js
+%%WWWDIR%%/public/packs/features/pinned_statuses-dd553a5d5d8313cc8069.js.gz
+%%WWWDIR%%/public/packs/features/pinned_statuses-dd553a5d5d8313cc8069.js.map
+%%WWWDIR%%/public/packs/features/public_timeline-ffef9c3be7e6b5b552a8.js
+%%WWWDIR%%/public/packs/features/public_timeline-ffef9c3be7e6b5b552a8.js.gz
+%%WWWDIR%%/public/packs/features/public_timeline-ffef9c3be7e6b5b552a8.js.map
+%%WWWDIR%%/public/packs/features/reblogs-79949c4b2ee14d68230a.js
+%%WWWDIR%%/public/packs/features/reblogs-79949c4b2ee14d68230a.js.gz
+%%WWWDIR%%/public/packs/features/reblogs-79949c4b2ee14d68230a.js.map
+%%WWWDIR%%/public/packs/features/status-4b97e527b8f7f4fb2d17.js
+%%WWWDIR%%/public/packs/features/status-4b97e527b8f7f4fb2d17.js.gz
+%%WWWDIR%%/public/packs/features/status-4b97e527b8f7f4fb2d17.js.map
%%WWWDIR%%/public/packs/fontawesome-webfont-674f50d287a8c48dc19ba404d20fe713.eot
%%WWWDIR%%/public/packs/fontawesome-webfont-674f50d287a8c48dc19ba404d20fe713.eot.gz
%%WWWDIR%%/public/packs/fontawesome-webfont-912ec66d7572ff821749319396470bde.svg
@@ -18864,140 +18859,168 @@
%%WWWDIR%%/public/packs/fontawesome-webfont-b06871f281fee6b241d60582ae9369b9.ttf
%%WWWDIR%%/public/packs/fontawesome-webfont-b06871f281fee6b241d60582ae9369b9.ttf.gz
%%WWWDIR%%/public/packs/fontawesome-webfont-fee66e712a8a08eef5805a46892932ad.woff
-%%WWWDIR%%/public/packs/locale_ar-4cfb004ea3d5a26363b6.js
-%%WWWDIR%%/public/packs/locale_ar-4cfb004ea3d5a26363b6.js.gz
-%%WWWDIR%%/public/packs/locale_ar-4cfb004ea3d5a26363b6.js.map
-%%WWWDIR%%/public/packs/locale_bg-1ea18aaf7a83352762bc.js
-%%WWWDIR%%/public/packs/locale_bg-1ea18aaf7a83352762bc.js.gz
-%%WWWDIR%%/public/packs/locale_bg-1ea18aaf7a83352762bc.js.map
-%%WWWDIR%%/public/packs/locale_ca-67974dd9e306e138664e.js
-%%WWWDIR%%/public/packs/locale_ca-67974dd9e306e138664e.js.gz
-%%WWWDIR%%/public/packs/locale_ca-67974dd9e306e138664e.js.map
-%%WWWDIR%%/public/packs/locale_de-bfc7b82de35a4c3de614.js
-%%WWWDIR%%/public/packs/locale_de-bfc7b82de35a4c3de614.js.gz
-%%WWWDIR%%/public/packs/locale_de-bfc7b82de35a4c3de614.js.map
-%%WWWDIR%%/public/packs/locale_en-0f3b46663259635023b0.js
-%%WWWDIR%%/public/packs/locale_en-0f3b46663259635023b0.js.gz
-%%WWWDIR%%/public/packs/locale_en-0f3b46663259635023b0.js.map
-%%WWWDIR%%/public/packs/locale_eo-0e2acda10ecde5ea6611.js
-%%WWWDIR%%/public/packs/locale_eo-0e2acda10ecde5ea6611.js.gz
-%%WWWDIR%%/public/packs/locale_eo-0e2acda10ecde5ea6611.js.map
-%%WWWDIR%%/public/packs/locale_es-62290cd2cc6167a2aa1e.js
-%%WWWDIR%%/public/packs/locale_es-62290cd2cc6167a2aa1e.js.gz
-%%WWWDIR%%/public/packs/locale_es-62290cd2cc6167a2aa1e.js.map
-%%WWWDIR%%/public/packs/locale_fa-61b15257931b71b4e89d.js
-%%WWWDIR%%/public/packs/locale_fa-61b15257931b71b4e89d.js.gz
-%%WWWDIR%%/public/packs/locale_fa-61b15257931b71b4e89d.js.map
-%%WWWDIR%%/public/packs/locale_fi-c7fb7c011803a97018ff.js
-%%WWWDIR%%/public/packs/locale_fi-c7fb7c011803a97018ff.js.gz
-%%WWWDIR%%/public/packs/locale_fi-c7fb7c011803a97018ff.js.map
-%%WWWDIR%%/public/packs/locale_fr-2b3e318aecac90849ef8.js
-%%WWWDIR%%/public/packs/locale_fr-2b3e318aecac90849ef8.js.gz
-%%WWWDIR%%/public/packs/locale_fr-2b3e318aecac90849ef8.js.map
-%%WWWDIR%%/public/packs/locale_gl-0091345b5b3f6ea0bd99.js
-%%WWWDIR%%/public/packs/locale_gl-0091345b5b3f6ea0bd99.js.gz
-%%WWWDIR%%/public/packs/locale_gl-0091345b5b3f6ea0bd99.js.map
-%%WWWDIR%%/public/packs/locale_he-9d69e5f414784f9b7f16.js
-%%WWWDIR%%/public/packs/locale_he-9d69e5f414784f9b7f16.js.gz
-%%WWWDIR%%/public/packs/locale_he-9d69e5f414784f9b7f16.js.map
-%%WWWDIR%%/public/packs/locale_hr-243445b151f94813d7e3.js
-%%WWWDIR%%/public/packs/locale_hr-243445b151f94813d7e3.js.gz
-%%WWWDIR%%/public/packs/locale_hr-243445b151f94813d7e3.js.map
-%%WWWDIR%%/public/packs/locale_hu-92a4d6c7739d6598a74d.js
-%%WWWDIR%%/public/packs/locale_hu-92a4d6c7739d6598a74d.js.gz
-%%WWWDIR%%/public/packs/locale_hu-92a4d6c7739d6598a74d.js.map
-%%WWWDIR%%/public/packs/locale_id-5744ef2cf6ce4e081933.js
-%%WWWDIR%%/public/packs/locale_id-5744ef2cf6ce4e081933.js.gz
-%%WWWDIR%%/public/packs/locale_id-5744ef2cf6ce4e081933.js.map
-%%WWWDIR%%/public/packs/locale_io-573946b0680840d35b6b.js
-%%WWWDIR%%/public/packs/locale_io-573946b0680840d35b6b.js.gz
-%%WWWDIR%%/public/packs/locale_io-573946b0680840d35b6b.js.map
-%%WWWDIR%%/public/packs/locale_it-8e2d6d7712c17700edad.js
-%%WWWDIR%%/public/packs/locale_it-8e2d6d7712c17700edad.js.gz
-%%WWWDIR%%/public/packs/locale_it-8e2d6d7712c17700edad.js.map
-%%WWWDIR%%/public/packs/locale_ja-1b0db759c59d44074ca8.js
-%%WWWDIR%%/public/packs/locale_ja-1b0db759c59d44074ca8.js.gz
-%%WWWDIR%%/public/packs/locale_ja-1b0db759c59d44074ca8.js.map
-%%WWWDIR%%/public/packs/locale_ko-fb6b4b0445850b7d8ee9.js
-%%WWWDIR%%/public/packs/locale_ko-fb6b4b0445850b7d8ee9.js.gz
-%%WWWDIR%%/public/packs/locale_ko-fb6b4b0445850b7d8ee9.js.map
-%%WWWDIR%%/public/packs/locale_nl-85d090a5aa6763d9161a.js
-%%WWWDIR%%/public/packs/locale_nl-85d090a5aa6763d9161a.js.gz
-%%WWWDIR%%/public/packs/locale_nl-85d090a5aa6763d9161a.js.map
-%%WWWDIR%%/public/packs/locale_no-606386ed7b10067b40bc.js
-%%WWWDIR%%/public/packs/locale_no-606386ed7b10067b40bc.js.gz
-%%WWWDIR%%/public/packs/locale_no-606386ed7b10067b40bc.js.map
-%%WWWDIR%%/public/packs/locale_oc-865d2dcfc46d76ae6910.js
-%%WWWDIR%%/public/packs/locale_oc-865d2dcfc46d76ae6910.js.gz
-%%WWWDIR%%/public/packs/locale_oc-865d2dcfc46d76ae6910.js.map
-%%WWWDIR%%/public/packs/locale_pl-%%RUBY_SUFFIX%%1bcb4f53d2e3a2eb70.js
-%%WWWDIR%%/public/packs/locale_pl-%%RUBY_SUFFIX%%1bcb4f53d2e3a2eb70.js.gz
-%%WWWDIR%%/public/packs/locale_pl-%%RUBY_SUFFIX%%1bcb4f53d2e3a2eb70.js.map
-%%WWWDIR%%/public/packs/locale_pt-BR-16259b2b7d64f3c21de4.js
-%%WWWDIR%%/public/packs/locale_pt-BR-16259b2b7d64f3c21de4.js.gz
-%%WWWDIR%%/public/packs/locale_pt-BR-16259b2b7d64f3c21de4.js.map
-%%WWWDIR%%/public/packs/locale_pt-ff411030c33d03d0266e.js
-%%WWWDIR%%/public/packs/locale_pt-ff411030c33d03d0266e.js.gz
-%%WWWDIR%%/public/packs/locale_pt-ff411030c33d03d0266e.js.map
-%%WWWDIR%%/public/packs/locale_ru-8d252a384bf38e2256da.js
-%%WWWDIR%%/public/packs/locale_ru-8d252a384bf38e2256da.js.gz
-%%WWWDIR%%/public/packs/locale_ru-8d252a384bf38e2256da.js.map
-%%WWWDIR%%/public/packs/locale_sk-4e0779a7b8d0636e02ef.js
-%%WWWDIR%%/public/packs/locale_sk-4e0779a7b8d0636e02ef.js.gz
-%%WWWDIR%%/public/packs/locale_sk-4e0779a7b8d0636e02ef.js.map
-%%WWWDIR%%/public/packs/locale_sr-Latn-08b08463e708fb58bd79.js
-%%WWWDIR%%/public/packs/locale_sr-Latn-08b08463e708fb58bd79.js.gz
-%%WWWDIR%%/public/packs/locale_sr-Latn-08b08463e708fb58bd79.js.map
-%%WWWDIR%%/public/packs/locale_sr-ac6fa538cf0614cf0c09.js
-%%WWWDIR%%/public/packs/locale_sr-ac6fa538cf0614cf0c09.js.gz
-%%WWWDIR%%/public/packs/locale_sr-ac6fa538cf0614cf0c09.js.map
-%%WWWDIR%%/public/packs/locale_sv-3b728db9468ab3c7c0e6.js
-%%WWWDIR%%/public/packs/locale_sv-3b728db9468ab3c7c0e6.js.gz
-%%WWWDIR%%/public/packs/locale_sv-3b728db9468ab3c7c0e6.js.map
-%%WWWDIR%%/public/packs/locale_th-cc13d739008c3cadc0da.js
-%%WWWDIR%%/public/packs/locale_th-cc13d739008c3cadc0da.js.gz
-%%WWWDIR%%/public/packs/locale_th-cc13d739008c3cadc0da.js.map
-%%WWWDIR%%/public/packs/locale_tr-c6b48731593f0f674423.js
-%%WWWDIR%%/public/packs/locale_tr-c6b48731593f0f674423.js.gz
-%%WWWDIR%%/public/packs/locale_tr-c6b48731593f0f674423.js.map
-%%WWWDIR%%/public/packs/locale_uk-662b2fb205de6e1166ba.js
-%%WWWDIR%%/public/packs/locale_uk-662b2fb205de6e1166ba.js.gz
-%%WWWDIR%%/public/packs/locale_uk-662b2fb205de6e1166ba.js.map
-%%WWWDIR%%/public/packs/locale_zh-CN-e15625a6906086400216.js
-%%WWWDIR%%/public/packs/locale_zh-CN-e15625a6906086400216.js.gz
-%%WWWDIR%%/public/packs/locale_zh-CN-e15625a6906086400216.js.map
-%%WWWDIR%%/public/packs/locale_zh-HK-720088a4934eb8b1fb57.js
-%%WWWDIR%%/public/packs/locale_zh-HK-720088a4934eb8b1fb57.js.gz
-%%WWWDIR%%/public/packs/locale_zh-HK-720088a4934eb8b1fb57.js.map
-%%WWWDIR%%/public/packs/locale_zh-TW-47c4f4f82ca6875b1147.js
-%%WWWDIR%%/public/packs/locale_zh-TW-47c4f4f82ca6875b1147.js.gz
-%%WWWDIR%%/public/packs/locale_zh-TW-47c4f4f82ca6875b1147.js.map
+%%WWWDIR%%/public/packs/icon_cached-108e30d96e1d5152be7fe2978bcdfe14.svg
+%%WWWDIR%%/public/packs/icon_cached-108e30d96e1d5152be7fe2978bcdfe14.svg.gz
+%%WWWDIR%%/public/packs/icon_cached-98a757f1d9e93652742be43c22f46287.png
+%%WWWDIR%%/public/packs/icon_done-12b87c12f915597dccbd2ca4d7167ba4.png
+%%WWWDIR%%/public/packs/icon_done-dba357bfbba455428787fefc655ce120.svg
+%%WWWDIR%%/public/packs/icon_email-1346985c7aaceb601b0d4257133254f4.svg
+%%WWWDIR%%/public/packs/icon_email-1346985c7aaceb601b0d4257133254f4.svg.gz
+%%WWWDIR%%/public/packs/icon_email-738c89662d6640f5e6539151023d049a.png
+%%WWWDIR%%/public/packs/icon_grade-3ec67253b37908d2ab783f7225f20682.png
+%%WWWDIR%%/public/packs/icon_grade-8e81b8e88c2b5834347a2a226c65d440.svg
+%%WWWDIR%%/public/packs/icon_lock_open-0bfd71a52eb3f34934edd59088b559fb.png
+%%WWWDIR%%/public/packs/icon_lock_open-c9627928caaaa505ac7de2a64bd065ec.svg
+%%WWWDIR%%/public/packs/icon_lock_open-c9627928caaaa505ac7de2a64bd065ec.svg.gz
+%%WWWDIR%%/public/packs/icon_person_add-5c56ef10b9e99e77a44d89041f4b77b5.svg
+%%WWWDIR%%/public/packs/icon_person_add-5c56ef10b9e99e77a44d89041f4b77b5.svg.gz
+%%WWWDIR%%/public/packs/icon_person_add-e2c6b660f6e1c95785d8d2bfa7a823af.png
+%%WWWDIR%%/public/packs/icon_reply-4f6ada7a0b886b084706a484753a0ff0.png
+%%WWWDIR%%/public/packs/icon_reply-b5e28e1fe6acd4ec003e643e947f1c4a.svg
+%%WWWDIR%%/public/packs/locale_ar-9ed20037a46a97d16079.js
+%%WWWDIR%%/public/packs/locale_ar-9ed20037a46a97d16079.js.gz
+%%WWWDIR%%/public/packs/locale_ar-9ed20037a46a97d16079.js.map
+%%WWWDIR%%/public/packs/locale_bg-c0c20f2e002779ada2d7.js
+%%WWWDIR%%/public/packs/locale_bg-c0c20f2e002779ada2d7.js.gz
+%%WWWDIR%%/public/packs/locale_bg-c0c20f2e002779ada2d7.js.map
+%%WWWDIR%%/public/packs/locale_ca-3ca7652d4dc8b6f8ddd4.js
+%%WWWDIR%%/public/packs/locale_ca-3ca7652d4dc8b6f8ddd4.js.gz
+%%WWWDIR%%/public/packs/locale_ca-3ca7652d4dc8b6f8ddd4.js.map
+%%WWWDIR%%/public/packs/locale_de-0a12e20b8d3d1488cdfe.js
+%%WWWDIR%%/public/packs/locale_de-0a12e20b8d3d1488cdfe.js.gz
+%%WWWDIR%%/public/packs/locale_de-0a12e20b8d3d1488cdfe.js.map
+%%WWWDIR%%/public/packs/locale_en-f4c0e7f8b84a6374825b.js
+%%WWWDIR%%/public/packs/locale_en-f4c0e7f8b84a6374825b.js.gz
+%%WWWDIR%%/public/packs/locale_en-f4c0e7f8b84a6374825b.js.map
+%%WWWDIR%%/public/packs/locale_eo-e1ebef90f30e05f3dea2.js
+%%WWWDIR%%/public/packs/locale_eo-e1ebef90f30e05f3dea2.js.gz
+%%WWWDIR%%/public/packs/locale_eo-e1ebef90f30e05f3dea2.js.map
+%%WWWDIR%%/public/packs/locale_es-1a0cfc547110a81d16d7.js
+%%WWWDIR%%/public/packs/locale_es-1a0cfc547110a81d16d7.js.gz
+%%WWWDIR%%/public/packs/locale_es-1a0cfc547110a81d16d7.js.map
+%%WWWDIR%%/public/packs/locale_fa-d0653970a64b8e160fe3.js
+%%WWWDIR%%/public/packs/locale_fa-d0653970a64b8e160fe3.js.gz
+%%WWWDIR%%/public/packs/locale_fa-d0653970a64b8e160fe3.js.map
+%%WWWDIR%%/public/packs/locale_fi-952964f840cfaba503fe.js
+%%WWWDIR%%/public/packs/locale_fi-952964f840cfaba503fe.js.gz
+%%WWWDIR%%/public/packs/locale_fi-952964f840cfaba503fe.js.map
+%%WWWDIR%%/public/packs/locale_fr-19b0f495d1463f1d7f8e.js
+%%WWWDIR%%/public/packs/locale_fr-19b0f495d1463f1d7f8e.js.gz
+%%WWWDIR%%/public/packs/locale_fr-19b0f495d1463f1d7f8e.js.map
+%%WWWDIR%%/public/packs/locale_gl-9d67367018ff8dc2e110.js
+%%WWWDIR%%/public/packs/locale_gl-9d67367018ff8dc2e110.js.gz
+%%WWWDIR%%/public/packs/locale_gl-9d67367018ff8dc2e110.js.map
+%%WWWDIR%%/public/packs/locale_he-f471aa3f5ddd3b14a5e6.js
+%%WWWDIR%%/public/packs/locale_he-f471aa3f5ddd3b14a5e6.js.gz
+%%WWWDIR%%/public/packs/locale_he-f471aa3f5ddd3b14a5e6.js.map
+%%WWWDIR%%/public/packs/locale_hr-769d1b9e60a254ce5762.js
+%%WWWDIR%%/public/packs/locale_hr-769d1b9e60a254ce5762.js.gz
+%%WWWDIR%%/public/packs/locale_hr-769d1b9e60a254ce5762.js.map
+%%WWWDIR%%/public/packs/locale_hu-1f1605e446fc95ccd2d6.js
+%%WWWDIR%%/public/packs/locale_hu-1f1605e446fc95ccd2d6.js.gz
+%%WWWDIR%%/public/packs/locale_hu-1f1605e446fc95ccd2d6.js.map
+%%WWWDIR%%/public/packs/locale_hy-597eec1d409e8d483754.js
+%%WWWDIR%%/public/packs/locale_hy-597eec1d409e8d483754.js.gz
+%%WWWDIR%%/public/packs/locale_hy-597eec1d409e8d483754.js.map
+%%WWWDIR%%/public/packs/locale_id-5f0ef5d451c4b151a35b.js
+%%WWWDIR%%/public/packs/locale_id-5f0ef5d451c4b151a35b.js.gz
+%%WWWDIR%%/public/packs/locale_id-5f0ef5d451c4b151a35b.js.map
+%%WWWDIR%%/public/packs/locale_io-1c1973cb6d1569bd1296.js
+%%WWWDIR%%/public/packs/locale_io-1c1973cb6d1569bd1296.js.gz
+%%WWWDIR%%/public/packs/locale_io-1c1973cb6d1569bd1296.js.map
+%%WWWDIR%%/public/packs/locale_it-75f7ba97377ff4e661eb.js
+%%WWWDIR%%/public/packs/locale_it-75f7ba97377ff4e661eb.js.gz
+%%WWWDIR%%/public/packs/locale_it-75f7ba97377ff4e661eb.js.map
+%%WWWDIR%%/public/packs/locale_ja-a37ad30066259f5b936a.js
+%%WWWDIR%%/public/packs/locale_ja-a37ad30066259f5b936a.js.gz
+%%WWWDIR%%/public/packs/locale_ja-a37ad30066259f5b936a.js.map
+%%WWWDIR%%/public/packs/locale_ko-83cce4045992aff1489f.js
+%%WWWDIR%%/public/packs/locale_ko-83cce4045992aff1489f.js.gz
+%%WWWDIR%%/public/packs/locale_ko-83cce4045992aff1489f.js.map
+%%WWWDIR%%/public/packs/locale_nl-2d027fb3d237718d8fed.js
+%%WWWDIR%%/public/packs/locale_nl-2d027fb3d237718d8fed.js.gz
+%%WWWDIR%%/public/packs/locale_nl-2d027fb3d237718d8fed.js.map
+%%WWWDIR%%/public/packs/locale_no-21557bbfb0440dfa7ce3.js
+%%WWWDIR%%/public/packs/locale_no-21557bbfb0440dfa7ce3.js.gz
+%%WWWDIR%%/public/packs/locale_no-21557bbfb0440dfa7ce3.js.map
+%%WWWDIR%%/public/packs/locale_oc-dcf141001d6b551a60b2.js
+%%WWWDIR%%/public/packs/locale_oc-dcf141001d6b551a60b2.js.gz
+%%WWWDIR%%/public/packs/locale_oc-dcf141001d6b551a60b2.js.map
+%%WWWDIR%%/public/packs/locale_pl-7ce2bcb499e008673793.js
+%%WWWDIR%%/public/packs/locale_pl-7ce2bcb499e008673793.js.gz
+%%WWWDIR%%/public/packs/locale_pl-7ce2bcb499e008673793.js.map
+%%WWWDIR%%/public/packs/locale_pt-0f6513b4b0ea6d032012.js
+%%WWWDIR%%/public/packs/locale_pt-0f6513b4b0ea6d032012.js.gz
+%%WWWDIR%%/public/packs/locale_pt-0f6513b4b0ea6d032012.js.map
+%%WWWDIR%%/public/packs/locale_pt-BR-b8c853a8869468d7ab0b.js
+%%WWWDIR%%/public/packs/locale_pt-BR-b8c853a8869468d7ab0b.js.gz
+%%WWWDIR%%/public/packs/locale_pt-BR-b8c853a8869468d7ab0b.js.map
+%%WWWDIR%%/public/packs/locale_ru-185a34645eecb54a80d6.js
+%%WWWDIR%%/public/packs/locale_ru-185a34645eecb54a80d6.js.gz
+%%WWWDIR%%/public/packs/locale_ru-185a34645eecb54a80d6.js.map
+%%WWWDIR%%/public/packs/locale_sk-9552e0763d34ef7dbde5.js
+%%WWWDIR%%/public/packs/locale_sk-9552e0763d34ef7dbde5.js.gz
+%%WWWDIR%%/public/packs/locale_sk-9552e0763d34ef7dbde5.js.map
+%%WWWDIR%%/public/packs/locale_sr-3bc85b2146c62f69bfbc.js
+%%WWWDIR%%/public/packs/locale_sr-3bc85b2146c62f69bfbc.js.gz
+%%WWWDIR%%/public/packs/locale_sr-3bc85b2146c62f69bfbc.js.map
+%%WWWDIR%%/public/packs/locale_sr-Latn-59ef8f2f18315cf283ea.js
+%%WWWDIR%%/public/packs/locale_sr-Latn-59ef8f2f18315cf283ea.js.gz
+%%WWWDIR%%/public/packs/locale_sr-Latn-59ef8f2f18315cf283ea.js.map
+%%WWWDIR%%/public/packs/locale_sv-cd019040e3af0318147e.js
+%%WWWDIR%%/public/packs/locale_sv-cd019040e3af0318147e.js.gz
+%%WWWDIR%%/public/packs/locale_sv-cd019040e3af0318147e.js.map
+%%WWWDIR%%/public/packs/locale_th-70678b133a914aee1629.js
+%%WWWDIR%%/public/packs/locale_th-70678b133a914aee1629.js.gz
+%%WWWDIR%%/public/packs/locale_th-70678b133a914aee1629.js.map
+%%WWWDIR%%/public/packs/locale_tr-6f2b36578e9df6d83fcd.js
+%%WWWDIR%%/public/packs/locale_tr-6f2b36578e9df6d83fcd.js.gz
+%%WWWDIR%%/public/packs/locale_tr-6f2b36578e9df6d83fcd.js.map
+%%WWWDIR%%/public/packs/locale_uk-7f95d39d8e918ae6ff07.js
+%%WWWDIR%%/public/packs/locale_uk-7f95d39d8e918ae6ff07.js.gz
+%%WWWDIR%%/public/packs/locale_uk-7f95d39d8e918ae6ff07.js.map
+%%WWWDIR%%/public/packs/locale_zh-CN-288d9c6983f4c3e1907e.js
+%%WWWDIR%%/public/packs/locale_zh-CN-288d9c6983f4c3e1907e.js.gz
+%%WWWDIR%%/public/packs/locale_zh-CN-288d9c6983f4c3e1907e.js.map
+%%WWWDIR%%/public/packs/locale_zh-HK-0f7521155afb1c9a03aa.js
+%%WWWDIR%%/public/packs/locale_zh-HK-0f7521155afb1c9a03aa.js.gz
+%%WWWDIR%%/public/packs/locale_zh-HK-0f7521155afb1c9a03aa.js.map
+%%WWWDIR%%/public/packs/locale_zh-TW-2da7c5c78cc31f37aa8e.js
+%%WWWDIR%%/public/packs/locale_zh-TW-2da7c5c78cc31f37aa8e.js.gz
+%%WWWDIR%%/public/packs/locale_zh-TW-2da7c5c78cc31f37aa8e.js.map
%%WWWDIR%%/public/packs/logo-fe5141d38a25f50068b4c69b77ca1ec8.svg
%%WWWDIR%%/public/packs/logo-fe5141d38a25f50068b4c69b77ca1ec8.svg.gz
%%WWWDIR%%/public/packs/logo_alt-6090911445f54a587465e41da77a6969.svg
%%WWWDIR%%/public/packs/logo_alt-6090911445f54a587465e41da77a6969.svg.gz
+%%WWWDIR%%/public/packs/logo_full-5c51cffe1fcb8225ae02400d6a7e7077.png
%%WWWDIR%%/public/packs/logo_full-96e7a97fe469f75a23a74852b2478fa3.svg
%%WWWDIR%%/public/packs/logo_full-96e7a97fe469f75a23a74852b2478fa3.svg.gz
+%%WWWDIR%%/public/packs/logo_transparent-6900bab180aa3a46c34425e5367a218f.svg
+%%WWWDIR%%/public/packs/logo_transparent-6900bab180aa3a46c34425e5367a218f.svg.gz
+%%WWWDIR%%/public/packs/logo_transparent-6f79eeb2c38ec2d12ed4d978322457d6.png
+%%WWWDIR%%/public/packs/mailer-1e0a88525b8433fa1206.js
+%%WWWDIR%%/public/packs/mailer-1e0a88525b8433fa1206.js.map
+%%WWWDIR%%/public/packs/mailer-3e7a4dbaf01b9278fafbe3b7125255d4.css
+%%WWWDIR%%/public/packs/mailer-3e7a4dbaf01b9278fafbe3b7125255d4.css.gz
+%%WWWDIR%%/public/packs/mailer-3e7a4dbaf01b9278fafbe3b7125255d4.css.map
%%WWWDIR%%/public/packs/manifest.json
%%WWWDIR%%/public/packs/manifest.json.gz
-%%WWWDIR%%/public/packs/mastodon-not-found-afb3fe71154b0c7518f25c70897c03d2.png
-%%WWWDIR%%/public/packs/mastodon-ui-56d5f20c6b8cb4d4b7e5503003919b3a.png
-%%WWWDIR%%/public/packs/modals/embed_modal-31ad1663fbff7c6259a7.js
-%%WWWDIR%%/public/packs/modals/embed_modal-31ad1663fbff7c6259a7.js.gz
-%%WWWDIR%%/public/packs/modals/embed_modal-31ad1663fbff7c6259a7.js.map
-%%WWWDIR%%/public/packs/modals/mute_modal-820a22ae2e07d1a1cbc7.js
-%%WWWDIR%%/public/packs/modals/mute_modal-820a22ae2e07d1a1cbc7.js.gz
-%%WWWDIR%%/public/packs/modals/mute_modal-820a22ae2e07d1a1cbc7.js.map
-%%WWWDIR%%/public/packs/modals/onboarding_modal-8bfdc5d6a1f226255a0b.js
-%%WWWDIR%%/public/packs/modals/onboarding_modal-8bfdc5d6a1f226255a0b.js.gz
-%%WWWDIR%%/public/packs/modals/onboarding_modal-8bfdc5d6a1f226255a0b.js.map
-%%WWWDIR%%/public/packs/modals/report_modal-c0597b9367a8acdd13e7.js
-%%WWWDIR%%/public/packs/modals/report_modal-c0597b9367a8acdd13e7.js.gz
-%%WWWDIR%%/public/packs/modals/report_modal-c0597b9367a8acdd13e7.js.map
+%%WWWDIR%%/public/packs/modals/embed_modal-ffd673ced2eaa7c4b2f8.js
+%%WWWDIR%%/public/packs/modals/embed_modal-ffd673ced2eaa7c4b2f8.js.gz
+%%WWWDIR%%/public/packs/modals/embed_modal-ffd673ced2eaa7c4b2f8.js.map
+%%WWWDIR%%/public/packs/modals/mute_modal-2419bec5e38a483874c3.js
+%%WWWDIR%%/public/packs/modals/mute_modal-2419bec5e38a483874c3.js.gz
+%%WWWDIR%%/public/packs/modals/mute_modal-2419bec5e38a483874c3.js.map
+%%WWWDIR%%/public/packs/modals/onboarding_modal-67b4dcce24836eea236b.js
+%%WWWDIR%%/public/packs/modals/onboarding_modal-67b4dcce24836eea236b.js.gz
+%%WWWDIR%%/public/packs/modals/onboarding_modal-67b4dcce24836eea236b.js.map
+%%WWWDIR%%/public/packs/modals/report_modal-fca371806bb2501ee0de.js
+%%WWWDIR%%/public/packs/modals/report_modal-fca371806bb2501ee0de.js.gz
+%%WWWDIR%%/public/packs/modals/report_modal-fca371806bb2501ee0de.js.map
%%WWWDIR%%/public/packs/preview-9a17d32fc48369e8ccd910a75260e67d.jpg
-%%WWWDIR%%/public/packs/public-b2c5d35a459b8ddc2e31.js
-%%WWWDIR%%/public/packs/public-b2c5d35a459b8ddc2e31.js.gz
-%%WWWDIR%%/public/packs/public-b2c5d35a459b8ddc2e31.js.map
+%%WWWDIR%%/public/packs/public-25e87f4580066b4fd127.js
+%%WWWDIR%%/public/packs/public-25e87f4580066b4fd127.js.gz
+%%WWWDIR%%/public/packs/public-25e87f4580066b4fd127.js.map
%%WWWDIR%%/public/packs/report.html
%%WWWDIR%%/public/packs/roboto-bold-webfont-4cbd1966fc397282fa35d69070782b80.svg
%%WWWDIR%%/public/packs/roboto-bold-webfont-4cbd1966fc397282fa35d69070782b80.svg.gz
@@ -19029,17 +19052,14 @@
%%WWWDIR%%/public/packs/robotomono-regular-webfont-51e9ccf8c829f4894a7e5a0883e864fc.svg
%%WWWDIR%%/public/packs/robotomono-regular-webfont-51e9ccf8c829f4894a7e5a0883e864fc.svg.gz
%%WWWDIR%%/public/packs/robotomono-regular-webfont-6c1ce30b90ee993b22618ec489585594.woff2
-%%WWWDIR%%/public/packs/share-96dbb51%%RUBY_SUFFIX%%c125%%RUBY_SUFFIX%%43799.js
-%%WWWDIR%%/public/packs/share-96dbb51%%RUBY_SUFFIX%%c125%%RUBY_SUFFIX%%43799.js.gz
-%%WWWDIR%%/public/packs/share-96dbb51%%RUBY_SUFFIX%%c125%%RUBY_SUFFIX%%43799.js.map
+%%WWWDIR%%/public/packs/share-578ca465122d64b62270.js
+%%WWWDIR%%/public/packs/share-578ca465122d64b62270.js.gz
+%%WWWDIR%%/public/packs/share-578ca465122d64b62270.js.map
%%WWWDIR%%/public/packs/stats.json
-%%WWWDIR%%/public/packs/status/media_gallery-22df6962fe7eb6975700.js
-%%WWWDIR%%/public/packs/status/media_gallery-22df6962fe7eb6975700.js.gz
-%%WWWDIR%%/public/packs/status/media_gallery-22df6962fe7eb6975700.js.map
+%%WWWDIR%%/public/packs/status/media_gallery-98f48c29c3d99e824434.js
+%%WWWDIR%%/public/packs/status/media_gallery-98f48c29c3d99e824434.js.gz
+%%WWWDIR%%/public/packs/status/media_gallery-98f48c29c3d99e824434.js.map
%%WWWDIR%%/public/packs/void-65dfe5bd31335a5b308d36964d320574.png
-%%WWWDIR%%/public/packs/wave-compose-standalone-a3d94b0d26cca83f569a28c6439fceed.png
-%%WWWDIR%%/public/packs/wave-drawer-ee1bfcbe5811ea31771b7187c7507ee6.png
-%%WWWDIR%%/public/packs/wave-modal-0b0cd2a40aa0d193acaecac1fb8ce0b0.png
%%WWWDIR%%/public/robots.txt
%%WWWDIR%%/public/sounds/boop.mp3
%%WWWDIR%%/public/sounds/boop.ogg
@@ -19266,6 +19286,7 @@
%%WWWDIR%%/spec/lib/webfinger_resource_spec.rb
%%WWWDIR%%/spec/mailers/notification_mailer_spec.rb
%%WWWDIR%%/spec/mailers/previews/notification_mailer_preview.rb
+%%WWWDIR%%/spec/mailers/previews/user_mailer_preview.rb
%%WWWDIR%%/spec/mailers/user_mailer_spec.rb
%%WWWDIR%%/spec/models/account_domain_block_spec.rb
%%WWWDIR%%/spec/models/account_filter_spec.rb
@@ -19343,7 +19364,6 @@
%%WWWDIR%%/spec/services/fetch_atom_service_spec.rb
%%WWWDIR%%/spec/services/fetch_link_card_service_spec.rb
%%WWWDIR%%/spec/services/fetch_remote_account_service_spec.rb
-%%WWWDIR%%/spec/services/fetch_remote_resource_service_spec.rb
%%WWWDIR%%/spec/services/fetch_remote_status_service_spec.rb
%%WWWDIR%%/spec/services/follow_service_spec.rb
%%WWWDIR%%/spec/services/mute_service_spec.rb
@@ -19358,7 +19378,8 @@
%%WWWDIR%%/spec/services/reblog_service_spec.rb
%%WWWDIR%%/spec/services/reject_follow_service_spec.rb
%%WWWDIR%%/spec/services/remove_status_service_spec.rb
-%%WWWDIR%%/spec/services/resolve_remote_account_service_spec.rb
+%%WWWDIR%%/spec/services/resolve_account_service_spec.rb
+%%WWWDIR%%/spec/services/resolve_url_service_spec.rb
%%WWWDIR%%/spec/services/search_service_spec.rb
%%WWWDIR%%/spec/services/send_interaction_service_spec.rb
%%WWWDIR%%/spec/services/subscribe_service_spec.rb