From: Claire Date: Mon, 25 Oct 2021 18:28:51 +0000 (+0200) Subject: Merge branch 'main' into glitch-soc/merge-upstream X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=e855df149bd2f19729af48cd5f452fa3972273f8;p=mastodon.git Merge branch 'main' into glitch-soc/merge-upstream Conflicts: - `.env.production.sample`: Upstream added new configuration options, uncommented by default. Commented them. - `Gemfile.lock`: Upstream updated dependencies textually close to glitch-soc-specific dependencies. Updated those upstream dependencies. --- e855df149bd2f19729af48cd5f452fa3972273f8 diff --cc .env.production.sample index 65f3f9d1f,c24c31c9b..86f770e78 --- a/.env.production.sample +++ b/.env.production.sample @@@ -49,13 -29,14 +55,15 @@@ DB_NAME=mastodon_productio DB_PASS= DB_PORT=5432 + # ElasticSearch (optional) # ------------------------ -ES_ENABLED=true -ES_HOST=localhost -ES_PORT=9200 +#ES_ENABLED=true +#ES_HOST=localhost +#ES_PORT=9200 - + # Authentication for ES (optional) -ES_USER=elastic -ES_PASS=password ++#ES_USER=elastic ++#ES_PASS=password # Secrets # ------- diff --cc Gemfile.lock index 48287af96,fb004280d..2850aa829 --- a/Gemfile.lock +++ b/Gemfile.lock @@@ -481,8 -479,7 +479,8 @@@ GE link_header (~> 0.0, >= 0.0.8) rdf-normalize (0.4.0) rdf (~> 3.1) + redcarpet (3.5.1) - redis (4.4.0) + redis (4.5.1) redis-namespace (1.8.1) redis (>= 3.0.4) regexp_parser (2.1.1) @@@ -758,8 -753,7 +754,8 @@@ DEPENDENCIE rails-i18n (~> 6.0) rails-settings-cached (~> 0.6) rdf-normalize (~> 0.4) + redcarpet (~> 3.5) - redis (~> 4.4) + redis (~> 4.5) redis-namespace (~> 1.8) rqrcode (~> 2.1) rspec-rails (~> 5.0) diff --cc package.json index 5193237c4,4caf359b4..b6e11bc9a --- a/package.json +++ b/package.json @@@ -72,10 -71,9 +72,10 @@@ "@github/webauthn-json": "^0.5.7", "@rails/ujs": "^6.1.4", "array-includes": "^3.1.4", + "atrament": "0.2.4", "arrow-key-navigation": "^1.2.0", "autoprefixer": "^9.8.8", - "axios": "^0.22.0", + "axios": "^0.23.0", "babel-loader": "^8.2.2", "babel-plugin-lodash": "^3.3.4", "babel-plugin-preval": "^5.0.0",