]> cat aescling's git repositories - mastodon.git/commitdiff
Merge branch 'main' into glitch-soc/merge-upstream
authorClaire <claire.github-309c@sitedethib.com>
Tue, 15 Mar 2022 19:45:27 +0000 (20:45 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Tue, 15 Mar 2022 19:45:27 +0000 (20:45 +0100)
Conflicts:
- `README.md`:
  Upstream changed their README, we have a completely different one.
  Kept our README.

12 files changed:
1  2 
.github/workflows/build-image.yml
Gemfile
Gemfile.lock
app/controllers/api/v1/notifications_controller.rb
app/javascript/mastodon/locales/ja.json
app/javascript/mastodon/locales/pl.json
app/models/status.rb
app/views/statuses/_simple_status.html.haml
config/initializers/content_security_policy.rb
lib/mastodon/version.rb
package.json
yarn.lock

index 281fa33b73947458732f13a19129162f9356c938,bae18548494f3d08dd174899582f24f8a4e9ae01..eccef8700e1b6a67845b18f36c5e120226116f3d
@@@ -26,12 -25,12 +26,12 @@@ jobs
        - uses: docker/metadata-action@v3
          id: meta
          with:
 -          images: tootsuite/mastodon
 +          images: ghcr.io/${{ github.repository_owner }}/mastodon
            flavor: |
 -            latest=auto
 +            latest=true
            tags: |
              type=edge,branch=main
-             type=semver,pattern={{ raw }}
+             type=match,pattern=v(.*),group=0
              type=ref,event=pr
        - uses: docker/build-push-action@v2
          with:
diff --cc Gemfile
Simple merge
diff --cc Gemfile.lock
Simple merge
Simple merge
Simple merge
diff --cc package.json
index 463d47a8a2020f948cddb75c62e27ee22de2f397,d42c92cedae495fc5162649ffcba14672dca2191..11be90e44e2c6c59a18e3f383327835602eb216d
      "@babel/plugin-transform-runtime": "^7.17.0",
      "@babel/preset-env": "^7.16.11",
      "@babel/preset-react": "^7.16.7",
-     "@babel/runtime": "^7.17.2",
+     "@babel/runtime": "^7.17.7",
      "@gamestdio/websocket": "^0.3.2",
      "@github/webauthn-json": "^0.5.7",
-     "@rails/ujs": "^6.1.4",
+     "@rails/ujs": "^6.1.5",
      "array-includes": "^3.1.4",
 +    "atrament": "0.2.4",
      "arrow-key-navigation": "^1.2.0",
      "autoprefixer": "^9.8.8",
-     "axios": "^0.26.0",
+     "axios": "^0.26.1",
      "babel-loader": "^8.2.3",
      "babel-plugin-lodash": "^3.3.4",
      "babel-plugin-preval": "^5.1.0",
diff --cc yarn.lock
Simple merge