tamaina
|
9a70ce8f5e
|
Merge pull request from GHSA-qqrm-9grj-6v32
* maybe ok
* fix
* test wip
* ✌️
* fix
* if (res.ok)
* validateContentTypeSetAsJsonLD
* 条件を考慮し直す
* その他の+json接尾辞が付いているメディアタイプも受け容れる
* https://github.com/misskey-dev/misskey-ghsa-qqrm-9grj-6v32/pull/1#discussion_r1490999009
* add `; profile="https://www.w3.org/ns/activitystreams"`
* application/ld+json;
|
2024-02-17 12:41:19 +09:00 |
|
tamaina
|
8c1a582348
|
2024.2.0-beta.13
2024.2.0-beta.13
|
2024-02-16 15:04:12 +00:00 |
|
かっこかり
|
7a35f13381
|
Update CHANGELOG.md
|
2024-02-16 22:18:31 +09:00 |
|
zyoshoka
|
37959bab1d
|
refactor(backend): remove/replace deprecated type deps (#13252)
|
2024-02-16 20:09:07 +09:00 |
|
かっこかり
|
5e317eac8c
|
fix misskey-js version
|
2024-02-16 19:17:37 +09:00 |
|
かっこかり
|
a49e8a1a3c
|
fix(dev): devコマンドの実装を修正 (#13336)
|
2024-02-16 19:17:16 +09:00 |
|
anatawa12
|
40c201407d
|
fix of #13330 (#13330)
* build: docker buildのpnpm i実行時にNODE_ENV=productionが指定されるようにする
* build: 消す行間違ってたのを修正
|
2024-02-16 16:49:12 +09:00 |
|
anatawa12
|
f41c78a6e3
|
build: docker buildのpnpm i実行時にNODE_ENV=productionが指定されるようにする (#13329)
|
2024-02-16 16:44:37 +09:00 |
|
dependabot[bot]
|
5779f439ad
|
chore(deps): bump actions/setup-node from 3.8.1 to 4.0.2 (#13307)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.8.1...v4.0.2)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-16 16:33:01 +09:00 |
|
dependabot[bot]
|
062ba50037
|
chore(deps): bump actions/upload-artifact from 3 to 4 (#13308)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-16 16:32:55 +09:00 |
|
dependabot[bot]
|
7fdf5ffea2
|
chore(deps): bump actions/checkout from 3.6.0 to 4.1.1 (#13309)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.1.1)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-16 16:32:49 +09:00 |
|
dependabot[bot]
|
e3a5a998d4
|
chore(deps): bump pnpm/action-setup from 2 to 3 (#13310)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](https://github.com/pnpm/action-setup/compare/v2.0.0...v3)
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-16 16:32:39 +09:00 |
|
dependabot[bot]
|
0ab4b8a294
|
chore(deps): bump actions/github-script from 6.4.0 to 7.0.1 (#13311)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 7.0.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6.4.0...v7.0.1)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-16 16:32:30 +09:00 |
|
taiy
|
860e8bb5d8
|
fix(frontend/pageMetadata): ページタイトルが更新されない問題 (#13289)
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2024-02-16 16:17:09 +09:00 |
|
zyoshoka
|
bb83ee844e
|
fix(ci): publish docker image fails (3) (#13327)
* fix(ci): publish docker image fails (3)
* fix: set `tags`
|
2024-02-16 15:58:54 +09:00 |
|
syuilo
|
b7a12fbc2b
|
2024.2.0-beta.12
2024.2.0-beta.12
|
2024-02-16 15:40:10 +09:00 |
|
かっこかり
|
f5459a25df
|
fix(frontend): vue v3.4.16以降でタイムラインが正常に表示できない問題を修正 (#13248)
* fix(frontend): vue v3.4.16でタイムラインが正常に表示できない問題を修正
* type
* Revert "fix: downgrade vue to 3.4.15"
This reverts commit e12369ac13 .
* Update pnpm-lock.yaml
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2024-02-16 15:39:48 +09:00 |
|
syuilo
|
efc67f7ab5
|
New Crowdin updates (#13267)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Chinese Traditional)
|
2024-02-16 15:23:43 +09:00 |
|
syuilo
|
29d5135302
|
Update CHANGELOG.md
|
2024-02-16 15:23:23 +09:00 |
|
syuilo
|
f8ac072bc3
|
fix type
|
2024-02-16 15:19:55 +09:00 |
|
syuilo
|
7cfe7da73d
|
fix
|
2024-02-16 15:09:05 +09:00 |
|
syuilo
|
f55e1ee138
|
refactor(backend): misc/cacheをシンプルな実装に戻した
|
2024-02-16 15:07:12 +09:00 |
|
MeiMei
|
cfa573a3a1
|
リモートユーザーが復活してもキャッシュにより該当ユーザーのActivityが受け入れられないのを修正 Fix #13273 (#13275)
* リモートユーザーが復活してもキャッシュにより該当ユーザーのActivityが受け入れられないのを修正 Fix #13273
* CHAGELOG
* Use Redis event
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2024-02-16 14:30:53 +09:00 |
|
zyoshoka
|
40bbae3d6c
|
fix(backend): add missing schemas and fix incorrect schemas (#13295)
* fix(backend): add missing schemas and fix incorrect schemas
* fix: ci
* fix: ci (本命)
* fix: run `pnpm build-misskey-js-with-types`
* fix: typos
* fix: role-condition-formula-value contains `id`
* fix: incorrect schema
|
2024-02-16 14:27:33 +09:00 |
|
Kisaragi
|
147e8f1e3e
|
feat(backend): likeOnlyなどでハートにフォールバックする際異体字セレクタがない方に揃える (#13299)
* feat(backend): likeOnlyなどでハートにフォールバックする際異体字セレクタがない方に揃える
close #13298
* Update ReactionService.ts
* chore(backend): prefer single quote for string literal
|
2024-02-16 14:25:48 +09:00 |
|
zyoshoka
|
0c10d2aa64
|
fix(ci): publish docker image fails (#13325)
* fix(ci): publish docker image fails
* fix: `docker.yml`
* refactor: remove inaccurate name
* fix: match version
|
2024-02-16 14:20:17 +09:00 |
|
Srgr0
|
536105a1b7
|
dev: Update misskey-tga (#13223)
* Update deploy-test-environment.yml
* Update .github/workflows/deploy-test-environment.yml
Co-authored-by: anatawa12 <anatawa12@icloud.com>
* Update deploy-test-environment.yml
* Update deploy-test-environment.yml
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com>
|
2024-02-15 14:58:11 +09:00 |
|
Acid Chicken (硫酸鶏)
|
b8800b8b95
|
build: upgrade Storybook to 8 beta (#13297)
* chore: upgrade Storybook to 8
* ci: restore Storybook workflow
* build: createRequire
* ci: TurboSnap life extension
|
2024-02-14 18:48:25 +09:00 |
|
Acid Chicken (硫酸鶏)
|
19e3753202
|
fix: TypeAssertionExpression breaks Storybook builds
|
2024-02-14 13:56:13 +09:00 |
|
taiy
|
b82821074b
|
fix(frontend): エラーページのトラブルシューティングがリンク切れしている問題 (#176) (#13288)
|
2024-02-14 13:10:36 +09:00 |
|
tamaina
|
c1514ce91d
|
(re) update SPDX-FileCopyrightText
Fix #13290
|
2024-02-13 15:59:27 +00:00 |
|
tamaina
|
311c2172d7
|
Revert "update SPDX-FileCopyrightText"
This reverts commit 9b5aeb76d8 .
|
2024-02-13 15:50:11 +00:00 |
|
Acid Chicken (硫酸鶏)
|
309a943528
|
perf: omit search for immutable static requests (#13265)
* perf: omit search for immutable static requests
* perf: also applies to /files
* fix: exclude /proxy
* /files/:key/*を301 redirectに
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2024-02-13 10:43:06 +09:00 |
|
Kisaragi
|
50817df59c
|
Update CHANGELOG.md (#13282)
#13281 に対応していることを強調
|
2024-02-13 05:10:22 +09:00 |
|
tamaina
|
32c5c43b6d
|
enhance: 禁止ワードはリモートノートも対象に (#13280)
Resolve #13279
|
2024-02-13 04:54:01 +09:00 |
|
tamaina
|
e12369ac13
|
fix: downgrade vue to 3.4.15
|
2024-02-12 19:16:44 +00:00 |
|
tamaina
|
4f80b6fa5d
|
chore: 以前の開発環境(backendにアクセスする方式)を立ち上げられるように (#13220)
* chore: 以前の開発環境(backendにアクセスする方式)を立ち上げられるように
* Update scripts/dev.mjs
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
|
2024-02-13 00:54:34 +09:00 |
|
まっちゃとーにゅ
|
63c4396987
|
ci(test-frontend): Cypressのテストの失敗時、永遠に止まらない問題を回避 (MisskeyIO#434) (#13274)
失敗しないようタイムアウトの延長・15分で止まるように
|
2024-02-13 00:28:59 +09:00 |
|
Kisaragi
|
b95e25004f
|
refactor(msjs): avoid any (part 1) (#13247)
* refactor(msjs): avoid any
* run api extractor
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <daisho7308+f@gmail.com>
|
2024-02-12 11:38:16 +09:00 |
|
syuilo
|
a1e12c0ec3
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2024-02-12 11:37:55 +09:00 |
|
syuilo
|
9b5aeb76d8
|
update SPDX-FileCopyrightText
|
2024-02-12 11:37:45 +09:00 |
|
syuilo
|
6afd2dc632
|
New translations ja-jp.yml (Spanish) (#13261)
|
2024-02-12 11:37:25 +09:00 |
|
Acid Chicken (硫酸鶏)
|
3dc095d1c9
|
feat: provide tarball (#13260)
* feat: provide tarball
* build: pack on build-assets
* chore: use ignore-walk
* chore: debug
* build: dependencies
|
2024-02-12 10:02:27 +09:00 |
|
syuilo
|
4bdaf26133
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2024-02-11 21:06:05 +09:00 |
|
syuilo
|
25383de9e6
|
New Crowdin updates (#13216)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Italian)
|
2024-02-11 21:05:52 +09:00 |
|
syuilo
|
674fd0bdd0
|
Update about-misskey.vue
|
2024-02-11 21:05:34 +09:00 |
|
かっこかり
|
0736eea3fd
|
fix: misskey-jsの型定義生成時にバックエンドの依存パッケージもビルドするように (#13249)
* fix(frontend): vue v3.4.16でタイムラインが正常に表示できない問題を修正
* type
* fix: misskey-jsの型定義生成時にバックエンドの依存パッケージもビルドするように
* Revert "type"
This reverts commit bac0951bd1 .
* Revert "fix(frontend): vue v3.4.16でタイムラインが正常に表示できない問題を修正"
This reverts commit 92b2165828 .
|
2024-02-11 13:24:25 +09:00 |
|
Srgr0
|
207e4f3b92
|
dev: Update misskey-tga deploy-test-environment.yml (#13221)
|
2024-02-10 14:18:30 +09:00 |
|
かっこかり
|
7a8cf274ca
|
fix misskey-js version
|
2024-02-09 18:08:08 +09:00 |
|
syuilo
|
639f14f713
|
2024.2.0-beta.11
|
2024-02-09 17:10:31 +09:00 |
|