syuilo
7436e0da18
lint fixes
2023-10-29 16:09:20 +09:00
おさむのひと
a161a9c1e7
Fix: notes/timelineにフォローしているチャンネルのノートを含める ( #12179 )
...
* notes/timelineにフォローしているチャンネルのノートを含める
* fix CHANGELOG.md
---------
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
2023-10-29 14:16:36 +09:00
かっこかり
1a8243f1ca
MkCodeのパースエンジンをShikiに変更 ( #12102 )
...
* (swap) prism -> shiki
* fix styles
* (bump) aiscript-vscode to v0.0.5
* refactor
* replace prism-editor (beta)
* Update scratchpad.vue
* (enhance) MkCodeEditor自動インデント改行
* (fix) lint
* (add) scratchpad: MkStickyContainer
* Update CHANGELOG.md
* clean up
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-10-29 14:12:40 +09:00
syuilo
feedad7d8b
enhance(frontend): tweak about-misskey page
2023-10-29 13:49:26 +09:00
syuilo
b627978d00
Update CHANGELOG.md
2023-10-29 13:12:04 +09:00
syuilo
2a61a0c026
Update .eslintrc.js
2023-10-29 13:07:49 +09:00
yupix
5887c5da6c
feat: チャンネルの作成・更新時にapiWithDialogを使うように ( #12142 )
...
* feat: チャンネル作成、更新時にapiWithDialogを使うように
* chore: 不要なsuccessの呼び出しを削除
* chore: 誤って削除した必要なコードを元通りに
2023-10-29 11:10:01 +09:00
syuilo
9ec667a87c
2023.11.0-beta.4
2023-10-28 15:59:57 +09:00
syuilo
a91d2ba625
New Crowdin updates ( #12101 )
...
* New translations ja-jp.yml (Indonesian)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (Indonesian)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Arabic)
* New translations ja-jp.yml (Czech)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Polish)
* New translations ja-jp.yml (Portuguese)
* New translations ja-jp.yml (Russian)
* New translations ja-jp.yml (Slovak)
* New translations ja-jp.yml (Ukrainian)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Vietnamese)
* New translations ja-jp.yml (Bengali)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Uzbek)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (Italian)
2023-10-28 15:59:07 +09:00
taichan
e73e21851e
feat(frontend): プラグインを用いて疑似的にミュートできるようにする ( #12135 )
...
* feat: mute note using plugin
* Update CHANGELOG
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-10-28 15:50:46 +09:00
かっこかり
481db8aba4
fix(frontend): MFMパース時に意図せずnyaizeされる問題を修正 ( #12161 )
...
* Update MkMisskeyFlavoredMarkdown.ts
* Update MkMisskeyFlavoredMarkdown.ts
* Update MkMisskeyFlavoredMarkdown.ts
* Update MkNote.vue
* (fix) にゃいずをノートでのみ適用
* fix
* Fix lint
2023-10-28 12:41:17 +09:00
syuilo
a8dc6d08b1
update deps
2023-10-28 12:31:18 +09:00
syuilo
12ab905440
Update CHANGELOG.md
2023-10-28 12:22:52 +09:00
かっこかり
abe78a277a
enhance(frontend): データセーバー有効時はGIFアバターを停止 ( #12165 )
...
* (enhance) データセーバーモード有効時はGIFアバターを停止
* Update Changelog
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-10-28 08:00:00 +09:00
かっこかり
aa31b6c65b
fix(frontend): MkGoogleのクエリを正しくエンコードできるように修正 ( #12164 )
...
* (fix)MkGoogleで一部キーワードのURLエンコードに失敗する
* Update Changelog
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-10-28 07:57:10 +09:00
かっこかり
c37616de72
fix(frontend): Intlが対応していない言語の場合はフォールバックする ( #12163 )
...
* (fix) Intlが対応していない言語の場合はフォールバックする
* Update Changelog
2023-10-28 07:56:24 +09:00
かっこかり
e5ff8d8445
enhance: プラグイン削除時にアクセストークンも削除する ( #12167 )
...
* (enhance) プラグイン削除時にトークンも削除
* update changelog
2023-10-28 07:54:06 +09:00
taichan
8a2309ba7d
fix(backend): ハッシュタグのランキングの問い合わせ結果がないときのエラー修正 ( #12145 )
...
* fix(backend): undefined result error
* Update Changelog
* Update packages/backend/src/core/FeaturedService.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-10-27 18:37:17 +09:00
おさむのひと
a8ee67cace
Fix: チャンネルのフォロー・アンフォローの反映速度を改善 ( #12149 )
...
* チャンネルのフォロー・アンフォローの反映速度を改善
* fix lint
* userFollowingChannelsCacheの場所をCacheServiceからChannelFollowingServiceに移動
---------
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
2023-10-27 18:34:02 +09:00
NoriDev
5e76675a0c
fix(frontend): ユーザーページの ノート > ファイル付き タブにリプライが表示されてしまう ( #12148 )
2023-10-27 18:25:04 +09:00
Lya
1d9b5ae1ba
chore(frontend): 絵文字名のフィールドでautocapitalizeしないように ( #12139 )
2023-10-25 21:20:36 +09:00
ikasoba
dc0582739f
Fix: STLでフォローしていないチャンネルが表示される問題を修正 ( #12143 )
...
* タイムラインをpostgresから取得する際にフォローしていないチャンネルが取得されるのを修正
* CHANGELOGに追記
2023-10-25 21:19:43 +09:00
かっこかり
024546206d
feat(AiScript): Mk:nyaize() を追加 ( #12136 )
...
* feat(AiScript): Mk:nyaize
* Update Changelog
* Fix relative path
2023-10-25 17:46:04 +09:00
syuilo
4dd4a11cef
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-10-24 14:38:18 +09:00
syuilo
afb37f0b03
🎨
2023-10-24 14:38:15 +09:00
yukineko
0c730968a3
fix: RedisへのTLキャッシュが有効の場合にHTL/LTL/STL/リストが空になることがある問題を修正 ( #12088 ) ( #12124 )
...
* fix: RedisTimelineが有効の場合にHTLがリセットされた状態になる問題を修正
* add: CHANGELOG.md
* fix: LTL, STLでもTLが空になることがある問題を修正
* update: CHANGELOG.md
* fix: DBへのフォールバック時にwithRenotesが考慮されていないのを修正
* feat: リストにもDBフォールバックを実装
* fix: リストのDBフォールバック時の挙動を修正
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-10-24 14:34:32 +09:00
anatawa12
7e15f71916
ci: fix pullreq number may not get correctly ( #12127 )
...
* Revert "remove save-pr-number"
This reverts commit 085f4bd769
.
* Revert "Update report-api-diff.yml"
This reverts commit b73daf4c0e
.
* Revert "Update report-api-diff.yml"
This reverts commit cbf2b5ad8a
.
* Revert "try to get pull request id from github.event.workflow_run.pull_requests"
This reverts commit 07517ce501
.
2023-10-24 14:02:06 +09:00
anatawa12
b22066b9a2
ci: fix pull_req時にAPI diffの実行ができない ( #12123 )
...
* initial commit for report-api-diff.yml
* add api-{base,head}.json into api-artifact
* try to get pull request id from github.event.workflow_run.pull_requests
* Update report-api-diff.yml
* Update report-api-diff.yml
* remove save-pr-number
2023-10-24 06:16:40 +09:00
MomentQYC
9caae8a10a
feat: Facilitates the rollback of migration operations ( #12109 )
...
* Update package.json
* Update package.json
2023-10-23 16:42:54 +09:00
atsuchan
9d0648ed35
enhance(server): Improve user block (Renote Part) ( #12089 )
2023-10-23 16:42:26 +09:00
syuilo
9c79f0b45a
Update CHANGELOG.md
2023-10-23 16:23:32 +09:00
syuilo
c59973d9c0
2023.11.0-beta.3
2023-10-23 15:32:39 +09:00
woxtu
4a832e87c0
Replace deprecated `MediaQueryList.addListener()` ( #12112 )
2023-10-23 15:32:10 +09:00
syuilo
9dcccbc8e1
fix(backend): 自分のフォローしているユーザーの自分のフォローしていないユーザーの visibility: followers な投稿への返信がストリーミングで流れてくる問題を修正
...
Fix #12117
2023-10-23 15:29:42 +09:00
syuilo
e6c54de814
enhance(backend): RedisへのTLのキャッシュをオフにできるように
2023-10-23 15:17:25 +09:00
syuilo
5a39c1a8eb
fix type
2023-10-23 11:07:27 +09:00
syuilo
c9ae5d0e51
fix type
2023-10-23 09:24:13 +09:00
syuilo
805a2c027e
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-10-23 09:20:57 +09:00
syuilo
fdeee5dd05
update deps
2023-10-23 09:20:55 +09:00
かっこかり
796265fc50
(fix) ページキャッシュが効く問題を修正 ( #12105 )
2023-10-23 09:14:36 +09:00
syuilo
9221cbf42b
fix(backend): fix i/signin-history response
2023-10-23 08:59:05 +09:00
syuilo
230b4318bd
2023.11.0-beta.2
2023-10-22 16:24:04 +09:00
syuilo
5dc0463323
fix(backend): ローカルタイムラインに投稿者自身の投稿への返信が含まれない問題を修正
2023-10-22 16:23:50 +09:00
syuilo
8091e8b900
🎨
2023-10-22 16:16:02 +09:00
syuilo
1aeae6217e
chore(frontend): tweak settings ui
2023-10-22 16:12:01 +09:00
syuilo
5cd98804a2
🎨
2023-10-22 16:08:41 +09:00
syuilo
7e80b3d4d4
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-10-22 16:05:36 +09:00
syuilo
18fb7a2080
enhance(frontend): アイコンのデコレーションを非表示にできるように
2023-10-22 16:05:32 +09:00
zyoshoka
983b1e63df
fix(frontend): 投稿フォームでのユーザー変更がプレビューに反映されるように修正 ( #12022 )
...
* fix(frontend): 投稿フォームでのユーザー変更がプレビューに反映されるように修正
* Update CHANGELOG.md
2023-10-22 15:51:48 +09:00
syuilo
ce09a35b03
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-10-22 13:02:27 +09:00